diff --git a/.DS_Store b/.DS_Store index 5b24229..b71655c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/OrderScheduling.xcodeproj/project.pbxproj b/OrderScheduling.xcodeproj/project.pbxproj index 8d6aa4a..9b22608 100644 --- a/OrderScheduling.xcodeproj/project.pbxproj +++ b/OrderScheduling.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 2AA95CD2BA7A94CC2237B3B8 /* libPods-OrderSchedulingNotificationService.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C3211D21873B481A21262ED /* libPods-OrderSchedulingNotificationService.a */; }; 791887422A7CCCCD007EA0C1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791887402A7CCCCD007EA0C1 /* AppDelegate.swift */; }; 791887432A7CCCCD007EA0C1 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791887412A7CCCCD007EA0C1 /* SceneDelegate.swift */; }; 791887452A7CD05B007EA0C1 /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791887442A7CD05B007EA0C1 /* MainTabBarController.swift */; }; @@ -55,10 +56,44 @@ 79DD0DBB2A971EB300768FE7 /* ZDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DD0DBA2A971EB300768FE7 /* ZDViewController.swift */; }; 79EAD8142A7B86610036E093 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79EAD8132A7B86610036E093 /* Assets.xcassets */; }; 79EAD8172A7B86610036E093 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 79EAD8152A7B86610036E093 /* LaunchScreen.storyboard */; }; + 79FB75EC2A988EC000DB00A4 /* MessageCenterTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FB75EB2A988EC000DB00A4 /* MessageCenterTool.swift */; }; + 79FB75EE2A9898EB00DB00A4 /* AcceptOrderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FB75ED2A9898EB00DB00A4 /* AcceptOrderView.swift */; }; + 79FB75F02A98A26C00DB00A4 /* AcceptOrderTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FB75EF2A98A26C00DB00A4 /* AcceptOrderTool.swift */; }; + 79FB75F82A9C3BEE00DB00A4 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FB75F72A9C3BEE00DB00A4 /* NotificationService.swift */; }; + 79FB75FC2A9C3BEE00DB00A4 /* OrderSchedulingNotificationService.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 79FB75F52A9C3BEE00DB00A4 /* OrderSchedulingNotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 79FB76102A9C6CAF00DB00A4 /* newJuheOrderAudio.wav in Resources */ = {isa = PBXBuildFile; fileRef = 79FB760E2A9C6CAF00DB00A4 /* newJuheOrderAudio.wav */; }; + 79FB76132A9C6CC100DB00A4 /* newOrderAudio.wav in Resources */ = {isa = PBXBuildFile; fileRef = 79FB76122A9C6CC100DB00A4 /* newOrderAudio.wav */; }; A64E95F00B82DC28C2B9306E /* libPods-OrderScheduling.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 98784A61C325B3D6C408016C /* libPods-OrderScheduling.a */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 79FB75FA2A9C3BEE00DB00A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 79EAD7FF2A7B86600036E093 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 79FB75F42A9C3BEE00DB00A4; + remoteInfo = OrderSchedulingNotificationService; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 79FB76002A9C3BEE00DB00A4 /* Embed Foundation Extensions */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 13; + files = ( + 79FB75FC2A9C3BEE00DB00A4 /* OrderSchedulingNotificationService.appex in Embed Foundation Extensions */, + ); + name = "Embed Foundation Extensions"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ + 09A2779565B8D8C9A3C1A302 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderScheduling.debug.xcconfig"; path = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; + 0F3D6463BE04DB3A3BC4B265 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderSchedulingNotificationService.debug.xcconfig"; path = "Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig"; sourceTree = ""; }; + 5C3211D21873B481A21262ED /* libPods-OrderSchedulingNotificationService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OrderSchedulingNotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 791887402A7CCCCD007EA0C1 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 791887412A7CCCCD007EA0C1 /* SceneDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 791887442A7CD05B007EA0C1 /* MainTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarController.swift; sourceTree = ""; }; @@ -92,7 +127,6 @@ 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 = ""; }; - 79C638864A659A427FCD5391 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderScheduling.debug.xcconfig"; path = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig"; 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 = ""; }; @@ -128,8 +162,19 @@ 79EAD8132A7B86610036E093 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 79EAD8162A7B86610036E093 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 79EAD8182A7B86610036E093 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 79FB75EB2A988EC000DB00A4 /* MessageCenterTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCenterTool.swift; sourceTree = ""; }; + 79FB75ED2A9898EB00DB00A4 /* AcceptOrderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AcceptOrderView.swift; sourceTree = ""; }; + 79FB75EF2A98A26C00DB00A4 /* AcceptOrderTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcceptOrderTool.swift; sourceTree = ""; }; + 79FB75F52A9C3BEE00DB00A4 /* OrderSchedulingNotificationService.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = OrderSchedulingNotificationService.appex; sourceTree = BUILT_PRODUCTS_DIR; }; + 79FB75F72A9C3BEE00DB00A4 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = ""; }; + 79FB75F92A9C3BEE00DB00A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 79FB76012A9C3D9B00DB00A4 /* OrderSchedulingNotificationService-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OrderSchedulingNotificationService-Bridging-Header.h"; sourceTree = ""; }; + 79FB76052A9C606100DB00A4 /* OrderSchedulingNotificationService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OrderSchedulingNotificationService.entitlements; sourceTree = ""; }; + 79FB760E2A9C6CAF00DB00A4 /* newJuheOrderAudio.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = newJuheOrderAudio.wav; sourceTree = ""; }; + 79FB76122A9C6CC100DB00A4 /* newOrderAudio.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = newOrderAudio.wav; sourceTree = ""; }; 98784A61C325B3D6C408016C /* libPods-OrderScheduling.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OrderScheduling.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A877C0F84742D4A7077DC8CF /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderScheduling.release.xcconfig"; path = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; + A6F7A8FEBD23498BABF3BD58 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderSchedulingNotificationService.release.xcconfig"; path = "Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; + BD034FA1DD7C17CCBA6B0E5D /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderScheduling.release.xcconfig"; path = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -141,6 +186,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 79FB75F22A9C3BEE00DB00A4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2AA95CD2BA7A94CC2237B3B8 /* libPods-OrderSchedulingNotificationService.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -179,6 +232,8 @@ isa = PBXGroup; children = ( 791887C02A839784007EA0C1 /* RefuseOrderEntryView.swift */, + 79FB75ED2A9898EB00DB00A4 /* AcceptOrderView.swift */, + 79FB75EF2A98A26C00DB00A4 /* AcceptOrderTool.swift */, ); path = View; sourceTree = ""; @@ -449,6 +504,7 @@ isa = PBXGroup; children = ( 79CECC112A89BD1A00B95D8B /* MessageCenterController.swift */, + 79FB75EB2A988EC000DB00A4 /* MessageCenterTool.swift */, ); path = ViewController; sourceTree = ""; @@ -548,6 +604,8 @@ isa = PBXGroup; children = ( 79DD0DAC2A94A0EE00768FE7 /* LaunchImage.png */, + 79FB760E2A9C6CAF00DB00A4 /* newJuheOrderAudio.wav */, + 79FB76122A9C6CC100DB00A4 /* newOrderAudio.wav */, ); path = Source; sourceTree = ""; @@ -572,6 +630,7 @@ isa = PBXGroup; children = ( 79EAD8092A7B86600036E093 /* OrderScheduling */, + 79FB75F62A9C3BEE00DB00A4 /* OrderSchedulingNotificationService */, 79EAD8082A7B86600036E093 /* Products */, 8AE7BC9A61FB797B2DAF5A9C /* Pods */, A0E8B82459C825FF917782D5 /* Frameworks */, @@ -582,6 +641,7 @@ isa = PBXGroup; children = ( 79EAD8072A7B86600036E093 /* OrderScheduling.app */, + 79FB75F52A9C3BEE00DB00A4 /* OrderSchedulingNotificationService.appex */, ); name = Products; sourceTree = ""; @@ -613,11 +673,24 @@ path = OrderScheduling; sourceTree = ""; }; + 79FB75F62A9C3BEE00DB00A4 /* OrderSchedulingNotificationService */ = { + isa = PBXGroup; + children = ( + 79FB76052A9C606100DB00A4 /* OrderSchedulingNotificationService.entitlements */, + 79FB75F72A9C3BEE00DB00A4 /* NotificationService.swift */, + 79FB75F92A9C3BEE00DB00A4 /* Info.plist */, + 79FB76012A9C3D9B00DB00A4 /* OrderSchedulingNotificationService-Bridging-Header.h */, + ); + path = OrderSchedulingNotificationService; + sourceTree = ""; + }; 8AE7BC9A61FB797B2DAF5A9C /* Pods */ = { isa = PBXGroup; children = ( - 79C638864A659A427FCD5391 /* Pods-OrderScheduling.debug.xcconfig */, - A877C0F84742D4A7077DC8CF /* Pods-OrderScheduling.release.xcconfig */, + 09A2779565B8D8C9A3C1A302 /* Pods-OrderScheduling.debug.xcconfig */, + BD034FA1DD7C17CCBA6B0E5D /* Pods-OrderScheduling.release.xcconfig */, + 0F3D6463BE04DB3A3BC4B265 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */, + A6F7A8FEBD23498BABF3BD58 /* Pods-OrderSchedulingNotificationService.release.xcconfig */, ); path = Pods; sourceTree = ""; @@ -641,6 +714,7 @@ 79CECC9F2A8E03CF00B95D8B /* AVFoundation.framework */, 79CECC9D2A8E03C200B95D8B /* MediaPlayer.framework */, 98784A61C325B3D6C408016C /* libPods-OrderScheduling.a */, + 5C3211D21873B481A21262ED /* libPods-OrderSchedulingNotificationService.a */, ); name = Frameworks; sourceTree = ""; @@ -657,16 +731,36 @@ 79EAD8042A7B86600036E093 /* Frameworks */, 79EAD8052A7B86600036E093 /* Resources */, 341364273A38F3D379A18C5D /* [CP] Copy Pods Resources */, + 79FB76002A9C3BEE00DB00A4 /* Embed Foundation Extensions */, ); buildRules = ( ); dependencies = ( + 79FB75FB2A9C3BEE00DB00A4 /* PBXTargetDependency */, ); name = OrderScheduling; productName = OrderScheduling; productReference = 79EAD8072A7B86600036E093 /* OrderScheduling.app */; productType = "com.apple.product-type.application"; }; + 79FB75F42A9C3BEE00DB00A4 /* OrderSchedulingNotificationService */ = { + isa = PBXNativeTarget; + buildConfigurationList = 79FB75FD2A9C3BEE00DB00A4 /* Build configuration list for PBXNativeTarget "OrderSchedulingNotificationService" */; + buildPhases = ( + DFA879CCBC9CAB845D24416A /* [CP] Check Pods Manifest.lock */, + 79FB75F12A9C3BEE00DB00A4 /* Sources */, + 79FB75F22A9C3BEE00DB00A4 /* Frameworks */, + 79FB75F32A9C3BEE00DB00A4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = OrderSchedulingNotificationService; + productName = OrderSchedulingNotificationService; + productReference = 79FB75F52A9C3BEE00DB00A4 /* OrderSchedulingNotificationService.appex */; + productType = "com.apple.product-type.app-extension"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -681,6 +775,10 @@ CreatedOnToolsVersion = 14.3.1; LastSwiftMigration = 1430; }; + 79FB75F42A9C3BEE00DB00A4 = { + CreatedOnToolsVersion = 14.3.1; + LastSwiftMigration = 1430; + }; }; }; buildConfigurationList = 79EAD8022A7B86600036E093 /* Build configuration list for PBXProject "OrderScheduling" */; @@ -697,6 +795,7 @@ projectRoot = ""; targets = ( 79EAD8062A7B86600036E093 /* OrderScheduling */, + 79FB75F42A9C3BEE00DB00A4 /* OrderSchedulingNotificationService */, ); }; /* End PBXProject section */ @@ -706,12 +805,21 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 79FB76102A9C6CAF00DB00A4 /* newJuheOrderAudio.wav in Resources */, 79EAD8172A7B86610036E093 /* LaunchScreen.storyboard in Resources */, 79EAD8142A7B86610036E093 /* Assets.xcassets in Resources */, + 79FB76132A9C6CC100DB00A4 /* newOrderAudio.wav in Resources */, 79DD0DAD2A94A0EE00768FE7 /* LaunchImage.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; + 79FB75F32A9C3BEE00DB00A4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ @@ -754,6 +862,28 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; + DFA879CCBC9CAB845D24416A /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-OrderSchedulingNotificationService-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -778,6 +908,7 @@ 794FBB212A934E0A00D57BB8 /* AppUpdateView.swift in Sources */, 79DD0DB42A95F00B00768FE7 /* Extension.swift in Sources */, 791887802A7CE6F1007EA0C1 /* UserDefaultStrings.swift in Sources */, + 79FB75EC2A988EC000DB00A4 /* MessageCenterTool.swift in Sources */, 79DD0DB12A94B3DB00768FE7 /* EmptyView.swift in Sources */, 79DD0DAA2A9481BC00768FE7 /* NotificationAuthTool.swift in Sources */, 794FBB1C2A8F4DE900D57BB8 /* MessageView.swift in Sources */, @@ -802,15 +933,33 @@ 794FBB1F2A92F7C300D57BB8 /* WebViewTool.swift in Sources */, 791887822A7CE71D007EA0C1 /* AppKeyStrings.swift in Sources */, 79CECC282A8CADEA00B95D8B /* VehicleMonitoringVideoDetailController.swift in Sources */, + 79FB75F02A98A26C00DB00A4 /* AcceptOrderTool.swift in Sources */, 791887A12A80CA10007EA0C1 /* ApiList.swift in Sources */, 791887AE2A80F943007EA0C1 /* UserData.swift in Sources */, + 79FB75EE2A9898EB00DB00A4 /* AcceptOrderView.swift in Sources */, 791887BA2A82495D007EA0C1 /* EnvironmentStrings.swift in Sources */, 791887A62A80D50C007EA0C1 /* ParametersList.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; + 79FB75F12A9C3BEE00DB00A4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 79FB75F82A9C3BEE00DB00A4 /* NotificationService.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 79FB75FB2A9C3BEE00DB00A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 79FB75F42A9C3BEE00DB00A4 /* OrderSchedulingNotificationService */; + targetProxy = 79FB75FA2A9C3BEE00DB00A4 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin PBXVariantGroup section */ 79EAD8152A7B86610036E093 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; @@ -825,7 +974,9 @@ /* Begin XCBuildConfiguration section */ 79EAD8192A7B86610036E093 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 09A2779565B8D8C9A3C1A302 /* Pods-OrderScheduling.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -885,7 +1036,9 @@ }; 79EAD81A2A7B86610036E093 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = BD034FA1DD7C17CCBA6B0E5D /* Pods-OrderScheduling.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -939,8 +1092,9 @@ }; 79EAD81C2A7B86610036E093 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79C638864A659A427FCD5391 /* Pods-OrderScheduling.debug.xcconfig */; + baseConfigurationReference = 09A2779565B8D8C9A3C1A302 /* Pods-OrderScheduling.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; @@ -987,8 +1141,9 @@ }; 79EAD81D2A7B86610036E093 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A877C0F84742D4A7077DC8CF /* Pods-OrderScheduling.release.xcconfig */; + baseConfigurationReference = BD034FA1DD7C17CCBA6B0E5D /* Pods-OrderScheduling.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; @@ -1029,6 +1184,68 @@ }; name = Release; }; + 79FB75FE2A9C3BEE00DB00A4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0F3D6463BE04DB3A3BC4B265 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = OrderSchedulingNotificationService/OrderSchedulingNotificationService.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = X9WF5T89LV; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = OrderSchedulingNotificationService/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = OrderSchedulingNotificationService; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier.OrderSchedulingNotificationService; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OBJC_BRIDGING_HEADER = "OrderSchedulingNotificationService/OrderSchedulingNotificationService-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 79FB75FF2A9C3BEE00DB00A4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A6F7A8FEBD23498BABF3BD58 /* Pods-OrderSchedulingNotificationService.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = OrderSchedulingNotificationService/OrderSchedulingNotificationService.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = X9WF5T89LV; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = OrderSchedulingNotificationService/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = OrderSchedulingNotificationService; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier.OrderSchedulingNotificationService; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OBJC_BRIDGING_HEADER = "OrderSchedulingNotificationService/OrderSchedulingNotificationService-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -1050,6 +1267,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 79FB75FD2A9C3BEE00DB00A4 /* Build configuration list for PBXNativeTarget "OrderSchedulingNotificationService" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 79FB75FE2A9C3BEE00DB00A4 /* Debug */, + 79FB75FF2A9C3BEE00DB00A4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = 79EAD7FF2A7B86600036E093 /* Project object */; diff --git a/OrderScheduling.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist b/OrderScheduling.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist index 41bad84..4fab7aa 100644 --- a/OrderScheduling.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/OrderScheduling.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,12 @@ OrderScheduling.xcscheme_^#shared#^_ orderHint - 33 + 0 + + OrderSchedulingNotificationService.xcscheme_^#shared#^_ + + orderHint + 40 SuppressBuildableAutocreation diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 0ca8786..dfb73ca 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 a67b1c4..a673a9f 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 = "101" - endingLineNumber = "101" + startingLineNumber = "92" + endingLineNumber = "92" landmarkName = "networkErrorHandler(response:)" landmarkType = "7"> @@ -269,8 +269,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "102" - endingLineNumber = "102" + startingLineNumber = "93" + endingLineNumber = "93" landmarkName = "networkErrorHandler(response:)" landmarkType = "7"> @@ -317,8 +317,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "550" - endingLineNumber = "550" + startingLineNumber = "549" + endingLineNumber = "549" landmarkName = "tableView(_:cellForRowAt:)" landmarkType = "7"> @@ -333,8 +333,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "551" - endingLineNumber = "551" + startingLineNumber = "550" + endingLineNumber = "550" landmarkName = "tableView(_:cellForRowAt:)" landmarkType = "7"> @@ -507,8 +507,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "632" - endingLineNumber = "632" + startingLineNumber = "631" + endingLineNumber = "631" landmarkName = "tableView(_:cellForRowAt:)" landmarkType = "7"> @@ -523,8 +523,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "633" - endingLineNumber = "633" + startingLineNumber = "632" + endingLineNumber = "632" landmarkName = "tableView(_:cellForRowAt:)" landmarkType = "7"> @@ -555,8 +555,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "777" - endingLineNumber = "777" + startingLineNumber = "776" + endingLineNumber = "776" landmarkName = "collectionView(_:cellForItemAt:)" landmarkType = "7"> @@ -571,8 +571,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "778" - endingLineNumber = "778" + startingLineNumber = "777" + endingLineNumber = "777" landmarkName = "collectionView(_:cellForItemAt:)" landmarkType = "7"> @@ -730,8 +730,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "118" - endingLineNumber = "118" + startingLineNumber = "109" + endingLineNumber = "109" landmarkName = "errorCodeHandler(response:)" landmarkType = "7"> @@ -746,8 +746,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "121" - endingLineNumber = "121" + startingLineNumber = "112" + endingLineNumber = "112" landmarkName = "errorCodeHandler(response:)" landmarkType = "7"> @@ -762,8 +762,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "129" - endingLineNumber = "129" + startingLineNumber = "120" + endingLineNumber = "120" landmarkName = "errorCodeHandler(response:)" landmarkType = "7"> @@ -778,60 +778,60 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "320" - endingLineNumber = "320" - landmarkName = "dd_mapView(_:viewFor:)" - landmarkType = "7"> - - - - - - - - - - - - + + + + + + + + + + + + @@ -1178,8 +1178,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "66" - endingLineNumber = "66" + startingLineNumber = "65" + endingLineNumber = "65" landmarkName = "addActions()" landmarkType = "7"> @@ -1322,8 +1322,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "93" - endingLineNumber = "93" + startingLineNumber = "101" + endingLineNumber = "101" landmarkName = "userContentController(_:didReceive:)" landmarkType = "7"> @@ -1338,8 +1338,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "97" - endingLineNumber = "97" + startingLineNumber = "105" + endingLineNumber = "105" landmarkName = "userContentController(_:didReceive:)" landmarkType = "7"> @@ -1354,8 +1354,8 @@ filePath = "OrderScheduling/Main/AppDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "62" - endingLineNumber = "62" + startingLineNumber = "56" + endingLineNumber = "56" landmarkName = "application(_:didRegisterForRemoteNotificationsWithDeviceToken:)" landmarkType = "7"> @@ -1418,8 +1418,8 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "188" - endingLineNumber = "188" + startingLineNumber = "194" + endingLineNumber = "194" landmarkName = "addAction()" landmarkType = "7"> @@ -1434,8 +1434,8 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "189" - endingLineNumber = "189" + startingLineNumber = "195" + endingLineNumber = "195" landmarkName = "addAction()" landmarkType = "7"> @@ -1443,65 +1443,20 @@ - - - - - - - - - - - - + startingLineNumber = "112" + endingLineNumber = "112" + offsetFromSymbolStart = "252"> + startingLineNumber = "112" + endingLineNumber = "112" + offsetFromSymbolStart = "108"> @@ -1576,8 +1513,8 @@ filePath = "OrderScheduling/Main/AppDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "132" - endingLineNumber = "132" + startingLineNumber = "129" + endingLineNumber = "129" landmarkName = "jpushNotificationAuthorization(_:withInfo:)" landmarkType = "7"> @@ -1592,42 +1529,10 @@ filePath = "OrderScheduling/Main/AppDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "120" - endingLineNumber = "120" + startingLineNumber = "116" + endingLineNumber = "116" landmarkName = "jpushNotificationCenter(_:didReceive:withCompletionHandler:)" landmarkType = "7"> - - - - - - - - - - @@ -1832,8 +1721,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "220" - endingLineNumber = "220" + startingLineNumber = "226" + endingLineNumber = "226" landmarkName = "reloadData()" landmarkType = "7"> @@ -1896,8 +1785,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "222" - endingLineNumber = "222" + startingLineNumber = "221" + endingLineNumber = "221" landmarkName = "entry(model:remarkId:)" landmarkType = "7"> @@ -1992,8 +1881,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "102" - endingLineNumber = "102" + startingLineNumber = "110" + endingLineNumber = "110" landmarkName = "webView(_:didFinish:)" landmarkType = "7"> @@ -2008,8 +1897,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "109" - endingLineNumber = "109" + startingLineNumber = "117" + endingLineNumber = "117" landmarkName = "webView(_:didFail:withError:)" landmarkType = "7"> @@ -2024,8 +1913,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "117" - endingLineNumber = "117" + startingLineNumber = "125" + endingLineNumber = "125" landmarkName = "webView(_:didFailProvisionalNavigation:withError:)" landmarkType = "7"> @@ -2040,8 +1929,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "116" - endingLineNumber = "116" + startingLineNumber = "124" + endingLineNumber = "124" landmarkName = "webView(_:didFailProvisionalNavigation:withError:)" landmarkType = "7"> @@ -2233,5 +2122,420 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OrderScheduling/.DS_Store b/OrderScheduling/.DS_Store index 8d8d73e..e47d8d5 100644 Binary files a/OrderScheduling/.DS_Store and b/OrderScheduling/.DS_Store differ diff --git a/OrderScheduling/Common/WebView/WebViewController.swift b/OrderScheduling/Common/WebView/WebViewController.swift index 8d9fa55..7b12c5a 100644 --- a/OrderScheduling/Common/WebView/WebViewController.swift +++ b/OrderScheduling/Common/WebView/WebViewController.swift @@ -18,6 +18,7 @@ class WebViewController : DDViewController { var showNavBar : Bool var vcTitle : String var url : String? + public var disappearHandler: (() -> Void)? public init(showNavBar:Bool = true,title:String,url:String) { self.showNavBar = showNavBar @@ -30,9 +31,16 @@ class WebViewController : DDViewController { fatalError("init(coder:) has not been implemented") } + deinit { + if disappearHandler != nil { + disappearHandler!() + } + } + open override func viewDidLoad() { super.viewDidLoad() + webView.scrollView.contentInsetAdjustmentBehavior = .never webView.backgroundColor = .white webView.navigationDelegate = self webView.uiDelegate = self diff --git a/OrderScheduling/Common/WebView/WebViewTool.swift b/OrderScheduling/Common/WebView/WebViewTool.swift index 9b8d722..2cfc575 100644 --- a/OrderScheduling/Common/WebView/WebViewTool.swift +++ b/OrderScheduling/Common/WebView/WebViewTool.swift @@ -28,7 +28,7 @@ open class WebViewTool : NSObject { case invoicingNotify = "开票通知" case reporting = "报备" case supplySettlement = "补结算单" - case workOrderDetail = "工单详情页" + case workOrderDetail = "工单详情" } public override init() { @@ -70,6 +70,9 @@ open class WebViewTool : NSObject { switch name { case .todoList: vc = WebViewController(title: WebViewNameEnum.todoList.rawValue, url: "\((h5Models?.todoList)!)?token=\((USER.token)!)") + vc?.disappearHandler = { + NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_reloadRescusControolerToDoMessageCount), object: nil) + } break case .workOrderReconciliation: vc = WebViewController(showNavBar:false, title: WebViewNameEnum.workOrderReconciliation.rawValue, url: "\((h5Models?.workOrderReconciliation)!)?token=\((USER.token)!)") @@ -101,7 +104,7 @@ open class WebViewTool : NSObject { } } - func open(name:WebViewNameEnum,appending:String?) { + func open(name:WebViewNameEnum,appending:String?,completionHandler:(() -> Void)? = nil) { requestModelRelay.accept(name) appendingRelay.accept(appending) } diff --git a/OrderScheduling/Entry/Entry.swift b/OrderScheduling/Entry/Entry.swift index f1007ec..657d11d 100644 --- a/OrderScheduling/Entry/Entry.swift +++ b/OrderScheduling/Entry/Entry.swift @@ -60,7 +60,6 @@ open class Entry { func showAppUpdateEntry(view:UIView,name:String? = nil) { var attributes = EKAttributes() - attributes.positionConstraints.rotation.isEnabled = false attributes = .centerFloat attributes.name = name attributes.precedence = .override(priority: .high, dropEnqueuedEntries: false) @@ -103,9 +102,50 @@ open class Entry { SwiftEntryKit.display(entry: view, using: attributes) } + func showAcceptOrderEntry(view:UIView,name:String? = nil) { + var attributes = EKAttributes() + attributes = .centerFloat + attributes.name = name + attributes.precedence = .override(priority: .high, dropEnqueuedEntries: false) + attributes.displayMode = .inferred + attributes.displayDuration = .infinity + attributes.screenBackground = .color(color: .clear) + attributes.entryBackground = .color(color: .white) + attributes.screenInteraction = .dismiss + attributes.entryInteraction = .dismiss + 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.positionConstraints.rotation.isEnabled = false attributes = .centerFloat attributes.name = name attributes.precedence = .override(priority: .low, dropEnqueuedEntries: false) diff --git a/OrderScheduling/Global/Tool/Tool.swift b/OrderScheduling/Global/Tool/Tool.swift index 931fb23..e1c0a46 100644 --- a/OrderScheduling/Global/Tool/Tool.swift +++ b/OrderScheduling/Global/Tool/Tool.swift @@ -71,13 +71,19 @@ open class Tool { let diffInterval = dateNow.timeIntervalSince1970 - date.timeIntervalSince1970 var combineString : String if diffInterval >= 3600 { - combineString = String(Int(diffInterval / 3600))+"小时前" + combineString = "今天" + (dateString.components(separatedBy: " ").last ?? "") }else if diffInterval >= 60 { combineString = String(Int(diffInterval / 60))+"分钟前" }else{ combineString = String(Int(diffInterval))+"秒前" } return combineString + }else{ + let dateYesterdayArr = format.string(from: dateNow.addingTimeInterval(-3600 * 24)).components(separatedBy: " ") + let dateYesterdayYMD = dateYesterdayArr.first + if dateYMD == dateYesterdayYMD { + return "昨天" + (dateYesterdayArr.last ?? "") + } } return dateString } @@ -132,4 +138,47 @@ open class Tool { return "未知" } + func playVoiceWith(userInfo:[AnyHashable:Any]?) { + if let userInfo { + let aps = userInfo["aps"] as? [String:Any] + + if let aps, (aps["alert"] as? String) == "新订单" { + let juheVehcileName = userInfo["juheVehcileName"] as? String + + var auidoUrl : URL? + + if juheVehcileName?.isEmpty == false { + auidoUrl = URL(string: Bundle.main.path(forResource: "newJuheOrderAudio.wav", ofType: nil) ?? "") + }else{ + auidoUrl = URL(string: Bundle.main.path(forResource: "newOrderAudio.wav", ofType: nil) ?? "") + } + + if let auidoUrl { + var audioSoundID:SystemSoundID = 0 + AudioServicesCreateSystemSoundID(auidoUrl as CFURL, &audioSoundID) + AudioServicesPlaySystemSoundWithCompletion(audioSoundID) { + } + } + } + } + } + + func getOrderString(userInfo:[AnyHashable:Any]?) -> String{ + var string : String = "" + + if let userInfo { + let aps = userInfo["aps"] as? [String:Any] + if let aps, (aps["alert"] as? String) == "新订单" { + let juheVehcileName = userInfo["juheVehcileName"] as? String + let taskCode = userInfo["taskCode"] as? String + if juheVehcileName?.isEmpty == false { + string = "您有一条新的聚合订单\(taskCode ?? "")" + }else{ + string = "您有一条新订单\(taskCode ?? "")" + } + } + } + + return string + } } diff --git a/OrderScheduling/History/ViewController/HistoryController.swift b/OrderScheduling/History/ViewController/HistoryController.swift index 614025f..9069ab4 100644 --- a/OrderScheduling/History/ViewController/HistoryController.swift +++ b/OrderScheduling/History/ViewController/HistoryController.swift @@ -51,6 +51,12 @@ extension HistoryController { }) .disposed(by: disposeBag) + messageTapGes.rx.event + .subscribe(onNext: {[weak self] _ in + MESSAGETOOL.openMessageCenter(by: self?.navigationController) + }) + .disposed(by: disposeBag) + pendingTapGes.rx.event .observe(on: MainScheduler.instance) .subscribe(onNext: { _ in diff --git a/OrderScheduling/HttpRequestCenter/ApiList.swift b/OrderScheduling/HttpRequestCenter/ApiList.swift index 827fc1a..93334d5 100644 --- a/OrderScheduling/HttpRequestCenter/ApiList.swift +++ b/OrderScheduling/HttpRequestCenter/ApiList.swift @@ -47,4 +47,8 @@ open class ApiList { public let dispatchAppH5Urls = "/supplierAppV2/open/dispatchAppH5Urls" public let versionCheck = "/supplierAppV2/dispatchApp/user/versionCheck" + + public let messageReminderList = "/supplierAppV2/dispatchApp/toDoMessage/messageReminderList" + + public let readMessageReminder = "/supplierAppV2/dispatchApp/toDoMessage/readMessageReminder" } diff --git a/OrderScheduling/HttpRequestCenter/ParametersList.swift b/OrderScheduling/HttpRequestCenter/ParametersList.swift index d4e275e..53d49d7 100644 --- a/OrderScheduling/HttpRequestCenter/ParametersList.swift +++ b/OrderScheduling/HttpRequestCenter/ParametersList.swift @@ -124,3 +124,14 @@ public struct VersionCheckParameters : Encodable { var version : String var platForm : Int = 2 } + +public struct MessageReminderListParameters : Encodable { + var pageNum : Int + var pageSize : Int = 12 + var orderBy : String = "create_time" + var id : Int? +} + +public struct ReadMessageReminderParameters : Encodable { + var id : Int +} diff --git a/OrderScheduling/HttpRequestCenter/RequestList.swift b/OrderScheduling/HttpRequestCenter/RequestList.swift index bb38e3b..864b144 100644 --- a/OrderScheduling/HttpRequestCenter/RequestList.swift +++ b/OrderScheduling/HttpRequestCenter/RequestList.swift @@ -91,4 +91,12 @@ open class RequestList { func versionCheck(parameters:Encodable) -> Single?> { return DDAF.post(urlString: HOST+API.versionCheck,parameters: parameters,encoding: JSONParameterEncoder.default,headers: [tokenHeader()],responseType: ResponseModel.self) } + + func messageReminderList(parameters:Encodable) -> Single?> { + return DDAF.post(urlString: HOST+API.messageReminderList,parameters: parameters,encoding: JSONParameterEncoder.default,headers: [tokenHeader()],responseType: ResponseModel<[MessageReminderListDataModel]>.self) + } + + func readMessageReminder(parameters:Encodable) -> Single?> { + return DDAF.post(urlString: HOST+API.readMessageReminder,parameters: parameters,encoding: JSONParameterEncoder.default,headers: [tokenHeader()],responseType: ResponseModel.self) + } } diff --git a/OrderScheduling/HttpResponseModel/ResponseModel.swift b/OrderScheduling/HttpResponseModel/ResponseModel.swift index a79854e..57a76ae 100644 --- a/OrderScheduling/HttpResponseModel/ResponseModel.swift +++ b/OrderScheduling/HttpResponseModel/ResponseModel.swift @@ -264,3 +264,33 @@ public class VersionCheckDataModel : Decodable { var createTime : String? var description : String? } + +public class MessageReminderListDataModel : Decodable { + var id : Int + var msgType : MsgType + class MsgType : Decodable { + var code : MsgTypeEnum + var label : String + } + enum MsgTypeEnum : Int,Decodable { + case DEPARTURE_REMINDER = 1 + case CUSTOMER_REMINDER = 2 + } + var title : String + var titleContent : String + var titleColor : String + var content : String + var imgPath : String? + var createTime : String + var hasRead : HasRead + class HasRead : Decodable { + var code : HasReadEnum + var label : String + } + enum HasReadEnum : Int,Decodable { + case NO = 0 + case YES = 1 + } +} + + diff --git a/OrderScheduling/Main/AppDelegate.swift b/OrderScheduling/Main/AppDelegate.swift index 5743058..87eef85 100644 --- a/OrderScheduling/Main/AppDelegate.swift +++ b/OrderScheduling/Main/AppDelegate.swift @@ -12,6 +12,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { public var allowOrentitaionRotation : Bool = false + public var userInfo : [AnyHashable:Any]? + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. // 通知 @@ -27,9 +29,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { #else JPUSHService.setup(withOption: launchOptions, appKey: JPushKey, channel: "App Store", apsForProduction: true) #endif - - JPUSHService.resetBadge() - UIApplication.shared.applicationIconBadgeNumber = 0 + return true } @@ -41,14 +41,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { } func applicationDidBecomeActive(_ application: UIApplication) { -// JPUSHService.requestNotificationAuthorization({ status in -// print("通知授权状态\(status)") -// if status != .statusAuthorized { -// NOTIAUTHTOOL.requestNotiAuthRelay.accept(nil) -// }else{ -// NOTIAUTHTOOL.cancelNotiAuthRelay.accept(nil) -// } -// }) + JPUSHService.resetBadge() + UIApplication.shared.applicationIconBadgeNumber = 0 } // 注册通知 @@ -109,6 +103,8 @@ extension AppDelegate : JPUSHRegisterDelegate { let userInfo = notification.request.content.userInfo if notification.request.trigger?.isKind(of: UNPushNotificationTrigger.self) == true { JPUSHService.handleRemoteNotification(userInfo) + ACCEPTORDERTOOL.open(userInfo: userInfo) + TOOL.playVoiceWith(userInfo: userInfo) print("ios10 前台") } completionHandler(0) @@ -118,6 +114,7 @@ extension AppDelegate : JPUSHRegisterDelegate { func jpushNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: (() -> Void)) { let userInfo = response.notification.request.content.userInfo if response.notification.request.trigger?.isKind(of: UNPushNotificationTrigger.self) == true { + self.userInfo = userInfo JPUSHService.resetBadge() UIApplication.shared.applicationIconBadgeNumber = 0 JPUSHService.handleRemoteNotification(userInfo) diff --git a/OrderScheduling/Main/Initial.swift b/OrderScheduling/Main/Initial.swift index 1372d5d..d145b0b 100644 --- a/OrderScheduling/Main/Initial.swift +++ b/OrderScheduling/Main/Initial.swift @@ -67,23 +67,14 @@ class Initial : NSObject { if USER.isLogin == true { NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_loginSuccessToRescueController), object: nil) }else{ - NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_toLoginController), object: nil) + NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_logoutSuccessToLoginController), object: nil) } } func changeRootViewController(window:UIWindow?) { - - NotificationCenter.default.addObserver(forName: NSNotification.Name(rawValue: Notification_toLoginController), object: nil, queue: .main) { note in - let nav = DDNavigationController(rootViewController: LoginController.init()) - window?.rootViewController = nav - } NotificationCenter.default.addObserver(forName: NSNotification.Name(rawValue: Notification_logoutSuccessToLoginController), object: nil, queue: .main) { note in - let nav = DDNavigationController(rootViewController: LoginController.init()) - window?.rootViewController = nav - } - - NotificationCenter.default.addObserver(forName: NSNotification.Name(rawValue: Notification_reLoginToLoginController), object: nil, queue: .main) { note in + USER.clear() let nav = DDNavigationController(rootViewController: LoginController.init()) window?.rootViewController = nav } diff --git a/OrderScheduling/Main/SceneDelegate.swift b/OrderScheduling/Main/SceneDelegate.swift index 3636925..449f8f8 100644 --- a/OrderScheduling/Main/SceneDelegate.swift +++ b/OrderScheduling/Main/SceneDelegate.swift @@ -10,7 +10,7 @@ import UIKit class SceneDelegate: UIResponder, UIWindowSceneDelegate { public var window: UIWindow? - public var initial : Initial = Initial.init() + public var initial : Initial = Initial.shareInstance 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`. @@ -34,16 +34,14 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { } func sceneDidBecomeActive(_ scene: UIScene) { - // Called when the scene has moved from an inactive state to an active state. - // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. -// JPUSHService.requestNotificationAuthorization({ status in -// print("通知授权状态\(status)") -// if status != .statusAuthorized { -// NOTIAUTHTOOL.requestNotiAuthRelay.accept(nil) -// }else{ -// NOTIAUTHTOOL.cancelNotiAuthRelay.accept(nil) -// } -// }) + JPUSHService.resetBadge() + UIApplication.shared.applicationIconBadgeNumber = 0 + + let delegate = UIApplication.shared.delegate as? AppDelegate + if delegate?.userInfo != nil { + ACCEPTORDERTOOL.open(userInfo: delegate?.userInfo) + delegate?.userInfo = nil + } } func sceneWillResignActive(_ scene: UIScene) { diff --git a/OrderScheduling/MessageCenter/.DS_Store b/OrderScheduling/MessageCenter/.DS_Store index 6cddc85..cb71ae1 100644 Binary files a/OrderScheduling/MessageCenter/.DS_Store and b/OrderScheduling/MessageCenter/.DS_Store differ diff --git a/OrderScheduling/MessageCenter/View/.DS_Store b/OrderScheduling/MessageCenter/View/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/OrderScheduling/MessageCenter/View/.DS_Store differ diff --git a/OrderScheduling/MessageCenter/ViewController/MessageCenterController.swift b/OrderScheduling/MessageCenter/ViewController/MessageCenterController.swift index 87ca413..7a000c3 100644 --- a/OrderScheduling/MessageCenter/ViewController/MessageCenterController.swift +++ b/OrderScheduling/MessageCenter/ViewController/MessageCenterController.swift @@ -9,14 +9,92 @@ import Foundation import DDAutoUIKit_Private import DDControlsKit_Private import SnapKit +import RxRelay import RxSwift +import RxCocoa import MJRefresh extension MessageCenterController { func addActions() { - messageCenterView.tableView.mj_header = MJRefreshNormalHeader.init(refreshingBlock: { - + messageCenterView.tableView.mj_header = MJRefreshNormalHeader(refreshingBlock: {[weak self] in + self?.pageNum = 1 + self?.refreshRelay.accept(self?.pageNum ?? 1) }) + + messageCenterView.tableView.mj_footer = MJRefreshBackNormalFooter(refreshingBlock: {[weak self] in + self?.pageNum+=1 + self?.refreshRelay.accept(self?.pageNum ?? 1) + }) + + refreshRelay + .flatMapLatest { pageNum in + return Observable.zip(RQ.messageReminderList(parameters: MessageReminderListParameters(pageNum: pageNum)).asObservable(), Observable.just(pageNum)) + } + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] (response, pageNum) in + if response?.success == true { + if pageNum == 1 { + self?.resultArr.removeAll() + self?.messageCenterView.tableView.mj_footer?.resetNoMoreData() + self?.messageCenterView.tableView.mj_header?.endRefreshing() + }else{ + if response?.data?.isEmpty == false { + self?.messageCenterView.tableView.mj_footer?.endRefreshing() + }else{ + self?.messageCenterView.tableView.mj_footer?.endRefreshingWithNoMoreData() + } + } + + if let array = response?.data { + self?.resultArr.append(contentsOf: array) + } + + if self?.resultArr.isEmpty == false { + self?.emptyView.isHidden = true + }else{ + self?.emptyView.isHidden = false + } + + self?.messageCenterView.tableView.reloadData() + }else{ + if pageNum == 1 { + self?.messageCenterView.tableView.mj_header?.endRefreshing() + }else{ + self?.messageCenterView.tableView.mj_footer?.endRefreshing() + } + self?.view.dd_makeToast(response?.msg) + } + }) + .disposed(by: disposeBag) + + readRelay + .observe(on: MainScheduler.instance) + .do(onNext: {[weak self] _ in + self?.view.dd_showHUD() + }) + .flatMapLatest { model in + return Observable.zip(RQ.readMessageReminder(parameters: ReadMessageReminderParameters(id: model.id)).asObservable(), Observable.just(model)) + } + .observe(on: MainScheduler.instance) + .do(onNext: {[weak self] _ in + self?.view.dd_hideHUD() + }) + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] (response,model) in + if response?.success == true { + for _model in (self?.resultArr ?? []) { + if _model.id == model.id { + _model.hasRead.code = .YES + } + } + self?.messageCenterView.tableView.reloadData() + }else{ + self?.view.dd_makeToast(response?.msg) + } + }) + .disposed(by: disposeBag) + + refreshRelay.accept(1) } } @@ -27,7 +105,7 @@ extension MessageCenterController : UITableViewDelegate,UITableViewDataSource { } public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { - return 2 + return resultArr.count } public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { @@ -36,11 +114,46 @@ extension MessageCenterController : UITableViewDelegate,UITableViewDataSource { cell = MessageCenterCell(style: .default, reuseIdentifier: "cell") } - cell!.descLabel.text = "师傅接单已超6分钟还未发车,请尽快发车备份 2,师傅接单已超6分钟还未发车,请尽快发车备份 2" - cell!.noticeLabel.text = " 发车提醒 " - cell!.noticeLabel.backgroundColor = .hex("FA8D14") - cell!.orderNumLabel.text = "DDA2304142407036" - cell!.dateLabel.text = TOOL.getDateStringCompareWithNow(dateFormat:"yyyy/MM/dd HH:mm:ss",dateString: "2023/08/13 23:39:42") + let model = resultArr[indexPath.item] + cell!.descLabel.text = model.content + cell!.noticeLabel.text = " " + model.title + " " + cell!.noticeLabel.backgroundColor = .hex(model.titleColor) + cell!.orderNumLabel.text = model.titleContent + cell!.dateLabel.text = TOOL.getDateStringCompareWithNow(dateFormat:"yyyy-MM-dd HH:mm:ss",dateString: model.createTime) + if model.imgPath?.isEmpty == false { + cell?.descImageView.sd_setImage(with: URL(string: model.imgPath ?? "")) + cell?.descImageView.snp.updateConstraints({ make in + make.top.equalTo(cell!.descLabel.snp.bottom).offset(auto(5)) + make.height.equalTo(auto(100)) + }) + cell?.readButton.snp.updateConstraints({ make in + make.top.equalTo(cell!.descImageView.snp.bottom).offset(auto(10)) + }) + }else{ + cell?.descImageView.image = nil + cell?.descImageView.snp.updateConstraints({ make in + make.height.equalTo(0) + make.top.equalTo(cell!.descLabel.snp.bottom).offset(0) + }) + cell?.readButton.snp.updateConstraints({ make in + make.top.equalTo(cell!.descImageView.snp.bottom).offset(0) + }) + } + if model.hasRead.code == .YES { + cell?.readButton.isUserInteractionEnabled = false + cell?.readButton.setTitleColor(.hex("000000").alpha(0.4), for: .normal) + cell?.readButton.setTitle("已处理", for: .normal) + }else{ + cell?.readButton.isUserInteractionEnabled = true + cell?.readButton.setTitleColor(.hex("FA8D14"), for: .normal) + cell?.readButton.setTitle("点击处理", for: .normal) + } + + cell?.readButton.rx.tap + .subscribe(onNext: {[weak self] _ in + self?.readRelay.accept(model) + }) + .disposed(by: cell!.disposeBag) return cell! } } @@ -48,6 +161,18 @@ extension MessageCenterController : UITableViewDelegate,UITableViewDataSource { open class MessageCenterController : DDViewController { private let messageCenterView = MessageCenterView() private var emptyView = EmptyView() + private var pageNum : Int = 1 + private var refreshRelay = ReplayRelay.create(bufferSize: 1) + private var readRelay = ReplayRelay.create(bufferSize: 1) + private var resultArr : [MessageReminderListDataModel] = [] + private let disposeBag = DisposeBag() + public var disappearHandler: (() -> Void)? + + deinit { + if disappearHandler != nil { + disappearHandler!() + } + } open override func viewDidLoad() { super.viewDidLoad() @@ -108,12 +233,18 @@ open class MessageCenterCell : DDTableViewCell { public let orderNumLabel : DDLabel public let dateLabel : DDLabel public let descLabel : DDLabel + public let descImageView : DDImageView + public let readButton : DDButton + public var disposeBag : DisposeBag public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { radiusView = DDView() noticeLabel = DDLabel.dd_init(withText: "", font: .mediumFont(auto(10)), textColor: .white) orderNumLabel = DDLabel.dd_init(withText: "", font: .mediumFont(auto(12)), textColor: .hex("000000").alpha(0.55)) dateLabel = DDLabel.dd_init(withText: "", font: .regularFont(auto(11)), textColor: .hex("000000").alpha(0.55)) descLabel = DDLabel.dd_init(withText: "", font: .mediumFont(auto(13)), textColor: .hex("000000").alpha(0.75)) + descImageView = DDImageView() + readButton = DDButton.dd_initCustom() + disposeBag = DisposeBag() super.init(style: style, reuseIdentifier: reuseIdentifier) backgroundColor = .hex("F4F5F7") @@ -133,6 +264,13 @@ open class MessageCenterCell : DDTableViewCell { radiusView.addSubview(dateLabel) descLabel.numberOfLines = 0 radiusView.addSubview(descLabel) + descImageView.contentMode = .scaleAspectFill + descImageView.layer.masksToBounds = true + descImageView.layer.cornerRadius = auto(10) + radiusView.addSubview(descImageView) + readButton.titleLabel?.textAlignment = .right + readButton.titleLabel?.font = .mediumFont(auto(13)) + radiusView.addSubview(readButton) radiusView.snp.makeConstraints { make in make.left.top.equalTo(auto(10)) @@ -159,11 +297,29 @@ open class MessageCenterCell : DDTableViewCell { make.top.equalTo(noticeLabel.snp.bottom).offset(auto(10)) make.left.equalTo(noticeLabel) make.right.equalTo(dateLabel) - make.bottom.equalTo(-auto(15)) + } + + descImageView.snp.makeConstraints { make in + make.top.equalTo(descLabel.snp.bottom).offset(auto(5)) + make.left.equalTo(descLabel) + make.right.equalTo(descLabel) + make.height.equalTo(auto(100)) + } + + readButton.snp.makeConstraints { make in + make.right.equalTo(dateLabel) + make.top.equalTo(descImageView.snp.bottom).offset(auto(5)) + make.height.equalTo(auto(20)) + make.bottom.equalTo(-auto(5)) } } public required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") } + + open override func prepareForReuse() { + super.prepareForReuse() + disposeBag = DisposeBag() + } } diff --git a/OrderScheduling/MessageCenter/ViewController/MessageCenterTool.swift b/OrderScheduling/MessageCenter/ViewController/MessageCenterTool.swift new file mode 100644 index 0000000..f0d10c5 --- /dev/null +++ b/OrderScheduling/MessageCenter/ViewController/MessageCenterTool.swift @@ -0,0 +1,22 @@ +// +// MessageCenterTool.swift +// OrderScheduling +// +// Created by 中道 on 2023/8/25. +// + +import Foundation +import DDControlsKit_Private + +public let MESSAGETOOL = MessageCenterTool.default +open class MessageCenterTool : NSObject { + public static let `default` = MessageCenterTool() + + func openMessageCenter(by nav:UINavigationController?) { + let vc = MessageCenterController() + vc.disappearHandler = { + NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_reloadRescusControolerToDoMessageCount), object: nil) + } + nav?.pushViewController(vc, animated: true) + } +} diff --git a/OrderScheduling/Mine/ViewController/MineController.swift b/OrderScheduling/Mine/ViewController/MineController.swift index c4904cb..fa1489b 100644 --- a/OrderScheduling/Mine/ViewController/MineController.swift +++ b/OrderScheduling/Mine/ViewController/MineController.swift @@ -37,7 +37,6 @@ extension MineController { .observe(on: MainScheduler.instance) .subscribe(onNext: {[weak self] response in if response?.success == true { - USER.clear() NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_logoutSuccessToLoginController), object: nil) }else{ self?.view.dd_makeToast(response?.msg) @@ -152,7 +151,7 @@ open class MineController : ZDViewController { view.addSubview(mineView) mineView.snp.makeConstraints { make in - make.top.equalTo(CGRectGetHeight(UIApplication.shared.dd_statusBarFrame) + CGRectGetHeight(navigationController?.navigationBar.frame ?? .zero)) + make.top.equalTo(CGRectGetHeight(UIApplication.shared.dd_statusBarFrame) + CGRectGetHeight(navigationController?.navigationBar.frame ?? .zero) - 1) make.left.right.equalToSuperview() make.bottom.equalTo(-view.safeAreaInsets.bottom - CGRectGetHeight(tabBarController?.tabBar.frame ?? .zero)) } diff --git a/OrderScheduling/Rescue/View/AcceptOrderTool.swift b/OrderScheduling/Rescue/View/AcceptOrderTool.swift new file mode 100644 index 0000000..4b11d5e --- /dev/null +++ b/OrderScheduling/Rescue/View/AcceptOrderTool.swift @@ -0,0 +1,32 @@ +// +// AcceptOrderTool.swift +// OrderScheduling +// +// Created by 中道 on 2023/8/25. +// + +import Foundation +import RxSwift +import RxCocoa + +public let ACCEPTORDERTOOL = AcceptOrderTool.default + +open class AcceptOrderTool : NSObject { + public static let `default` = AcceptOrderTool() + private let disposeBag = DisposeBag() + + func open(userInfo:[AnyHashable:Any]?) { + let acceptOrderView = AcceptOrderView() + acceptOrderView.titleLabel.text = "新订单" + acceptOrderView.contentLabel.text = TOOL.getOrderString(userInfo: userInfo) + acceptOrderView.readButton.setTitle("查看", for: .normal) + acceptOrderView.readButton.rx.tap + .subscribe(onNext: { + ENTRY.dismiss(name: acceptOrderViewEntry) { + let tabBarVc = UIApplication.shared.dd_keyWindow.rootViewController as? MainTabBarController + tabBarVc?.selectedIndex = 0 + } + }).disposed(by: disposeBag) + ENTRY.showAcceptOrderEntry(view: acceptOrderView,name: acceptOrderViewEntry) + } +} diff --git a/OrderScheduling/Rescue/View/AcceptOrderView.swift b/OrderScheduling/Rescue/View/AcceptOrderView.swift new file mode 100644 index 0000000..22eae91 --- /dev/null +++ b/OrderScheduling/Rescue/View/AcceptOrderView.swift @@ -0,0 +1,129 @@ +// +// AcceptOrderView.swift +// OrderScheduling +// +// Created by 中道 on 2023/8/25. +// + +import Foundation +import DDControlsKit_Private +import SnapKit +import DDAutoUIKit_Private + +open class AcceptOrderView : 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 refuseButton : DDButton + public let acceptButton : DDButton + public let readButton : 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: .hex("203053")) + horizontalLine = DDView() + verticalLine = DDView() + refuseButton = DDButton.dd_initCustom() + acceptButton = DDButton.dd_initCustom() + readButton = DDButton.dd_initCustom() + super.init(frame: frame) + radiusView.layer.cornerRadius = auto(10) + radiusView.layer.masksToBounds = true + addSubview(radiusView) + radiusView.addSubview(scrollView) + scrollView.addSubview(scrollContentView) + radiusView.addSubview(titleLabel) + contentLabel.numberOfLines = 0 + contentLabel.textAlignment = .center + 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) + refuseButton.isHidden = true + refuseButton.titleLabel?.font = .mediumFont(auto(14)) + refuseButton.backgroundColor = .white + refuseButton.setTitleColor(.black.alpha(0.3), for: .normal) + radiusView.addSubview(refuseButton) + acceptButton.titleLabel?.font = .mediumFont(auto(14)) + acceptButton.backgroundColor = .white + acceptButton.setTitleColor(.black.alpha(0.3), for: .normal) + acceptButton.isHidden = true + radiusView.addSubview(acceptButton) + readButton.titleLabel?.font = .mediumFont(auto(14)) + readButton.backgroundColor = .white + readButton.setTitleColor(.hex("1D64D2"), for: .normal) + radiusView.addSubview(readButton) + + radiusView.snp.makeConstraints { make in + make.edges.equalToSuperview() + } + + titleLabel.snp.makeConstraints { make in + make.centerX.equalToSuperview() + make.top.equalToSuperview().offset(auto(20)) + } + + scrollView.snp.makeConstraints { make in + make.top.equalTo(titleLabel.snp.bottom).offset(auto(10)) + make.left.right.equalToSuperview() + make.bottom.equalTo(horizontalLine.snp.top).offset(0) + } + + scrollContentView.snp.makeConstraints { make in + make.edges.equalToSuperview() + make.width.equalToSuperview() + } + + contentLabel.snp.makeConstraints { make in + make.left.equalToSuperview().offset(auto(20)) + make.top.equalToSuperview() + make.right.equalTo(-auto(20)) + make.height.greaterThanOrEqualTo(auto(40)) + make.bottom.equalTo(scrollContentView) + } + + 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) + } + + refuseButton.snp.makeConstraints { make in + make.bottom.equalToSuperview() + make.left.equalToSuperview() + make.top.equalTo(horizontalLine.snp.bottom) + make.right.equalTo(verticalLine.snp.left) + } + + acceptButton.snp.makeConstraints { make in + make.bottom.equalToSuperview() + make.right.equalToSuperview() + make.top.equalTo(horizontalLine.snp.bottom) + make.left.equalTo(verticalLine.snp.right) + } + + readButton.snp.makeConstraints { make in + make.top.equalTo(horizontalLine.snp.bottom) + make.left.right.bottom.equalToSuperview() + } + } + + 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 2fa9155..b4f1685 100644 --- a/OrderScheduling/Rescue/ViewController/RescueController.swift +++ b/OrderScheduling/Rescue/ViewController/RescueController.swift @@ -55,8 +55,7 @@ extension RescueController { messageTapGes.rx.event .subscribe(onNext: {[weak self] _ in - let vc = MessageCenterController() - self?.navigationController?.pushViewController(vc, animated: true) + MESSAGETOOL.openMessageCenter(by: self?.navigationController) }) .disposed(by: disposeBag) diff --git a/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift b/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift index 1b7d639..1fb71d3 100644 --- a/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift +++ b/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift @@ -100,7 +100,13 @@ extension ReviewFailedController { } }) .disposed(by: disposeBag) - + + messageTapGes.rx.event + .subscribe(onNext: {[weak self] _ in + MESSAGETOOL.openMessageCenter(by: self?.navigationController) + }) + .disposed(by: disposeBag) + pendingTapGes.rx.event .observe(on: MainScheduler.instance) .subscribe(onNext: { _ in diff --git a/OrderScheduling/Source/newJuheOrderAudio.wav b/OrderScheduling/Source/newJuheOrderAudio.wav new file mode 100644 index 0000000..c4b12e4 Binary files /dev/null and b/OrderScheduling/Source/newJuheOrderAudio.wav differ diff --git a/OrderScheduling/Source/newOrderAudio.wav b/OrderScheduling/Source/newOrderAudio.wav new file mode 100644 index 0000000..010b511 Binary files /dev/null and b/OrderScheduling/Source/newOrderAudio.wav differ diff --git a/OrderScheduling/Strings/EntryStrings.swift b/OrderScheduling/Strings/EntryStrings.swift index cc18c7f..4a802fd 100644 --- a/OrderScheduling/Strings/EntryStrings.swift +++ b/OrderScheduling/Strings/EntryStrings.swift @@ -12,3 +12,5 @@ public let refuseOrderEntry = "refuseOrderEntry" public let appUpdateEntry = "appUpdateEntry" public let notificationAuthViewEntry = "notificationAuthViewEntry" + +public let acceptOrderViewEntry = "acceptOrderViewEntry" diff --git a/OrderScheduling/Strings/NotificationStrings.swift b/OrderScheduling/Strings/NotificationStrings.swift index 1389b27..baff66e 100644 --- a/OrderScheduling/Strings/NotificationStrings.swift +++ b/OrderScheduling/Strings/NotificationStrings.swift @@ -9,12 +9,8 @@ import Foundation public let Notification_loginSuccessToRescueController = "Notification_loginSuccessToRescueController" -public let Notification_toLoginController = "Notification_toLoginController" - public let Notification_logoutSuccessToLoginController = "Notification_logoutSuccessToLoginController" -public let Notification_reLoginToLoginController = "Notification_reLoginToLoginController" - public let Notification_dispatchOrderSuccessReloadIsRescuingController = "Notification_dispatchOrderSuccessReloadIsRescuingController" public let Notification_dispatchOrderSuccessReloadPendingDispatchController = "Notification_dispatchOrderSuccessReloadPendingDispatchController" diff --git a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift index 42713ea..8a638d5 100644 --- a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift +++ b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift @@ -154,6 +154,12 @@ extension VehicleMonitoringController { }) .disposed(by: disposeBag) + messageTapGes.rx.event + .subscribe(onNext: {[weak self] _ in + MESSAGETOOL.openMessageCenter(by: self?.navigationController) + }) + .disposed(by: disposeBag) + pendingTapGes.rx.event .observe(on: MainScheduler.instance) .subscribe(onNext: { _ in diff --git a/OrderSchedulingNotificationService/Info.plist b/OrderSchedulingNotificationService/Info.plist new file mode 100644 index 0000000..fe81721 --- /dev/null +++ b/OrderSchedulingNotificationService/Info.plist @@ -0,0 +1,18 @@ + + + + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSExtension + + NSExtensionPointIdentifier + com.apple.usernotifications.service + NSExtensionPrincipalClass + $(PRODUCT_MODULE_NAME).NotificationService + + + diff --git a/OrderSchedulingNotificationService/NotificationService.swift b/OrderSchedulingNotificationService/NotificationService.swift new file mode 100644 index 0000000..0360246 --- /dev/null +++ b/OrderSchedulingNotificationService/NotificationService.swift @@ -0,0 +1,52 @@ +// +// NotificationService.swift +// OrderSchedulingNotificationService +// +// Created by 中道 on 2023/8/28. +// + +import UserNotifications +import AVFoundation + +class NotificationService: UNNotificationServiceExtension { + + var contentHandler: ((UNNotificationContent) -> Void)? + var bestAttemptContent: UNMutableNotificationContent? + + override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void) { + self.contentHandler = contentHandler + bestAttemptContent = (request.content.mutableCopy() as? UNMutableNotificationContent) + + if let bestAttemptContent = bestAttemptContent { + // Modify the notification content here... +// bestAttemptContent.title = "\(bestAttemptContent.title) [modified]" + let userInfo = bestAttemptContent.userInfo + + let aps = userInfo["aps"] as? [String:Any] + if let aps, (aps["alert"] as? String) == "新订单" { + let juheVehcileName = userInfo["juheVehcileName"] as? String + if juheVehcileName?.isEmpty == false { + bestAttemptContent.sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: "juheNewOrderAudio.wav")) + }else{ + bestAttemptContent.sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: "newOrderAudio.wav")) + } + } + + JPushNotificationExtensionService.jpushSetAppkey("259b546bb2aaf5f02ffa2547") + JPushNotificationExtensionService.jpushReceive(request) { + contentHandler(request.content) + } + + contentHandler(bestAttemptContent) + } + } + + override func serviceExtensionTimeWillExpire() { + // 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 { + contentHandler(bestAttemptContent) + } + } + +} diff --git a/OrderSchedulingNotificationService/OrderSchedulingNotificationService-Bridging-Header.h b/OrderSchedulingNotificationService/OrderSchedulingNotificationService-Bridging-Header.h new file mode 100644 index 0000000..4f54d4f --- /dev/null +++ b/OrderSchedulingNotificationService/OrderSchedulingNotificationService-Bridging-Header.h @@ -0,0 +1,13 @@ +// +// Use this file to import your target's public headers that you would like to expose to Swift. +// + +// 引入 JPush 功能所需头文件 +# import "JPUSHService.h" +# import "JGInforCollectionAuth.h" +# import "JPushNotificationExtensionService.h" + +// iOS10 注册 APNs 所需头文件 +# ifdef NSFoundationVersionNumber_iOS_9_x_Max +# import +# endif diff --git a/OrderSchedulingNotificationService/OrderSchedulingNotificationService.entitlements b/OrderSchedulingNotificationService/OrderSchedulingNotificationService.entitlements new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/OrderSchedulingNotificationService/OrderSchedulingNotificationService.entitlements @@ -0,0 +1,5 @@ + + + + + diff --git a/Podfile b/Podfile index c81a0d2..8db7356 100644 --- a/Podfile +++ b/Podfile @@ -35,6 +35,7 @@ target 'OrderScheduling' do pod 'ZFPlayer/ControlView',:path=> '/Users/zd/Downloads/iOS相关/ZFPlayer-master' pod 'ZFPlayer/ijkplayer',:path=> '/Users/zd/Downloads/iOS相关/ZFPlayer-master' pod 'JPush' +# pod 'JPushExtension' # pod 'ZFPlayer', '~> 4.0' # pod 'ZFPlayer/ControlView' @@ -63,3 +64,8 @@ target 'OrderScheduling' do end end end + +target 'OrderSchedulingNotificationService' do + pod 'JPush' + pod 'JPushExtension' +end diff --git a/Podfile.lock b/Podfile.lock index f0404a9..16f92c7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -279,6 +279,7 @@ PODS: - JCore (4.2.1) - JPush (5.0.1): - JCore (>= 2.0.0) + - JPushExtension (2.0.1) - JXCategoryView (1.6.1) - Kingfisher (7.9.0) - MJRefresh (3.7.5) @@ -318,6 +319,7 @@ DEPENDENCIES: - ESTabBarController-swift - IQKeyboardManagerSwift - JPush + - JPushExtension - JXCategoryView - MJRefresh - RxCocoa @@ -357,6 +359,7 @@ SPEC REPOS: - IQKeyboardManagerSwift - JCore - JPush + - JPushExtension - JXCategoryView - Kingfisher - MJRefresh @@ -396,6 +399,7 @@ SPEC CHECKSUMS: IQKeyboardManagerSwift: 371b08cb39664fb56030f5345c815a4ffc74bbc0 JCore: d994e32edb50add8a33135473acca799d882c5fa JPush: bf8d6011eb80c776aa40a0c4f5c25fd10335af9c + JPushExtension: d9058b9bd3ef3ccc8f49edea0647595055f6a3c6 JXCategoryView: 7b1ee69ede4843c581688afe84d0f047723262f2 Kingfisher: 59f908b6d2f403b0a3e539debb0eec05cb27002c MJRefresh: fdf5e979eb406a0341468932d1dfc8b7f9fce961 @@ -407,6 +411,6 @@ SPEC CHECKSUMS: ZFPlayer: ba6410f1043fc8a3b7769749f860cf237016df09 ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: c527bc2e79c16b3fd3c310c3c48715420cd6d615 +PODFILE CHECKSUM: b1a489d788c25d6e97cbebd727a83cb2e9715c78 COCOAPODS: 1.11.3 diff --git a/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/Info.plist b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/Info.plist new file mode 100644 index 0000000..c1c5500 --- /dev/null +++ b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/Info.plist @@ -0,0 +1,44 @@ + + + + + AvailableLibraries + + + HeadersPath + Headers + LibraryIdentifier + ios-arm64 + LibraryPath + libJPushExtension.a + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + HeadersPath + Headers + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + libJPushExtension.a + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64/Headers/JPushNotificationExtensionService.h b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64/Headers/JPushNotificationExtensionService.h new file mode 100644 index 0000000..e3c53cb --- /dev/null +++ b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64/Headers/JPushNotificationExtensionService.h @@ -0,0 +1,41 @@ +/* + * | | | | \ \ / / | | | | / _______| + * | |____| | \ \/ / | |____| | / / + * | |____| | \ / | |____| | | | _____ + * | | | | / \ | | | | | | |____ | + * | | | | / /\ \ | | | | \ \______| | + * | | | | /_/ \_\ | | | | \_________| + * + * Copyright (c) 2017 Shenzhen HXHG. All rights reserved. + */ + +#import + +#define JPUSH_EXTENSION_VERSION_NUMBER 2.0.1 + +@class UNNotificationRequest; + +@interface JPushNotificationExtensionService : NSObject + + +/** + 设置appkey(需要与main target中的appkey相同) + */ ++ (void)jpushSetAppkey:(NSString *)appkey; + +/** + apns送达 + @param request apns请求 + @param completion 回调 + */ ++ (void)jpushReceiveNotificationRequest:(UNNotificationRequest *)request with:(void (^)(void))completion; + +/** + 关闭日志 + 默认为开启 + 建议发布时关闭以减少不必要的IO + */ ++ (void)setLogOff; + + +@end diff --git a/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64/libJPushExtension.a b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64/libJPushExtension.a new file mode 100644 index 0000000..d41a48f Binary files /dev/null and b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64/libJPushExtension.a differ diff --git a/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator/Headers/JPushNotificationExtensionService.h b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator/Headers/JPushNotificationExtensionService.h new file mode 100644 index 0000000..e3c53cb --- /dev/null +++ b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator/Headers/JPushNotificationExtensionService.h @@ -0,0 +1,41 @@ +/* + * | | | | \ \ / / | | | | / _______| + * | |____| | \ \/ / | |____| | / / + * | |____| | \ / | |____| | | | _____ + * | | | | / \ | | | | | | |____ | + * | | | | / /\ \ | | | | \ \______| | + * | | | | /_/ \_\ | | | | \_________| + * + * Copyright (c) 2017 Shenzhen HXHG. All rights reserved. + */ + +#import + +#define JPUSH_EXTENSION_VERSION_NUMBER 2.0.1 + +@class UNNotificationRequest; + +@interface JPushNotificationExtensionService : NSObject + + +/** + 设置appkey(需要与main target中的appkey相同) + */ ++ (void)jpushSetAppkey:(NSString *)appkey; + +/** + apns送达 + @param request apns请求 + @param completion 回调 + */ ++ (void)jpushReceiveNotificationRequest:(UNNotificationRequest *)request with:(void (^)(void))completion; + +/** + 关闭日志 + 默认为开启 + 建议发布时关闭以减少不必要的IO + */ ++ (void)setLogOff; + + +@end diff --git a/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator/libJPushExtension.a b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator/libJPushExtension.a new file mode 100644 index 0000000..c470d49 Binary files /dev/null and b/Pods/JPushExtension/jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator/libJPushExtension.a differ diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index f0404a9..16f92c7 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -279,6 +279,7 @@ PODS: - JCore (4.2.1) - JPush (5.0.1): - JCore (>= 2.0.0) + - JPushExtension (2.0.1) - JXCategoryView (1.6.1) - Kingfisher (7.9.0) - MJRefresh (3.7.5) @@ -318,6 +319,7 @@ DEPENDENCIES: - ESTabBarController-swift - IQKeyboardManagerSwift - JPush + - JPushExtension - JXCategoryView - MJRefresh - RxCocoa @@ -357,6 +359,7 @@ SPEC REPOS: - IQKeyboardManagerSwift - JCore - JPush + - JPushExtension - JXCategoryView - Kingfisher - MJRefresh @@ -396,6 +399,7 @@ SPEC CHECKSUMS: IQKeyboardManagerSwift: 371b08cb39664fb56030f5345c815a4ffc74bbc0 JCore: d994e32edb50add8a33135473acca799d882c5fa JPush: bf8d6011eb80c776aa40a0c4f5c25fd10335af9c + JPushExtension: d9058b9bd3ef3ccc8f49edea0647595055f6a3c6 JXCategoryView: 7b1ee69ede4843c581688afe84d0f047723262f2 Kingfisher: 59f908b6d2f403b0a3e539debb0eec05cb27002c MJRefresh: fdf5e979eb406a0341468932d1dfc8b7f9fce961 @@ -407,6 +411,6 @@ SPEC CHECKSUMS: ZFPlayer: ba6410f1043fc8a3b7769749f860cf237016df09 ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: c527bc2e79c16b3fd3c310c3c48715420cd6d615 +PODFILE CHECKSUM: b1a489d788c25d6e97cbebd727a83cb2e9715c78 COCOAPODS: 1.11.3 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 0bd3b2c..7c69923 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -13,8 +13,8 @@ buildPhases = ( ); dependencies = ( - 977F5B9530B3475CB5B88D44B2FC4AB5 /* PBXTargetDependency */, - 59933000272DF80407254559EBEE8C4B /* PBXTargetDependency */, + B240539836E472E687A3278B42EEFDC8 /* PBXTargetDependency */, + E0E1CE183BAF11320AB06D4A53533088 /* PBXTargetDependency */, ); name = "AMapTrack-NO-IDFA"; }; @@ -24,7 +24,7 @@ buildPhases = ( ); dependencies = ( - CA13BB85DC381B45189B44042A5FBA5E /* PBXTargetDependency */, + E5C99F457869BEA15112497D17C663F9 /* PBXTargetDependency */, ); name = "AMapLocation-NO-IDFA"; }; @@ -34,7 +34,7 @@ buildPhases = ( ); dependencies = ( - 75940428F795F8E2DCBA2698FBA05982 /* PBXTargetDependency */, + 0D6A8F43D09BC468723F3E470F655C66 /* PBXTargetDependency */, ); name = "AMapSearch-NO-IDFA"; }; @@ -45,10 +45,20 @@ D73EEB9F3069F731FAED740B7B5491BD /* [CP] Copy XCFrameworks */, ); dependencies = ( - 38838E2F4E919FF30FC4670014CC9A8E /* PBXTargetDependency */, + 30F9B70B867B68F5B75CA389A277CEFF /* PBXTargetDependency */, ); name = JPush; }; + 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 70DCFB34F374FED0564DBE720C71188C /* Build configuration list for PBXAggregateTarget "JPushExtension" */; + buildPhases = ( + 69BC0AF0569A5E99FE98DD6EF583EFFF /* [CP] Copy XCFrameworks */, + ); + dependencies = ( + ); + name = JPushExtension; + }; 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */ = { isa = PBXAggregateTarget; buildConfigurationList = EDE179AD87A4BAE3C76CF5F64CD588AA /* Build configuration list for PBXAggregateTarget "AMapFoundation-NO-IDFA" */; @@ -74,7 +84,7 @@ buildPhases = ( ); dependencies = ( - A88F6C0612D1A961515E81529E99F663 /* PBXTargetDependency */, + E5AFC8F62E1595B3D7D3ED1AF94A402B /* PBXTargetDependency */, ); name = "AMapNavi-NO-IDFA"; }; @@ -82,3380 +92,3405 @@ /* Begin PBXBuildFile section */ 000018292532BCB591F7DFD95BD047E3 /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F7F7AB35EC8BFE034F730B003CA459 /* ZFFloatView.m */; }; - 001D1616C8940B8F237BAF4B3842CCF7 /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D3036482FE56FD5F603C57D9EB53601 /* EKFormMessageView.swift */; }; - 0028AB23BD985EFD09ECA44A848AA90E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5EA80F6F0B6CA6E04F6CC720F8DD58E /* EntryCachingHeuristic.swift */; }; - 0035A4ECE8824D3C34FAE8E7640C3AFB /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99337A7D0F188277AC10785FCC04601B /* Throttle.swift */; }; - 007AEE9E1F8CD4D6C9224443FF97646E /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F43EEC9B34ADB68BFB1D2FAB5F57394 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00894F57C0D3F780F7ED845EA7120995 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F326678D8CEBEAC5E9935EC7D4C1F20D /* KingfisherOptionsInfo.swift */; }; - 00F4AE8D155DE0F181CDF3C7C45743D7 /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6890B63EAA20F710EFF75FF37640A168 /* Disposables.swift */; }; - 013BFA329ACD302E4E8CFCC4904E4F0C /* _BacktraceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCE9047D6D1EE487FBE3AF5030AD6CBE /* _BacktraceLogger.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0184836F68D559B44CF2305521C97B44 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF637CA5AA0D0470519D43984882DB07 /* ZLTextStickerView.swift */; }; - 019403C393266755F02C8C8268C3CAB6 /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D514AF12C030E0278B8AA2472B8DA67 /* KFAnimatedImage.swift */; }; - 0195B164DD9FA0DAA663F438EB8B0CA5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = B9AD8B20BCBED020F4F17FEB7C159B63 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01B1F679DB9C17B48EF0AEDA9DB1F6BC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 925BE7B2956B5239132D061B2432566C /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E07D16FE7B8B5B61135434E43C3D3D /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD6E128A03B2D04C10303BC71A81E21 /* SDWebImageCacheSerializer.m */; }; - 01EE603EA56A541E67C41C4667ADA908 /* _CanonicalRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D62A9E0B61CC784E8BF9FEE58D3058FB /* _CanonicalRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 024C29B370C771A0E5519B7BDD242168 /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58AA381015B057AD7686A9E799772735 /* Repeat.swift */; }; + 001D1616C8940B8F237BAF4B3842CCF7 /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E37849971F07A5DB04C5B32043004C /* EKFormMessageView.swift */; }; + 0028AB23BD985EFD09ECA44A848AA90E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7B14B35B51C7C0A6DFA34F16ADD1EAC /* EntryCachingHeuristic.swift */; }; + 0044DBAB83E7788C750021475E5ADBB1 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4EF822909D0768B019595C09006A0F /* ConstraintConstantTarget.swift */; }; + 011AB55BF0A60BB6AF315CC84CDE943A /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6489646D8460336A5A7C07E269D64BD9 /* ConstraintConfig.swift */; }; + 013BFA329ACD302E4E8CFCC4904E4F0C /* _BacktraceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 364AF6CD358169C5D31FFB3E313F18C6 /* _BacktraceLogger.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0154CA1EE841E85CD4E470B7A649184E /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B660079A8671BB45C37B85EC1EAF859 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0184836F68D559B44CF2305521C97B44 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 366F859879DAF17174798A6422B9EF5B /* ZLTextStickerView.swift */; }; + 0195B164DD9FA0DAA663F438EB8B0CA5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = CE1FDC3D653F1CBF7198EE642D18A04C /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01B1F679DB9C17B48EF0AEDA9DB1F6BC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 691A0793B7F3E1C7A066E631CAC5C309 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01C1EDAA55DB5EE496A490E5D0AA0A20 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = B377DAE5AD2A4239CCCA5E8D3BAF1BFF /* ToArray.swift */; }; + 01E07D16FE7B8B5B61135434E43C3D3D /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 90408D901F3AE9E324F203FD50CA681A /* SDWebImageCacheSerializer.m */; }; + 01EE603EA56A541E67C41C4667ADA908 /* _CanonicalRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 407639C6F2614F98344F6AC4FC604715 /* _CanonicalRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 022B7137376C4F240BDD0759C8845C02 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5617336F592FD615FAA5D29FE1B5B63B /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0314CF646E4E0AE4F5C24978C603FBA9 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3025A9C566335BA5A12D0386738B6899 /* SizeExtensions.swift */; }; + 034E2633937DAFE2DAD7A9D9C6808E15 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3329A7A4DB4FBA36EC8B52A0B6D88393 /* NSTextAttachment+Kingfisher.swift */; }; 03AA89ABF65B2733EE984C0463E68546 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0DD762BCFA4928914EFC99817077EC2 /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03F9201B022B6B8F4AECD14F7359FC32 /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02FC555B8B9023FB2635EB4906ADAAF4 /* ZLEnlargeButton.swift */; }; - 041C0B9F468DAB0FAAB76072B1F8281D /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0144269D993E5C4A759EB12EB3423C1F /* InfiniteSequence.swift */; }; - 042B033C5A88DA3A1A09CF01C4303D97 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = CA5465B1F3C1CB640C0ABC2A0AEA7A56 /* UINavigationBar+DDCategory.m */; }; - 043D61D3D32A30F793628A595600A5ED /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279332F0056934C53814298151A59F66 /* DisposeBase.swift */; }; - 04AAA5B3682FAC9D09283EA52E01E962 /* CocoaDebugDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C58E7D0564B11E4865DEBC422D12A1E /* CocoaDebugDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04AE3CA3907CB4BC8B56B0CA13EB1203 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ED131DCF62687CBFE429D6856800FE31 /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04BEE2D12948EFD346FDC60BD2D0B6BE /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA0DCADD95F74FC9133A185435885342 /* Errors.swift */; }; - 05078B195B0A7C704CDCFCFDB22C64FF /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BCCA5CAE574B4E898C504E92B1D30FFD /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 052CC815A305A2B76638A2AF1F8886D2 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E4F37AFE1E1A5A2743F2ACFF42FB8D /* Optional.swift */; }; - 05AA761B3AEA607E904EFA7843437904 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = DC255FD48257E1555CE0FA26E0FA5749 /* SDDeviceHelper.m */; }; - 05BABBCAC0970F62A2945DF891C9DC9B /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA3BF4CC39AAA6B2F89253114B3A8744 /* ZLFetchImageOperation.swift */; }; - 05C2B58E151D34C34A250F7EBA718312 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2D880CBB47C78E3605DD2D272B252B /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05D26D0469B15DF8F6AFB05EF8B22712 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 067783A0D85FE3D28A0E5DF90100381C /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05E7F2B03F14E6348730074E6087725C /* _CrashModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B99659D48A100CE09B578463DE6EC95 /* _CrashModel.swift */; }; - 0627923D9D4E389A438542032987B77C /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = CD4C858EB8C90129A72A83C139712CEC /* SDWebImageDownloaderOperation.m */; }; - 064E3CA7E9E8B0FD689A44C694C0EA28 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9CB8CFF86E395422469CA35EB52621 /* DDBaseTextView.m */; }; - 066317AF780742E152EC94A6A2F78BD8 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E9CC350ACD8BD8A5C37F46C22B48B4B /* ExtensionHelpers.swift */; }; - 06C5E365B6D8F2297DE16A7426FD6A2D /* NSObject+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 67D7C1F6F573B86AC3BB4E7811919E41 /* NSObject+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 075F7EF0396FFF6A88E97028D611822F /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C5D58D5889DAC28FE9260A9FDF9B45C4 /* MAPointAnnotation+DDCategory.m */; }; - 07842AE9C200E3450448D4CE5EC90B20 /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEEC80BF09B9A3345512EEE4947B02C /* KVORepresentable+CoreGraphics.swift */; }; - 07B46FF16A1BA25D9996E75A95A3E24F /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AE4AFC0E2EF54CBE7E11CCEAFB3AE63 /* ConstraintLayoutGuide+Extensions.swift */; }; + 03E0E32620BF41C5A0E2A6C272DFAE81 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C307FD7D58A345C1727A13E4643ED6D0 /* ConstraintMakerFinalizable.swift */; }; + 03F9201B022B6B8F4AECD14F7359FC32 /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77C424CE415DE5C56E125EC0E24FF345 /* ZLEnlargeButton.swift */; }; + 041C0B9F468DAB0FAAB76072B1F8281D /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0958A1C3A6CFF23F345E87811801EE6 /* InfiniteSequence.swift */; }; + 049AE1EE556F9A1E7B23FD876B432A9B /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2DEC1218F588001819B52445A9B1AE1 /* ConstraintViewDSL.swift */; }; + 04AAA5B3682FAC9D09283EA52E01E962 /* CocoaDebugDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B747A6617F3E1E9AB5EB66B27733B43A /* CocoaDebugDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04AE3CA3907CB4BC8B56B0CA13EB1203 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CC4FE8995C3A84B0068FCE6C75DD30DA /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05AA761B3AEA607E904EFA7843437904 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D213BFF285A8465586A7CA0545032C /* SDDeviceHelper.m */; }; + 05BABBCAC0970F62A2945DF891C9DC9B /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D15456535AB48C0816DE87C968C497 /* ZLFetchImageOperation.swift */; }; + 05C2B58E151D34C34A250F7EBA718312 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 3107A5706D82937752A110F689E59B8D /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05D26D0469B15DF8F6AFB05EF8B22712 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B1D8D1C0F2F18FD6C3E17DE0089B40 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05E7F2B03F14E6348730074E6087725C /* _CrashModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D77BD856A9C4E2C8DCB00A898940E9CE /* _CrashModel.swift */; }; + 0627923D9D4E389A438542032987B77C /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C6A6A750F28E9016EE8D50FE0D6F7E /* SDWebImageDownloaderOperation.m */; }; + 064E3CA7E9E8B0FD689A44C694C0EA28 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 171631374BFAE9FE433E80E7B43288A5 /* DDBaseTextView.m */; }; + 06C5E365B6D8F2297DE16A7426FD6A2D /* NSObject+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA64B1490949141B2610CB400EE2725 /* NSObject+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 075F7EF0396FFF6A88E97028D611822F /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC408DD91CF9729DE9CDB5CC38CB748 /* MAPointAnnotation+DDCategory.m */; }; + 077180D441FEAD1CF260AF92F6CD4D75 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92CEFE5EF496223F2789529811D30C04 /* Skip.swift */; }; + 07842AE9C200E3450448D4CE5EC90B20 /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3BE35F972C55B9C8376B636CA186387 /* KVORepresentable+CoreGraphics.swift */; }; 07B5EB42C28C3BD1A0DD968E247B4C66 /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F50475A4033EF3E9DCA18AE00A8300F3 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07C75CEEEBD4FAD75B68045458EC4A87 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 173584371E0DA0F253976DD9331CD9E4 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07DD7EEF3184FCD7F41D558FAE757829 /* _DebugConsoleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 615946F65A23A492ED83FEA260404083 /* _DebugConsoleLabel.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 07E392F599611967F673A8BD40BAC44B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A39611AF5C1265925FA57E277F2C47C3 /* RxCollectionViewDataSourceType.swift */; }; + 07C75CEEEBD4FAD75B68045458EC4A87 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E02D221BCF73BDE49106615898F8F66 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07DD7EEF3184FCD7F41D558FAE757829 /* _DebugConsoleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F73253EE6CB84FFF3F559BF7F542A882 /* _DebugConsoleLabel.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 07E392F599611967F673A8BD40BAC44B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2464E8D274F116876E5B2C0452BE1C63 /* RxCollectionViewDataSourceType.swift */; }; 07F352E4C1784215C5BACAE2069CE632 /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 69BC25304A9853A7B03ED8E48E32EB77 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07FB2928E22C59D69AEC76F3C4E108F6 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C426840933C313328908BB131BDCA3 /* PHAsset+ZLPhotoBrowser.swift */; }; - 08323A8552D869E49AD7E77ADD8CB62A /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC004A44EC6C246667477E8F7EA5E91 /* DDImage.swift */; }; - 0837FC4A56D31B16F0B5D75A77C77605 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57BC14C6C576F19F40B19B9501352BB4 /* WithLatestFrom.swift */; }; - 08618BC667C4A41807D3097E7B24DE74 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2DCE3186C24621FB00DB123A3922B54 /* Color.swift */; }; + 07FB2928E22C59D69AEC76F3C4E108F6 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C9E375E185D193C96142CE58B3CEDC /* PHAsset+ZLPhotoBrowser.swift */; }; + 08323A8552D869E49AD7E77ADD8CB62A /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA22A91DC36D0FEC13332E8DF768C2CC /* DDImage.swift */; }; + 08618BC667C4A41807D3097E7B24DE74 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81C4BDAC665F66E2EBF37D65F85549D6 /* Color.swift */; }; 08716982315B3A7E7683D5D9F69A2207 /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE9FBD8BCEBE5C945C8F09730FE9072 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0872AD4C6D18972B6940A886F04C7476 /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 18BE948DD704E2F42370AF6AE5E367E2 /* DDControlsKit_Private-dummy.m */; }; - 0896B76AEBD6BF7C94932BDFE8354462 /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1BBDE3F825CC3BDCBFD08BDA422F2A7 /* EKAttributes+DisplayMode.swift */; }; - 0897CF33A9DC8CA0D4F3540B77AC27E2 /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23DED8941B36FDF74C018EDA1B58E93C /* Cancelable.swift */; }; - 08BF8C3FFC98ACBFBDF75A1B6B51900B /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = B981D3B6B0EB4EBC88F634329BB17D3A /* Debounce.swift */; }; - 08C4C48B5491DF1A9649D553D51AFDBC /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B7656EFBACC83F9DBACF5F858FEE8F9 /* NSObject+Rx+RawRepresentable.swift */; }; - 08F14B504BD90DD29DD65EEB5B6F862E /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DF7479F5BD199A78E5468BF29765EEE /* UIFont+ZLPhotoBrowser.swift */; }; - 090E539A686A781DE820DE5F13F2C163 /* _DeviceUtil+Constant.m in Sources */ = {isa = PBXBuildFile; fileRef = AEEED72F002D1D44A4E231F8BC4C935E /* _DeviceUtil+Constant.m */; }; - 090E7514095D254262AAFDB556B2A092 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E4C8B222B37796B78E441858FD0BCF01 /* SDFileAttributeHelper.m */; }; - 094C2F4D9A6B9F76E5FF3F0006E437FC /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E0CC5AAB0C84B082AB68777173ED101 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0872AD4C6D18972B6940A886F04C7476 /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB21F8236ECB221359F4700EF44B840 /* DDControlsKit_Private-dummy.m */; }; + 0896B76AEBD6BF7C94932BDFE8354462 /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CC16F924F196892DEC31D3E49E02B55 /* EKAttributes+DisplayMode.swift */; }; + 08C4C48B5491DF1A9649D553D51AFDBC /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE99F043033AAE33ADBD0AEC0466359 /* NSObject+Rx+RawRepresentable.swift */; }; + 08F14B504BD90DD29DD65EEB5B6F862E /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821501CC76A6BF8846721DB00AF32F88 /* UIFont+ZLPhotoBrowser.swift */; }; + 090E539A686A781DE820DE5F13F2C163 /* _DeviceUtil+Constant.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F25AF092CA7F4EA6F15C3E6FE3BDB28 /* _DeviceUtil+Constant.m */; }; + 090E7514095D254262AAFDB556B2A092 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B068E293CF3E2C91EF9701251FA038B /* SDFileAttributeHelper.m */; }; + 094C2F4D9A6B9F76E5FF3F0006E437FC /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 852394B4669DACF47435FF42951C5228 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09B84A8323A9DF6D0A755F59CB54ADAB /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A1711E90128068125A8C2B8F49751963 /* ZFPlayerGestureControl.m */; }; - 09F9F981334170713980DDF8809DB8D5 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7C0162A56D954DC15AE3FE7D2710D39 /* IQToolbar.swift */; }; - 09FDD7513B55D9A1F614BFEA21B37C45 /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F1E0490A9478DCAF24F50DBA662520 /* JXCategoryImageCell.m */; }; - 0A689BCD2A685775B1DFBFE64C95A4D6 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F5FDBC74E767F5E03E5B0B1E1FACAE /* Lock.swift */; }; - 0AB82009E5495FF3657BC47CCBB69E14 /* _CustomHTTPProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C0400E624E20F1F048088F54656555D /* _CustomHTTPProtocol.m */; }; - 0B33AF62B4AA0F0021F4BC062327FD7D /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = D44F17FE8A5722B5D55F4F91BF5297E9 /* SkipWhile.swift */; }; - 0B3CB8B0F6A00EC008C0DF3CC323DD2D /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A4C7EA22E4A3AE2C4D52D56E67EDB4 /* JXCategoryTitleCellModel.m */; }; - 0B71B7A7EDC041A6A0BB7C127F9DC547 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A411E057BBB389D9A440EFE58296DD5B /* MJRefreshAutoGifFooter.m */; }; - 0B8F271D65114AD28D631E9C64FC625C /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943E3B4191B0D734E2A610DECE779468 /* Create.swift */; }; - 0B94E75FF2747C7288F1C62CFA5849D8 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2EF5E4B8FCAF28896605555DC2B264A /* UIApplication+EKAppearance.swift */; }; - 0BDB918E31663AC6F76C60CC6480E960 /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7791B1A23F41DD8FFA1416D558C85C26 /* OperationQueueScheduler.swift */; }; - 0BE239C83EB39393C2217E5B2FF6B218 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAAE7841957C3B553A53E49D8AC4CD6 /* SDAsyncBlockOperation.m */; }; - 0C0D931655251C8565D2D26F6C786DD8 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758022EC0FCD2B72ACF52C7D32DBC028 /* Platform.Linux.swift */; }; - 0C21914CAD223DB4EAB1015C4EB49BA5 /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5788A424A6B05EE9F99A7BAA3F19AB3B /* UIImage+ZLPhotoBrowser.swift */; }; - 0C33F3DCE6BF1D04981AF807893F32E2 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 564091B23DDF324EC811C6D6491B718B /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CAB9A0F8C3E3865310F961D69866A9F /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BDCDE5CD24DF02C762F0EE40E58D8D9 /* MemoryStorage.swift */; }; + 09F9F981334170713980DDF8809DB8D5 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6471BA1FC948318CC5EC7846F0435DA /* IQToolbar.swift */; }; + 09FDD7513B55D9A1F614BFEA21B37C45 /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A6D83985A0F30A9F7ED52AEF613087 /* JXCategoryImageCell.m */; }; + 0A3A9339458BC494F74B84E81E1EBD04 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1A089E566C81E34956A426A4FA6E2C3 /* Take.swift */; }; + 0AB82009E5495FF3657BC47CCBB69E14 /* _CustomHTTPProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = FDDDFD5F5ABCAABD4496B5D0DA8F5CDD /* _CustomHTTPProtocol.m */; }; + 0B3CB8B0F6A00EC008C0DF3CC323DD2D /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 79A1D6FF763D4239862D39A55B03B981 /* JXCategoryTitleCellModel.m */; }; + 0B71B7A7EDC041A6A0BB7C127F9DC547 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 412A53FA2DB7DD8AE3C58B33E7922C42 /* MJRefreshAutoGifFooter.m */; }; + 0B8B32CEF7F245F87724A6CA875B06A5 /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CB5AB1F5F73A771D471B8390486F3955 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B94E75FF2747C7288F1C62CFA5849D8 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A83E83A21E44801E36B38E70F90E8E8 /* UIApplication+EKAppearance.swift */; }; + 0BE239C83EB39393C2217E5B2FF6B218 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 863F693A5B68AF2A5158A24EDDD70CA7 /* SDAsyncBlockOperation.m */; }; + 0C0D931655251C8565D2D26F6C786DD8 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB668C22CDC4518E5CE846A3E92D6B43 /* Platform.Linux.swift */; }; + 0C21914CAD223DB4EAB1015C4EB49BA5 /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA66C223B4BCDD9F97DCB66DE60ADF4 /* UIImage+ZLPhotoBrowser.swift */; }; + 0CCC22F6F29895D2F5AA88C517B203BB /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87E6AF3D051772C860A387CA73C82E07 /* ObserverType.swift */; }; 0CDBF40935FFCB10BFC284D33F7C5327 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CCA1156397CACC6B95796D41857CD9 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CE0ACB5EC4AD02FEF4EFD7E0E812CA8 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A1699CEF0EC74C2B0460326F2D0FA5A /* CombineLatest+arity.swift */; }; - 0CFDEAA6CD6E0D9E079D6CBD2902959C /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BF0F536B7191BF66DFD5019F774EF3B /* Amb.swift */; }; - 0D1B44FC9F42E3CD0D7BC1DB16C97823 /* GPBMessage+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 191224E5922F1EE7DDA6134A7F439269 /* GPBMessage+CocoaDebug.m */; }; - 0DABF94CD1F51D2C9CE647F2208CBDD3 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E34729C09C20E37C2DEC992E6C6F38 /* DDMASearch.m */; }; - 0E0AA48C27E14A2A00DEA492873A599C /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 92487E21781B1A61055FD7A502888598 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2DB7F0238399F871D828D7969754B1 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A48DEE27DDF6AAD74BAB29A634E34 /* EKRatingSymbolsContainerView.swift */; }; - 0E56518E9F1C83990C68DB5F3473FA31 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6923811BB660446AD26AF21C22C364F1 /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ECD9C9BFB3953288196BBBAF3555927 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C5DD99FFAD6F582B92BFB9D3E9567A1 /* Maybe.swift */; }; + 0D1B44FC9F42E3CD0D7BC1DB16C97823 /* GPBMessage+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CCB23D02EACAAE60CBAA7E16C225864 /* GPBMessage+CocoaDebug.m */; }; + 0D295C1900CE2666661554CC3687533A /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B7A1B0F8B4A85D0770AB626956A1B61 /* Observable+Concurrency.swift */; }; + 0DABF94CD1F51D2C9CE647F2208CBDD3 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 9108F0CBC944881974AA7FD03FF2A2A7 /* DDMASearch.m */; }; + 0E0AA48C27E14A2A00DEA492873A599C /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AD7A95BCBC44E02FBFA20CDA3AAEE767 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2DB7F0238399F871D828D7969754B1 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCBD31DD2BE79F27BF7F5D56A309B81 /* EKRatingSymbolsContainerView.swift */; }; + 0E56518E9F1C83990C68DB5F3473FA31 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 126069DAC6F43B1BFDAA5390529D1717 /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E94012FD20204CA540867CA89706C60 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA8DB2E04147911FC8C8353A181D3FC /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0EDEDF4CA9DA8A5FEDFB15A7666D0A3C /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = D1971CD9E21A78FEEF1B2019149A52E0 /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F0C901337398FE4738DE95521DCEB56 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DFA5ED0FD0A5EFE437212DB9E1BE856 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3D0046C86EE9D561A825514D92565C /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7494AEAEB4442B28DA58EBF5913260BA /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F433044901C4E3CF858F79468375C37 /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CFF8647007AB91FAFC7403589791E9 /* Zip+arity.swift */; }; - 0F920FC3CBA6622C2B007441D6D1126D /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F217789F2F68C826AD4B03C33BB9293F /* JXCategoryBaseCell.m */; }; - 0F9B3E5A8BC39B19AA81036D81CA5023 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB2D2656D0E83240D45AFED4FDDD5E5 /* Kingfisher-dummy.m */; }; - 0FC40DD515EF0A4C3574AC61AE2D4D3E /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5ED50566BE7DEA9878D9F6AD52C8E6 /* SubjectType.swift */; }; - 0FDB97170F037BBC43184C41C4203AB0 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46FDCAB58B3E2FEBECDE7E4F3C183B8F /* Placeholder.swift */; }; - 10345D3B19E401C3F2822074041C0558 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D2FE8795F5CBDFA49029EE085A685C /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 104C35DFFA5A1426FF8EFF6E63793213 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 45CC671272BC90068B5324444789BD36 /* JXCategoryNumberView.m */; }; - 104EA22965200BF741890B104BF71879 /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = C2B3C59210123CACF40290B45444CC2C /* DDTimerObject.m */; }; - 10DE5D64EDD01A2176294CC87737263E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FA4CE53C37D05B66545B0B041C5360 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110FF9ECABC7F20FEEC801793B897C94 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE650874F0695D483DE2EBBAC4C3FE6 /* RxPickerViewDelegateProxy.swift */; }; - 1128E2E73320605A26D05E7B01D3BD83 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 284350F2A0A4562201E232EF9D1371A2 /* ZLAddPhotoCell.swift */; }; - 116108DF1851A434DF1F782097754214 /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = D92B60CBF99CD32081E59325F0F91481 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1169861CD924DC49405A30D3DFAFF57A /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30071D7F7675AED531813B8E5E677C18 /* ConstraintItem.swift */; }; - 126F75C66AAE521360A205CC28EDA57C /* _DeviceUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = D52D2CB1C794DB60DF9120B9A52D9B30 /* _DeviceUtil.m */; }; - 13AA5156913F0EC843A8AC0B9AC5BFAD /* _Swizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4EF11E63A10C9AA76AA199F7E9EDD9 /* _Swizzling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B03D3CC04040B5E30C7FB851B053C0 /* FPSCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B47A874ED114449A24C9ECDC711B08 /* FPSCounter.swift */; }; + 0F0C901337398FE4738DE95521DCEB56 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDE4B79D4969027D09B2B806D4EE533 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3D0046C86EE9D561A825514D92565C /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B15BA86D5F88C2031F2AC62300E48C /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F920FC3CBA6622C2B007441D6D1126D /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C35A3D219FC3600AA64AAA53FAF32BB4 /* JXCategoryBaseCell.m */; }; + 0FD33AB870761F454449357B0D7D1861 /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A940D85B955121F0970A45581C4C4399 /* KFImageProtocol.swift */; }; + 0FF7B7C482BAA954434288008516F8E6 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E526332D26EC2C000931BC63994C80EE /* Filter.swift */; }; + 10297B9504E079CEC8D0F49ADA43D3CC /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 659DF159A3250CB839A383DC1655080B /* UIButton+DDCategory.m */; }; + 10345D3B19E401C3F2822074041C0558 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E8F153A6B0E8E8B687F268DE2043EAA3 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 104C35DFFA5A1426FF8EFF6E63793213 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2834B6A14968DD7A5F5D8568346F091 /* JXCategoryNumberView.m */; }; + 104EA22965200BF741890B104BF71879 /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = DB3F2D96BFF6F11F52874F0D8909EE61 /* DDTimerObject.m */; }; + 10DE5D64EDD01A2176294CC87737263E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB9947669E5E7F1083CA86E27CC6340 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10DF5FEB1F2D016D29A8A4EF6E6D5A4A /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95490C3756BA562446EF88B76DD84856 /* Observable+Bind.swift */; }; + 10FE82996240169124BA3B1848EBA419 /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 60E134ED386E9AA06EB34B3962A7B43E /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110FF9ECABC7F20FEEC801793B897C94 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 090800DEDCDFA80FE07A076C987C0242 /* RxPickerViewDelegateProxy.swift */; }; + 1128E2E73320605A26D05E7B01D3BD83 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F8656B9CF9A116B90F7A86FF2B07349 /* ZLAddPhotoCell.swift */; }; + 116108DF1851A434DF1F782097754214 /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09747B681E9D7DE5A0DBB1BE144E0C40 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11C7C1CFCA6EDD425E62F12AD824DF3F /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 621A5F62F08CF491ADD743D9F47CBD7F /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126087B3AAA198237E6889614CB23F4A /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D2498EAA8233BF9D3854BFCB3D34A8 /* Infallible+Concurrency.swift */; }; + 126F75C66AAE521360A205CC28EDA57C /* _DeviceUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 48EEB632DC7A614DE20E893455DC9A0A /* _DeviceUtil.m */; }; + 13582C8717CA79EDF844B6C772BF7A60 /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BBDF1F007872F40F4ED9BE7DCA13A81 /* AsMaybe.swift */; }; + 13AA5156913F0EC843A8AC0B9AC5BFAD /* _Swizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 835C4A05D9D7D606E413524BFCD964A7 /* _Swizzling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B03D3CC04040B5E30C7FB851B053C0 /* FPSCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D355F8D59912C43DF982DA1CF4948FBD /* FPSCounter.swift */; }; + 13C353307C08ADB9C4CAF5AB54C3AD35 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32AC1269B27CFCDDB2AA7B3CBB2E7913 /* SkipWhile.swift */; }; 1486E0592B40F546E20EB778F7718220 /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E86E34E8835F13A9AC605275B4D705D /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14BC856075DA12C985773806DA200B51 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8B4F891E9AB98FF358FB5718BBB2337 /* UIScrollView+Rx.swift */; }; - 150EBE744426DA643E507BA08A9DE5B7 /* _OCLoggerFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F18BC4874EC2CCFE229A891B32C462B /* _OCLoggerFormat.m */; }; - 1511F0539EE313BF002EB0A462E30B65 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF9D6DA56049002A43B29040BA01CCC3 /* QLCompatibility.swift */; }; - 1529D393621686AFED4B2B7539A559B5 /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D19678BE35F87AD26AEDCF8C693C3ED /* CompositeDisposable.swift */; }; - 1561BF831B4EC3E3E879298DA74BD7F9 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1886B0537C7FE810E8EDD73C586EA9E1 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 159496B27D352A38E9ACDE8A3DFAFE1F /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9FE0DCB1C6A0ED2913381CDB51866CD /* PublishRelay+Signal.swift */; }; - 15CDEAEB90F3B3B10F1D1F624A4A64A2 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D85B8BF3698115B7F620042AE16B7874 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D653A7E1AE2E452BB8CE50ECF09C9A /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 600708E45CA7FDBB44BF7FD1E5576777 /* DDAlamofire.swift */; }; + 14BC856075DA12C985773806DA200B51 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CECA1A13B1C670229E544F1D86331D4 /* UIScrollView+Rx.swift */; }; + 14F1BC3B4D728A3BBDFC2AF3DB31D50E /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF6FD51F91423EB0BD0CD4A11CB5AB8A /* AtomicInt.swift */; }; + 150EBE744426DA643E507BA08A9DE5B7 /* _OCLoggerFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = A27C4F3AEF82A9D48C44D15362797797 /* _OCLoggerFormat.m */; }; + 1511F0539EE313BF002EB0A462E30B65 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD238A58CBD941483A8509AA8C22237 /* QLCompatibility.swift */; }; + 15230C083EB58BB84AD7C1AB0D11A52A /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89A1416FF119EBBEDEF5D40490920778 /* ConstraintLayoutSupport.swift */; }; + 1561BF831B4EC3E3E879298DA74BD7F9 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C84061E551B48500F06F17C56EED41 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1585A0F6F28B145513769A286A542277 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83AA652A70094E963CDA1EC3B0EE7664 /* Platform.Darwin.swift */; }; + 159496B27D352A38E9ACDE8A3DFAFE1F /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD2C8D901E64BA06535DE0EDA471CE6 /* PublishRelay+Signal.swift */; }; + 15CDEAEB90F3B3B10F1D1F624A4A64A2 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5557072D4679705898E85F13CB9F4B96 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15D653A7E1AE2E452BB8CE50ECF09C9A /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE2E61C6FF3C5037F4270B62D00A4D02 /* DDAlamofire.swift */; }; 160B9AE178AB2DD44C98F37D2FC148EE /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3807C6FEBE7FFE10B504C8EE5EB0A37B /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16AED9E453F33B4FB25D6A64A1DBED59 /* _NetworkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 63797B471B68416C42259269183709CA /* _NetworkHelper.m */; }; - 1709BD77B872B4E62B6EFF43A0A9E78D /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F02DC7DAE11ADB8A90C1E3F0919D77DF /* ImagePrefetcher.swift */; }; - 1719ADC81CA7D3C14E267ACBDBD7D16F /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A39E0A956BFC60C2C1F1F2159C69E3D /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17EB4DC815A2337C2344E7BBBC8D461F /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50B5BC56620A0B7BF8E97BA8E4AC5C3 /* DDMutableAttributedString.swift */; }; - 1852BF48A0664A571D3474A1421403E2 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DBBE6009E7D2AF74D36D8E366E4529 /* SessionDelegate.swift */; }; - 18A97E86B886DAA53D8D79BB9AFD0E95 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDEB7AEECFE20AAC3B5916DA0E55F34 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18B12C23C1031BC6F1A75FB84BFCCF20 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3FC34190A7CD1F43C4C99903FBDB890 /* ConstraintConstantTarget.swift */; }; - 18EE327CA4C56870F4B9A16BEF7FB19E /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78033E012CCDA021DEA18549C2FF7130 /* ScheduledDisposable.swift */; }; - 18F096C821E32DDE9C010E73DEB1341B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AEF1D6AE8C71A6A75919CB69961DF2C /* GIFAnimatedImage.swift */; }; - 18FFEFC84AF85E9A5B79D6B9BFFE9532 /* _DeviceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B0424FA35C1CB9BF4A5CE01E96E374F7 /* _DeviceUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 191305CFEEE3AF0A9071621038FE83FD /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1E3916328A47D988F1BDE716BD9BAA19 /* DDBaseViewController.xcassets */; }; - 1917219A7055EECB00D2DEAE208D2B51 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130EA6E263BCF30A0B2935D78F7B8C08 /* UILayoutSupport+Extensions.swift */; }; - 1922E90BAEAF78C8DEA9F23C9DFE48C0 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69822CB4B00120E6A1354AE8D718801F /* PrimitiveSequence+Zip+arity.swift */; }; - 1951974553555FDD604E274748E45DD8 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C652AFBFDDF2F8DA3C002719655F7B /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19852C32598DF9170B3E4DEF382C3532 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C4E4C346C9F8246E438416244F130C /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 199F82E08FA4D1340F97901F2A294A4E /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 97257F3326C1F7A21E728908F92A943F /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19D4B489F6D4051578A6B3402B413405 /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B54C8FE7C15BAB89AB06A36325B8D77B /* UITableViewCell+DDCategory.m */; }; - 1A27EABDB2399A0ECC0F9259AE5A6065 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = DE32B35CEC6B686CF87CD5A0FF182655 /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A47EBBCEC8DDE7E8EA1C71FEC2BE256 /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DFCC8B231BA13A4FCFEA8AD1106A37 /* EKEntryView.swift */; }; - 1A8D935CB3DD9B7E3B89CB959F08FC5F /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FFD6D19CFF022D0F4AA00AA74386AFB /* ConstraintDSL.swift */; }; - 1AD438429DD404040E78321648906FEB /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47199E76EA99EB95B30A952A88F84E4 /* EKXStatusBarMessageView.swift */; }; - 1B1F0477E626D72E108F4E670DB7ED7C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 0062C85BC9459A30D0EC7427F89C85F3 /* SDWebImageTransition.m */; }; - 1B641CAE5F13D776CBF39C4BEF9A70CC /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C91829A101A13CD9330DE9BF116C27E /* DDMANaviManager.m */; }; + 167611DF06EC16A62760460437641243 /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B13B037EDC80DFC1F67DACF94F75BF1 /* SerialDispatchQueueScheduler.swift */; }; + 16AED9E453F33B4FB25D6A64A1DBED59 /* _NetworkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 595F0983E2DAA47644723687B3615823 /* _NetworkHelper.m */; }; + 1719ADC81CA7D3C14E267ACBDBD7D16F /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E95D4A65B866BEF3AD26F4A4C44BDC5 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17EB4DC815A2337C2344E7BBBC8D461F /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B54A9FEA3CCDD17FF9CC0DD207EB84C /* DDMutableAttributedString.swift */; }; + 1825D322B9728CA25F4AC72AD613F4C4 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E96115502F9B294408CF4C01DA9C73B0 /* SkipUntil.swift */; }; + 1852BF48A0664A571D3474A1421403E2 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6D8CA8CBBF0770EAF4C8E3E8BB1DC98 /* SessionDelegate.swift */; }; + 18A97E86B886DAA53D8D79BB9AFD0E95 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = AF470FEAF749C252502872919CB42AFD /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18FFEFC84AF85E9A5B79D6B9BFFE9532 /* _DeviceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 695137AAEEA0B082351B2ED2CB0E7EC9 /* _DeviceUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19515A439C33A38344B5663547B42494 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F67AAC6444D82CCD85CCDEEE1FE773C /* KFImage.swift */; }; + 1951974553555FDD604E274748E45DD8 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 70088982C8CC8460898F3AABA035F74F /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19852C32598DF9170B3E4DEF382C3532 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7BE885FDA900E629F32B5C3CFD8D78 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A27EABDB2399A0ECC0F9259AE5A6065 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D7834C7D0E45A81774FDDD959C02705E /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A47EBBCEC8DDE7E8EA1C71FEC2BE256 /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DA158F1885A4FB06915FC4D644443E /* EKEntryView.swift */; }; + 1A62381526C32EB5E6002B9A9A7690A6 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93B3BEE686849B52C6181B3390EDE42 /* ConstraintPriority.swift */; }; + 1AD438429DD404040E78321648906FEB /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5141227188E43EF3E02C63E1360BC8AA /* EKXStatusBarMessageView.swift */; }; + 1B1F0477E626D72E108F4E670DB7ED7C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = E90860D5F6356F8383CD2F8B1413B9E7 /* SDWebImageTransition.m */; }; + 1B641CAE5F13D776CBF39C4BEF9A70CC /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC10E6ED6570FB8C63088542E0134DB2 /* DDMANaviManager.m */; }; 1B8EAE8BA25B592D86F134E511AD8BEF /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41B858E531AE6AE607619785C35746CD /* ZFKVOController.m */; }; - 1B9B8CB7EFF73C7A513D79EE43AEDED8 /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE810A167774FCEEB167D7C037CB794 /* EKAttributes+BackgroundStyle.swift */; }; - 1BE94E6045C39A801177EFCA0C3366CD /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2B343C949B7AE0BCA4BCEED74DCD42D /* SharedSequence+Operators+arity.swift */; }; - 1C12A12F74638CE7B973AD497819A90F /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BBEF16D36E94DE16CA89322A78460FC /* DDBaseTextField.m */; }; - 1C5F07B42EB43C301039536EDF55A7C8 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 728085DA7F33239084C39E7DB491DA94 /* DDMAMapView.m */; }; - 1C8E6F4C2966C17FFDE1E393D2B2C52B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A0AFD1D8470EFA6EEB6B8D6375633E3C /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B9B8CB7EFF73C7A513D79EE43AEDED8 /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAE6577D503BBDB1BE39CD81BF643AE /* EKAttributes+BackgroundStyle.swift */; }; + 1BE94E6045C39A801177EFCA0C3366CD /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DF3AA1CD86F8AFFD014007E117B48E4 /* SharedSequence+Operators+arity.swift */; }; + 1C12A12F74638CE7B973AD497819A90F /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 1621790E838B8AFB8DF33F41D71E2EE8 /* DDBaseTextField.m */; }; + 1C3FB9437042051BB330C94F53E477CC /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DB005E2E160269FDACE55E398290AAB /* ConstraintRelatableTarget.swift */; }; + 1C5F07B42EB43C301039536EDF55A7C8 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D6CDB3FD471EFDC79964764B8493F93 /* DDMAMapView.m */; }; + 1C8E6F4C2966C17FFDE1E393D2B2C52B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 31631DAA9EEC8652A814167C208B950D /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1CCB09733AEF482DDDF945ED7AFF871A /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C9A8FE32578BEC724D938BDCA55164 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CF914EE045065FC260282EACEB39A47 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BE7DD65C522354C64396F0CABE96E7 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D029DD0697E9DA5079F55DEE0C53D99 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 60F1E136AB67F560FE3E743B0537DE5D /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D6100E27AE48B7F51EA075C876549C6 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03286829DF51642402EBF9E0857598CD /* RefCountDisposable.swift */; }; - 1D872C7E6CFFB616D9C2AE9A818CE105 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A25C0C7FC7B8ED2AB7959E9D25BE507 /* SDImageCacheConfig.m */; }; - 1E6F507B7333AC0C2EF6B6308DD6292F /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 582F10FC9CAC1F7369279824EDF1F6EB /* SDWebImageCompat.m */; }; - 1EC020C895DBB3F41B8F38DC6B184DE2 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DBE340E62A016911B52D193647E9A2 /* SDGraphicsImageRenderer.m */; }; - 1F37FDE0EBC44345DA439B561789BC4A /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F42B4B5F2B26F38C213D7D7B1D36490 /* DDLogKit_Private-dummy.m */; }; - 1F5B60761CABFF8ECDD29B68C03DCC85 /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = 432BC93CFEF940E13FDEED3438CA69F2 /* Deferred.swift */; }; - 204FA7DE36A8CD78FE16EF29A42C53F9 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24227801FD1B1107233400F6D33A0805 /* Catch.swift */; }; - 205D4F61CB9ED1CE451C27D5950DE9F2 /* CrashListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68A3D97CF4E721B457BC4305139E155 /* CrashListViewController.swift */; }; - 20624FD8D76D790F3E133497F0AB1815 /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE17373F49CC34AD8C7FFC8C4863F7A /* TextInput.swift */; }; - 208C28BB20B74966180E09F143D05703 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A155D70616ACA458EF6E529435BDFEC /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20DC0B8ED8959D9D1DFC69524D534F94 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B0E3F9FCBB6F70B76489C919CEC8275 /* BehaviorSubject.swift */; }; - 21512C78C6B356E2C228D9BFC7481794 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307DB2436B35F14B936D6C49A2E99177 /* IQTextView.swift */; }; - 2176779A68CFA0AEFFB91F0CC1E75AB0 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67896D0D1A59072C1C5E2A2698BB1D24 /* ConstraintMakerPrioritizable.swift */; }; - 218CD2971995C4270CE6C0FD6F7FD1D3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C06A1465643CC2363978ABA5B9D7259 /* MultipartFormData.swift */; }; - 21BBCC480DCFFDA1A130CB3F1A89D5B0 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E9C1A8A8BAB0018AD9DD1D838B4EE4C /* NSTextView+Rx.swift */; }; - 21F929B03EE5D3B72423B006AA51C78B /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A4318D6548A15D9D9E7509228C10B2 /* DDBaseTableView.m */; }; - 221A1EFA0518311976C4159DE2D719B8 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5F8986E82FA50822DC0215D1248850 /* EKWindowProvider.swift */; }; - 228CE7FAD41EBCEB362F2A3DDB1C6F74 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2899EB0D6588231EBE89BB9649BBCF5 /* PrimitiveSequence.swift */; }; - 22ACB88454D706696FFA80153AFCC611 /* _FileTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B6C377E3614F2EC23E57D7BBACBB1BD6 /* _FileTableViewCell.m */; }; - 22B2893540824DE4EAE73613630EEB7D /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86E8AC7B8F64AE941E8BF2A26539E2C /* EKRatingMessage.swift */; }; - 22F708E957D1B5F9A5503FB63443DBCB /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2453359AF1C54F70DCC3AC5009D536 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2342ADF7C0F656591327B51BED500B96 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B744159FDE5590E018C1D7D11CEBC0B /* KFImageRenderer.swift */; }; + 1CF914EE045065FC260282EACEB39A47 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3D3FBB32C7CA30CCA834CFF221B49C /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D029DD0697E9DA5079F55DEE0C53D99 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 043558E7C08A7178619F95E09B60F943 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D872C7E6CFFB616D9C2AE9A818CE105 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E226C491F4FAEEB47C513344C621B0B /* SDImageCacheConfig.m */; }; + 1E6F507B7333AC0C2EF6B6308DD6292F /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BB6294F61B25B9927408AF581C6D8BE /* SDWebImageCompat.m */; }; + 1EC020C895DBB3F41B8F38DC6B184DE2 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 66EA66452B52CB6B92B6402BEF7903CB /* SDGraphicsImageRenderer.m */; }; + 1ECCFE50CA1051BFE19B1991F8D39831 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D1DB5A559601E69C0856FF8A2B6F9B /* NopDisposable.swift */; }; + 1F6BBE2D63073C98B052CAFDD18C17C4 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4741C4038615B419B7EAA542F13C4A82 /* KFImageOptions.swift */; }; + 1FA3FB02567F8EDB248BD05E15FC757F /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E88FC98B5E4A017CA538D118F35B8FCB /* ObservableConvertibleType.swift */; }; + 1FB095414E8F9D99A03174C9BE7E254D /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C493B091F8BB8932C8D0BA365817E19 /* UIViewController+DDCategory.m */; }; + 205AE35DAFD70C8CAC43D5242CF8D2C4 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 030EAE93A4188F94782C22A1D6850A0F /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 205D4F61CB9ED1CE451C27D5950DE9F2 /* CrashListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B960FB292304F2997752E20B29DE075 /* CrashListViewController.swift */; }; + 20624FD8D76D790F3E133497F0AB1815 /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7066AD6620A5050115F538A1B3278951 /* TextInput.swift */; }; + 206D1F95BD1252FD742B6A541599C083 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4088095F143D78D1406C997E3212859A /* ConstraintView+Extensions.swift */; }; + 208C28BB20B74966180E09F143D05703 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 355A1469972C9065FCF7F5DA3C6A7443 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20CF6210396B955CD75FDECB655589B1 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1BD807198DFA641A2B3746F499D0FC0 /* Amb.swift */; }; + 21512C78C6B356E2C228D9BFC7481794 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE64B1906F8A9BA59DB2331892F687DE /* IQTextView.swift */; }; + 218CD2971995C4270CE6C0FD6F7FD1D3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 158F5C62FCC315802F5E57742F5E2FE5 /* MultipartFormData.swift */; }; + 21BBCC480DCFFDA1A130CB3F1A89D5B0 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12B44B006BD58C612E0F86E136C16A69 /* NSTextView+Rx.swift */; }; + 21F929B03EE5D3B72423B006AA51C78B /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 095A41A997C856A10A916E4E9B9789F7 /* DDBaseTableView.m */; }; + 221A1EFA0518311976C4159DE2D719B8 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B77670AADD8F21A145D8C6A722218B78 /* EKWindowProvider.swift */; }; + 2242ECE210C75AC3DDDE6E955DBADE3A /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765CA56BAFC8BE7775BBFBC16B2EF100 /* ImageFormat.swift */; }; + 227F726BAC878C55AC0E06132FA30434 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0962667516402321EFD8743CA46A8EB5 /* DDSwiftLog.swift */; }; + 22ACB88454D706696FFA80153AFCC611 /* _FileTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 55251074B54531FA9064554AB1DA97F0 /* _FileTableViewCell.m */; }; + 22B2893540824DE4EAE73613630EEB7D /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034D6D155E85616017237744FB30D886 /* EKRatingMessage.swift */; }; + 22F708E957D1B5F9A5503FB63443DBCB /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 485BCDC07113C6986D24CE8298C444D0 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; 23C78C71A6FC138C8BCCB2DBCF07AE1B /* ZFPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DA9D9F7B79109B3F127640D90AAF62B /* ZFPlayer-dummy.m */; }; - 23D60AC17268CEAE321FD91D95FDFEA2 /* _FileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5CE58C2E50B2851DC9F5E24143D5A0 /* _FileInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2446E15C2691076AE02AE7FB84E124BF /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A39196E747CF9D829AFF2C32451F378D /* UIView+MJExtension.m */; }; - 244756812F4CB3B8B1D098225558268D /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B1089BF060E15350C95BAB2779BFAD4 /* DDView.swift */; }; - 24CB04FF8F5A845609FBEA4C39D417D7 /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC78D136F3F8A470D7482E19BCFB66C /* Array+ZLPhotoBrowser.swift */; }; - 2507014A26449C348CEC857B89FEE333 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = F87DE5F7A7F3793B383A33662C06C426 /* MJRefreshComponent.m */; }; - 25367CA720FADB9E539AEE26697C07DB /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6880B96FC073AE1753F687745F3C1B17 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 253CA347D625742BC0BA71F2E8B84278 /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E07CA34D6AF247C3FC218AA0D6CA97 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 255B82E45EF15FFDEB1C5827C5499982 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2857906ECDB45412AE648E87F84F9774 /* ImageCache.swift */; }; - 255D6DCAC2BD25E3D42581EA3D13373C /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABC8B29566BD72E5F6205C1E2F104CB6 /* ZLPhotoBrowser.swift */; }; - 2594B81E012C40CF7C0996C3ECB30BAA /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F073010C659AE7CE9B92BDE40A3CA96 /* MJRefreshNormalTrailer.m */; }; - 25AFB5CF4D35214D7732231C75F283BF /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = D423627134023DF77CBABBCDA8796566 /* SkipUntil.swift */; }; - 25B9D312046078B515E9DE443B24ED35 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5713CDC20BA1793DB599DB18BCA8502 /* ServerTrustEvaluation.swift */; }; - 25CEE593E4ED0317A5BB9456436B0C67 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6655A0AE7E92CE9CCB28C0057808A4A /* EKButtonView.swift */; }; - 25FD8F9E0D71213C84D8FE596B7B2882 /* CocoaDebugDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AEC34FE1E106C9FDE01C1104F1C72324 /* CocoaDebugDeviceInfo.m */; }; - 261A3F6C5AD408F57003B4DA6693D813 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C5704FFD5B33FBD0ABDBEA2A5E2325 /* Filter.swift */; }; - 265FB60F6AB34B4FAFEFF416DA1F1F10 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A39335CB9B6B6D10FB5F9151CFF8113 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26891D8C1E08E24754EBEA2F6DC7B0BF /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6196517D3B65E3C4FC5DFBC8C244A9E /* ConstraintDirectionalInsets.swift */; }; - 273E6DDCA9EEEB683B0C2C61AEC9EC69 /* _QNSURLSessionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BFDFB6146BDCD6BEABF2C7F213403E5 /* _QNSURLSessionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2782178F820A14ECFAD608CF648BB26D /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0647B334D5F5DB6083228512EEE59D51 /* MJRefreshBackStateFooter.m */; }; - 27ADC2222714C29A0504BF7A6C1EE24D /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 619E6B6A5D4701A3123C290FE8D90A73 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C3CEF5A8C7BFB8275195F1380473CB /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6CEC0A504B1CDB195C357EDDB0DD937 /* UIApplication+Rx.swift */; }; - 27DF770B170C70528E02B140DABC07A0 /* _BacktraceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FBFC67D13948396E31969626B9AF7F /* _BacktraceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27EDA91CC20195D694592CA50256BE67 /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF98A610B652B29D36DA4932FA047E /* EKAttributes+Position.swift */; }; - 296C4C79146F190E62AE816E9ECABEEA /* _DebugConsoleLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 72BF225DB8B7FEC594F95C45BA35334E /* _DebugConsoleLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29EB70310480689A0CD1CA11058630A7 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B359F21BF3192A277072F33B7B0CFFC /* StartWith.swift */; }; - 29FD5DB4C76760E1CD1783CF3CE0D190 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2838A02E0E39BF9F007F10615E7E446C /* UILabel+DDCategory.m */; }; - 2A098FB6602D6475D9144CE13B49A477 /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5400F8B71B76BBBE3B7EF408CDE906FD /* ConcurrentDispatchQueueScheduler.swift */; }; - 2A1CD08ADFFF90E753887549FE5426F5 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E7C9996BF801C67E2385792CDCADAC3 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AB0DFD36B1651D6366E0C2BA403DA89 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B8F3202C7FB361F95D19B84D6B0C567 /* AuthenticationChallengeResponsable.swift */; }; - 2ADDEBCF302EE4644785955546FA0137 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF970453E817282339BAF2446F3BE09 /* SDAssociatedObject.m */; }; - 2B383D7731C2B36407BCEB93BECFE670 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B7670A78E1B649E974D16013E6EB13 /* Scan.swift */; }; - 2B3EF5A06A1D104954F53234E8E0A873 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = C05EAC868EDFF4721B81DD89FBBB1D08 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B77BE65F59D20A2857CBDE81054C98E /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 209DD29E292A5830D19C67D2920A6B37 /* SerialDisposable.swift */; }; - 2B839970ABBA6A8126A4793904C22C7B /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 94757F28CCE6D9EE047AEB043A34EDBD /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B91ADD3BBBFE7B74F53F4B4A59FA42A /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F47D4732DF0AFF1E074A22A26D772AF /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD424446AB4BD2CE2BBA6B0ABC6FE96 /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20F30F54F9586B5FB5664349BE463632 /* DDNavigationController.swift */; }; + 23D60AC17268CEAE321FD91D95FDFEA2 /* _FileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = ED57B3A07739D70B5E326E2D87DA4B44 /* _FileInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2432C74401A73B8E46ED27BB08C1DC97 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20615E3BB08D514B15BE2DF8F9F01A70 /* Debugging.swift */; }; + 2446E15C2691076AE02AE7FB84E124BF /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A515FAF5DC67978EEFDEE9EDA99F0306 /* UIView+MJExtension.m */; }; + 244756812F4CB3B8B1D098225558268D /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97CB1A4FFB9671C5080AD239933619C /* DDView.swift */; }; + 24C12EE7B5F8B8E4D67640F7D9C9A26A /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 705C47BED0CF532D09D3BBE19559C79B /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24CB04FF8F5A845609FBEA4C39D417D7 /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E5CF5B55B8CDB298463A8A7E33AB4A4 /* Array+ZLPhotoBrowser.swift */; }; + 2507014A26449C348CEC857B89FEE333 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 61189B68445F5DBB2F303C455770BAB9 /* MJRefreshComponent.m */; }; + 2526CC19EB7D302009DEB51A3436C8FB /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D89C0B70B7B38D637C09BED46014A4BA /* ConstraintMakerRelatable.swift */; }; + 25367CA720FADB9E539AEE26697C07DB /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 677DC412F1E42CA7FD40770B56EE3A38 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 253CA347D625742BC0BA71F2E8B84278 /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 725230A84A324B689F36207242EAF14F /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 255D6DCAC2BD25E3D42581EA3D13373C /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9710E2301E3BC054F0CF78886F6548B /* ZLPhotoBrowser.swift */; }; + 2594B81E012C40CF7C0996C3ECB30BAA /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A48FE340BA88832AD091A745DE897E2 /* MJRefreshNormalTrailer.m */; }; + 2596BB2B7C4E66F8735DE3CC6DE0FDF2 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F892A1AC4E9E0C3C7359358947D4717 /* UIScreen+DDCategory.m */; }; + 25B9D312046078B515E9DE443B24ED35 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76F9F111CCFA61759348B66294978E11 /* ServerTrustEvaluation.swift */; }; + 25BF8F862E784E647170D1D42459FF7D /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C45C623825E453DAA6CB10026A7F8A5 /* Filter.swift */; }; + 25CEE593E4ED0317A5BB9456436B0C67 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EDDB5BE21636EC581687500D5B35969 /* EKButtonView.swift */; }; + 25FD8F9E0D71213C84D8FE596B7B2882 /* CocoaDebugDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B607A0F9EB5C552D427D2999AF5D5DC /* CocoaDebugDeviceInfo.m */; }; + 265FB60F6AB34B4FAFEFF416DA1F1F10 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F800A0F2504A2E9F16866FF45FE105E8 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26CFC4C1DA168981A28F0491DFDE447A /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC0E4B9023D1BE1AE1475ACF1E8AB6D8 /* ImageView+Kingfisher.swift */; }; + 273E6DDCA9EEEB683B0C2C61AEC9EC69 /* _QNSURLSessionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D49CB34B9549FFF166830A8F3FEC84B /* _QNSURLSessionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2782178F820A14ECFAD608CF648BB26D /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 698D65BCB86F1EFBB4044CA1FD5084FD /* MJRefreshBackStateFooter.m */; }; + 27907A969ED236875ACC8480F26B4336 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9E05F70E2664CE2A03B880AC79D0E55 /* SynchronizedDisposeType.swift */; }; + 27A373F6D0177785E2A5B2C7CF8BF6BE /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9A92963E1257C90EC799803D4E290C0 /* ConstraintLayoutGuide+Extensions.swift */; }; + 27ADC2222714C29A0504BF7A6C1EE24D /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 55FFE80E25F450CD60B3EA96E7E25385 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C3CEF5A8C7BFB8275195F1380473CB /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EC3D80DF4687C093EF72D57E4B50FEF /* UIApplication+Rx.swift */; }; + 27DF770B170C70528E02B140DABC07A0 /* _BacktraceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FEA52465657FB94E71F45D152273420 /* _BacktraceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27EDA91CC20195D694592CA50256BE67 /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75974171D1911468515EA5FB32C4CDDE /* EKAttributes+Position.swift */; }; + 2826DFA06649571BE484BB5655B83D0A /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = B79C9AB255446E1D32204855A5BB575C /* Result.swift */; }; + 293BA78223CE7063CF571127B3C5412D /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33D4E35D874F76AB63CB97B7220237CC /* ObservableConvertibleType+Infallible.swift */; }; + 296C4C79146F190E62AE816E9ECABEEA /* _DebugConsoleLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F05DF374327C5CFD49F780DB89CB029 /* _DebugConsoleLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A1B1EBC26BD616AC9FBAD27D940CA20 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E98C8DD971434C02357308751BA6F1F7 /* DDBaseViewController.xcassets */; }; + 2A1CD08ADFFF90E753887549FE5426F5 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ACBBD87529C253A98D69E6977711D188 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2ADDEBCF302EE4644785955546FA0137 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 52E13C124A6FD1B5574C3B5D7FB3820B /* SDAssociatedObject.m */; }; + 2B35BBD0D4D02FD84165507BD1CBA0F3 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 647DD74712EDFE1AFE38AE8A2B2529C6 /* NSBundle+DDCategory.m */; }; + 2B3EF5A06A1D104954F53234E8E0A873 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = A55904CB1CB780C74550329C54EADA5C /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B839970ABBA6A8126A4793904C22C7B /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E3A4445F6B88B126D679AE1B9DEC25D /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B91ADD3BBBFE7B74F53F4B4A59FA42A /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9AC8C908AD6E0B5053F6E4EFC0CC25 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BD424446AB4BD2CE2BBA6B0ABC6FE96 /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEAC83F7226B26FBE323939EDE633B7B /* DDNavigationController.swift */; }; 2BE2B20F3E2B12381174FA11A0DE3644 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3ECD4F7AA4F16AAE4A1C9C185C0122 /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BF91AA691E259F9AB118FC45127FBE2 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1227F7489F6BFB00EA1C0FE2A63DD28A /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFE52F6E917ED3CE9A1057BCE39194E /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C1C1DBB45C90E17B07F0B1E37564C4 /* SwiftEntryKit.swift */; }; - 2C089711506854D42BA24F1C584DD660 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59B835FA342A4029752D508DE0369F40 /* ZLProgressView.swift */; }; - 2C74EC11B77042707C02D50D7397E771 /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 117818A57CB5977B749481559A8CDDA7 /* RxCollectionViewDataSourceProxy.swift */; }; - 2C8CD89280A61E74F752C1B6D05BAE1B /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69CDAEDB05D84225EFF4FD9D409A3806 /* EKWrapperView.swift */; }; - 2C96986F46DE40BC67A31891B540F314 /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6439EC68077C466F3FB94392BAEDEA /* ZLPhotoModel.swift */; }; - 2C9D5104E3A512934F635EA801B0B37C /* NetworkCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 211A50B4EECA8318ADAED83D074917BE /* NetworkCell.swift */; }; - 2CBA99FEFAA12064682FC0DE2D2131A2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 727574CA87986921A6D8A74E0FF1615F /* UIImageView+HighlightedWebCache.m */; }; - 2CBAD2261C2EE1772387DBE73BFE8081 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = F30C5725E6355F9042468CCD26B326A3 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CC32091848E70728F4BDA4FAF1C94F5 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C8BBCEE9659AC683B1F89E6C4D9250 /* Alamofire.swift */; }; + 2BFE52F6E917ED3CE9A1057BCE39194E /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A268D2BDA94AD280D2DE4C11BCE64E5 /* SwiftEntryKit.swift */; }; + 2C089711506854D42BA24F1C584DD660 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD3EE573A829465DFE72CA7D470662D6 /* ZLProgressView.swift */; }; + 2C430CC233DDBBCA0DB81390D81ECCEE /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F03C62887186B534C4C9238F7A2DA15 /* Utils.swift */; }; + 2C74EC11B77042707C02D50D7397E771 /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0011A5E14E8B2E251595B207824FD930 /* RxCollectionViewDataSourceProxy.swift */; }; + 2C8CD89280A61E74F752C1B6D05BAE1B /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83C90A33D8C138ACBCA24C8605F69479 /* EKWrapperView.swift */; }; + 2C96986F46DE40BC67A31891B540F314 /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B13AC5CA4A970274F7CDFA1B1E6A73 /* ZLPhotoModel.swift */; }; + 2C9D5104E3A512934F635EA801B0B37C /* NetworkCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B012EA92C6DACFEA13D010F41725BE59 /* NetworkCell.swift */; }; + 2CBA99FEFAA12064682FC0DE2D2131A2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 465EB567CD99C104B469C43862959165 /* UIImageView+HighlightedWebCache.m */; }; + 2CBAD2261C2EE1772387DBE73BFE8081 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53833BC74F15B67022BC312529BA5F3B /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CC32091848E70728F4BDA4FAF1C94F5 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 063599E53EAE6AD0B5B1697CA6BC496B /* Alamofire.swift */; }; 2D1045B2AA5083A9831A4BD3947FB759 /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 3638708737B9B113A86B5B125252EDEA /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D4388848D5C25AEF75B0B3C11DB10E3 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D648E51FCE079114A32B944396C5BE0 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D4388848D5C25AEF75B0B3C11DB10E3 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B98D69D264A8B0C9D58A2B174C7DF90 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D8E24638CFE3A1D9EFFB47A68804E3A /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C90F68CD32DBBDE6CA7898821FACD97B /* UIView+DDCategory.m */; }; 2DBC013576400933CF98FA9EE617D652 /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 23497B67ACDC31BA3F0598347B9399BF /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DC5E346EBC1D1686F71F3169B99BE7F /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7001EDA0D57DB9B162E342748A5AE7CC /* Reactive.swift */; }; - 2E0B861D64B32B07C708CEAFC698419B /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03171E206F09EB3EBFA128AB791DAB54 /* Platform.Linux.swift */; }; - 2F125884A52F58C70923E35A0F1D38C2 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7B0672E983E41D8EC5E1AAC3F24F9BE /* Timer.swift */; }; - 2F1B528CD4A6EBB69568E001A3E15E22 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA479C4B9D5026DB1ECBD8AB80829C2A /* DDFontKit_Private-dummy.m */; }; - 2F1D034B16F8C01F8945D4551328E445 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC45C4460FB1DD5BC00709DDD6E0F1A1 /* ConstraintMakerFinalizable.swift */; }; - 2F25B524BAE7F4A1010E66073952431F /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EC49BC072F97491ACBD7B2C25418E4D /* ZLAnimationUtils.swift */; }; - 2F41F1BCE47C0312FB1D2C6619533BA5 /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4CBBF23356F418356AD8F455329C649 /* Zip+Collection.swift */; }; - 2F6451763DC19FAEB6A8E2C3379FE51A /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 85D0B619C035B038DA3CA5C8CD4B39DC /* DDBaseView.m */; }; - 2F92D77F0B6DB6F93469E29305BD0BE0 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB283BCF2D603DACBA6EABC3117D2916 /* DispatchQueue+Alamofire.swift */; }; - 2FBA6B4CFEDEA14DF62EC282B323F528 /* _ImageResources.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AEDB041F1D7C1149B32D84DAAE769F1 /* _ImageResources.m */; }; + 2F1B528CD4A6EBB69568E001A3E15E22 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56399B86E041B0CA6CA0196CCAF92D95 /* DDFontKit_Private-dummy.m */; }; + 2F25B524BAE7F4A1010E66073952431F /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8678C2B9CDDEFEB63F5EF61F4A828532 /* ZLAnimationUtils.swift */; }; + 2F6451763DC19FAEB6A8E2C3379FE51A /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = E181C8E40B1E4405FEB2DB47E725399A /* DDBaseView.m */; }; + 2F92D77F0B6DB6F93469E29305BD0BE0 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91035B1EAD1D9727C77BBEA38466A6F /* DispatchQueue+Alamofire.swift */; }; + 2FBA6B4CFEDEA14DF62EC282B323F528 /* _ImageResources.m in Sources */ = {isa = PBXBuildFile; fileRef = B63E0AAE7B0259051E14C3A38A98B837 /* _ImageResources.m */; }; 301D05913A848309EC9365368BBAB1BD /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E4F3CD2FAC247BD349A40689ABE4678E /* UIImageView+ZFCache.m */; }; - 306AAA0978204ABAEBE3A5D9CA64810B /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6477FBFF5DADE616AA93BBE5CB93EE98 /* ZLThumbnailPhotoCell.swift */; }; - 309C49EF61D7D5C2E2DE8668D4B42688 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDF7C361F9763E176D74A6FABEB1673 /* SharedSequence+Operators.swift */; }; - 316BC27C89EA174E4233348DF1E30934 /* _SandboxerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 475F8510148A0BC39CA06FBCFBCC4CBB /* _SandboxerHelper.m */; }; - 316CF30DDD5ABC6F0EC372BF508C5573 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EE03E9E66DA7EE382BD90EC8832C5 /* RxSwift-dummy.m */; }; - 31718327561EBB389B9CEB876D2479AF /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B062B012FC5C3F6512B8ABDC067CCD6 /* Concat.swift */; }; - 31875D70AC637F38BC863DB56B284099 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 284486C95843EEEAEA2E683036334FA9 /* LayoutConstraintItem.swift */; }; - 31C4D922B73C8DB5EB1F4EECE5B99577 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB9EB1491650D1DB3BD6055ABCC4C5EA /* IQUIViewController+Additions.swift */; }; - 31CA7B9E8EA236369E7DF755D46EF541 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EE79A28CBAB5D632928CE1E21F8C26 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31DF54E033EF144675A3610238452B1B /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A10611AD52FD4561F39F49B56E9900D /* UITabBar+Rx.swift */; }; - 31FCBAD2866DF19E56589E2226D07226 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B275FEB01885C309741447C54DF0D83 /* Sink.swift */; }; - 3208D2E1AC17249CDDF8D24BE0170987 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1737098B0F9C2A67F408AB5156A7CE20 /* String+ZLPhotoBrowser.swift */; }; - 32444653F27F830DB9DFC007028BFC0D /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1CEE7F79DBE6F454F04C9B5DF4CE23B /* ImageProgressive.swift */; }; - 328650A2D927732D8D720F558A37AD36 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D7776F0A4554DBCAE8AEB17991C0EB /* UIButton+WebCache.m */; }; - 32CA25222D6B2A9C52343DF57E4793B8 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A0FE639535622811069F577975CA59 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32F60407B401152F2C0FC9ADB064C913 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0786E29B3F21C18C8AFE2253D7D588 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3309B75FF1C8D38C7B20EFA7E20DE055 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D788D0F57B401DA1AC282275FE7151B /* PublishSubject.swift */; }; - 332189AD4AD25E48E7584583B70EA4A4 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AD90C783378DEF780EF6C63AF80BA7 /* ControlTarget.swift */; }; - 3336117E54632698AE7BF69221C9BFBF /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 309C2DBFDA03BBAE7EF27D1A292E13A3 /* EKAttributes+FrameStyle.swift */; }; - 33616C996675BCEEACADC74135890BD6 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 413FC6CFC59865D4FDAC7801A517F259 /* JXCategoryDotView.m */; }; - 336439A67521DEE2DF0D4EA4E9D4EC03 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 561F70EF42DD70C172F8DD80ABBB8FA7 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33A20E73777F9490596EC4B083EC61C2 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 088C09058BB2570EDF78370B12BA832A /* UIImageView+DDCategory.m */; }; + 3055FD9ACBC5A9269E34A5CC68B08E44 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E94986FE8344E38A750399A87378EF /* ImageBinder.swift */; }; + 306AAA0978204ABAEBE3A5D9CA64810B /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57173938E288F2CEA3E2A89C55471ADD /* ZLThumbnailPhotoCell.swift */; }; + 307059304E7E7146570D201141C7276D /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 643C5042E4EE80EF0C5F4669EE059F1E /* ConstraintInsets.swift */; }; + 308D477CD7244D0B3D60F1346D96E7CA /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066E46ECAF72EB8BDD76C06FC132DCCC /* Infallible+Zip+arity.swift */; }; + 309C49EF61D7D5C2E2DE8668D4B42688 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F0AEBAD1B4935ACCA118EF3D9BC29 /* SharedSequence+Operators.swift */; }; + 30FC63116366C75690CA7423D1DE0E66 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B46D12528717313253BB0FDBA162D72 /* RecursiveLock.swift */; }; + 3156E33C374525C132C5991B44EF6C0F /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC34218F064F16AB92AD3864739EFC37 /* LockOwnerType.swift */; }; + 316BC27C89EA174E4233348DF1E30934 /* _SandboxerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A2971CE8C7531A7A65F55436ED3D68E /* _SandboxerHelper.m */; }; + 31B34187E4790F0864C29A2E5968AF75 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94006D4A49785B086C9F6C172E056C65 /* ConstraintMaker.swift */; }; + 31C4C567EF63B21C2025DBC68F8FB72C /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DAC62A4AE212B225FD48CB3478DCD920 /* UIFont+DDCategory.m */; }; + 31C4D922B73C8DB5EB1F4EECE5B99577 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90EC3A7488C608A7AF7ED2860FC35DC /* IQUIViewController+Additions.swift */; }; + 31CA7B9E8EA236369E7DF755D46EF541 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1202EBA3EF3B80BDEE28D1D24B0AD3 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31DF54E033EF144675A3610238452B1B /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A68B8BBB1AF1A036B15DBCAAD922AA1 /* UITabBar+Rx.swift */; }; + 3208D2E1AC17249CDDF8D24BE0170987 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4295012D5D1EBB839FECC9E0A513FB8A /* String+ZLPhotoBrowser.swift */; }; + 328650A2D927732D8D720F558A37AD36 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C43AE1D7C8D4001CFB5C081AE21214 /* UIButton+WebCache.m */; }; + 32CA25222D6B2A9C52343DF57E4793B8 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = AD3024614ACBD94003621A5529C304F2 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32F60407B401152F2C0FC9ADB064C913 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = E653A9427017D4AC315F0062F219DD60 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 332189AD4AD25E48E7584583B70EA4A4 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = F280235E25541D09832DCA29E478B8DA /* ControlTarget.swift */; }; + 3336117E54632698AE7BF69221C9BFBF /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012C540D35A17C88E617ED688895FDCA /* EKAttributes+FrameStyle.swift */; }; + 33616C996675BCEEACADC74135890BD6 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AC5B9B0DAB99E4DC6D66E94DDA31F34 /* JXCategoryDotView.m */; }; + 336439A67521DEE2DF0D4EA4E9D4EC03 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 329DF1246D99A6E6632CBCBE7027B1F8 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 337F5DA34530829813F7B6CCE4FF6DBA /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAD1297D93635A1B941F526F0F26E562 /* Image.swift */; }; + 33A60F0743C683820168212E500E3020 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF3E41121AA454E68DDBB1C76671A0F7 /* AuthenticationChallengeResponsable.swift */; }; 33F10CDA20B13FA6E25E9638ECF4B3AA /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9339DC4713C9F7B26810C40B1FC88B24 /* ZFLoadingView.m */; }; - 340A763250D0C4BAF58E7EEF61E530A3 /* CocoaDebugTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AFDE96E9A9725CCA200086E7959546C /* CocoaDebugTool.m */; }; - 34219E74B6FDF7C28D0D0ED21D17410F /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E05A76E118AA52A91BE045FA403171E /* EventMonitor.swift */; }; - 349824DFA959E3570D2E0684827D5144 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5642FBEF6D03D7F828F0A9B2DCF2E913 /* DDCategoryKit_Private-dummy.m */; }; - 349E933224A2196BE8CB8F20A386089E /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BE385C9A4AB3F4F2E89336A3654F38 /* UITabBarController+Rx.swift */; }; - 34D7B7F81DBB3A50D80E68BE076FB80C /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD0DEEC961A6E09FB0F0140CB13862E8 /* EKNotificationMessageView.swift */; }; - 35461BF27E4168792CB4AFFC7869C06A /* DDBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E1AEC025AB6D37259362F51F1C37D2 /* DDBaseModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35566A4CEE196074A328F12B0F748B87 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = ECEAFCDDDD7FFB926E69A341F8B1B9AB /* MJRefreshAutoFooter.m */; }; - 35BF909F60929C0222C40DA6D149AB28 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43CBF6284584AFE860C672FF837C2165 /* ZLCustomAlertProtocol.swift */; }; - 35EC4BDBF382831DEACEFB9CBEC7313E /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3450A1EC044AEA9F0E8EE0A75F8617E0 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35F8D7C2DA8223685A3CC045CFBA34C1 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB0E651FE2BD1EC762B1FC207BB1FDFB /* ImageDownloaderDelegate.swift */; }; - 361019D364A4886F104B92F5655ACFE4 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FC015B792907DC2734B9C0FCE22E16C /* Infallible+Concurrency.swift */; }; - 3615678A2D40C0ABDDC178C56011AA3F /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 98D97DA7314494EC431FB1DA3C8FB53A /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; - 362DCE6C30193B4F265B6BCFFBC28186 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59397C84AC65CF58364C3A5EBDF12F62 /* IQKeyboardManager+Debug.swift */; }; - 36C9F6EFAE6990AFB9A9C606E429FFDB /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C99F4DC48C39264370FA1C37B247803 /* UIScrollView+DDCategory.m */; }; - 37C2816E509B96101DD50CBD0061303D /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F83CD3FBEF002B11AE6CD5D30D6D72E /* SingleAsync.swift */; }; - 37CC41EBE46D49279B5595609127146D /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CE02AA1D958675B45B76BA4BABF84E8 /* DDProgressHUD.swift */; }; - 383FE97DF37C12A5685EEB826E8A46E9 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = A36BC4B8A6E0942B23113683F37EB468 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3848E339FD18EE2E315E064031BACDE8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F57BBDC53D00B1525DC34FC34F47705B /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38802157351AAA28DBC3D215EB049363 /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59D2A435616E9236B2747CC7E7E318EC /* UIButton+Rx.swift */; }; - 38D69BC01F6C65BBF6EFD13B0677C809 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 831CF78D9BD85494EA4A3EF6CF2AD37E /* ConstraintMaker.swift */; }; - 38ECCE8DD71FC839807DF4F6494A77C8 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1E134F1F03DD301B580E4AA5692DFA /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3909A9DC00E78A63A4EF29018C46120E /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E214D9172070538DE61FD7B5E0A77A4 /* AutoUI.swift */; }; - 3935D5CBF8879F543858951F59AAE704 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63BC28F9ABCCB5AFD4FB5D869134A113 /* NopDisposable.swift */; }; - 393F39D7464BA3FF38602C6932B0F5CD /* _OCLogHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8622DE30B1564BAAF7CB35543976F6D4 /* _OCLogHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 396FD117EB0E216740DB35C9E2C00071 /* DDBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D46394D030DDA7A93B5F36BFE53DD2F4 /* DDBaseModel.m */; }; - 39A1EED7EF20556DA57E00609DFD1645 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDBFFF833B24160E59F9F484BDCDC1FC /* ZLImagePreviewController.swift */; }; - 39A20A6292B535CB9F60D3A449682C56 /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4AA5A50FC2B2FC56D7B7382710B4EEC /* ZLEditImageConfiguration.swift */; }; - 39A3EB396EC47B33F8538BBA9570E35A /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39D0A9337D386CEFF9954EB535F5B11 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; - 39D58D6790E6C9BAFB8689BAC91792D0 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BF493763A657297057FB368597FFBEA /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 3A084D5C95E65D5177437CE8F0BD1A78 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACB8CEA3C9A0739882A17BDB49F07B /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A1BE3A790D32DACDC81F728B5AEF8CF /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D78A588DC163F888AD345A85D591AEB /* EKAttributes+Presets.swift */; }; + 340A763250D0C4BAF58E7EEF61E530A3 /* CocoaDebugTool.m in Sources */ = {isa = PBXBuildFile; fileRef = EB4F8B28D9D99100FF550E25ED82C940 /* CocoaDebugTool.m */; }; + 340B8FF660D2F50B771620DB581ABD67 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7B1F72B4DEF27ADB706BE58B67177E3 /* ImageContext.swift */; }; + 34219E74B6FDF7C28D0D0ED21D17410F /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC6005D86173FCBEEA6CBFE5571BD98C /* EventMonitor.swift */; }; + 349E933224A2196BE8CB8F20A386089E /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6692669BA66619BD8C44734F47119C2 /* UITabBarController+Rx.swift */; }; + 34D7B7F81DBB3A50D80E68BE076FB80C /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92BF351B1F93BCAD9B2FD79F3826E6BD /* EKNotificationMessageView.swift */; }; + 35461BF27E4168792CB4AFFC7869C06A /* DDBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F8AE2369519B4895DD76921469641548 /* DDBaseModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35566A4CEE196074A328F12B0F748B87 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3918CA5CC326508770C0DECE685CEF67 /* MJRefreshAutoFooter.m */; }; + 35BF909F60929C0222C40DA6D149AB28 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 728C72477573424C3A1480F63F5111C3 /* ZLCustomAlertProtocol.swift */; }; + 35EC4BDBF382831DEACEFB9CBEC7313E /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = E58F155608C42B362002368AE8C411C3 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3615678A2D40C0ABDDC178C56011AA3F /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6DCBB2378CAE771588D6BEF2E518DBE /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; + 362DCE6C30193B4F265B6BCFFBC28186 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73CEF43E8A39C3396B0F0930CC913ED0 /* IQKeyboardManager+Debug.swift */; }; + 3685B10E0B67AACAAC7A5793CC447F01 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 411BE1E0424232551457605BCF03D36D /* MainScheduler.swift */; }; + 36FFE8C8AC197C5ACE70EFFEA409CAB5 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2467CC9A138D6CC606AB48700A9968 /* ImmediateSchedulerType.swift */; }; + 37448D1BE13089D998912A96785DF74D /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 01548F116178FBBCB83B2C6DCA2A284E /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 376F1309656579A74DA12C9CB5645061 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC3247410C33818D90F1A3DB2DA9548 /* ConstraintMakerExtendable.swift */; }; + 37CC41EBE46D49279B5595609127146D /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCA37C587B437EB4EE8B1B1FEB45D4F1 /* DDProgressHUD.swift */; }; + 3828F338CE3DB1D1445B5A5B11F71EBE /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AB9672F87153194D3D0225E335B056DC /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3848E339FD18EE2E315E064031BACDE8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB1274A9FBE896E46A8753AD56F3727 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3864FAEC2DE237A3250D18B3B944B161 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2643415F97B430D0264D678AD8398EA7 /* Error.swift */; }; + 38802157351AAA28DBC3D215EB049363 /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB0B4F4BD25D2D033286909588BA48C2 /* UIButton+Rx.swift */; }; + 38ECCE8DD71FC839807DF4F6494A77C8 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CF9FFF8F9DDF68A125BD68FC810C81 /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3909A9DC00E78A63A4EF29018C46120E /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 365C66E3019C4B92D15EF87424D56517 /* AutoUI.swift */; }; + 393F39D7464BA3FF38602C6932B0F5CD /* _OCLogHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 995220FB634092423074B9DE716351F4 /* _OCLogHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 395525450A977364BAA14129588B74BF /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 441072F0B9ABAAEBF1131BCC7E812F86 /* CombineLatest.swift */; }; + 396FD117EB0E216740DB35C9E2C00071 /* DDBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D62B13137A3B79300D2D02E49C510B30 /* DDBaseModel.m */; }; + 39A1EED7EF20556DA57E00609DFD1645 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC44BA0C980361147918D097C5F5A8A7 /* ZLImagePreviewController.swift */; }; + 39A20A6292B535CB9F60D3A449682C56 /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D165AF83800D1B081EDFCB1E710CD1F /* ZLEditImageConfiguration.swift */; }; + 39A3EB396EC47B33F8538BBA9570E35A /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BDA37888227E5DA6805BE9E1739DB50 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; + 39D58D6790E6C9BAFB8689BAC91792D0 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E6684186313DCF3E76743AEECB4FE7 /* IQKeyboardManager+UIKeyboardNotification.swift */; }; + 39E50A52D513E4716F814D7B507DC6BA /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = C34BD2EE9A2E6C294828BA92FDC1D0B8 /* Window.swift */; }; + 3A084D5C95E65D5177437CE8F0BD1A78 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 69035CE88D7AF798727C4F8226C6D568 /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A1BE3A790D32DACDC81F728B5AEF8CF /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11B969A958EAC0596FA0318608CFFA56 /* EKAttributes+Presets.swift */; }; 3A2E7663A740448B1DA51DD85FC06E19 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B74D76532B29E618B6266AAD2C1B9E1 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A5239200052646BB3581EC8BCE593AE /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = E39E66D089D3CF4441E1DCC043E3BBC0 /* Response.swift */; }; - 3A74E1D6C0FDBEB91445B6377062D8C7 /* CrashStoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 966099FA6873B1B715884CC9C730DE13 /* CrashStoreManager.swift */; }; - 3B3B929A609B79FF25A300BA1900810E /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = A88F5B433868E96805F029053D8600C1 /* ControlEvent+Driver.swift */; }; - 3B4FF7F8F315EB94AED04F0CF38C88A9 /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DF8F69946FC7F87A05BD1C94BB8A91 /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B6337DFDE8F243FC631468501ACA929 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 15FEEC21FBBA82C0939F4D2086E0583B /* JXCategoryIndicatorImageView.m */; }; - 3BB100A5F694E9935840160B951C354C /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FA2C7CC0F100583049C31BA19E5C299 /* ImmediateSchedulerType.swift */; }; - 3BC2A42D012E0AE5F4F614CDA09C83C2 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CF7983B3375BC1197FB7C83C56AD9E /* Filter.swift */; }; + 3A5239200052646BB3581EC8BCE593AE /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62688DC2B29BAB34FDBB036984313D94 /* Response.swift */; }; + 3A74E1D6C0FDBEB91445B6377062D8C7 /* CrashStoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0DC0604A2E6D7B6ABC159356E37F2A /* CrashStoreManager.swift */; }; + 3AA96EF627F594138B71DFC634516EB4 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 459D934DDA44914C1D40D3D19ABD7FD0 /* SynchronizedOnType.swift */; }; + 3B3B929A609B79FF25A300BA1900810E /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E8B774400628397C7EBA8A9D6D9F000 /* ControlEvent+Driver.swift */; }; + 3B4FF7F8F315EB94AED04F0CF38C88A9 /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B7423113B3A51F0D0F8F8583DA413B6C /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B6337DFDE8F243FC631468501ACA929 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8429D750A94FA8528DEB8E79748ACD4E /* JXCategoryIndicatorImageView.m */; }; + 3BD2FDB5C6220BC37FDA159DE7409CF8 /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91A05287673700D06CA9621E04ADAC66 /* Sequence.swift */; }; + 3C4FD79C93F62C832702A9C3240BFF74 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFC9368CA622B4CA069BDDB4DE5A9057 /* Delay.swift */; }; 3C5BFAF868AD93AF92238CD4F5B0F44C /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 343F6F3830F7B1B5BEC510FC0FEBE7BB /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C805150E423EB13D4A9854E26314362 /* _OCLogStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C60E1A633DEFF61E0681ECC40B30BF90 /* _OCLogStoreManager.m */; }; - 3CA64F2DA569748A4B88754AA8F3F330 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2448ECA1C3BBEA1EDFD741341771202 /* Take.swift */; }; - 3CD9F65655D76EBEC391224B87A1CD5C /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3982F97D0F26947AD6130B4A360634D5 /* EKRatingSymbolView.swift */; }; - 3CEF2AB7E4E1004AFC4AF6982584D4B0 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD59F1F93DEBB9548A655E72EF7FBC13 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - 3D3C9296C6C447D5D695C836EAF1CD99 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EDD610AA1E4071BCF6A592C8123ACA0 /* ConstraintView+Extensions.swift */; }; - 3D49220690B645DFDF617B3E9B808716 /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBAD135B5A74B837A4A7953AE75311C4 /* RecursiveScheduler.swift */; }; - 3DAAA93622F9025F42C626A2359D6593 /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A39339A892CD9039160325C8842ADF6F /* KFImageProtocol.swift */; }; - 3DF0B41E27A78AC25B9E44DB89DD5245 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 724B625D903A6429CCCDC2C53E060668 /* ZLEmbedAlbumListView.swift */; }; - 3DF7E89F3A1E1F068D169F0322F408A8 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7A56ECEEB397C8DC71D7973678881A /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E4769F663F9CBE26F8878FD549FC866 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401A089E1E3A73F755768B81BE606AB4 /* ConstraintRelatableTarget.swift */; }; - 3E655FB3DB35E5115300CB47894632FE /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 213AF3F7D1769EA2EBE91F25444E3F69 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E9BE72D817F33EBB1A2D55700F3C9A2 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6283639F26FAFDB5EF77451064150AE2 /* AnonymousObserver.swift */; }; - 3EAEF4B368F4EED0EAF7E008DA2A3DDF /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783BD25E8020ADC87E2BAE4857BC8C5 /* OperationQueue+Alamofire.swift */; }; - 3ECD21C191F48DF934A14BFBEFCDEDA1 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FBC45798DA90DB820B64C121F1D1C8D /* RxWKNavigationDelegateProxy.swift */; }; - 3F0E0B0CF3FDB7A022D1D11F6D9337A2 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 053875A576AF7556EDF5F0A3E445AA7F /* EKSimpleMessage.swift */; }; - 3F8C723EE7FB437DBE33A1722B154E1C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA6DD09140B3205E48C8897934E6679 /* MJRefreshBackGifFooter.m */; }; - 3FA9DD41FB19B38EFEE430E1314946E5 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506B9DF07A8DA602DB2D29455280B566 /* RecursiveLock.swift */; }; - 40672E95E085994AE6C6433A1C920629 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2CE9AE0C23B2D030DF9F23BC266E0BD /* RxTableViewDelegateProxy.swift */; }; - 40AFAECBA8B369776BF3A945AAC4A1A6 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7910984455763F0F80ADA7A0698B586F /* ImageFormat.swift */; }; - 4113E82A8478A123BD0B5700DCB583BD /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6061E65490B9CD5F9A8018A22C025C5 /* DDImageView.swift */; }; + 3C805150E423EB13D4A9854E26314362 /* _OCLogStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB4FF1BF4042379CAE59AEAF0B36CE6 /* _OCLogStoreManager.m */; }; + 3CD9F65655D76EBEC391224B87A1CD5C /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA06130E3F8FA378C6E623A2331E164A /* EKRatingSymbolView.swift */; }; + 3CE2B9E3B1AEA1A3C3DB4C5904DF3C2C /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3DCF4721ED7EBA1F6B9682289315BB /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CEF2AB7E4E1004AFC4AF6982584D4B0 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ECC4022B6804EC83629E95F92172C5F /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; + 3D586B93427AFDF023A620B78B2326DF /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 398099D921BCBEED5C6F0DA31B8DBE27 /* KingfisherOptionsInfo.swift */; }; + 3D5D49018EBAC550715086B09BEB9575 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1D37A8F2CEA0BE101F9A3DCC7A3F7C /* UIButton+Kingfisher.swift */; }; + 3DF0B41E27A78AC25B9E44DB89DD5245 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AC5CBC69AAD53C50C78EB19302A7461 /* ZLEmbedAlbumListView.swift */; }; + 3DF7E89F3A1E1F068D169F0322F408A8 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B5291FC7B045361F59CC4A3ECBEB12F9 /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E37191914B5EB3B463AD55C4A910D5F /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = C42A382D1B9ACB5420A311073769FB37 /* DisposeBag.swift */; }; + 3E611EE23D66E7CAC7135E9F3CE3B31E /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23EC63B9BEF6B1A2C1E4EB511B6D7F3 /* AnimatedImageView.swift */; }; + 3E655FB3DB35E5115300CB47894632FE /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F3E192AB2EC28B6BDA3003D7710F1B /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E899299AB3D98E2838BAB2C032F814C /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F62E5FF5B386936AF2041BDD2A5BC9 /* AsyncLock.swift */; }; + 3EABDDA9307C15F3BCAF195B434ABDA8 /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A61A23730F09987FCF27B3CD3D924E3 /* ReplayRelay.swift */; }; + 3EAEF4B368F4EED0EAF7E008DA2A3DDF /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 035EA066E4228579138D632B1D0C865C /* OperationQueue+Alamofire.swift */; }; + 3ECD21C191F48DF934A14BFBEFCDEDA1 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890597939DB4F7DBE878C66F622CE7BB /* RxWKNavigationDelegateProxy.swift */; }; + 3EFF6B57CA1FF0F8C2DAFF955AE56C06 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5292471C2183F2F84192C6009194AB /* Observable.swift */; }; + 3F0950D27FFDDE09992F9ECC322A4D6F /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DC27BB1AE51C6C127F293567A88BEC /* UILabel+DDCategory.m */; }; + 3F0E0B0CF3FDB7A022D1D11F6D9337A2 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC14E77794267A2FFCFA88C6B0B7A9CA /* EKSimpleMessage.swift */; }; + 3F43A330ED4380BF4368A49ACBF8D713 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA03AB6502BFC0901B750CBE01B019B /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F6C676976E310CC3FA3868CDCF3D3CC /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6D97268591C95265C7DF0DA253C40C7 /* KFOptionsSetter.swift */; }; + 3F8C723EE7FB437DBE33A1722B154E1C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EC8354BB25750413C9C7511E61B00A36 /* MJRefreshBackGifFooter.m */; }; + 3FA9DD41FB19B38EFEE430E1314946E5 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAF57DC39FC3A0266E93AA0C88F4C27 /* RecursiveLock.swift */; }; + 400606F42C5182A1D707689A57FBC291 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9571BC3E11B6EFC9114B270DCF52182F /* Do.swift */; }; + 40672E95E085994AE6C6433A1C920629 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 804CB750DDD621ED32C9471D181596DD /* RxTableViewDelegateProxy.swift */; }; + 40E74B33C5AABF8B9BB90D49C242CC7C /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5C9DBE4792ED2FBE5D419E6FF9F254 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4113E82A8478A123BD0B5700DCB583BD /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE6C0D021900CB4AB0C77F9A14911B6 /* DDImageView.swift */; }; 411E2BED97867A005970F9FEE88CF696 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CBE580BDBDD64676B6A7A80D71C96AE /* ZFPlayerNotification.m */; }; - 4189DC9D2E47F7BBAA2C6048B475C212 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = C56910CC0DE689CDA38FB5EDB50151B2 /* UIScrollView+MJRefresh.m */; }; + 4189DC9D2E47F7BBAA2C6048B475C212 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA03E5E75E6660E93497870D7EB60D2 /* UIScrollView+MJRefresh.m */; }; + 41A78EC56ABD0601E03A1C958380D8A9 /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 457DC6D74DD9BF236A6C238165B82BCF /* Materialize.swift */; }; 41EC1F448B125C2C002DB29C9AFD5289 /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F734BB4F86F6962F672D7EDF71F0E01 /* UIViewController+ZFPlayerRotation.m */; }; - 4217D562836222942A9E062A4930F281 /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AB18CF8620BF94E1F731A4446D7AB4B /* DDTextView.swift */; }; - 42A09C777C33869D86EBC360AE895E1C /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8939B5A954FCB9E63BE4882B36111 /* DistinctUntilChanged.swift */; }; - 43C30370B65B8BAB759CCF4BB30E0F4A /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326CCADD08243843ABD0B4013C6B04FD /* AVAssetImageDataProvider.swift */; }; - 441E4CE901ECFAFB1EDC9E69D466C60B /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15EEECD9C2D897C218E50643B66D74EE /* DDSwiftLog.swift */; }; - 44BE7CF753A124327188F4E7831C563E /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5469862EA9606249755816B7D1B55E4 /* ZLImageStickerView.swift */; }; - 44BF5F969F34EA6E8AF24069A95C77E3 /* DDBaseTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = ABF492FEE34164C02D8EF5E2B6B21DA3 /* DDBaseTabBarController.m */; }; - 44F712870D9007120D6683833C9B2B9D /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9434F0F66CF4A1B20A6A6EA0BE9ED0C /* ObservableConvertibleType+Driver.swift */; }; - 4580678643F509D5C5A1EA00A6D1E2E5 /* JsonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392E1B355EB884E6471917F91F189861 /* JsonViewController.swift */; }; - 45AD6B75F275078A076C8C2AC0AEF3F2 /* _OCLoggerFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = A96E78D52E8CFC1FF0513093069BB55B /* _OCLoggerFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45B9C8034DCB889E2A9684B1575C0302 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 125671BBD77E83417CBEDCE3F685EF1D /* RequestTaskMap.swift */; }; - 45BE452FEC7D882B8679FA7B6C411FA8 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5377686CB39B974DF453B49BA3D435 /* ConstraintLayoutGuideDSL.swift */; }; + 4217D562836222942A9E062A4930F281 /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B331E02A21DC87ADEDFD532606FD24EE /* DDTextView.swift */; }; + 42866887FAA6BEADCDC3AFFE39136142 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E6F1A275C1FFAB3598EC69F033E382E0 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43916A7E864E2672DABA392E13F84E93 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B43983D6A22CDE602EF27B7BCB05D556 /* NSMutableParagraphStyle+DDCategory.m */; }; + 4434A46E2C84EC4F7FF1A454DD8BC0C9 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 853F6567022F83DF8345FBC13DF2EB89 /* ConstraintMakerPrioritizable.swift */; }; + 44A5375F302D162F7DBE35FB813622B9 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 185C92A657E93C1C35ED53DB482C02DC /* UINavigationBar+DDCategory.m */; }; + 44BE7CF753A124327188F4E7831C563E /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B2B95F7F63892A8685E31D74CF4D3FC /* ZLImageStickerView.swift */; }; + 44BF5F969F34EA6E8AF24069A95C77E3 /* DDBaseTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46389B92DA7968DB0242BF645133BCA9 /* DDBaseTabBarController.m */; }; + 44F712870D9007120D6683833C9B2B9D /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E5899322119940A1642B33C160A68F1 /* ObservableConvertibleType+Driver.swift */; }; + 4580678643F509D5C5A1EA00A6D1E2E5 /* JsonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292DA9C36E16D77D3ECC715AEC0533DF /* JsonViewController.swift */; }; + 45AD6B75F275078A076C8C2AC0AEF3F2 /* _OCLoggerFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 46BDE6C17885B999D669F01244DF97AA /* _OCLoggerFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B9C8034DCB889E2A9684B1575C0302 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F5223F9061C01BE425197A50B411617 /* RequestTaskMap.swift */; }; + 45CE06E5154D6D9621A782C334CAE269 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E7D6BD099AF5853021BF134BF298257 /* LayoutConstraint.swift */; }; 45E6ABDE01C2FFC83583EE4796269D1A /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5F2B41A5993D845A431D40A82DB9AC /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45F9D728BAE9F638623421AAB12B8D40 /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9A84D2AFA01FAFFB7B15F6B4A23FBC /* JXCategoryView-dummy.m */; }; - 460F8947297FC4397B1D875F02806E7C /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FA1C66C04505415C8DF026D48185B14 /* IQInvocation.swift */; }; - 465AC4C4CEE137C694249FF5E1AC1428 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5052E1387068B66D55C21375649C48C /* NetworkReachabilityManager.swift */; }; - 468C6297CB12EB50CEC979262BEAF45D /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01ACA89FF509C2DF0DCB95838720808F /* Source.swift */; }; - 46E0DFA8534F264091DF057FEC170139 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 116A0812D64F17C8563EB280CD9D0F51 /* CALayer+DDCategory.m */; }; - 472F8FCDC5BC7F210FC411D907EA5B04 /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE539D74A0D72FC0E797CB0F92661E84 /* RxSearchControllerDelegateProxy.swift */; }; - 473DC3EDDA5D8D61693615EC038FC07E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = C02D4B63B1126BB71294F0E77110327A /* IQKeyboardManager+Position.swift */; }; - 47474FE5BA97EF7F8EB6F7D33C25300A /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCBF6056734FB356C2B85255A8B87BE /* ObservableConvertibleType+Infallible.swift */; }; - 4769FD52CFFFD7BC65324803AF92E251 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB86A03C3BECE59F6E526DD4DD1C0 /* UIImage+GIF.m */; }; - 47ACA7FEFCD88CB2AF198D81297CC1C4 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF4BB49DA5A18A755A6C3362C33E524F /* DisposeBag.swift */; }; - 47BEA6378E98FAA936CA74A1CF418638 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7725D391211EE469110BED2E124D85EF /* DDMATrackManager.m */; }; - 47BF292BED32B4CB98575907A2835570 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2634A3238A259B903B2D0B08C111FBD5 /* EKAttributes+WindowLevel.swift */; }; - 47DAE2836C45A5B08B4895539E604A86 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11FD5A5924682F3D2F4F235E5464FE2B /* EKAttributes+StatusBar.swift */; }; - 47E86D73AEFCECBD1B7CC80D731AEE4D /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EB72A2AE192BD65EAEDF369537202C /* Toast.swift */; }; - 4837AF95FFD6CA0856F8AD4F6DAE8654 /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAD544C5A678DF7A6BBC29764095481A /* EKAttributes+Animation.swift */; }; - 483F31C4AFEAD5AEA2BE3274CD7903A1 /* CocoaDebug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E6D3A40F7BD2474579C389EFC2EA203 /* CocoaDebug.swift */; }; - 4894E4D5C6F065C87B6082AB282FBCD0 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 767E9C5AC2151B89EBB26AA0A33431BF /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48E7DCB6E428A49B7F67718744D73D96 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7ABF66BB942C102540BB131EFF7BB8 /* JXCategoryTitleCell.m */; }; - 492B6B0A047A031C08B940A6E8746A37 /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67F306F87EFAF7048D5F657E7CBDC29B /* ZLAlbumListController.swift */; }; - 4944814C2CFC6492C4FE1664F1556012 /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 801A1A907D14C849D947B5BF14D0BF90 /* MJRefreshBackFooter.m */; }; - 4978E0D1068588E192054C53AEC53178 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D71ABCA2BF464281E1D9E1E101A6F96 /* ZLProgressHUD.swift */; }; - 49A13CA2C01B33D402D04B3A5D6C9868 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 186A0D39D062E1161AD60B52CB19C066 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49FC51FBE1A0B635FCEA16835DA50665 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84653CC7073EC5B5BFEB8C235B396232 /* ZLLanguageDefine.swift */; }; - 4A6F9FC73B3C2B02F852F366EE4C7C18 /* _SwiftLogHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D0A32890B215C6B56723FD6A848859A /* _SwiftLogHelper.swift */; }; - 4A9952FE9361ABA5CE30F3C7D50C23DE /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F991ABB5FA8D336AB6376A7072E0556 /* JXCategoryTitleVerticalZoomCell.m */; }; + 45F9D728BAE9F638623421AAB12B8D40 /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA94BB39B1FD71B282FED6A1C0CD56A /* JXCategoryView-dummy.m */; }; + 460F8947297FC4397B1D875F02806E7C /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28ABA33BD34A7F5C7D2134EF0EC772E5 /* IQInvocation.swift */; }; + 461EFBE6FF256CC211D46DFAE18E9EDA /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D06EDE8F6F2A370F7CA2EA636B45BB /* UIBarButtonItem+DDCategory.m */; }; + 465AC4C4CEE137C694249FF5E1AC1428 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8D4250F4FED92BA07EE90A71733E861 /* NetworkReachabilityManager.swift */; }; + 472F8FCDC5BC7F210FC411D907EA5B04 /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A6987D11B028C1DB7AEC5D60CEF38B3 /* RxSearchControllerDelegateProxy.swift */; }; + 473DC3EDDA5D8D61693615EC038FC07E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 257C770311E94F0234F737F65E5444D5 /* IQKeyboardManager+Position.swift */; }; + 4745B3E9CB1CD0E2E16CC9FCFB4E1891 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1237011CDF59E7B426AA729EDC979453 /* HistoricalSchedulerTimeConverter.swift */; }; + 47593DE83D5CFFA1ADA24049EDF90C0F /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1253B2F24E486C5AE2D32E536CD56924 /* ImageCache.swift */; }; + 4769FD52CFFFD7BC65324803AF92E251 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A1808F46B33625C3E478921DD3303095 /* UIImage+GIF.m */; }; + 47BEA6378E98FAA936CA74A1CF418638 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B91D03C6778E0EE5D72B2D44B2ACB04A /* DDMATrackManager.m */; }; + 47BF292BED32B4CB98575907A2835570 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714280F2E8FB3B37AC6C4DEFDD2977B /* EKAttributes+WindowLevel.swift */; }; + 47DAE2836C45A5B08B4895539E604A86 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9735C2F699A2897E4A87BC57515059B6 /* EKAttributes+StatusBar.swift */; }; + 47E86D73AEFCECBD1B7CC80D731AEE4D /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F46A6C5B36C9C426B4B2D65A40D61B2 /* Toast.swift */; }; + 4837AF95FFD6CA0856F8AD4F6DAE8654 /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F7344BEDB7AAC4F5569BF4AF72D2E9F /* EKAttributes+Animation.swift */; }; + 483F31C4AFEAD5AEA2BE3274CD7903A1 /* CocoaDebug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74101D926E1469B58076F50C3D4A9E2E /* CocoaDebug.swift */; }; + 4894E4D5C6F065C87B6082AB282FBCD0 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2102E453E086E3DBEFE6C4C6C1A44F /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48CAD876ED15D56E1BF95EAF53307D36 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C6EC582A76244E0E92AC5BB1E51973 /* ScheduledDisposable.swift */; }; + 48E7DCB6E428A49B7F67718744D73D96 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E42F658846C3EF5F8829A0765B2FA0 /* JXCategoryTitleCell.m */; }; + 492B6B0A047A031C08B940A6E8746A37 /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F64B7D30D551F782BC0BCCFF5FBEC937 /* ZLAlbumListController.swift */; }; + 4944814C2CFC6492C4FE1664F1556012 /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1520465CB60000ADEA5803AAE7A9D61D /* MJRefreshBackFooter.m */; }; + 4978E0D1068588E192054C53AEC53178 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4900009F76C44F11CAA412C4759EA38C /* ZLProgressHUD.swift */; }; + 49A13CA2C01B33D402D04B3A5D6C9868 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C9DF830A788F85434C2EDB3AA1F0239 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49FC51FBE1A0B635FCEA16835DA50665 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF7FAE9D76DCE04915B5A95BA0755C68 /* ZLLanguageDefine.swift */; }; + 4A6F9FC73B3C2B02F852F366EE4C7C18 /* _SwiftLogHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302A322BE568B1C078F4BD1F3BED0232 /* _SwiftLogHelper.swift */; }; + 4A9952FE9361ABA5CE30F3C7D50C23DE /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = EB31D87EFB375621E6E885CADD3CA2D3 /* JXCategoryTitleVerticalZoomCell.m */; }; 4A9C7C584CC3695F8714DACE78ACBFDC /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93654571E7FDB26E786C36FE0C048ED0 /* ZFLandscapeViewController.m */; }; - 4B4D666DF746D313FA6D34C257BA6F14 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E45154BEA3A1E9C2918F9CC04A7132 /* SchedulerType+SharedSequence.swift */; }; - 4B5C6452A3F186A1CB523C87F86F70E3 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C42E19319341F4429062830DC7D021B8 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BDE28396F6AE3DAA0162DC8B2219EC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F284102902F2165A61061AEF98FF2A /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C17BF734DA9B2178A5559DBA608A2BB /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9620C9645869120771CEC20A0008129 /* EKRatingMessageView.swift */; }; - 4C2639391DD5A48C68DC1760F913E007 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0ED795AA71B26DC852B66B0E952B25 /* RetryPolicy.swift */; }; - 4C5E0A7762C6E0E8295E1D7F4FD4F68D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 2989AA033E69E31EF202203017262397 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C6EF78693BFA4E343CE242D0112F7D5 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA51AAD5AF1873DDACDA6E8790C500F7 /* FormatIndicatedCacheSerializer.swift */; }; - 4C82AED59F383C3408C246EDDA1A4392 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD37A795B5653516E4A92C301C18ECF /* ZLPhotoPreviewController.swift */; }; - 4C9921A4D52089A079D2F37776FFE5B3 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97702ECA1820A890696C68048C907CD4 /* Enumerated.swift */; }; - 4CC51E277DCF7D480D5DA4C9C0BB0C37 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1811B57D885CE4D035CC4DB3EA64B98D /* HTTPMethod.swift */; }; - 4CF3BB145D57BCA7E14EF38C5FC83220 /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C619ECE9AED93CACBB23D78D005B858 /* AsyncLock.swift */; }; - 4D07B78812D29A5A2E9E895DD2541FE4 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 120A84D7818FECD1A8942EE13DD14BC1 /* RetryWhen.swift */; }; - 4D2FE02184346B6011DA8B227AA2CD00 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ACD98525CC15FE3D262A35D21B50777 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8A94DF58E15F8FB36D139189A399ED /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A29DF2B38B7A65DB274C63F620C801 /* NSData+ImageContentType.m */; }; - 4D981AB9F0FB6AADA0A3BB5D61D1E0EE /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F991FBB3570647570ED5E4FF989C5B3 /* UIColor+Hue.swift */; }; - 4DBBAF563C9995081D90F7AD834E828D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 633570189C871CDA51DD5123F5F25760 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DC4192E75B5FFB54CA793299C8C0388 /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C19C61068DD914455FD1F2DC56BB47EA /* RxPickerViewAdapter.swift */; }; - 4DE0931E280C15848E6738D85762B8FE /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 853EB88CC8D715C06F30263152DA0C13 /* SchedulerType.swift */; }; - 4F1525CECA0C94C49413C43841330C56 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF25882EE595FC8674AA811365C5AEF /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F5B2864DC6384E5B6AF98425B6F5CAB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F3C240B8CC2350DAAE26010353CFBED /* SDImageAssetManager.m */; }; - 4FB8B880680D9711B70C98FCE307824A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD813BD01648A4D6479E04B7D2688EA /* SDImageLoadersManager.m */; }; - 4FC9C59A1D764672B1999A285994152D /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21DA82BA32A9C5F61BE4670E77A98D20 /* DDScrollView.swift */; }; - 4FD09BA879C7ECD0ECFA7AB906BE8E2A /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33297C5407DA8A46F7F26F4D68905EB /* AnonymousDisposable.swift */; }; - 5016FB28FB9593F50EADA1B4AFA827C2 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DA16832D633B89AF52CEC0801F4C1E3 /* ConstraintMakerRelatable+Extensions.swift */; }; - 5020FC724F46551F6A33EECA953E07DC /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0A9BB690A91B6BE848B5516840C5FE /* Box.swift */; }; - 506680E7DA2EDF6F1137BB73C5454B88 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 93824D972F9A85DF7F24ECF39C5D84E3 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5089F88F1BFB10BAEE372C06A80F07DA /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D859E1CE2BB76EE3BC633FF0810D80 /* UIButton+DDCategory.m */; }; - 50E5B5685106D613C42AF4823B04F21D /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D4502DB65862C49BBDDC39D00CE22B /* ZLPhotoUIConfiguration+Chaining.swift */; }; - 5114F231D82CFA8BF22620F26EF6814B /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF9A3089314364B11F7F0770CB03104D /* NSView+Rx.swift */; }; - 513FE85C9A497C2C8E648FDDE863176F /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 32DAECA6C2C37D94DE97ADFB7652199C /* SDWebImageDownloaderRequestModifier.m */; }; - 514A60DD5A2A363D5DB970088D708CD2 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3C081AF490CE5CA7D1F57D8F4CB920 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517CC3C405F8FB3E69BC2019D081906E /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 72D534CEEB3ECA897C43BF46739559A4 /* UIImage+ExtendedCacheData.m */; }; - 51B1ACEE71E3EF376A4BF50397B41D38 /* CocoaDebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03E0BB918188E0A2612A8B49996EB332 /* CocoaDebug-dummy.m */; }; - 525A4D799D121B7005FD8E6C6467C09E /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E7554C1D9766A6A749F6E284A9BD439 /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52811ECF6A4AECB259DCD6139A9C17C9 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1F18FB27A099295D1593E8F991AE5A /* ZLPhotoPreviewSheet.swift */; }; - 52B6AD3595C3CADA5ACAA84C53EF2323 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90101FD3951B3817959068D4FC8992B /* UISegmentedControl+Rx.swift */; }; - 52B774D7072085206C19EC4A96BF8406 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 69AAF483DAC6884784B701F16DA1720E /* DriveRouteCustomAnnotationView.m */; }; - 5442DB01C93D4C933C1A8CBBFC13F690 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = C54094EA4D179F5ED79C508E730DD671 /* JXCategoryTitleVerticalZoomView.m */; }; - 549B1CF5542E8E21F2710BA821DC2899 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 492CEF482F5CD3D236C233EB41274302 /* JXCategoryTitleView.m */; }; - 54A691AEFC59490681BF42A90F4AC7E0 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE40557A229CF6B89AD1106C46F66D5A /* ConstraintConfig.swift */; }; - 554B4A9EB7B0115AA40713C45D0ABF3A /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA8E9919C08DCFF145B28E338CF0CF7 /* IQPreviousNextView.swift */; }; - 555A9926525A10818CFCA68FC5478731 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45C382B7E43918DCC8C6ABD0B4C47FB1 /* Observable+Bind.swift */; }; - 555ADDD160E4DB9DCE0AABDD6978609F /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 889D96602BAE219F599FEC5D89686AAB /* _RX.m */; }; - 555D64D559041A2F1743073FBDA7F769 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A2386DCEA8A0FB714887CE83E317EB /* MultipartUpload.swift */; }; - 55636BC3CE8BB99D3EAD8465225395FB /* DDBasicControls.h in Headers */ = {isa = PBXBuildFile; fileRef = E018B861101930E867FA6430342A0B4E /* DDBasicControls.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55737CE468E09E45D9E5BE279A3100C8 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 124247FB25C59D3A890A99169EDF4254 /* SDWebImageIndicator.m */; }; - 5573FA7D51E40E775FAC9B46D7339D50 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7795A738F6FB0FE86AEDE5D0487244DE /* Resource.swift */; }; - 561B7E7FE74762A6365E51627CC31AC2 /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 394A9117C9A4FF415B135867B05EB33E /* UICollectionViewCell+DDCategory.m */; }; - 56651E07E62AF8760DCBD4340655F78C /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB0F3207E30BDFD0B8882D8AD972BF9E /* CombineLatest+Collection.swift */; }; - 56AA1FB915E6D167A106C0F9CF316EA6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBE01A7A70E6F14A7BC136953484656 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56D08DCE4BFC873FBB9B1355F514D581 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 70A62EC8E329054619400D026A70F229 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570566714B21264253C2B2711D043905 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 281424EA62479289B009EC923D797105 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570D150531BA02EEB383A3F40CEDB5A2 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 482BB09A6B206B75C5EC50A5A3491604 /* ControlEvent.swift */; }; + 4AFAC196458485A8F6E51CAE8E861764 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93DF64D6206D53D40D62A28260F3C8A /* BehaviorSubject.swift */; }; + 4B0775F4CE5DD4226BB94ABE1240137A /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A0401503EE7AB7581306017A02D993ED /* SnapKit-dummy.m */; }; + 4B4D666DF746D313FA6D34C257BA6F14 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955F04BE8AC42B4F88DD40EA874FF588 /* SchedulerType+SharedSequence.swift */; }; + 4B5C6452A3F186A1CB523C87F86F70E3 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88A82EBECBB5E650090C65D90FC99E26 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BDE28396F6AE3DAA0162DC8B2219EC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 40772471A6D334C53EAEF4947E32361E /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C17BF734DA9B2178A5559DBA608A2BB /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB583B73987D3A9756C8AF28AD0E7342 /* EKRatingMessageView.swift */; }; + 4C2639391DD5A48C68DC1760F913E007 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A32FF9196EAF387678F1F95033F0E26 /* RetryPolicy.swift */; }; + 4C3FD991B7A513CF59EB766E01D8C62E /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F676AD8E20D65B73A5851BB693EC006 /* DisposeBase.swift */; }; + 4C4A54F727A6DF0C3E55CF7B4269FF80 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA6F9CE8DC190BFFB7BC660BCDE2803 /* DelaySubscription.swift */; }; + 4C5E0A7762C6E0E8295E1D7F4FD4F68D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D78CBE8B6C7F0FF7DEA659F2DE0D88 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C82AED59F383C3408C246EDDA1A4392 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1082C7432ABBE4127485383214E7C527 /* ZLPhotoPreviewController.swift */; }; + 4CC51E277DCF7D480D5DA4C9C0BB0C37 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 636409CC03AC03138F73234CEACF832A /* HTTPMethod.swift */; }; + 4D2FC261298FF435CB36DC976E2C0619 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52171E074BB2C8FEBA82AB5A5AA9AB23 /* Placeholder.swift */; }; + 4D2FE02184346B6011DA8B227AA2CD00 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = C5AA5A352540A630BF56509C30BD7783 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8A94DF58E15F8FB36D139189A399ED /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7AC1E78BC870CCCD2DB36FF6D27EEC /* NSData+ImageContentType.m */; }; + 4D981AB9F0FB6AADA0A3BB5D61D1E0EE /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19315903F720F83840222062FC2B187F /* UIColor+Hue.swift */; }; + 4DBBAF563C9995081D90F7AD834E828D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F787DE69F982C3A01AA8B19F2C3ABB /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DC4192E75B5FFB54CA793299C8C0388 /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372E269A3B1B8F73493062A96BCE3655 /* RxPickerViewAdapter.swift */; }; + 4DE77AAF2F97DE39C0F433420BFAFD54 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 987C9B6CC3461074F13385AB7784DAC7 /* PrimitiveSequence+Concurrency.swift */; }; + 4DF37F1C3A89B525502D439CE3617D4F /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79A007230B0950235BE6A0AE1F58223C /* ConstraintDescription.swift */; }; + 4E3C37AAA718D80868D8F8609C7E60CA /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1A58976225757D9C058A170C2BFBF3 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F1525CECA0C94C49413C43841330C56 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A60D14DC0C571DEBA8CFBCC000802724 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F5B2864DC6384E5B6AF98425B6F5CAB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C54F7E55836F5EEA1BFBDC44E7892D69 /* SDImageAssetManager.m */; }; + 4F71C7E4C9429C3974B5A3ACF1A2CE64 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA4E7CBDDDC37E941F20AC34C9B792A /* ConstraintInsetTarget.swift */; }; + 4FB8B880680D9711B70C98FCE307824A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F21E640ED5AD00EF3E6A8A6CDF4125A5 /* SDImageLoadersManager.m */; }; + 4FC9C59A1D764672B1999A285994152D /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EFE338350C5CD0EC964DE7137A04ABD /* DDScrollView.swift */; }; + 506680E7DA2EDF6F1137BB73C5454B88 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF75F4CC6699BFFF25DCC5BD24A9D799 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50E5B5685106D613C42AF4823B04F21D /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4268EB11E31322FBFC3A19668281010C /* ZLPhotoUIConfiguration+Chaining.swift */; }; + 5114F231D82CFA8BF22620F26EF6814B /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 209642D29237FB7ED9D0F590B130F978 /* NSView+Rx.swift */; }; + 513FE85C9A497C2C8E648FDDE863176F /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F8EBC9258A934EB27F64CD058BD7AD4E /* SDWebImageDownloaderRequestModifier.m */; }; + 514A60DD5A2A363D5DB970088D708CD2 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FD69C273D0A5BDB307B1495F77996C /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517CC3C405F8FB3E69BC2019D081906E /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CA4D50B3EB2929D5A945F27DBBA637 /* UIImage+ExtendedCacheData.m */; }; + 51B1ACEE71E3EF376A4BF50397B41D38 /* CocoaDebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA0F1A711C67D8418AD265ED118ABB81 /* CocoaDebug-dummy.m */; }; + 51DC1D77472366CC0A6DB52D98B38C3C /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F23DB774D398FC22EC546A2A3B21916 /* RequestModifier.swift */; }; + 525A4D799D121B7005FD8E6C6467C09E /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC74F7DE74897E97115F7E46B782C7D /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52811ECF6A4AECB259DCD6139A9C17C9 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = C128B41C4E68B3CAB525D15AE6DF7BCF /* ZLPhotoPreviewSheet.swift */; }; + 52B6AD3595C3CADA5ACAA84C53EF2323 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302FAB13D84C66AEACC78E382C079F45 /* UISegmentedControl+Rx.swift */; }; + 52B774D7072085206C19EC4A96BF8406 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE833E2670E9301FBE07367038E99F9A /* DriveRouteCustomAnnotationView.m */; }; + 5300085E641160CC08613680AC967481 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 08AD6E245CD573B4CF3B1ED732526904 /* UITextView+DDCategory.m */; }; + 540C8AB9FD3EDA5E52E93415BD91705E /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = B715246710F373D970C1E0775800823E /* Deferred.swift */; }; + 5442DB01C93D4C933C1A8CBBFC13F690 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4290A2088A07F3DA57407C2DDDA0178B /* JXCategoryTitleVerticalZoomView.m */; }; + 5454A144DDFDE498124BC488A299B691 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9335E4FFE93433A5A7994983D828FE48 /* ObservableType+Extensions.swift */; }; + 549B1CF5542E8E21F2710BA821DC2899 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 68266C670A37D89B9EEA613DC0FF3600 /* JXCategoryTitleView.m */; }; + 54CC522DBED081EDF13AC8A08E08C6F2 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB58035B8AA2E5D212742C64AD1F7CC /* CPListItem+Kingfisher.swift */; }; + 554B4A9EB7B0115AA40713C45D0ABF3A /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D9D59779101118A8DE295F45565E322 /* IQPreviousNextView.swift */; }; + 555ADDD160E4DB9DCE0AABDD6978609F /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C048C396EA2DAAEA951DA48415E5382 /* _RX.m */; }; + 555D64D559041A2F1743073FBDA7F769 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85AD50F8341A4D94D0D787B54F847D8C /* MultipartUpload.swift */; }; + 55636BC3CE8BB99D3EAD8465225395FB /* DDBasicControls.h in Headers */ = {isa = PBXBuildFile; fileRef = B28CF4F9458DA198E92FDEDACC252DCD /* DDBasicControls.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55737CE468E09E45D9E5BE279A3100C8 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 74B3A291399A6F8D2CC5FCD58BC1DBD8 /* SDWebImageIndicator.m */; }; + 563E34706691D253DDCF437D10268616 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B438B30E40D5E2840898DFA191FBBE40 /* ConstraintMultiplierTarget.swift */; }; + 56AA1FB915E6D167A106C0F9CF316EA6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F022DCD757B39D0CE38B290F21BDC27C /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56C48DB5579321A6BCE60DFC6CAFBE17 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DDEC2D81027B8F89500BD3C1A67547 /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D08DCE4BFC873FBB9B1355F514D581 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 428B648BF8DD480E28D2039995852BEB /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FCC3EA3F228FCCA5380CCFBC42A0B6 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC6C2DC8ADB90009F00748B0E47F180 /* DistinctUntilChanged.swift */; }; + 570D150531BA02EEB383A3F40CEDB5A2 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBA5236A10552A8D29952DC1BBA85621 /* ControlEvent.swift */; }; 5735C2DF5BF2F771995766484D2061D1 /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA40E7819141FA2A6B27F428C1B99F8 /* ZFReachabilityManager.m */; }; - 5739B5F79D9CC33CE6A6E49CF08BE143 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0C75512BB544B4C064D4A8BF1D0258 /* SDWebImageDownloaderDecryptor.m */; }; - 573A9F7AA53DD1A80CCDB6666FE19B24 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = 0A0BF2153D87CFD8C592C29D8A32FBF2 /* Sources_DDMAMap */; }; - 575B16054BD5BD3CA28BF7E5673BCC76 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D3FABA15C97A229B985BCF1FBEB75 /* ImageBinder.swift */; }; - 57E8D5E0BFF775DCF361333A12294278 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0FFE33517C062D49A1406C4CD1B8A01 /* EKContentView.swift */; }; - 57E9A869151C3FAA40FF974E53521DE2 /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3A079A85E37BF6EB0062E9BFB5478B /* DDCollectionView.swift */; }; - 58331B6BF8493E4C276191285440557E /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 304CF1B4E58DCE1A465ADEEFD37A06A9 /* MJRefreshAutoStateFooter.m */; }; - 58C38B8C27293170AE483C5677890B5F /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = CAEDD2275E4DD388754793EE07C23B75 /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5739B5F79D9CC33CE6A6E49CF08BE143 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FF00472C1873F6C4BCF076A83705712F /* SDWebImageDownloaderDecryptor.m */; }; + 57E8D5E0BFF775DCF361333A12294278 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0B924F482A9600E5C4EE8C2458F4D3 /* EKContentView.swift */; }; + 57E9A869151C3FAA40FF974E53521DE2 /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED39EC958FD44C178F4C5C6C347A6380 /* DDCollectionView.swift */; }; + 58331B6BF8493E4C276191285440557E /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D8A8F6A82B40CE45C4D6460431311B /* MJRefreshAutoStateFooter.m */; }; + 5861F0A858C40F8CE935734BF0FEEDA0 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D12015547021C05DC3A0B6DFF6E6DB /* InvocableType.swift */; }; + 586404B0B1CF1A49B4273A54907E53C9 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087209B61C3227458EBB6AA9140A5B14 /* ReplaySubject.swift */; }; + 588E62A0313698BE7A0AFEEA50496AAA /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D44FCD34A1B062D487629B88FDBB77 /* TailRecursiveSink.swift */; }; + 58A0724B77587FD9C9B305460BE4FC7E /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9110386C0BDD4C442535198907D058AB /* WKInterfaceImage+Kingfisher.swift */; }; 58D7197BF40F9B581885C8B66028CCA2 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 478980E00140A7CE7382FB4325FEAD1E /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 591C74189843C4755BD2E31E4F50431D /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EAB2D737F4CE980F0C5BE739B98711A /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 592D9E9BF0482985EC73CF05743EC0BB /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E75244E96365D148A4ECBBD7A51B8991 /* UITabBarController+DDCategory.m */; }; - 595FA9CCDC2A709BD7F736107DA2C4D6 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0965EF557A5666514679BC6CF42A27E4 /* JXCategoryNumberCell.m */; }; - 596AD6F9AC568EC0F620D4B3DEB4CC33 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 36E7D8EADDCCB2E47E7B1647A2EEFA06 /* NSURL+DDCategory.m */; }; - 59AD90C47AA6A1B76832CD3C27A9B6A3 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = F20D3DD1F4AF25AA8661013D26527F97 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AA2F6E5C7D736F0CCA9894A3E37C8D1 /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EB123175332081AB09DFA6944BAF3807 /* DDWebImageKit_Private-dummy.m */; }; - 5AA6E372FD287BFF49666188CEE90926 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8863BF413C99CE64FEF81670076E3601 /* DDMAMapKit_Private-dummy.m */; }; - 5ADE1ADD5C89879BE23532A77F88DB88 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFD2734514D6998A0F182EE22CCCB0E6 /* EKAlertMessage.swift */; }; - 5AE3CB8E82B1E58A54D157EDDB4D8F35 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD6E6A1B93A3B8593F218F942C2EF441 /* Dematerialize.swift */; }; - 5AE8F724467F0E9ECAC1B50FAEC91D67 /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = A44187D3109D7509B6B0A505B04C9D49 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B033DDDC44B06AA233FF487E3C410DF /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C79A352FC670B18A64C256DB1C0C97 /* EKStyleView.swift */; }; - 5B07C22BDAA7425C4CCC629868E0072A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = B03BDA4B6F993439188393A48A2E683D /* UIImage+Metadata.m */; }; - 5B865BB2E762817297D3B1E1653FB71A /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 081D81209B3148E840517A6E4394D4E7 /* ConstraintOffsetTarget.swift */; }; - 5BAB14FE0571833F1F43AA34E7AB7AF1 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E445738FE6CDB59494A1B777808D7B0 /* InvocableType.swift */; }; - 5BBF2E718CCA06ABC22203877EA4EC3E /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 033A1806FA0F6F3246E381E15CE325B1 /* HTTPHeaders.swift */; }; - 5BD01F6B16A2C9E69F756F4DE189E349 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E46E80E8FF34B41C047DB1FB2CF6462A /* JXCategoryImageView.m */; }; - 5BD480DEE18371740D7AF036D85B8B90 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BBA98AF0208A37441C72EE42F98FE5A /* DriveRouteCustomAnnotation.m */; }; - 5C30F361915F5ECAC7CA86D55EE7E25A /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B6F06D293015BF40A1A7F1C4B65B58B6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C91FE28C22B5ECD94FA43280580ACD2 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720096C21236BFBD1BF9C8C037898C5C /* ImageDataProcessor.swift */; }; - 5CA68B859A6EDF62B0C3B3217D469CA4 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5473A7786AA8CEFB658AE02D38BB2AF5 /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CCD552354B88211EB9488550C4F4DB4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 581CF1C9B7015F5E92BE0DB94EF1AA3F /* SDAnimatedImageView+WebCache.m */; }; - 5CFC8F3DFFA340EEFD415372644734C5 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF010309BFE65A0AA47E1C5FF3810474 /* ZLCustomCamera.swift */; }; - 5D048ECBE3D46ABC5B880F766ED23A21 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 758DC4F795A503A9254EC3DA18BAD2FE /* JXCategoryBaseView.m */; }; - 5D0EEB77D1FE5B6445B93FFE286B925A /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB0FF1228569CFD95CDF8DA1191EA9DE /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D786C55CC5C8963C3CA73C8A56C4F21 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = 831BA4935F1A2FF841667C081197F953 /* Single.swift */; }; - 5DA078BF9515B566F0C538010C15D611 /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5FBA0B39C4F71F95A07EA8A34D368C /* URLSession+Rx.swift */; }; - 5DB1D780CDB5FD5F9F543FD882AC107E /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44168560703D761F7D93E8E635F2FE3F /* PublishRelay.swift */; }; - 5DC6BCC570475C62A41341E293030913 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE00471CC1C941AB36DAE0C4C1F19E69 /* Using.swift */; }; + 58FCB89BA1E72EE355BBBAE49C7A94A1 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0352A3CF45F63127CF9B198C0D04019 /* CurrentThreadScheduler.swift */; }; + 591C74189843C4755BD2E31E4F50431D /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = F469C8EC56801D8393C8319A96943298 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 595FA9CCDC2A709BD7F736107DA2C4D6 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6203826FD66702EABC4229A2AE3F433E /* JXCategoryNumberCell.m */; }; + 59AD90C47AA6A1B76832CD3C27A9B6A3 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A623C4810F2A8A09CE5E208F3CFD696 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA2F6E5C7D736F0CCA9894A3E37C8D1 /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED8F2BDA3ECCC40787D3CCBAF7DDECB0 /* DDWebImageKit_Private-dummy.m */; }; + 5AA6E372FD287BFF49666188CEE90926 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 487FFA567BD8D5B8A2428AD1D89B3513 /* DDMAMapKit_Private-dummy.m */; }; + 5AD7FBF06EA1D84BCBF43EB2CA141634 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0C40AC6F9C2D9CE7740B90099D2F88F /* PublishSubject.swift */; }; + 5ADE1ADD5C89879BE23532A77F88DB88 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F243BF87AB45371D428D7B76333D8A5 /* EKAlertMessage.swift */; }; + 5AE8F724467F0E9ECAC1B50FAEC91D67 /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C642C52A74FCD128E0EEA1120DD4A4E /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B033DDDC44B06AA233FF487E3C410DF /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AC5B3D96C03474AAC51E2B20EC515FB /* EKStyleView.swift */; }; + 5B07C22BDAA7425C4CCC629868E0072A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = B09C6BE5639A28C62BF6075481A94626 /* UIImage+Metadata.m */; }; + 5BBF2E718CCA06ABC22203877EA4EC3E /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECB4F7203AC7A2E7705C674C1A29B549 /* HTTPHeaders.swift */; }; + 5BD01F6B16A2C9E69F756F4DE189E349 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AAB1C2C885FCFF2FAB7EAB227820F16 /* JXCategoryImageView.m */; }; + 5BD480DEE18371740D7AF036D85B8B90 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = B9CCDD936CDAC9602B3922F9721487B3 /* DriveRouteCustomAnnotation.m */; }; + 5C30F361915F5ECAC7CA86D55EE7E25A /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BA5CB46AFDE8F9C68D6DB5E777E1E38 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C32B173C53E0A0ED6D00A79D4190804 /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D9C55AECF24D1292683E809BEDD4630 /* UICollectionView+DDCategory.m */; }; + 5C6649B18C67151CF6A0A45510A2A510 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F5E04506B3292423CB002066A0192F /* UITextField+DDCategory.m */; }; + 5C7F2773F0C83CDFC773C9E5F509806A /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD63C92D8891AE22587E9855D798802C /* ImageTransition.swift */; }; + 5CA68B859A6EDF62B0C3B3217D469CA4 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E09F8E7A2A5468DBE1FAC19BFE09413 /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CBF0A7505E18FBDA0473E563E44F2D1 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D14CC5FD1D6F16A74BE031FD7A2E13 /* UIImageView+DDCategory.m */; }; + 5CCD552354B88211EB9488550C4F4DB4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 711431DA43140BAC13B08490353E56A0 /* SDAnimatedImageView+WebCache.m */; }; + 5CFC8F3DFFA340EEFD415372644734C5 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 157DEB977A6F98DC95C6CFCF158C35D6 /* ZLCustomCamera.swift */; }; + 5D048ECBE3D46ABC5B880F766ED23A21 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0C43BD8EB0DF500781F215DC9797DFB /* JXCategoryBaseView.m */; }; + 5D0ECEBF1ADAACBE79FA9814A9CA8B04 /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93246E59A7A66800D2E73320A99F98D0 /* ConcurrentDispatchQueueScheduler.swift */; }; + 5D0EEB77D1FE5B6445B93FFE286B925A /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE9CE86C5541BCBD291BC257074D634 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D20620C32D18A4E16974656D9ADBD2C /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E455A7067AD7493FCCBF4135C5ECD84 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DA078BF9515B566F0C538010C15D611 /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2ABE06C08503FDF1E3F8F1890E8C4EC /* URLSession+Rx.swift */; }; + 5DBB847D5E7591AFB7A75092AEA83FB5 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECCDF91111D22AB20DA55F3D0A96EDB /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E4E3C78E38A1084B9A147BD62F12728 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C04297BE6BD84716FCEF9709625EC2B /* NSButton+Kingfisher.swift */; }; 5E5FBA91B19BE06A32FC0229D5D26FE5 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B1658EF88CA595AEA0831619F2E5916 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E6140C0CD3517DED7F81D9D8046F3D0 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8CEE12E892F7A1C9ACA4FD84249A3D4 /* SDWeakProxy.m */; }; - 5E70BD41B26A18521EE0D457B05CB71A /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E83D1A9CD540F5695C0ED4A006469691 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E712306EE9654B516F97F7D39C85A73 /* _ImageResources.h in Headers */ = {isa = PBXBuildFile; fileRef = B898B3531671EBE2D6408F6E502D0EF4 /* _ImageResources.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EA777A6657B7ECC8AFAF720B0B24B9F /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD4B625CF6BDFD4FCFC8B77AE85F99D /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EB60C74FFA757B7BFF385DE7F855FB7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3653F7AADB0C7049D390C3CE35C4529C /* MJRefreshTrailer.m */; }; - 5EC74F13F32FE1DFB2BD8A522092DD6F /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09D5B038E80B9BEA81B9A12F77E073A4 /* CompactMap.swift */; }; - 5EDF3C540069C5612E579173FDA60AC7 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 36181F0DB23FA215C6F02D24DB3787B1 /* DDBaseCollectionViewCell.m */; }; - 5F172DCB05EC615065B7C37575150F22 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29171FC4906B12667E346E00999D0FD0 /* ESTabBarItemContentView.swift */; }; - 5F1F11AF13B22C27FEFFDB5884C5F414 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D91AC7334B9CDB50EAFD198EB8FBAB7D /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F947C782C4BB4A5AD404E347D308478 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273E6414F57F0C40E86CB85950FC2E03 /* Queue.swift */; }; - 5FDC3C74DC5FDE73193B40ED26175DF2 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 174E3DACA99AF172031E5CF89493887A /* NSMutableParagraphStyle+DDCategory.m */; }; - 607FC4F84A3BC1DDED61024CDCE5156C /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59B8CD527F892070459E0DB0CE97823B /* Completable.swift */; }; - 60CFBC76183C3CD131113AFE5A18CE50 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E3E101E14998A6D764AA32B4FB5D4B2 /* Kingfisher.swift */; }; - 60DDEEB9DF2E9BF439AAAD617D7DFDCB /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F5BD0145D29A31A3805EF80008E0EC3 /* RxPickerViewDataSourceType.swift */; }; - 61185B153F4FCD3160D48208289515FC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CBFECF21CD45D35A8F99FC6D4A499F /* JXCategoryCollectionView.m */; }; - 614BD4DBD5C1BCB13CE995085A38C096 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C6D50CBA04F365D24026704C26BF98 /* Observable+Bind.swift */; }; - 619A84DBC854017C0A1A9BBE4D159E39 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 43669D53466BB023C6D6644720DC1297 /* UIImage+ForceDecode.m */; }; - 61E0AF7F5C4EA70EAE5AD9C21EF35977 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B42C93977358B9EC083C59E8ACD458 /* DDTextField.swift */; }; + 5E6140C0CD3517DED7F81D9D8046F3D0 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DBD8218C0BD83632A4084E1331AD753 /* SDWeakProxy.m */; }; + 5E712306EE9654B516F97F7D39C85A73 /* _ImageResources.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B5A98314E2B96681B4BA8277FFB8CB /* _ImageResources.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EA777A6657B7ECC8AFAF720B0B24B9F /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C33916170EB7D5C6C2600186E27004C9 /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EB60C74FFA757B7BFF385DE7F855FB7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = D44C092B2901205E37A225BCCBF63D86 /* MJRefreshTrailer.m */; }; + 5EDF3C540069C5612E579173FDA60AC7 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = AE96470C940BA4B1E0A8F6476E2BCB3B /* DDBaseCollectionViewCell.m */; }; + 5F172DCB05EC615065B7C37575150F22 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C098F3B3BF1B9E506034F5E376EA95DF /* ESTabBarItemContentView.swift */; }; + 5F8AEB18883D0EDCE205A346E691EB6D /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77797A318DFF0A36D5EF9D18B3EB3264 /* SessionDataTask.swift */; }; + 5F947C782C4BB4A5AD404E347D308478 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4CE960A7E78CBA3CEFEE9B2F5660E1 /* Queue.swift */; }; + 60A9F00738D59251776BC6780B317774 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 901DFC89037683742D8DD3964F199F1B /* ImageProgressive.swift */; }; + 60DDEEB9DF2E9BF439AAAD617D7DFDCB /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A2C9951D15F3F23EAE6E9DAB44FA4CD /* RxPickerViewDataSourceType.swift */; }; + 61185B153F4FCD3160D48208289515FC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 14462657A27F270F3EC5BAE636FB4B0F /* JXCategoryCollectionView.m */; }; + 614BD4DBD5C1BCB13CE995085A38C096 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA70A578F054FDB3448BFD49F908056 /* Observable+Bind.swift */; }; + 619A84DBC854017C0A1A9BBE4D159E39 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5549B9DF5F019051A946DAB3142520EE /* UIImage+ForceDecode.m */; }; + 61DBC521D9FCBD047E49735080E9F46C /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F00C4A79CAB3A2A93FF4FC94E23196 /* Cancelable.swift */; }; + 61E0AF7F5C4EA70EAE5AD9C21EF35977 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC5A76E91D7B1358ED32FE7016B7F3A1 /* DDTextField.swift */; }; 620AE31C19FA133027680B675F8B3701 /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D8796F8C274AA030685AAC3E8BC31BA /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 622095AF318B587CAF33DF2123E0925A /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713EC9BCF11CFE5AA866C1A230EA2FFC /* AsMaybe.swift */; }; - 629C7157E20CDF4236A206BC470406D6 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69C988C3689237AFD04DC03366B264D1 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; - 632FDD201CBD2BECFE77A054EF4BADB3 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 399CEE85A4BC440039D3AA9DE6B84B20 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6335E8323C2491C8A9C99CE9DB2BF83F /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91512E2837E4983CBE42BCAD4E6BF8 /* Bool+ZLPhotoBrowser.swift */; }; - 635B043F860CE53EFCA19CC564B47075 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39A78195882DBB3234438F031AD973D6 /* IQKeyboardManagerConstants.swift */; }; - 63C6F2C653074E8FC5DA3D47497949A7 /* _OCLogHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7888D5D00FF90BC84F28102CDC39CD /* _OCLogHelper.m */; }; - 6456BE1D3735919BA27D3C44CA4A984D /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D444BC2585191286D8A4CEC9B8407CB /* SDWebImageDefine.m */; }; - 64A6373B70B16DEB630D59B4C994C627 /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = BD54122631E2AD4DA40DB14E676FFB9D /* UINavigationController+DDCategory.m */; }; - 64D8805F7527163B0A4120C403D97AD2 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9B9B98C85021EDC9DF5DA0B046EC16 /* IQKeyboardManager.swift */; }; - 64F134656F206AEA36B251F574762046 /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B88BDA56E33715952A7CD23D1E1E4AB1 /* JXCategoryIndicatorCell.m */; }; - 652F1768E71D55ED1C4D40E7ABCA11F8 /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE962D67041E5F1591A6128C558B492C /* IQUIView+IQKeyboardToolbar.swift */; }; - 656AF5910F1F57E0F87ABFF813BB035E /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99958163A4A3B5526D5D52DABD8553CD /* Queue.swift */; }; - 65A3E384961F6C904B1D329C2B1D1BDF /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952E97E9BBF071AFB11CEA74E8AE74CD /* RxTableViewDataSourceProxy.swift */; }; - 65C3ED45AE68B9415127887E553B901C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 491FB900DADF1CF04733B60BCC3C0000 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6642D74E21029B29A5AAF0037FDA4BA6 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23607D67307F3C104F0AF993DDC32485 /* DDBaseScrollView.m */; }; - 6649A2058F4EA544384A888D95492A95 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5E2B3E3CDD8F47CDC9A80C9A858653 /* ZLCameraConfiguration.swift */; }; - 6674277C63A2F0AE5EA17A48C88759CB /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C881BA3C33E4B393AE1FAAF0A7285D /* EKAttributes+LifecycleActions.swift */; }; - 667E98CC3D54F70B73D6D31D5D94FE0A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EBCE58E02CB20B244E306CD11BE1099 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6694E6D8A68A448BA619714C9F10A0FC /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C7E0D38ECBA019D1BEEDCB76B5B749E /* MJRefreshHeader.m */; }; - 669C1B756A4AA99D28E230E8F8FEE7CF /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 58233E80ACA3C75C245DE5754A1B2694 /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66A9DC3B7E3BB37EB783B70278A717B7 /* CrashCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DB700EF07BFF0E8C4A28E35569FA065 /* CrashCell.swift */; }; - 66B43477DE0F24FDDE11B346D39BF863 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D152BD20B7CF6928DFA1AF862497BB56 /* RxTextViewDelegateProxy.swift */; }; - 6707707FAB88FB4AF9DAEB7CE0FA898B /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 96ADB0E1C8F7978A4A381BB553976D6F /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67349C69F8A98DDDC34E84908D16DC7B /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = F631A6E123368D2F75BA810CE17DCBD6 /* Event.swift */; }; - 679AAA72C5B63F684AB546D57510D375 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AAC749EC6E26B629FE2CC42641696B7 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67CF5305E9EBF23CB22B90CDE4CDBF91 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B531821DAE505D1C97FDCACA9C99DA9 /* SDImageLoader.m */; }; - 67F9FA616D8E8BA8F4142B19C3C27161 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208893CD935B10E94F32DF060275E086 /* ConstraintInsets.swift */; }; + 629C7157E20CDF4236A206BC470406D6 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7C8DE3149B543F333F559DB95BBA61 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; + 62A3B0F0D1F948EA31EB8596A0D53339 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D026AC02D144D337431A80C70050106 /* Debounce.swift */; }; + 63185257BFB4E2FA7B2162ED79C30EF5 /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01326343410963E9741DCF8CEEB5923D /* Debug.swift */; }; + 632FDD201CBD2BECFE77A054EF4BADB3 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 104355BF46125D5DB718605995F7195B /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6335E8323C2491C8A9C99CE9DB2BF83F /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F758A9D925B136B6639D1A34AFC5F25 /* Bool+ZLPhotoBrowser.swift */; }; + 635B043F860CE53EFCA19CC564B47075 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C2B757E53161994158B9552F9C72060 /* IQKeyboardManagerConstants.swift */; }; + 63C6F2C653074E8FC5DA3D47497949A7 /* _OCLogHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 67A8730DA2E65F5B38CDF6BBEDFBA896 /* _OCLogHelper.m */; }; + 6456BE1D3735919BA27D3C44CA4A984D /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = FA16C87249768835D971345B1A86CC4F /* SDWebImageDefine.m */; }; + 64D8805F7527163B0A4120C403D97AD2 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3301BF7299C9618D773639B819EE369 /* IQKeyboardManager.swift */; }; + 64F134656F206AEA36B251F574762046 /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B66C4669C3F7B65787AAC3C493B9D409 /* JXCategoryIndicatorCell.m */; }; + 652F1768E71D55ED1C4D40E7ABCA11F8 /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C40BE4B96ADDD9A8037FA6E6C52D883 /* IQUIView+IQKeyboardToolbar.swift */; }; + 65A3E384961F6C904B1D329C2B1D1BDF /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E263E249C714F19EF4872EC0D69900CE /* RxTableViewDataSourceProxy.swift */; }; + 65C3ED45AE68B9415127887E553B901C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F5E80951DD87DAE5A55E5498C07BCC43 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65DA55A595B9B9BD07ADF4298A3C3213 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFA70850EDD9031CAF86FF21D872E680 /* AddRef.swift */; }; + 6634FFE60BACE422D3054C75F50286AC /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ED6A6EB582186A993A6910EE4A32934B /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6642D74E21029B29A5AAF0037FDA4BA6 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A627C6D3A0213EEC70BA9B856C6AAC0 /* DDBaseScrollView.m */; }; + 6649A2058F4EA544384A888D95492A95 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19DA6CD9DACD3F16F6682D61D78CB734 /* ZLCameraConfiguration.swift */; }; + 665685A40D630654FCE72FB59E1FB97F /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246E68E070EBE0FC90E29F41EFB5E349 /* GIFAnimatedImage.swift */; }; + 6674277C63A2F0AE5EA17A48C88759CB /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 729CF33D3AF4FCBD188FB6C0ABE783D7 /* EKAttributes+LifecycleActions.swift */; }; + 667E98CC3D54F70B73D6D31D5D94FE0A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D395B9C5239072CB7F7435A8FC8C45 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6694E6D8A68A448BA619714C9F10A0FC /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1311A89C439F3F86D462758ECF8BFDC6 /* MJRefreshHeader.m */; }; + 669F6DE3941A5D54A2F92CAD6410BC50 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F2761EBF6FF8D9BB242E3F99000EA4 /* RetryStrategy.swift */; }; + 66A9DC3B7E3BB37EB783B70278A717B7 /* CrashCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D11E65B936BFA058AE72437E4E285D6 /* CrashCell.swift */; }; + 66B43477DE0F24FDDE11B346D39BF863 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D288B7154D00F645F93C53207D5B47A1 /* RxTextViewDelegateProxy.swift */; }; + 6707707FAB88FB4AF9DAEB7CE0FA898B /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E5A8FD0ED46CBDAF58331B9D47CDEB /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67CF5305E9EBF23CB22B90CDE4CDBF91 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = A7692D6BC0ED9FE4B84720C78519C1D1 /* SDImageLoader.m */; }; 680C1F343B511530518196758E52F22B /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 732D127F9888E847605A93115B6FB2A5 /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A9E007AD5461A5DB79E5541E21BFF6 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C72C46FDF27DA1E27DA839CD75F84CC /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A9E007AD5461A5DB79E5541E21BFF6 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EBD22BD51E784FC3FEB1D3DD05EE5BD /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68AF63A82663683C1B07720476D8D20F /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8475CE286E56A5E8C8499499FD93D8C0 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B7B161F88A8AD78F0E21B6DE4547CA /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85A8E91731A18FB9A3EA33A47DCDD6B9 /* ESTabBarItemMoreContentView.swift */; }; - 690256DF05FE465E8948ED017110EE78 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA73B4B2B97F3C68FC15A1F0D1318979 /* ZLEditToolCells.swift */; }; - 6947D25CA62F4B84B0C798ED96485335 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CD7054E55660472607281E6F91EB915 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69A74CEB8546E46560B3D6658253BC61 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37FB5E7C973F0E16EFB0C58C0D6E051 /* Combine.swift */; }; - 69CBDC82C1A8BAE7227588C16B025E99 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D4FDD76519FB62ED16EA3D5AB3F219BB /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A00768664341176E3CCD3209A118D93 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB4A948F6266DC3E3B3931F2461CC34C /* DDAttributedString.swift */; }; - 6A662B5245E5D26B418F67A7A401213B /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = D856B146E0975849B3F7FD6A565AF879 /* SwitchIfEmpty.swift */; }; - 6A73D8C90B3AB65EE530DBC09D72B0BD /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D143175061C2BAAED25C866BB295BED6 /* DDTimerKit_Private-dummy.m */; }; - 6A79E81D495BCFB4888EDB6D12A94B8B /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2AD145FB1CD185935A5BDF7A9A65F8 /* UIBarButtonItem+DDCategory.m */; }; - 6A81ABDBB4DC38B8AADC3DF2F53A888D /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8AD78AEE16471F04DCF9C1E842C74A6 /* ZLAlbumListModel.swift */; }; - 6A90AB7810037EF09A1819D7B71E330E /* DDBaseViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB5794A3E450B84D3A3D72E52106EC8 /* DDBaseViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A9E075DBB2CAAD7DA72EDC37F082C36 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD4EB2A9723A25081B40EF819D1E5EDC /* ShareReplayScope.swift */; }; - 6A9EC3C99A882F88915BD329FD85D03A /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90241DCD420DDB9953767923AA188756 /* RxTableViewDataSourceType.swift */; }; - 6ACC0AEA2FAF697153B097847A160DEB /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E98C0DAC0BC9C2E4620F1BE61C0C8C /* Merge.swift */; }; - 6B47B3EE0ADB8742F7DCFBCB965A0CF9 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B4EC3ACEEE62438CE4307208DB29CF3 /* SnapKit-dummy.m */; }; - 6B5FABB14EA772136447BC47A1C58139 /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6D969B8131848DA052809301DC05CC /* ObservableConvertibleType.swift */; }; - 6BEDA23EC58E4A8FAD110ACD09724E35 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A4D50E849600607DC7CCA32F5D9883 /* VirtualTimeConverterType.swift */; }; - 6C5CF5FD907E1FEE6FFDAD2D81401153 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A366F5216A82D1C2B1DC19F3E52A834 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C6009756188956E50E68DE154A26A7C /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C9B4A5532109D109E11797F9E0B8E79 /* Sample.swift */; }; - 6CABF78E996F90619923174D81B9CC27 /* _CacheStoragePolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 965E58EBE1B6E7EF6B3562343E34B519 /* _CacheStoragePolicy.m */; }; - 6CB80E0E3A8AB7064405B2333D680001 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 05BD18966450D2D049D1571CDFFAA9B2 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CDA21915F4586B1823FF8ACFC96747A /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FC211C6A65B5BD25F45375C5B3A633 /* ControlProperty+Driver.swift */; }; - 6CE153A8353153BEBD5941D99D0AA948 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A67963B8ACF7E179A50FCF6F96E6EAA /* MJRefreshBackNormalFooter.m */; }; - 6CE3E55779E221992BBC04B4F95F7A87 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 484C4661DAB5EADAD81249F2FB129619 /* Pods-OrderScheduling-dummy.m */; }; + 68B7B161F88A8AD78F0E21B6DE4547CA /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 992B3480F3129FE8FA021CB02837A2A3 /* ESTabBarItemMoreContentView.swift */; }; + 68F718654C8993A29EB2941FB769B37A /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0516422B660AEA6364FB08E8C4B33C9 /* BinaryDisposable.swift */; }; + 690256DF05FE465E8948ED017110EE78 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FB50DF36662C6435B96059CD38E9BF /* ZLEditToolCells.swift */; }; + 6947D25CA62F4B84B0C798ED96485335 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4426FE7BB13C959614D30D603B8DFA59 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 696F8FF90CE07F853FCBF5AEAE9AA3D2 /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E6D817FC865D6C7B6880E1E151E0AB6 /* ImageDrawing.swift */; }; + 69A74CEB8546E46560B3D6658253BC61 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBF5518CFE8D9C1E08556CD100480B6D /* Combine.swift */; }; + 69CBDC82C1A8BAE7227588C16B025E99 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D734A22AA11D3BC219F32D5810FC745 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69F3DF3356A8096717502B092E040FAA /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6C3E4795420A5F1A90B7F194288D67F /* Decode.swift */; }; + 6A00768664341176E3CCD3209A118D93 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421D07F50421A257568E205C2E532C02 /* DDAttributedString.swift */; }; + 6A73D8C90B3AB65EE530DBC09D72B0BD /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E093DB1B7D410B35798105363A254D /* DDTimerKit_Private-dummy.m */; }; + 6A81ABDBB4DC38B8AADC3DF2F53A888D /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2897B690A8B1FEEBCA7F89125DCC16B8 /* ZLAlbumListModel.swift */; }; + 6A90AB7810037EF09A1819D7B71E330E /* DDBaseViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E351218C23894D317B9908B13747AB9B /* DDBaseViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A9EC3C99A882F88915BD329FD85D03A /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 163024904771E55DECAFF9B479D878BD /* RxTableViewDataSourceType.swift */; }; + 6C55B74EE5A8453A6F7018955C7B467C /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 316FA5416336FAC14F22CE1F1826E5DF /* Zip+arity.swift */; }; + 6C9FAAEF3203FCC429FBABA490B4EE59 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 675C0B536EFF272A5A2692B31259EA78 /* ShareReplayScope.swift */; }; + 6CABF78E996F90619923174D81B9CC27 /* _CacheStoragePolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 638865F27B75F1559C3BD863121D71FA /* _CacheStoragePolicy.m */; }; + 6CB80E0E3A8AB7064405B2333D680001 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D59067DC836781EDDAB98A1AA44FD5 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CDA21915F4586B1823FF8ACFC96747A /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFCEB9DBE5108EEC6772AD74661FD6DE /* ControlProperty+Driver.swift */; }; + 6CE153A8353153BEBD5941D99D0AA948 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04EFC53428ABBF05C2CE5B06233297B9 /* MJRefreshBackNormalFooter.m */; }; + 6CE3E55779E221992BBC04B4F95F7A87 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C5B817601E9A6369B5DDC72B5F6FAD /* Pods-OrderScheduling-dummy.m */; }; 6D492534BB9E2DB14B01257A33695CF5 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F2CF71799A5E230E34F7E1EE95EBE41 /* ZFPortraitViewController.m */; }; 6D75852843B9BE87CC6EFA4F663A87D6 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24B8710F9AC5232F5B7CC0354EDA54E8 /* ZFSmallFloatControlView.m */; }; - 6D7A240E03DA2115BAE5DAFDDB7B7326 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F48AE2AB65E45C9355FE8BFE548F5388 /* NSAttributedString+DDCategory.m */; }; - 6D8B1D4945DCEECA487075BEF2FC0DC7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE1A775AFEDBE083360D990C8AC2C4C /* Driver.swift */; }; - 6D8E6A17A45A4EA1D54A22F69B95AC7F /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D0F3BB74D4D355CE1B21193B3E0D07 /* ZLCameraCell.swift */; }; - 6DA4DE2A0CA5C54E654982A041CAFA7A /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A51BA4BBAE4D7EDB2B793BC9A488EEB /* ConstraintLayoutSupport.swift */; }; - 6E0056255590AF29EEA12A9719025309 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DDFA51363BEAF947BB0BB3E669A069E /* UIColor+ZLPhotoBrowser.swift */; }; - 6E285A3D314DE0DECF80546A5865EB34 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F359CE457A935A58567A3719544249 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E571195DB6696DCD7A11A16D9DD765F /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF6A658AB8A69A002017D804AC4A335F /* ZLCollectionViewFlowLayout.swift */; }; - 6E8267BF68A5C197D4EB8BC34C450987 /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA405F546B0B4C75088AD944FF0E2831 /* ZLResultModel.swift */; }; - 6F0F8DA03631FE767FB9BFAAE0555EE0 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2CC274638547B7DDBA4EA00A56243AE /* ElementAt.swift */; }; - 6F20B500FDB806AECBFD1BAF4048D489 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB71E1C28AC7179AB69BBB82807BFB9D /* ImageDataProvider.swift */; }; - 6F329291E9FB8EF90578801F87261E08 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 830FF62466B301D50D5FE85C96B237E4 /* NSButton+WebCache.m */; }; - 6F5B2F6D3931E3CACCAC0E9EB9409CF0 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F16CE9143796AD795E02BF9159413BA /* ImageContext.swift */; }; - 6F718C0CC072B657B63504B35A6ADB1D /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 346E129147F0A18E3704C3108C5D152B /* Utils.swift */; }; - 6F998A9AEDDD7366FE0EB30A42C2E32C /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 629E75CD1861C8C940C16D5E8B887D91 /* DDBaseTableViewCell.m */; }; - 6F99E2BF991F1F67BD38C6934B68DC07 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AC58BD76F50D2D076FB6D110255BB8F /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FCB168F34DA265E43D81E0D9613DE1D /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9832E253F2FA4CB356963F1273FD99 /* ConcurrentMainScheduler.swift */; }; + 6D8B1D4945DCEECA487075BEF2FC0DC7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13B4E318B704CA907F63566C88F1C614 /* Driver.swift */; }; + 6D8E6A17A45A4EA1D54A22F69B95AC7F /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDE886C96862CEDD2F508EBE7A67B9 /* ZLCameraCell.swift */; }; + 6E0056255590AF29EEA12A9719025309 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491295BFCF28FFC9B649CE48EA980256 /* UIColor+ZLPhotoBrowser.swift */; }; + 6E285A3D314DE0DECF80546A5865EB34 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 395E9F893E250E24DC05768A16393E89 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E571195DB6696DCD7A11A16D9DD765F /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8014816CE748896D1C740DEA15C1F94C /* ZLCollectionViewFlowLayout.swift */; }; + 6E8267BF68A5C197D4EB8BC34C450987 /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C41515C833D0E835F1C5B51B33E76A1 /* ZLResultModel.swift */; }; + 6E9B95C6C573ADC677EDD1D3C94F1988 /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 80441C73AF76E57F9D59BA9E79F69E93 /* UINavigationController+DDCategory.m */; }; + 6EB53AEC8F671E7FCD64387FD367343B /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADB8BAB32BB2F3A0C466436EC9C95987 /* Delegate.swift */; }; + 6F329291E9FB8EF90578801F87261E08 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F4246529C4EF6E829ADB01A5AFAD894 /* NSButton+WebCache.m */; }; + 6F998A9AEDDD7366FE0EB30A42C2E32C /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FDB51E94955823118BCC4815CD075A11 /* DDBaseTableViewCell.m */; }; + 6F99E2BF991F1F67BD38C6934B68DC07 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 324A0266D047B200EB21F33F982AB10A /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7011AA5DFE462C2CFC2743EABE527EBC /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = C977ACA4AFB8B25147715F669A532B7A /* ZFSpeedLoadingView.m */; }; - 70291E72DB5914B6513E603D77B47F4B /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7463DC95E1AE19FABC7F78B01D833242 /* UIViewController+DDCategory.m */; }; - 704561149DBBBDD2D481E242B79B1FB5 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2194013DAA1E68D0AB435C86E28C97 /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70AE0363ACE9E14DDA1120DB60B5E0EC /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AC1A35D714DA48D81A57D9B8E14ABEF /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 704561149DBBBDD2D481E242B79B1FB5 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = F1D0DA4E136B17F8F1ADAAF1202D1AB3 /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70AE0363ACE9E14DDA1120DB60B5E0EC /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF0D789CCAB849732A40302ED8A2095 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 70B6D81C3A8C102C1931501C523F263E /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 29127FC8D58201928F65FC47C03F110E /* ZFLandscapeWindow.m */; }; - 70B6FE4A37E2023C5833979592FE5EC7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A47210BF5CF138CCBD7914B4A2FDA38E /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70F2BE147F94F55182806247CF334BAC /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1394F840F50F088CC5F02D8BFA0F9C38 /* Image.swift */; }; - 71165F774FFDD201F7B7437E1F7C1AD8 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A594DF37B57F409E3C4FB9611F8AE984 /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7128BBCC42019AAE53D15EE25BE897EE /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF8DF237813F6BFA5450D314DD0DBC7 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 714E7E55C3E3D3E43D12C4AF2F6F519F /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7E5A8D5FE20DFD1C75CBD2689AAC44 /* DefaultIfEmpty.swift */; }; - 7168A587CF00336CC0C44FC8D27D6B66 /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42ED8FB817FE9DA5FD6CEE29379EC6A6 /* UISearchBar+Rx.swift */; }; - 71742FA7C715D034FE3912ED07B30379 /* _DirectoryContentsTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA1CDB3E7813E1EE8D74A692A823B46 /* _DirectoryContentsTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 718B12AD3FD5F44645B82D7EB0724C52 /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 661BA0EB2CD0CED18B87A28A7D42E2CF /* UISearchController+Rx.swift */; }; - 7248CD5CAAC5D0D6FF0F9D85CEF858BB /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C05C019EA1E6DA75F62333B9A56682 /* ZLInputTextViewController.swift */; }; - 725D740A38D5E761FCA71B67A4891E35 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8635EE17A6D7BB697765FBFC3F13873E /* SDImageTransformer.m */; }; - 72AACF79D46DD4C0ED4D144B840E1F91 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AECE5547D768FE15FD14A1755112B47 /* UIGestureRecognizer+Rx.swift */; }; - 733717DE8157CCC199287CF9D7DCA321 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F68E7601FC2C898F9CC996862D34AF4 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70B6FE4A37E2023C5833979592FE5EC7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = BCCA0175F7FDCA718A32393BC24BDDC8 /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7168A587CF00336CC0C44FC8D27D6B66 /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 330BF527708EF0AB56F3AE494B7BAA5A /* UISearchBar+Rx.swift */; }; + 71742FA7C715D034FE3912ED07B30379 /* _DirectoryContentsTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9DC20EEB12247D102C17D532FB3B83 /* _DirectoryContentsTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 718B12AD3FD5F44645B82D7EB0724C52 /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62D0574816C549EC984BE5866A4C65F /* UISearchController+Rx.swift */; }; + 72333163DAE42055676A72BAD0447996 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EFA0F28BF313CF52601714100A6D26 /* UINavigationItem+DDCategory.m */; }; + 7248CD5CAAC5D0D6FF0F9D85CEF858BB /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8596F163A4EEEC3E34CD14381950430 /* ZLInputTextViewController.swift */; }; + 725D740A38D5E761FCA71B67A4891E35 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6F2EFDDDFFFC5F1799C86B531E4DCD /* SDImageTransformer.m */; }; + 72AACF79D46DD4C0ED4D144B840E1F91 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7144689D190630E63029215165D9ABF /* UIGestureRecognizer+Rx.swift */; }; + 73029D0926CAFB0C507EC15D337D3E58 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FBBCB00A42078B669D4837EB5ADB59 /* ConnectableObservableType.swift */; }; 7347E6690823F77C37B4DB85D84D22A8 /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00257CDC53E7411DD00B8B7D13C90DE7 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7388CDA9D27800CE2170B1E3EB5F3F0A /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D15068FE19FD823E52051B724BA90BF /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 738B825B0837A9AA0C0AB9D874DE7B4C /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51986CF059E46B3A83C06612FE7409EC /* Result.swift */; }; - 73945F5394F485D66898305510756115 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31C2F50E6130FE2E145C237B4711643 /* GradientView.swift */; }; - 73AB6FBA3ECF9889C3FABC366B5CC9E4 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 494E398D13024FDE137D4D7F6CBF777F /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73AB70D6B97E43420FB576C9D26039E6 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E465C5FE5A574BFDDD81FAF1CF0ED944 /* JXCategoryIndicatorCellModel.m */; }; - 7406DEA0EDCB81CB5CC731EF16018D33 /* _CustomHTTPProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EFBA8E5F751BE8CD2E26AD2265022BF1 /* _CustomHTTPProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7490EC88029F6440A7AA92F924B99B7A /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB1EDB82ECD262C4F43AB19A6C4482C8 /* Delay.swift */; }; - 74972BEA7D6A0CE28CB3EFB11EF2DCAF /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F39892A9468E6CF6953E7077AD1EDA9 /* FontUtil.swift */; }; + 73544EA8ADEFE7AF65B85A68F5F6DD5C /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C23DE1CBC8A4A019736B07653E08901 /* ConstraintItem.swift */; }; + 73945F5394F485D66898305510756115 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8861F9C8690C36A4176F5F7487FD918 /* GradientView.swift */; }; + 73AB70D6B97E43420FB576C9D26039E6 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D5890CDD479EB51D6ED75AB907A80A6B /* JXCategoryIndicatorCellModel.m */; }; + 7406DEA0EDCB81CB5CC731EF16018D33 /* _CustomHTTPProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E17FE89EC8CB9F69140550F69969438 /* _CustomHTTPProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74972BEA7D6A0CE28CB3EFB11EF2DCAF /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3B0A1270B181B4B24297D82F315F52 /* FontUtil.swift */; }; + 749FBD31D75B8200EE6F5E4DA41CAF1F /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E10C81677294DEC0812F0DB108B17A5D /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 74D9B8DD068330CF7E45798CBF98FA4A /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA8B66E83D344385EBF7FB29AC18EBA /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74DD9CAE99A3118FCFF0E7BDF28DEB29 /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D0A219FED9B5CA5F3804843C464B2E /* RxCollectionViewDelegateProxy.swift */; }; - 74F927ACADBEC7091EEC6B17200C746D /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5CD839213F71C6CC86243392380F691 /* DispatchQueueConfiguration.swift */; }; - 752811625260B14669C192D57F44BAAD /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B88EAB1DBADD3FB17EE8C26BB0B1EC /* AboutViewController.swift */; }; - 756E1E9A85EDBD96D30C9BC8A7A3A090 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58FC54F6426573CFEAF6CE23A23F61C1 /* ZLFilter.swift */; }; - 75A11955E20489AF27136F9D56A16112 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD294D482BDDBB0A75E684E4AD7404A6 /* GroupBy.swift */; }; - 75A1DAD0A861EDBF654C93A2857D897E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = C0A1C2896686056E2D836E0FF9187C7A /* JXCategoryIndicatorDotLineView.m */; }; - 75A50A9B3FD4EF659C8E61546D270CF1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 985B7BA73F195E5320E502534849EC7F /* SDImageGIFCoder.m */; }; - 760760698F2B539B1A4A8C3FD74E607A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8ED434D86EB99FBA422B32B58DDFD63 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7653DBA757A4F0A2500D9F0E53B575BD /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D5BC897CA4FD01B1F9E09CB7A7B4E885 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 765C8A7DB5223CDA8C6E5D333F2CDFC3 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DE8F600357F6756FC82595DFEF48EE6F /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76E3A558AD358F70264733619F84737A /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B06E50F3CB595A4D33E8AD91135AE055 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 777D599EE92E8693911A459685C7F332 /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 577955864600B8E9614C61213EE98B24 /* SectionedViewDataSourceType.swift */; }; - 7799D23394F7EE45FF3C55CB987A8455 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9071999500EDEDDD7589F3FB356883A /* SwiftSupport.swift */; }; - 78270987D9093E276EA12C698FC69D66 /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 485941FF752C3ADDDA5B181F11FA4F01 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785031B71ABACAC9C0BF541D7952E7D0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F05D13DCDC56A4E138937E6B5050FDA /* SDImageCache.m */; }; - 7862592A925A99934E73D7B24F2895F7 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AD54622C2C5FBEB30F5EA7E746607FA /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78A9DC5A1BC9FB56108C4AF9B8A1BE19 /* CrashDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2792E66D9B0ECE6580BC526BC2969622 /* CrashDetailViewController.swift */; }; - 78B2931A79E21B1AF56F09DEFA4E42F9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AEF56EBB88B0C3448C476E0FE814BB4 /* UIView+WebCache.m */; }; + 74DD9CAE99A3118FCFF0E7BDF28DEB29 /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8095EFFA351143E593BE2FAD3C69DA9F /* RxCollectionViewDelegateProxy.swift */; }; + 752811625260B14669C192D57F44BAAD /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD3A81128334FF315588DE6EC411EE4 /* AboutViewController.swift */; }; + 756E1E9A85EDBD96D30C9BC8A7A3A090 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167A72B5D302A7F19A93FBBD2B4B004C /* ZLFilter.swift */; }; + 75A1DAD0A861EDBF654C93A2857D897E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = AE27EE3DB56B5DB8A11FEA28084CD99D /* JXCategoryIndicatorDotLineView.m */; }; + 75A50A9B3FD4EF659C8E61546D270CF1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF176349EBEE2A8D787872DD3FA4BC6 /* SDImageGIFCoder.m */; }; + 75AFE8B569692F9E2D99C4348D65E6C8 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25892EB23863B8B9F3DBB416B837A23 /* ConstraintLayoutGuideDSL.swift */; }; + 760760698F2B539B1A4A8C3FD74E607A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 456EFF224DA4D2A0F65D7650ED537061 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 765C8A7DB5223CDA8C6E5D333F2CDFC3 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A8B41E68B3B3854E4BB4C353ADA5AE /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76E3A558AD358F70264733619F84737A /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = C0446794A1DC5AEFBDC4980D20FAAE8D /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 777D599EE92E8693911A459685C7F332 /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB921B5A270B10366D55185A89F538D9 /* SectionedViewDataSourceType.swift */; }; + 78270987D9093E276EA12C698FC69D66 /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = A87B5551A3FD93CF2AC813B17759F380 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785031B71ABACAC9C0BF541D7952E7D0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CE57080146CCCF3348C83AA82527076 /* SDImageCache.m */; }; + 7862592A925A99934E73D7B24F2895F7 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E43018D7EB535CADDABB054941B59294 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78A5A310DCE2543D9C516712AC855271 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB5FB76638B5CE94453BCB6D5193ED1A /* VirtualTimeScheduler.swift */; }; + 78A9DC5A1BC9FB56108C4AF9B8A1BE19 /* CrashDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01C91A52522BE1E128015443F9794F90 /* CrashDetailViewController.swift */; }; + 78B2931A79E21B1AF56F09DEFA4E42F9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AEBCAE5DA62574EB5EE90146402A05BE /* UIView+WebCache.m */; }; + 78C2E5181E9DAE4DC749DDC18238CFBC /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1632CC4FB7ACB0A09FE7D6B771C087EF /* Constraint.swift */; }; + 78E1530F49613724D1A123C7C39A58E8 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92879B937B9E5DF767E308A7813A64AF /* TakeWithPredicate.swift */; }; 78E8EB82B37C77E0CED7EB310ABDE236 /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = E04C5ABF747A086D31BF630397DADF38 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79216F03D4969A17F9BC44BB85D9C9E2 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36511B588A04D2679444A192628025F9 /* ConstraintMultiplierTarget.swift */; }; - 7928BF03967198F5CD7DAFD6D784F04F /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 893C7E7C93F46B20BD28FA27050C311B /* EKMessageContentView.swift */; }; - 79403C58DA1B5106F8104E1DEC5C2573 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 86A93A64299E4077326FDF3E6BB84464 /* MABaseOverlay+DDCategory.m */; }; - 795FED16EEB4B05B3E37700009207E34 /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = E64A2CF3AA11600B16CA51FFC5D76988 /* URLConvertible+URLRequestConvertible.swift */; }; - 79667886740E03B0BA8CAD82D277FDD5 /* _FileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EB53471C520D1E273F1DBAF61E06EE /* _FileInfo.m */; }; - 79732A6532885C9A7DB87F999CE0BBDC /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 270E89F7F3AAE9ABBD414523023B6874 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79E028B32DC2E143BAC645CD4DE435D1 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E34207D529C9E5443B314F45F8B4B6C /* IQUIView+Hierarchy.swift */; }; - 79FB13C8D3A4E1D1C297B963C574C0F5 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E744CFFA682109B46ED5C9D30B579B15 /* ZLPhotoUIConfiguration.swift */; }; - 7A3B3E372DA33E8C48594BB13E7B308E /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90A97051AEDDBFBB45CE81FA1163036 /* UITableView+Rx.swift */; }; - 7A4F0F49748AD6BFE43729FE2B9DB916 /* NSObject+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = CF686107D1D9F382744999372AF19F89 /* NSObject+CocoaDebug.m */; }; - 7A555437C6F5B1A9C728D7A8F2F3BE7C /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E3B7EC0BF15C6FCCBC86715679871E70 /* DDBaseCollectionView.m */; }; - 7A8B0747E5A8A96ED66C1D708F66CFC4 /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D6CD7A5E7DBCFBB06FB747AE7AA2AE /* ZLImageNavController.swift */; }; - 7A93F47AD542545FC38D537835FF6ED5 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EB03256D312DAAF6F86F49A7D1BDF0ED /* UIApplication+DDCategory.m */; }; - 7B1437FE5E98D55CD1607074C4AA29C6 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D90DE0DB28A82A2011E5E9BADA3EDE3 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B385A3BBFA5DF0F919ECC1525955E0C /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FB72EDDBED74EEE3C0C6DDC5BDED5 /* DDMALocationManager.m */; }; - 7B708B9949DEE9168B4D10D22E04DEAE /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD46E0C9480B55E337DEB1251A4FEAC /* MJRefreshNormalHeader.m */; }; - 7B736FC0BBF3C32F32A585090944FC87 /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 03F325E87D75D5D9F24F9F559F7C4478 /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B8F2360EBED8FC8E9AAFB2D6B1B125E /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD6E9D4C1013B61D2F4E4775D0936D9 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BAC5247AD928B776F8727F9FB4EE7AD /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756F4A83E5523D6A91CCBA199D0ACD37 /* ESTabBarItemBadgeView.swift */; }; - 7BC8B8571C1B1D92E37F6EDDE6D5F4B4 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C80E4FFF42AD0EA3F35911D9D067776 /* AddRef.swift */; }; - 7C268EA30C39F532AC992D696FDF5024 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 517C35803FB941A3FCF052B8C2CD7D01 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CBD99836FF0F2D1EF7874ACAD3EA2B9 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFF4A710BF3BA1866D9B39880D6B74C6 /* HistoricalScheduler.swift */; }; - 7CE7D441168C886005545C049BB0B71A /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25632555532AA7FD8E50EC1852E130A2 /* BehaviorRelay.swift */; }; - 7D079A25B5264F1227B452FCB3FC54D5 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD31FA4541212185BD5161BDD776162 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DF302A2DB5B660FE70888DA0EE0F286 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA2E733D838894B097B0EB2D9DC39C9B /* SharedSequence.swift */; }; - 7E5A43683952F26781D57C4CC12F4CCE /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B5ACC146AB1E99CC19A852424A23F4A4 /* MJRefreshConfig.m */; }; - 7E7A9F47A061A7D46AB1F401E90429F2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D53BBE11B64EF7BF498CA168DD261505 /* SDDiskCache.m */; }; - 7EA1A285B210A02961DC6EC1C01C1687 /* CocoaDebugSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0244776B69BF7C20F09C63DFAE17B61 /* CocoaDebugSettings.swift */; }; - 7EA4D4DAB19F8B4A1BE641F9A803B3A4 /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5741BD7134A07EFFF657F748787991 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F1C9E858DC3078CB62D6640ED0006C7 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82A094E8E5432650DB5FFC2C689CDBD0 /* Empty.swift */; }; - 7F32A097697328E2274CC8AD925FE543 /* _RunloopMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1E9053CE6A846D4DEA1EBA2DA96815 /* _RunloopMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F60A19D3B83E8A56DD7778844101265 /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308264C20876950F896D82B65BA066F3 /* WKWebView+Rx.swift */; }; - 7F87DDA52B40F5252EB2DE162C33BAC0 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4A7A97CCE0049797106B81220E964F /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FCA7DF486BC1220F21964FCD6B1A3C3 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0E7FA8CA812E94AFDE7E26E00288F0 /* RxPickerViewDataSourceProxy.swift */; }; - 80141B208065FE781FF8AB8F850FCE31 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689FCD68152DB4066D609FE104D38E63 /* Signal+Subscription.swift */; }; - 8045C1983C0012E25D1B8E0993E1F14D /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5ABB90128FEAE04A9370398EF32D6A5 /* ImageDownloader.swift */; }; - 80596415B4BE080D6D1BCB4AB1287901 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A0F82F60353A6F57319131550181D9 /* Infallible.swift */; }; - 805A9BC55F0154EFF27AF2C59FFF1AC6 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A9BE48454E0138AC5FAA62BA8F0B276F /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 807357E0D8B429C410617DCD42E83C73 /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 28DCE8F9B967414DD7DEAED53340DBC8 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7928BF03967198F5CD7DAFD6D784F04F /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D00D25EBA603D369EEB0C3B409DA303 /* EKMessageContentView.swift */; }; + 793CBD1F70214217019D9D27958CDCD6 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4558F2B1F01F484B86000FE18717BF /* Kingfisher.swift */; }; + 79403C58DA1B5106F8104E1DEC5C2573 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9CB755A561B91310BE56375908F171 /* MABaseOverlay+DDCategory.m */; }; + 795FED16EEB4B05B3E37700009207E34 /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EF6ECD84C4F9F7ED6AC373AD2971CD7 /* URLConvertible+URLRequestConvertible.swift */; }; + 79667886740E03B0BA8CAD82D277FDD5 /* _FileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FDB13FA437BA18D8CF16D005CA5C796 /* _FileInfo.m */; }; + 79732A6532885C9A7DB87F999CE0BBDC /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C79A5019389B87903DA01C8E5BF6E8D /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79E028B32DC2E143BAC645CD4DE435D1 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EC7B67E6A41596FD0A262630177B882 /* IQUIView+Hierarchy.swift */; }; + 79FB13C8D3A4E1D1C297B963C574C0F5 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A5C9239CF8AE575CA1B7969217F6403 /* ZLPhotoUIConfiguration.swift */; }; + 7A024E509D2447F39366556A6C7CDB1F /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A34726D56C979B120B56A8F4EAF8DEC /* Queue.swift */; }; + 7A3B3E372DA33E8C48594BB13E7B308E /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29D256B07FFA3BF592050C9045F9987 /* UITableView+Rx.swift */; }; + 7A4F0F49748AD6BFE43729FE2B9DB916 /* NSObject+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F2DFE716FC8BD5262C19E054657A813 /* NSObject+CocoaDebug.m */; }; + 7A555437C6F5B1A9C728D7A8F2F3BE7C /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 83167A9E6C50B8B6FA6E75CC84A013D0 /* DDBaseCollectionView.m */; }; + 7A8B0747E5A8A96ED66C1D708F66CFC4 /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5629F16CC27EEE0DAED50DA80B0636C /* ZLImageNavController.swift */; }; + 7B1437FE5E98D55CD1607074C4AA29C6 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB78678C9475983130524C6FB7FAF0B /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B385A3BBFA5DF0F919ECC1525955E0C /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 072F9DA0FD667DFC6CB02BB2CC9C75B0 /* DDMALocationManager.m */; }; + 7B708B9949DEE9168B4D10D22E04DEAE /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F104944345325A63DB53FC75B26935A2 /* MJRefreshNormalHeader.m */; }; + 7B736FC0BBF3C32F32A585090944FC87 /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B90C5463AD93C624E40C8305DFCE65 /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B7F568D959DEC30757CC2EE2BBF218A /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A1691C2BE865FFC017905977BD57AB /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BA6E2C946A41C5502FC105331D65DDA /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0D8935D73AFEE763411962EE4EFBDD /* AnyObserver.swift */; }; + 7BAC5247AD928B776F8727F9FB4EE7AD /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4D8B06B2CCEC9EEFEC42249E9CDBE74 /* ESTabBarItemBadgeView.swift */; }; + 7C268EA30C39F532AC992D696FDF5024 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 144C8B4A054604D33D6C3DE348DC471C /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CE5603EBBA1F8F8FF1F23279C987C21 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD749D21AE967551F779A3002C7FE05 /* UIImage+DDCategory.m */; }; + 7D079A25B5264F1227B452FCB3FC54D5 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 784FCC80A105A86AB6FE7106D4D2EE4D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D6CA68AB8D1422C3DBFC84C79ADC0FF /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56ABB6241788CFBEE136F8323987F79 /* ObservableType.swift */; }; + 7DF302A2DB5B660FE70888DA0EE0F286 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BB16E6AAF36A66D2DB02FB4293519E /* SharedSequence.swift */; }; + 7E53BA5C07E1FB2C074F88F854C2D4B2 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EFC30EC0D8AC6DB20C5534D85BD3707 /* GroupBy.swift */; }; + 7E5A43683952F26781D57C4CC12F4CCE /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C9EF575597F9F7CFC970ECB32022BFB /* MJRefreshConfig.m */; }; + 7E7A9F47A061A7D46AB1F401E90429F2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CC7124BA2C09FB08F22611BD92D6DB69 /* SDDiskCache.m */; }; + 7EA1A285B210A02961DC6EC1C01C1687 /* CocoaDebugSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D462191C723C87DE468C6D27E5E8C04 /* CocoaDebugSettings.swift */; }; + 7EA4D4DAB19F8B4A1BE641F9A803B3A4 /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BEE17926962B8BA6BEE8CFE127BEB7B /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F32A097697328E2274CC8AD925FE543 /* _RunloopMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = ABCC0AC9FFAD1CF1F678E949EDE4EFA6 /* _RunloopMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F60A19D3B83E8A56DD7778844101265 /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69D8075ACFACE73D3EC2802778007245 /* WKWebView+Rx.swift */; }; + 7F87DDA52B40F5252EB2DE162C33BAC0 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF61E291B21E75EC83C848259E68362 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FCA7DF486BC1220F21964FCD6B1A3C3 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF1BB0428F27AB1657C796221F0882F3 /* RxPickerViewDataSourceProxy.swift */; }; + 7FF5CEC8CC57C53EA2B5586A33C015C4 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD532AD3B0BCA4090A56EFB9D0ED1BC6 /* InfiniteSequence.swift */; }; + 80141B208065FE781FF8AB8F850FCE31 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EAF28D51BC3581CFC4D398A97B9BD0D /* Signal+Subscription.swift */; }; + 8027B357359571BF020C2D71AEB351C0 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E7036BCB617B67415AD14B6BD908DC8C /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 807357E0D8B429C410617DCD42E83C73 /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 139A5BEA3A39E44D3ACCA26236F5999E /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 807894C1C7AFB7C4189C885BDABF13DF /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9967D4A42FB0C314006E72BC1686FFDB /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80D0BF9E958154CDE46EBB71B945DA87 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E3F43827C3BAA4D52E434F8CB44752C3 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80EABBF2717CF71907BFB78BF0170113 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 98961F51923D00F2EBD62F27CB608363 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 80FC51129F0C4BDACF75723CAD51B1C1 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF5A4A690EBD2EFB0302229151A50E4 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8122EF4478B48DCE2229ACE634064138 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58E40B64B936FBEC52F384A088F20F58 /* SynchronizedDisposeType.swift */; }; - 813B683458C65465624988D928272B44 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FBD1C725CA427B3E87358263DA6359 /* ZLPhotoBrowser-dummy.m */; }; - 8144FEE56EC6C626C7D5F88C680C993A /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8152C4C1927B37D1E6A41CCED65470C6 /* ImageTransition.swift */; }; - 81776D9979637328F185D9B65F14233B /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B45C959A47AC0BEA90DCEA803A68F672 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 819863FBD51B104B8D66432AC67C05C6 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CD94A2441823E88FF296086ED7250366 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 813B683458C65465624988D928272B44 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CED782091A91C5F324DE53B00EA042A0 /* ZLPhotoBrowser-dummy.m */; }; + 819863FBD51B104B8D66432AC67C05C6 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 00085239B86966B3FBACAB1CEC761201 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81A7AD8BFF0B7E6291B02D1AB2CF505A /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 347C0076DEC0BB5A07137B78524E04C3 /* ZFPersentInteractiveTransition.m */; }; - 81B24717BFCD424C3874D855D9F4BF32 /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79F461A36E98EF1DCA3ECCAD38276765 /* EKNoteMessageView.swift */; }; - 81B7DA4E34BD7FDCFBE8B2CF16335996 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C67DD5224625EC36BC26FFEB28B6E7 /* UICollectionView+Rx.swift */; }; - 81C2D503F2ECEB1331D541797699B6C1 /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 305F454BE438D559D42DDCF6025E007F /* ESTabBarItem.swift */; }; - 81DDF3AC3E4831357412BAF122E5456E /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA778500EAA5225B5260F99AB0EC9495 /* EKAccessoryNoteMessageView.swift */; }; - 8220B550020CCF8983DF5B8252C732F1 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F39DB53ADFDC41465DE5A578A23C22 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 827802DE999250886D89207BC6F0B58D /* NetworkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A764D15F447189C3CAEF8BCC0198308 /* NetworkViewController.swift */; }; - 82BBE2F159943E19A69BD99EBE48D100 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C4D86D0F8EECEC5C572C23E9E310D2 /* SDWebImageOptionsProcessor.m */; }; - 82D294963701E49B0022232C893F756C /* DDBaseTabBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8E552147D1EB14E954F88DC8115351 /* DDBaseTabBarController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83D0FF7A837ABA4E7B712358AF55AF52 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5152735ED3EA7674641DF370E113370E /* NSImage+Compatibility.m */; }; - 840B27BBD5508D3F123308CABDDFD524 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7939A0625764022EF1F66DF4E85C96 /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84BC5434F8367126E554E82ED3592547 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 27C432FF3F933F75D8ACB769FEC7630B /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C567A77C02EDA600E8FB227FBDA236 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012F8EDB33D65E92A6FE48966990A1D6 /* Error.swift */; }; - 8505471A71505E2BA003E64FC0D09DFE /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B0CB11F15804EC195033991596D449 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 855C165D089F71ED4DF6AAEAEED13456 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDABA221089C89B60A9331D151951F27 /* RedirectHandler.swift */; }; - 85A96DED83E5FBF923823F46106F6836 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDBD749B5A40A50099EE2A01EE1CF58 /* RxCocoa.swift */; }; - 85E9A0412761EE97B0F14C8506738BF5 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78A5BD13982FF2EC8F858BA1DA666789 /* Session.swift */; }; - 862E9D10C50CBB0D339039294989DEF7 /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = E313EF23A3BC9ABEAD609A3F8B85CEC3 /* _RXObjCRuntime.m */; }; - 864F412CAB912E5360121273A3DBCA87 /* GPBMessage+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = A64C54C5D2449B2549520B4E783BF6EE /* GPBMessage+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 865ACC100F9BB256DA7C7F66FC85AF8B /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BA6CE0E96F84A64666D50C0E6317D01 /* ItemEvents.swift */; }; - 86BACE0D784445DFCD937FF106BD0C42 /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAA585770EE9472F8F29B9CC05F3D262 /* EKButtonBarView.swift */; }; - 86FDA11CE9FA4F78C10FF4EFD30E6A1F /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 526A3218DFC3082DBC4F2162ED14D039 /* NSControl+Rx.swift */; }; + 81B24717BFCD424C3874D855D9F4BF32 /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7248DDEA7E41821AD1584C8DE0429B1A /* EKNoteMessageView.swift */; }; + 81B7DA4E34BD7FDCFBE8B2CF16335996 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63CA63F81481FADBD9A6409DBA88DA2 /* UICollectionView+Rx.swift */; }; + 81C2D503F2ECEB1331D541797699B6C1 /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947BAED41F75A2F0FB282609920A7260 /* ESTabBarItem.swift */; }; + 81DDF3AC3E4831357412BAF122E5456E /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A661DD74B4C607FDC57AB2939F245D5 /* EKAccessoryNoteMessageView.swift */; }; + 81E4E752E304C55324D1BD0B122A5F19 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAA74F15FC9EE31AA8DBCB407DC9A480 /* HistoricalScheduler.swift */; }; + 8220B550020CCF8983DF5B8252C732F1 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = B72E89B61356261B6E302DB9E2E8FBC1 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 827802DE999250886D89207BC6F0B58D /* NetworkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8149B3011C49BB5859154A69988D167D /* NetworkViewController.swift */; }; + 82BBE2F159943E19A69BD99EBE48D100 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = CDC9FFB81001C44ECDF00E736A25DBBF /* SDWebImageOptionsProcessor.m */; }; + 82D294963701E49B0022232C893F756C /* DDBaseTabBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A7898A81C9E37F9BF0733807DB78711 /* DDBaseTabBarController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83D0FF7A837ABA4E7B712358AF55AF52 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = F26540141759438D37D2C7B606CD8DFB /* NSImage+Compatibility.m */; }; + 840B27BBD5508D3F123308CABDDFD524 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = DFEC5EF485632CEC0F307E78A16204D0 /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84B402CFDB5BE004ED101E155F865F11 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C5C7B96F908B382A2812F2BF09C84D7 /* ExtensionHelpers.swift */; }; + 84BC5434F8367126E554E82ED3592547 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DAE253938B3789D78F65F491FD0419 /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8505471A71505E2BA003E64FC0D09DFE /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 98724D7B1EABFBF353512DFD69D2B04D /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85465C3A6463F9F5C6927A19AF15AB29 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1212229365B01E9CF3A5F29175F51CB /* Errors.swift */; }; + 856DDA40393F68D4956D5177D72766AE /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 513ECFF25FA5F27062DE2EC2387B8859 /* Kingfisher-dummy.m */; }; + 85A96DED83E5FBF923823F46106F6836 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF228C986829D024EE886D7D4AE44AF5 /* RxCocoa.swift */; }; + 85E9A0412761EE97B0F14C8506738BF5 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7CF6EEBBEE2FE7E5FF6F179D320EB93 /* Session.swift */; }; + 860968D1D9809483FBF15C722695D4FB /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9795F2FEFFB6F284E9AD6B929D6CDDDD /* Infallible+Create.swift */; }; + 862B1365EB4C7F9299D85862E47376F5 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EB8D50EA83DE86C67F96B0D2B8476BE /* Bag+Rx.swift */; }; + 862E9D10C50CBB0D339039294989DEF7 /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 365A4052B6E59C09099A31957DE7E81D /* _RXObjCRuntime.m */; }; + 864F412CAB912E5360121273A3DBCA87 /* GPBMessage+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 72DEEB2D414931E4558AA5E1562D1966 /* GPBMessage+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 865ACC100F9BB256DA7C7F66FC85AF8B /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 877E49582EABC64A702AD5DCFBB58DCE /* ItemEvents.swift */; }; + 86BACE0D784445DFCD937FF106BD0C42 /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AF2AD57E925C1B799A1E1E61B48CB1 /* EKButtonBarView.swift */; }; + 86FDA11CE9FA4F78C10FF4EFD30E6A1F /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A544AE37AA7B38BFF491C784B2DE243F /* NSControl+Rx.swift */; }; + 8715923016FF89DA5138ACA8347679AA /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F95041847400F78FDA72FADA6C6D9CFA /* FormatIndicatedCacheSerializer.swift */; }; 876F4BD3C63DD111FDC0C8A56D70B1AE /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 313BA2413E18C186F215E2194646CB41 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8776F9D9CDA443D35E473576EB3194C5 /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29BCE4317BD1319D524C067C7CCB8EFD /* UIBarButtonItem+Rx.swift */; }; - 878914063ACAA2126B18E1DE5285F827 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E383BDB1AD89DF7B1856AFA2CF34311 /* EKBackgroundView.swift */; }; - 8791DC308884A90A38BD939A3C382FA5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B482406DAB781D56F8EA227930A5259 /* SDMemoryCache.m */; }; + 8776F9D9CDA443D35E473576EB3194C5 /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4D4DD8BBE39081EA839C077586C3C9 /* UIBarButtonItem+Rx.swift */; }; + 878655ACB5E1CB14220017BAE9CFA29C /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C6F468D032ABDB97B79CCC743893200 /* Box.swift */; }; + 878914063ACAA2126B18E1DE5285F827 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021343692A8B30DA6D11C3FCB174A9DD /* EKBackgroundView.swift */; }; + 8791DC308884A90A38BD939A3C382FA5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 60F78CC8E18A1AF6A8C7F0B7ACF3336A /* SDMemoryCache.m */; }; + 87B235CA7F521014604912B34DF0495B /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE4CE27CCA45ED0FAE69E8ED97D8595 /* DiskStorage.swift */; }; 8807E35A0188E69A7B79476779342380 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBAE3B953FAB8519A0D069E74F1AD95 /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88371B255FEF31798DB197BB59D3350D /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A0CE18046087466B2905AA2E037315 /* PriorityQueue.swift */; }; - 885031037B7CD4BEA92D1497F7781C76 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = FC418A3342C5C8505CED786FB9BF853F /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88A50BF727099AC5CAC16CD4C99B4861 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = F3BD307BF621D56AAAE43972E6025CFA /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8915BF4B97EBD60C13C244D00E46CDE9 /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D72A0AA529E143228054B7F81C68C2 /* Just.swift */; }; - 892A2CDE39CD694BF836090D02AAAE4D /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCC2E8A41021796269085A8EB42D9D3C /* ZLEditVideoViewController.swift */; }; - 896AB9305E097F19F9D5C242F3E3D8B0 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A60750B8EB0FE3C140EA0A46DB990D2C /* KFImage.swift */; }; - 89A74579487C25538D71E1B38643774B /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 155F90FB75E094BC35848310D13D9FEE /* DDToastKit_Private-dummy.m */; }; - 8A274008ED97223DAA12E076D417889F /* CocoaDebugWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5DBD48BB0B388AC44422148BE25F3BE /* CocoaDebugWindow.swift */; }; - 8A2BC1D6114D08F03E5D6CBD66814AD4 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3095E702EE4187DFC3CAE7315110141E /* JXCategoryIndicatorBallView.m */; }; - 8A36A9064A1796CBA330FEDBAD147348 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = D4566B80981E7C6029D1E05DAEAD6F1C /* SDWebImageError.m */; }; - 8A3BCFF83EB0F7B76C09EC9169F2046C /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 571F42959945767501ED548C202F68DA /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A4E69C7271C24982B60888296F021E0 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4902BC6DF5E0AF417020B0B0A85F97D /* RxRelay-dummy.m */; }; - 8A9DFB8E2AB590F6A1C2E1628F854293 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897BDAFBFEE7A1257CEF93D569F24308 /* IQNSArray+Sort.swift */; }; - 8ACB6150ABD5A4BE4CDA42F23E090C9F /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F69AC2BD0464DEEE92A363E5B1B6C13 /* IQKeyboardManager+Toolbar.swift */; }; - 8AE15BE648BEEA0A98F2AC4AE497BB96 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A1615AFF1CF03F98BDA15B74D1170953 /* JXCategoryTitleImageCell.m */; }; - 8B0B152593E3CCDD7456DD63125F38AB /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B6D264B5D6F095AF7FD4B417C6896E /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B2A197054A5E0CE7BD75D2A7363B4C7 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46F950F23400949154A0AB617CACF8F6 /* Do.swift */; }; - 8B7996264A46C83B41BED84333C707D4 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713BB6B2DC17484A5533C3238FAB5228 /* ResponseSerialization.swift */; }; - 8B7D57E3FCE49F2518B7AE0E6B5D2B96 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C93CA59674CE77DA760153FA48B752 /* SharedSequence+Concurrency.swift */; }; - 8BAD04052E210723CC24D737216D8BDD /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D6F666BB69ECD0C21A03F117207C400C /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BF55823101A3DABEBCC4DBB679D6D69 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C53A59EB512612E657D64E6171A5A6F /* ESTabBarController-swift-dummy.m */; }; - 8C35B5BAA36F209375286B3C3D2F7103 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 826A603CD85B15C19622C3476674289D /* SDAnimatedImagePlayer.m */; }; - 8C410A2ED4C48AE8304CB81EBBE58725 /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AD89826D471D53F44EFD47B9FBF2781 /* UIView+Responder.swift */; }; - 8C5AE4DD46A2A97A481C672002B8FAB5 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69FC3E7917CAD556296BC9F7C97FEF14 /* ImageProcessor.swift */; }; - 8CCEA9CC39354864D59E41672513B5D1 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E1CC6764544EF93150EBE35223EC810 /* Result+Alamofire.swift */; }; - 8DE19A78CB22C3A938AA54381334F6B1 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC362C36FAFAC36484B3DB27436DD5F /* JXCategoryIndicatorLineView.m */; }; - 8E04134529985568DCFB8818BBBB7F5C /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394C47842097AED2838BA072275E96B3 /* UIEdgeInsets+Utils.swift */; }; - 8E5256AFC173BF710216F67AA68F5CDB /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FDE2EF8E85980182FC22667EA4C90B7 /* DDAF.swift */; }; - 8E8F09AD96271039CB19EDAF7F40D5C2 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 229CD2051FB427B6F00EF3E912EF2555 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E9422DF54BCC99CA32573ECA23B7DAC /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1276478EBCE5DE4E36535FE0716A3CDD /* UISlider+Rx.swift */; }; - 8EE2005703426DFB542B34D09AF24A80 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1947A7C209734AD509AD2D3235ECE18C /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F21AA61AEAEE275B82C922F4CFEFC13 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6271DDC416D739E386DB51A02248B88B /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F3429A07785F64154DC059F00A516F4 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B29B8B527CAB1F1FB6C42AFF3D20F71 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F5EE8A86580C3CBB943CFF31888FCBE /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6622B79315BED935A53D920F939A42F5 /* DDBaseLabel.m */; }; - 8FA98CB7E5B912CAB92BC78003150B48 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A720BB6CF55E5F7974D1B1E36616313 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - 8FC0C1F0C19221901FECC66026743D59 /* _Sandboxer-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C9EA586776792F1C81E834558E3319 /* _Sandboxer-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FD8630356B30E8B936B7C872C3D3066 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512E6361B0ECC71029EEC2FA9263F351 /* Binder.swift */; }; - 8FF610F861A0135AD2E4AD1E977113FF /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA7A437F5172C3C634606F4A38C1E02 /* ReplaySubject.swift */; }; - 900EED6C01ED4363D956CE4E452F24EB /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710B67B0F4998788295EE1527B469120 /* DispatchQueue+Extensions.swift */; }; - 90A692D45F5F2537EB0856B3169C97C4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 209421D67DA3655CBBACE3CA946D7FD7 /* RedirectHandler.swift */; }; - 90B15A331091D1C228BFC5F60D4E45F8 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 782F634740045D91EB17D9EB1B778461 /* UIImageView+WebCache.m */; }; - 90B9AD190EA21E5F1178C6EECBBB4816 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DB05F2BCED20A810CBAA62C1BAEDCB4 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90C6480C4262B9CC1A61A3B7E437CCC5 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = D4B2D737E24FDD4F773BA963191F64DC /* SDDisplayLink.m */; }; - 90D5A68E1EF23552D670E47D3B23AE4F /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBE299B298813D8931AE13575865166 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 910F8466106459434C084A74EA003284 /* NetworkDetailModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 725BCE475EBEEE6FE36435A40927A904 /* NetworkDetailModel.swift */; }; - 9117D9F00EDEAABE0047E273BE02B428 /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2505C4A306A8DF8E664ABCE37F514E /* Timeout.swift */; }; - 918DCF83A321043687D0EC792EA9B873 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B68071C9E5BDDD65038B21C7EF993A3 /* BehaviorRelay+Driver.swift */; }; - 9192B0E784D86E864323A0099D5DF9CD /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE4D5462B282D6B852E796592B54232E /* EKAttributes+PopBehavior.swift */; }; - 91E7BBF8F1A4202B3E4781E312E2B3A0 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = D240559F94C16944EEE7924304FC8A65 /* JXCategoryViewAnimator.m */; }; - 9269BCE31EB980E81D1C2142354660F7 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AF9CD5852F92A2E39968A8831887A30 /* KF.swift */; }; - 92B93FFA25205F6728C871EC199C940F /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BBA33A1A35F90841578BC980BF78115A /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92BAD4420B04D7F6A5243D5810D729BF /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA335C1C3ABC0B4935472E124D27934 /* EKPopUpMessage.swift */; }; - 92EFB720D893286C8BA11156EECEB7FA /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CF2270C1575343701BC45C5D727D42 /* EKAttributes+Duration.swift */; }; - 92F90BB8342AA192D7C08520F4CCF266 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E384C9E9641F3F5219DAA04BE9D4CCF0 /* CachedResponseHandler.swift */; }; - 9348C310A4D8EE0038C25AA32FF0B240 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = D10D3BC95381C10A2D49F114C089D8E9 /* SDInternalMacros.m */; }; - 934A47F0CA3CE8D65B9C4547C263D0CF /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A8AC2D692C14D0E558BAB3F1215A1F7 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 934D37370780C4B874E3833185713F7E /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F991FD306B521E4E214E9117B13C0C /* Indicator.swift */; }; - 93721C8F9CF4BDA2AB57C3967D748173 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 0899F205E222F097EED696503EC95B33 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9377075FA4E0C7EFFD0E68C28235E9CC /* _ObjcLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F91B27C735B6D3944F14311EFDC7A3E /* _ObjcLog.m */; }; - 9382CEC3FAFA9B3E6F5C78B9663D9E48 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 454C5CF3AA35F8A63A594931F34E5F85 /* RTLManager.m */; }; - 93BEEA5D92D4F153A09A75627E2DB577 /* Bubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81AE750BD22B27F7F718794B079D3742 /* Bubble.swift */; }; + 885031037B7CD4BEA92D1497F7781C76 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = A1F0AE8C1B20388FEE5787CA1527F6F7 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88A50BF727099AC5CAC16CD4C99B4861 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 052EDF520BD2689576CC0230B6BF7515 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88B02AFECBDB89FA6C16D3216E0496A3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FC31CDE7D272612CF03859F14BFEC51 /* Source.swift */; }; + 892A2CDE39CD694BF836090D02AAAE4D /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F7C2DDBFF38277F4FDE68CDE39C2C7D /* ZLEditVideoViewController.swift */; }; + 894A2D62E79E047FCAD4E4A61E3CD26D /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD3E2AC2B54BE89F4A624FB75486A77 /* KFImageRenderer.swift */; }; + 899E3C50FAB0960C5100B536FE4BE12D /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4714657107949FF8CE5A42CBD61AFD8A /* Completable.swift */; }; + 89A74579487C25538D71E1B38643774B /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 74D6B9C134D5B6C3A248619D6F261734 /* DDToastKit_Private-dummy.m */; }; + 8A2295FBC72EA6D47AAACDB732A9124C /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E9B2F113AAF661CECE2556D6D7AF9F2 /* RecursiveScheduler.swift */; }; + 8A274008ED97223DAA12E076D417889F /* CocoaDebugWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8AA38300295B91919FFD808665A569F /* CocoaDebugWindow.swift */; }; + 8A2BC1D6114D08F03E5D6CBD66814AD4 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CB82752AF682B37271455F5F85ED7F2 /* JXCategoryIndicatorBallView.m */; }; + 8A31505766326CD20FFCB87970FAF5E9 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F1561E35BD48AC0922C7C212FE57007 /* ConstraintMakerRelatable+Extensions.swift */; }; + 8A36A9064A1796CBA330FEDBAD147348 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = A0712D4E042D92CCEAABF02AC5068B78 /* SDWebImageError.m */; }; + 8A3BCFF83EB0F7B76C09EC9169F2046C /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 81634AB20189866C1DAACBE7ADE3FE71 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A3DCBA45CD46CDE738FB8B4FEA780F6 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A0A6E93590DA6CA6C3A9F2A284E444D5 /* DDLogKit_Private-dummy.m */; }; + 8A9B45289FD9AD50899F5097F98550E5 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE996E9B4010AD8BAE0261EAB7DC1904 /* StartWith.swift */; }; + 8A9DFB8E2AB590F6A1C2E1628F854293 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A159A63FF90A5756613D46DAB0D43EC /* IQNSArray+Sort.swift */; }; + 8ACB6150ABD5A4BE4CDA42F23E090C9F /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F69352988A17CEF6607E2235E960798 /* IQKeyboardManager+Toolbar.swift */; }; + 8ADD53938914ACA791E535C099046E97 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D2C2C5FB2BFE281B2AD29CF3FEDE0C /* Enumerated.swift */; }; + 8AE15BE648BEEA0A98F2AC4AE497BB96 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 85800956C6F122323433E27CCEB81700 /* JXCategoryTitleImageCell.m */; }; + 8AEE3FBA1F8A42E08107B7E1DEBB18D5 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB5D46936B023D7D79990DBF8AC0A2B /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B0B152593E3CCDD7456DD63125F38AB /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B7AD76EBA8FDAEE7C5ED9B839B252E8 /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B3472CADBCACAB2293F7C856BC92502 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D7F81A7C4EB0EDED2B95597683CBDAB /* UIScrollView+DDCategory.m */; }; + 8B6A904F03CEDB8EBCE9E867430F0CE3 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25B0477F2CE072DD26AADF0F7865482B /* Maybe.swift */; }; + 8B7996264A46C83B41BED84333C707D4 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0078D90EBD7FE8436E7450E7705AC24 /* ResponseSerialization.swift */; }; + 8B7D57E3FCE49F2518B7AE0E6B5D2B96 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43C5F2560E56D94D2C02FDA7766CB10 /* SharedSequence+Concurrency.swift */; }; + 8BAD04052E210723CC24D737216D8BDD /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 730A836D8D9E1D1326C0ACE3695727DB /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BF55823101A3DABEBCC4DBB679D6D69 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB64557F8A54465273724E84B4D67A1 /* ESTabBarController-swift-dummy.m */; }; + 8C35B5BAA36F209375286B3C3D2F7103 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A2AF936CBB239663634105825CA2CC0 /* SDAnimatedImagePlayer.m */; }; + 8C410A2ED4C48AE8304CB81EBBE58725 /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8AF1512651E4779EC36D36A19C43CFA /* UIView+Responder.swift */; }; + 8CAFD95F7987C8CBA59EF96D85B21026 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDBDF5C4A6A454134E9AA212B45F8941 /* ConstraintDSL.swift */; }; + 8CCEA9CC39354864D59E41672513B5D1 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFDE21446D5138B75FB3D26EEE9311B1 /* Result+Alamofire.swift */; }; + 8CF1B36DA30EBD873FEBD06AB705A09B /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = A8596B5B2C556CE0B705AC6BEB83B454 /* Sources_DDMAMap */; }; + 8DE19A78CB22C3A938AA54381334F6B1 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C7B84F5A705D5A447E45E87815C0A4 /* JXCategoryIndicatorLineView.m */; }; + 8E04134529985568DCFB8818BBBB7F5C /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F37E2052DB21D9CF6D73C48E8C8E24F /* UIEdgeInsets+Utils.swift */; }; + 8E5256AFC173BF710216F67AA68F5CDB /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 443CB59B0586F4684BC71662BAD1F9F4 /* DDAF.swift */; }; + 8E686FEEC37C63C21E567080E780675C /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491E8FDE6146C04106AB878BFC62E894 /* KingfisherManager.swift */; }; + 8E8F09AD96271039CB19EDAF7F40D5C2 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1501984C055C14132F634954D7538C95 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E9422DF54BCC99CA32573ECA23B7DAC /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2584E531DAE215B053136880BEC6AFC3 /* UISlider+Rx.swift */; }; + 8EE2005703426DFB542B34D09AF24A80 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CA35F41983DEA1553B3822C6B01534 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F21AA61AEAEE275B82C922F4CFEFC13 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E447095A01B20211111302CC9F7AF2BE /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F47AFF98096DFA96AF3E4BD6318E9CA /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 061D1C5AB70EB92136C622B94085C09F /* Reactive.swift */; }; + 8F5EE8A86580C3CBB943CFF31888FCBE /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = EB2A0ED422FC65E9637B1A70E98B8B24 /* DDBaseLabel.m */; }; + 8F7AE0399816093F166C5DF61E7C5380 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DA1587E0083C040D03D055FCAD73141 /* MemoryStorage.swift */; }; + 8FA98CB7E5B912CAB92BC78003150B48 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BFD8BF3D6040FB540E6E12A763C4F9B /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + 8FC0C1F0C19221901FECC66026743D59 /* _Sandboxer-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1DA25D897F37A196E81CF4E55D40D8 /* _Sandboxer-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9068FF6E592B0F54E3A1CD6DE22429D5 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 094BF7D78F34A8E2F207FB6D00D0B7DB /* KF.swift */; }; + 90A692D45F5F2537EB0856B3169C97C4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3EC00B210483FA26F94240D2D0901A3 /* RedirectHandler.swift */; }; + 90B15A331091D1C228BFC5F60D4E45F8 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1788876B15D9E7B8668403422B62887B /* UIImageView+WebCache.m */; }; + 90B9AD190EA21E5F1178C6EECBBB4816 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = DBBEF8D6BED52E5362AABFFF6FADD6BC /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90C6480C4262B9CC1A61A3B7E437CCC5 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = AC4D1132452DC2DBA838D7E9B06D082E /* SDDisplayLink.m */; }; + 90D5A68E1EF23552D670E47D3B23AE4F /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = E901630C8A45B5CF4EA610970AF8B6D1 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910F8466106459434C084A74EA003284 /* NetworkDetailModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 787ABA6CAD61F7EC8AEF474FAAEBBD29 /* NetworkDetailModel.swift */; }; + 918DCF83A321043687D0EC792EA9B873 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCAF666562DAFB8A53747C2B587EC53A /* BehaviorRelay+Driver.swift */; }; + 9192B0E784D86E864323A0099D5DF9CD /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AE5A26769E17C371BFC42663697A51C /* EKAttributes+PopBehavior.swift */; }; + 91E7BBF8F1A4202B3E4781E312E2B3A0 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = E33954FB4DABB55AD6D5ABCF16F954A6 /* JXCategoryViewAnimator.m */; }; + 924F252E0600F76964D4919CC11AAA8C /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF57CAE4475BBBE7CE2C3053A33EEC3 /* KFAnimatedImage.swift */; }; + 92B93FFA25205F6728C871EC199C940F /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A19A477D0E1D5D81F7EC2738CE66EEA /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92BAD4420B04D7F6A5243D5810D729BF /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C7AB6746DBAB565C4CC45B2EFE56F /* EKPopUpMessage.swift */; }; + 92EFB720D893286C8BA11156EECEB7FA /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B01F4F7F62B33FF2291E6BDD36CCDC /* EKAttributes+Duration.swift */; }; + 92F90BB8342AA192D7C08520F4CCF266 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFEF73D0DA58FE1742D844B5FA58BF00 /* CachedResponseHandler.swift */; }; + 9321C1F02981C7F5A8629A30D56B21BE /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D4AD382D1DE1C9ED16F7B6E4B0B0D3E /* UITableViewCell+DDCategory.m */; }; + 9348C310A4D8EE0038C25AA32FF0B240 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = FF95836F7C38201C37E7822A6602D202 /* SDInternalMacros.m */; }; + 934A47F0CA3CE8D65B9C4547C263D0CF /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 377FDB0F9BE59888DA4B01872B77AF12 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93721C8F9CF4BDA2AB57C3967D748173 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 379F68FC8FF0A37C3322B1639AFD268D /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9377075FA4E0C7EFFD0E68C28235E9CC /* _ObjcLog.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A54B7A9DED0133BE454210EE423EBF /* _ObjcLog.m */; }; + 9382CEC3FAFA9B3E6F5C78B9663D9E48 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DCE6852E5414CAF765EAA83E45AB416E /* RTLManager.m */; }; + 93BEEA5D92D4F153A09A75627E2DB577 /* Bubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1997380CF488762F7207C819B6EB206A /* Bubble.swift */; }; 93D18BDA44F77F52F4B54B750D8A6394 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D7DE153DDDC520A02D60EC9314D9CE /* ZFVolumeBrightnessView.m */; }; - 93D95C7F6691DED21F57289570648BA4 /* _OCLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 090C75604849B778E0D986975F451271 /* _OCLogModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9419FF7741A6B849378F7AE842FE80FB /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = A713E651C27367F0A0E3E5A5317450AC /* Decode.swift */; }; - 94389BA3D4A7040B4536CB31EB5363E7 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A6F7A62370E37896CA1C783AB25C0AC5 /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 944436B02D97AB81CCBAAA11420A681B /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D3A46EE298961BD3704BF652D430ACD /* Date+Dispatch.swift */; }; - 951371DF78512514FEF71B4F6FD34EFD /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 11AA84DC5EE88FD6E906831386FB5FA7 /* UIView+WebCacheOperation.m */; }; - 95413BAA9E818DD19F0B37CE62CEDB13 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4902CCEC2CE507821643D0116A28424 /* Completable+AndThen.swift */; }; - 95694B962337304EA87B2B79A64216C4 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E0AE0314D6A53E8B4C4B75F95315C2 /* Debugging.swift */; }; - 957DAA54D070E5B18B4E63E09AB6F710 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834C711D27BDEA5CADEE199B6DA169B5 /* DDButton.swift */; }; - 95A2AC17D9936524C874ACAE4A6E4A1B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5C3353F6234E45232B465E719F73DD0 /* RxNavigationControllerDelegateProxy.swift */; }; - 95A54FB0F3102527D116AF34B131A747 /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 50F9E45233EBF0A4D34C0E5B809AF110 /* DDBaseImageView.m */; }; - 95D6B375856547576214D45BAFD14C34 /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95602F1137CABDE3144CDD2D447693CF /* SwiftToast.swift */; }; - 95F17E0FC83301E67165E1F90C5AA5A4 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49CC3DD35E46AE44F4A45BD2199C5F35 /* ESTabBarItemContainer.swift */; }; - 9608E323C617DBB486D89685D7267DB4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C34C8C29ED1872D1FF58EEFF49A9E6 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 962A36EC585E8F0852FB9E6DDBFB6B28 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AB64B22A556E78821DBB3BC92CDEC80F /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963DE0F758F48FB19394E60E3D1BD7AB /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF98766CA43DBFC0038E70026195E060 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96E4B9E2601F91643C19484CB4FF061E /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EC4801CC07766764E6BED0D232376F /* MATraceReplayOverlay.m */; }; - 971245CD46BFE06B4FF838938725FE3D /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 38B88A6348569A5AE39158BD2A6D5E19 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 973B2A5036AC6C657C3FF4F7B0225522 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA966B138890D6020C48CD089962EC36 /* DDBaseNavigationController.m */; }; - 9773847629F2F105580593407D661685 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57733E952B7862D9DC984EE9A9CEB134 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97BDF23C8E9038148496525214A838D6 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BACAAB5DA33B070A47B03EC4F85ACB /* IQBarButtonItem.swift */; }; - 97CF24324EFE30D5AA2A345F03D49922 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = EBA61D6CCFC730CAC6B228A467AC659B /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 982018F9943EA721B176DED187A3F4B4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = D74EC67039356FD9D781948980C4784A /* Signal.swift */; }; - 983C31E06D6E4D7B9C87126A26D535E5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 99416ED0869AEA2B532CE9E43BE606A3 /* SDAnimatedImage.m */; }; - 9842B2D9C892C0A9E6B69A2AC78AA5F1 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BCF6807150C8ED3EA3E15B393137A7 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93D95C7F6691DED21F57289570648BA4 /* _OCLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BD5BE2E1AE52E293187B16902CA286A5 /* _OCLogModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9442B00881369EF68581EC236BAB0D8A /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F12A5D1AC4B378BE0207E38CADF82772 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 951371DF78512514FEF71B4F6FD34EFD /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F6769A824070386F3BEF43E8C7AEE0C7 /* UIView+WebCacheOperation.m */; }; + 957DAA54D070E5B18B4E63E09AB6F710 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96B2338DB3B88D1894CF9106A9DA134 /* DDButton.swift */; }; + 95A2AC17D9936524C874ACAE4A6E4A1B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4571D24A288F895D335EE5F8400AB15 /* RxNavigationControllerDelegateProxy.swift */; }; + 95A54FB0F3102527D116AF34B131A747 /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACA7FD77E291D78AFB25A2C8E68609E /* DDBaseImageView.m */; }; + 95D6B375856547576214D45BAFD14C34 /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811A9A50BDC949353D65806C1A18CAA5 /* SwiftToast.swift */; }; + 95F17E0FC83301E67165E1F90C5AA5A4 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BAE0BEC06C29153E700AB97F17A21E /* ESTabBarItemContainer.swift */; }; + 9608E323C617DBB486D89685D7267DB4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C01AECA86EF24FC9BE590AF588FB4CD /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 963DE0F758F48FB19394E60E3D1BD7AB /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = A7BDCF8B6F81042A6E4990F84CECD5F9 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E4B9E2601F91643C19484CB4FF061E /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = BF36FA58A1D8B36BF76D056F87E7D2A1 /* MATraceReplayOverlay.m */; }; + 971245CD46BFE06B4FF838938725FE3D /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C30CBF3E591EDE9750A2BB0AE5B63B9 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 973B2A5036AC6C657C3FF4F7B0225522 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = F33178BC2C7536FCECB478D8065324C6 /* DDBaseNavigationController.m */; }; + 9773847629F2F105580593407D661685 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F1C9F02A30B8428C923B14371F109B /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97BDCC0C5B84DF8B8D388ADD0A68D483 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1CF5641238ACFD29C76D8961E1828 /* UIApplication+DDCategory.m */; }; + 97BDF23C8E9038148496525214A838D6 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D7C52DF52D6C21787EA3EA59E27D3 /* IQBarButtonItem.swift */; }; + 97CF24324EFE30D5AA2A345F03D49922 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A92BABB8E5850D325A251DBE041095 /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 982018F9943EA721B176DED187A3F4B4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF2C8DD0E3B832C3C3BA38181D5FA02B /* Signal.swift */; }; + 983C31E06D6E4D7B9C87126A26D535E5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B347E25753A1AA696FC3787FEA8299A /* SDAnimatedImage.m */; }; + 9842B2D9C892C0A9E6B69A2AC78AA5F1 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = D218EE534BDCE1AEA726D5B6E8EA6642 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9861D26BD6E0A001BC1B50BC61C18F34 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84BD296B4DA2E513369D786238AD1646 /* Storage.swift */; }; 98D1ACCBF6425DE78465EC9D323030B8 /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE3C042721479245305B79C90CDE196 /* ZFLandScapeControlView.m */; }; - 98F107E60A5364EB4BA4D7FBC5447901 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5540B709F5DA40EE5D2C8DE83098D617 /* ConstraintLayoutGuide.swift */; }; - 99052A7FD46935C7F9A760467213583D /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 521C494A9029DC5A1D2EC6E693C2AFF2 /* EKRootViewController.swift */; }; - 991F9223CAF544FB3B0370106837F3D9 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D16219C175CF9447DE65945B6A414A2 /* ConstraintMakerExtendable.swift */; }; - 997DB62F7C251C04E2548F73C945E9EE /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 57473222C56786F8589334D5563D6E17 /* SwiftEntryKit-dummy.m */; }; - 99EA19C8F294727AAAB343FF9966D33B /* NetworkDetailCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BE8E6251B7A54E955C613BEA2EEFB0F /* NetworkDetailCell.swift */; }; - 99EF30562A31AD676C542693E91F0EE7 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = D6DCE776C96E9919423399D17CFE5C80 /* SDImageGraphics.m */; }; - 9A258A01E679FC91809CB0E4CEE2BEC4 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = EDC698A1C50E6F8C263102BE0C4906E2 /* UIColor+SDHexString.m */; }; - 9AAB305EEEDD5680F4A4A00456F138B3 /* DDBaseViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3579F7B591AD2CB04373A7B79766C572 /* DDBaseViewModel.m */; }; - 9ACCADABE04C5FBF041953A5CC27B8D5 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8022649B8E797661695D2D46E237266C /* SDImageHEICCoder.m */; }; - 9AFC912AA90BDDC92D6E76C4CD375546 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E15219340117107A75A152D34C98CE3 /* SynchronizedUnsubscribeType.swift */; }; - 9B06B23C0DD30320D27A0AFF3523DD08 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC35289080A1730C20B7821B8AF8E6D /* UIViewArray+QuickLayout.swift */; }; - 9B09741472416487EE81F386B6C9355B /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 51CF07B90D549F769615CADAD4E187B7 /* UIImage+MultiFormat.m */; }; - 9B2A0D221237BE5ACCF087F2577E4A6B /* _ImageController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2458A524A5D2C93B9199C7A8D50D5085 /* _ImageController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B5100395827615651D86B4C60B15EE3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = C8131202E752B708B73CA6FEE5A98217 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B56C88A1A26C2AF157005389DC79D89 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = DADFA14A68AD99E5DA796FFF4C742941 /* UIColor+Utils.swift */; }; - 9B93BC82B3EA120600F37703F7386A15 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC13DDAC2C805C5A9191B4B65971DF43 /* ScheduledItemType.swift */; }; - 9BB550A05C99FAF7D46452531E9D2492 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E4625A7673C4C22CFDA2FB08624CE3C /* Bag.swift */; }; - 9CE0D080D988944F984ABF550840D22D /* _fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = E49FE1752B0D87C91639F9434DDED72A /* _fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CF7F93C09CD223D8A4AEFDE6500448B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 700618E96F8CD24018F442060555048C /* IQKeyboardManagerConstantsInternal.swift */; }; - 9D7BE05FD7725E96B062A7598A41B648 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DC3EE79B6E28DA0DD1DA5FD42B9FD4E /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DC90F2EFC4727920E1553241B68DFF1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3938975083EDBCB8E972D6AA74C631 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DDBD070D8F28D3645E88F93FC7E98B6 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D357819BCD87A7313B896AECFEBE2 /* MJRefresh-dummy.m */; }; - 9E1FF64ECBEF9CA8C3A2B1B584716C2C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 19E1957CA12EC4BD5D405BA0A7F2857D /* SDImageAPNGCoder.m */; }; - 9E278CF7CCA7053B8B9F9599C33DC02B /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F91CA3BF88AD8D87DB97A5F5488C78A /* SDImageCachesManagerOperation.m */; }; - 9E474548D6A0521350038A8213F06E0B /* LogViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35D9A32F5A538BF3622E7815BD47A5ED /* LogViewController.swift */; }; - 9EA9DCA38AE8140DAA4900C68F0EA575 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = DF71A58353E1B67365C60AC02AD740F0 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ECF42D1324F716832C4CB78502B7FF4 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 716E6B125C1A02A9359C6D767ED1A6D6 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF1E4C365CA76114EBD310FACC88668 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CEAB73B39E068736585099898F714A7E /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F1A9C17629B0FED4F5BE452442F3B5E /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = D484DAF16D3C2B78A13A6F2CC3B541F4 /* MATraceReplayOverlayRender.m */; }; - 9F3385E2B8DCE658F07D586F04FB5CC9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7A174373C19D66B6F67027699E75F2 /* ControlEvent+Signal.swift */; }; - 9F77F23C82AD7A280997AB8CE1026694 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 348CFA6C051BC772403D210690724852 /* IQKeyboardManager+Internal.swift */; }; - 9F9210CD851E076E6C5C1963F3F7F0BD /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A232068AE8C9BDC39AC284EAFF6296F /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FE3FCF5816BE354A387DA99CE64BB16 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A73F663FB1C9A809CF4C6CE92DB5430 /* ZLAlbumListCell.swift */; }; - A0107CD767C54A815CA5050137BAA0AA /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B88A855E756BCCF784D5DE6CF187038 /* Never.swift */; }; - A030CD88CB031AE8072740C61976EFA0 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63B915066C6FC68E4AD1181ED9AD0DFD /* ConstraintDirectionalInsetTarget.swift */; }; - A0753DDE7E6EE0EE31ADED266223E0A3 /* _FilePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F9C3263129A510C64A84E611C05A0F /* _FilePreviewController.m */; }; - A07BA82EBAFD79669D9EF1118D658F0E /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA81F819716C4B76CAC4CDF991D97A44 /* UINavigationController+Rx.swift */; }; - A0C1B45DA29A58D0BFF28129F0965A3E /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DD976F0669B45BFB1A722D98A9F0F69 /* DelegateProxy.swift */; }; + 99052A7FD46935C7F9A760467213583D /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0FDC1B67C9EFBC0153D67BE026B9152 /* EKRootViewController.swift */; }; + 992220848567F7F9E647EFFE7E89853C /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 352668D29C192CEE91C4FE5DD81DD677 /* SubscriptionDisposable.swift */; }; + 996295C0AC20454A1F98365E0DD96261 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA11146B7DFBF45713A38F321A1E9AAA /* Producer.swift */; }; + 997DB62F7C251C04E2548F73C945E9EE /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 544845D0933A72537A55D4CF8F3E9BE0 /* SwiftEntryKit-dummy.m */; }; + 99EA19C8F294727AAAB343FF9966D33B /* NetworkDetailCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C37C263E6B3F3BB722F07AC12A67B02 /* NetworkDetailCell.swift */; }; + 99EF30562A31AD676C542693E91F0EE7 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 032D20942647365D0955309A5622E8EC /* SDImageGraphics.m */; }; + 9A258A01E679FC91809CB0E4CEE2BEC4 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = E0694086949B0979DB64995BA7904F1F /* UIColor+SDHexString.m */; }; + 9A8645CD981135905D1694ED2BECDA94 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7175390D71343DCEAB69EFEC448328F8 /* Sink.swift */; }; + 9AAB305EEEDD5680F4A4A00456F138B3 /* DDBaseViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 42C733486BC47EB7B6ABE14ABB544895 /* DDBaseViewModel.m */; }; + 9ACCADABE04C5FBF041953A5CC27B8D5 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 612AE2EF9C0251B4BA33440073E96293 /* SDImageHEICCoder.m */; }; + 9B06B23C0DD30320D27A0AFF3523DD08 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86441220BCD676459F1661E6BE0C079 /* UIViewArray+QuickLayout.swift */; }; + 9B09741472416487EE81F386B6C9355B /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = B98CF75160642F82AC07FB2CD3202816 /* UIImage+MultiFormat.m */; }; + 9B2A0D221237BE5ACCF087F2577E4A6B /* _ImageController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2F9D116ECA1570F267F92871BC8188 /* _ImageController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B5100395827615651D86B4C60B15EE3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 39C6CDAD8CA72B52A4B87E9DD0111596 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B56C88A1A26C2AF157005389DC79D89 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A16276A496FB3A902D2A964CE0E29DE9 /* UIColor+Utils.swift */; }; + 9C741243390275ADDAC6D08DBB4F0099 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = F265767BA56A1475B48CC671CC1F6601 /* Switch.swift */; }; + 9C9AB18097C48870512E60B6C6797C1C /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = A666E3AC6F64C3F9F6A9659353EB3B34 /* Reduce.swift */; }; + 9CE0D080D988944F984ABF550840D22D /* _fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6A47640B6F7132EC4D99BDD8C6C39C /* _fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CF7F93C09CD223D8A4AEFDE6500448B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0118B35B70943420A430D3BC158375 /* IQKeyboardManagerConstantsInternal.swift */; }; + 9D19C961231FAA141C5FE780DFE3DD5F /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0E51B4C6B5ED0F83CE62620C2F8BE76 /* DispatchQueueConfiguration.swift */; }; + 9D2A8202188BD5696768BEDD7677A24F /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18E306D3AD938A9810DE0FB724CB8EF /* SerialDisposable.swift */; }; + 9D64B00EE5E2EA476081628E8A5588F0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69CED3CD6469A763D93FCE4AF9F0BEAF /* CacheSerializer.swift */; }; + 9DC90F2EFC4727920E1553241B68DFF1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5D3000924A28854BF30C741A44BA71 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DDBD070D8F28D3645E88F93FC7E98B6 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 491164066A9844F0DCAD0AF2BE952B4E /* MJRefresh-dummy.m */; }; + 9E1FF64ECBEF9CA8C3A2B1B584716C2C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 77DCB6CA884A3A5A9AA01AB76F251EBE /* SDImageAPNGCoder.m */; }; + 9E278CF7CCA7053B8B9F9599C33DC02B /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E4577B60D00DE62AA33A1BD9D7130C1D /* SDImageCachesManagerOperation.m */; }; + 9E474548D6A0521350038A8213F06E0B /* LogViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E49A1CA0EF6AE283F03D07B3BB4405 /* LogViewController.swift */; }; + 9EA9DCA38AE8140DAA4900C68F0EA575 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 28352BE2438F4919A86E913F1E40DDB5 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ECF42D1324F716832C4CB78502B7FF4 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE0F32926863C7EC58FA0C4C3E96AFC /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED0B966F87D60A50A4A0A276C2580DA /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43AF80AB411957C935727E2F0E52E4AA /* BooleanDisposable.swift */; }; + 9EF1E4C365CA76114EBD310FACC88668 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AFC699C70BA70AB3645F58B2E62B35F /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F1A9C17629B0FED4F5BE452442F3B5E /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = D866846BD1DD3A63432DE5D2889773BF /* MATraceReplayOverlayRender.m */; }; + 9F3385E2B8DCE658F07D586F04FB5CC9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = D06DF6006040EBFE642C4211B2E979CB /* ControlEvent+Signal.swift */; }; + 9F77F23C82AD7A280997AB8CE1026694 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5EDBC123A968528EAF3DBDA9791182 /* IQKeyboardManager+Internal.swift */; }; + 9F9210CD851E076E6C5C1963F3F7F0BD /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E61CB9BAE0DA7EBFB6EE53FDE1D18E4 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FE3FCF5816BE354A387DA99CE64BB16 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C863F03358CAAF1C4F515083F57112A1 /* ZLAlbumListCell.swift */; }; + A062EAD39BAF34B6DDFDB962CCAEB38B /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0559C4F8EB17B07B6C8695D4C9100217 /* Generate.swift */; }; + A0753DDE7E6EE0EE31ADED266223E0A3 /* _FilePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3959D732D3159F520FB13F0DAEDA265B /* _FilePreviewController.m */; }; + A07BA82EBAFD79669D9EF1118D658F0E /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E2006B1FDAC20429739FBEE951343C /* UINavigationController+Rx.swift */; }; + A0C1B45DA29A58D0BFF28129F0965A3E /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 980C82F87875D28C99868867D59CDF13 /* DelegateProxy.swift */; }; A0C26DE9980DFFF397D73B60047492E3 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = D17E7AD20B4509C25300DFCCFCAE2677 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0D722F2C2E041757A96ABBE6EEF644A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = C0073D01F34CDFDB6790FCB4F2EAC708 /* SDWebImageDownloader.m */; }; - A0F05798AA7269C371264DFD7BDB1904 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA7573D6F1F8F12311D4BD45D579931 /* IQKeyboardReturnKeyHandler.swift */; }; - A1355E1BBE3731F83CB38B9055E2372B /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2EB1AC5A67B4C89871F2734E5A12DD /* JXCategoryDotCell.m */; }; - A1540B6250A565E9F4FA071822F86C70 /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE412C57E926E93225F367FA6CEB5116 /* EKAttributes+Precedence.swift */; }; - A1949F2B9289F7954C77D3E23621727C /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 94AFAB4FBCBB87A45AC49036E38C46D8 /* SDImageAWebPCoder.m */; }; - A1F5F9C6668748B659C4344D3A2E1628 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3033AB72C1C8BB05E7C49E0ACDE27B3E /* VirtualTimeScheduler.swift */; }; - A252AF7657AE77B71C86CB9DD16C7ECD /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 532EA8878718B762D41D8969DEC67C52 /* ZLBaseStickerView.swift */; }; - A254EEEE1080168B974C7A51EE1720FE /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 36BA06CDB13FEAC2EE8FB07475581CD7 /* _RXDelegateProxy.m */; }; - A2594BB6D1B5A1C5F7652550BD4D5CFE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E31042CD312505872ED7D6ED9B90CA /* SDImageFrame.m */; }; - A279608F512EE172672D8597D3813C07 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536EB57B52B8347A6125E1380B8A1DB3 /* RetryStrategy.swift */; }; - A2EF4A22909B4F00632D584DFC1AF84E /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B80E424A5BF127A36C8E72CC7B7963C9 /* JXCategoryImageCellModel.m */; }; - A340546632D10905379CFF17E52381D8 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = B68C09BE5D94C17661F37F2F74466AFF /* UICollectionViewLayout+MJRefresh.m */; }; - A3614B7735695DD47BD1BC18CC9610ED /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC2591D071CF5CB3999D2B6FAD5216C /* EKAttributes.swift */; }; - A3683BFCC01BFD89C8DB3FACB567A9EE /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DB6D5DE7121405872B2154BB9A3234C /* Typealiases.swift */; }; - A370682B88A9CB4B6811DA50234504E2 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D2BCEFB8CB21FA817C0B8D0D33D4FAE /* SizeExtensions.swift */; }; - A387D29F3E92B11DBF691695607E204A /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A34013D691D14FE91E535836BEE733A /* DDBaseButton.m */; }; - A3B1C5058E6D1A9BC138D3265F4914F6 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBF2496BBB723BA10E9BE2AB4A58F10 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4232F59E1918C240232947792D51757 /* _ObjcLog.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EB80FA957D1C8FBB083A94A632BF8B /* _ObjcLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5476425D3C5D6705F6FBD0E515FCD7A /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A82CAF9DE543404D2EBAA43B882507D /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5821D2212C003710A5C38D9664B78C3 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 13CD53CB9BC008854E713049B593F303 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5ADCEB47AD35B2837432D89A38F1EB3 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DEF1C87E00A8605A8BA35AFF9CDDB3D /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5DF3BEAD02F2529DDA2F302CECD3AC5 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD967CBFA1B1ECD33B344FBF3561E05 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5FBC4300B4ABFAD6D946894FFF20CE1 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED4A002D79650CCDCFFF0BF85E258B56 /* JXCategoryIndicatorTriangleView.m */; }; - A633C2F82C4975DD22E150A795CD00DD /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA9486E15E67ACCB2BAE329CC652C4 /* IQUITextFieldView+Additions.swift */; }; - A648C35782E85F31D303B5EAD1E307A8 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BDFF4C82756F110DAD61D6DF089A63A /* TVMonogramView+Kingfisher.swift */; }; - A661A54FB0BE0E81281BDCD7009CA8B4 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 272D4770253965F1DE5F5E571CC187D7 /* PriorityQueue.swift */; }; - A69BD642F651597A508BFFC52465D14F /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BB16CB4080769F16575DAC0B67993D5 /* UIRefreshControl+Rx.swift */; }; - A6EAC1E0ACC363F33EE2B1D9A908EB9D /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 334DF8B7DAF1C4BE19D2D02AC50B4BDF /* UIColor+JXAdd.m */; }; - A702A6B72592A250E15E6048DD93CEDB /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B4856B7D4C3A34F03C55F68A64DF7F /* GroupedObservable.swift */; }; - A71B9809FA82EE0CE142382FD6162BAB /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 85797D735E62198DD25020D4FC347465 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7237765C2DCD583478D64C1E16C5B26 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57C4CB827011F88F8176FAF294929DF3 /* Infallible+Operators.swift */; }; - A7395AD90CE7874072EC370C8AE32796 /* CocoaDebugTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 10516A7C7B335196AB4A8973A5A49F82 /* CocoaDebugTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7831D7064144B6CE530BB2A05D50679 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0454A92D460E3AF564D890D4E16111F7 /* ObservableType+PrimitiveSequence.swift */; }; - A7B7885BEEF30EA7BDCDB2AFBB0FAD18 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 349A6FB82B4993952BC8AEAF05BC8112 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7C1EC0054ECE0EF2F2CB1B561C23590 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 82E5C696A693FB753825210C5D062297 /* SDImageCoder.m */; }; - A7E0CE992F5E28A78FF7705F4AA95F1C /* _Sandboxer.m in Sources */ = {isa = PBXBuildFile; fileRef = E7B579D0140CD289B5F13B45F1F8F47F /* _Sandboxer.m */; }; - A800CDAB64BB49B835120199FDDF7EE9 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8634A6E503FABAFA46C265F93F337BB1 /* ZLThumbnailViewController.swift */; }; - A8046890340F247D5EF036A8C232981C /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F0C169F69FEC2269A6C15643AB855F /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A828254620582CC1AC5D705BC77294D2 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 948320964486788735B8618D17F56F90 /* SDImageIOAnimatedCoder.m */; }; - A82F0D4FB1D81AFA125ED8972A4CC3A0 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C00341B494661A58D67A0E07B8F3FD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A84862AF32B7CBD6A1C8BD02A079A02E /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC73BF3F9884DCD2BFC1E632E17BF84B /* ConstraintViewDSL.swift */; }; - A8BB917EC766860A718996F26D130E41 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5238D40E7860B4B3B5FA44714C64C915 /* Observable.swift */; }; - A8C514A56EA993AF67C52F30F0EC370E /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F70D270D677D9C1ED63FA0094AA033 /* ConstraintLayoutSupportDSL.swift */; }; - A9287B485E49EFFB8DE08945AECF14D8 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EED8723B81B48CCA341C8EEAF954058 /* RxTarget.swift */; }; - A953EB65BADE82BF9C0CD1D8A9B21EDA /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = A52366E54140EDC457A492C6F32C3605 /* Debug.swift */; }; - A9BDC686CF68BDC7BDEBDB94F533447F /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 060FA5D91EF706993469069999EBE7B5 /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA0B700D7499FDD27E65E53F8FD2DEBE /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 730642D7031B15384A4CF336EE7F61F1 /* QLUtils.swift */; }; - AA624D3EE03B4A895DC1FFE446ABCC0D /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132C8D321FD17260F40DB253F906EA4C /* RxTableViewReactiveArrayDataSource.swift */; }; - AA746263F9F91D7166646A793B566018 /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D7A6CF0BB659BCF9BFE81D23A5EF0FD /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAA51B9D97A6385BFCD0BE040F9695E2 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E337520A2D1AC966BDA169E72FC120 /* StringEncoding+Alamofire.swift */; }; - AAC304321AC76D2C680F473FA3A23C12 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A0027FE4DFD6E25B9D9FF698509CD82 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAE47673FBBFDAC8C28BC40A786F9B73 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7A4B46924FC5D3E04E0D7B5D8565C91 /* ZLPhotoPreviewAnimatedTransition.swift */; }; - AB0A7FC1637EC80FF292A7497915811D /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D56709067875AFAB424992218EB207 /* RequestInterceptor.swift */; }; - AB515FED8E237D85404999D0107A9A87 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D73E7E178A53B9E4D9B227E5B264DB9 /* RecursiveLock.swift */; }; - AB66A717522F7B9068399120DDBC5025 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6291E8699D5147865705448839109BBF /* DDBaseImage.m */; }; - ABDD42F4E8CBD7ECCC946BC9CF3CB988 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AB11E82F713F4A6AD5D6014014D7453 /* WKInterfaceImage+Kingfisher.swift */; }; - ABF58857A9ED236CD5B387FF0C56FFC0 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC57DE6F06B220E48BDC09CEB3B746C /* NSBundle+MJRefresh.m */; }; - AC128BF52E4D00EFC523B3779B9B7FB6 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4814CDF0FB94EEC31DF77C1ECCDBFF3B /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC13FA65213821B8F9E316B3FA1D2D57 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9D14C5582BD41AF7E80C03B4528907D /* Infallible+Create.swift */; }; - AC24A78970412955B0C92DF542095873 /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F7BA3B22E5F5B4C71EA9DBF1A7943F47 /* UICollectionView+DDCategory.m */; }; - AC5D61774CD2638768862FD2934B6027 /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E357C2A66AABB3ECE290AE4D7E81DC2 /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC7CC38A557D2331D41B2A05A449AE74 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF39BED752B52801A968821197AE5065 /* ConnectableObservableType.swift */; }; - ACC1CF24CDCC70C70E76069259BDDA2C /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ECD769CFCF77254565B896EE44E53B7 /* SynchronizedOnType.swift */; }; - ACE0BD363363C792B176AAFF495B0369 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = D77366EA9374DCF6E6440B958FD4B5C7 /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACF0D35886AA5484872CA2C1B589E127 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE568804C54D488310BD59AD611A0D0B /* AnyObserver.swift */; }; + A0D722F2C2E041757A96ABBE6EEF644A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2F9F8CDA4B6AD8D389CECA81820B8 /* SDWebImageDownloader.m */; }; + A0F05798AA7269C371264DFD7BDB1904 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9D8685F215C69A9D62906E06E570A0 /* IQKeyboardReturnKeyHandler.swift */; }; + A1355E1BBE3731F83CB38B9055E2372B /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC31CC5E9AADA44EB922D7C9FE5821E /* JXCategoryDotCell.m */; }; + A1540B6250A565E9F4FA071822F86C70 /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D7BBA0AC661D5E1C4C20ACF96EA55E4 /* EKAttributes+Precedence.swift */; }; + A1949F2B9289F7954C77D3E23621727C /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7738ED7E76FEF83905D055EAEDF4C306 /* SDImageAWebPCoder.m */; }; + A252AF7657AE77B71C86CB9DD16C7ECD /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB44CEA59872DFA6DA94872F0EDF0D4 /* ZLBaseStickerView.swift */; }; + A254EEEE1080168B974C7A51EE1720FE /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E109C1834669DFDEFCA69A1CC60EAB0 /* _RXDelegateProxy.m */; }; + A2594BB6D1B5A1C5F7652550BD4D5CFE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 63FD2C7AC900E9098AF4958B55AAFB1A /* SDImageFrame.m */; }; + A2EF4A22909B4F00632D584DFC1AF84E /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AA38ECF36D4EB260F9E7713B35210A40 /* JXCategoryImageCellModel.m */; }; + A340546632D10905379CFF17E52381D8 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = D35B154939AE423BA0301C60665B3F4C /* UICollectionViewLayout+MJRefresh.m */; }; + A35C2004C70D479E546A6F7A82E6DA3F /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6633B108D74EEDA10FF958928E728AD /* SingleAsync.swift */; }; + A3614B7735695DD47BD1BC18CC9610ED /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575551663352BA962BE4148CB0244A9D /* EKAttributes.swift */; }; + A387D29F3E92B11DBF691695607E204A /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AFE12D4432E20A721F9FD8BB00C758E /* DDBaseButton.m */; }; + A3A302DB17121AC0A8FBBF953F32EAB6 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231FF50CF5D1855C2FE0E837AF0FFEF3 /* Resource.swift */; }; + A3B1C5058E6D1A9BC138D3265F4914F6 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = EF82F208E28FCA3D990DE5F04AC23C61 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4232F59E1918C240232947792D51757 /* _ObjcLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A68CA8FC96ED042732EC6332DCBB9E4 /* _ObjcLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A431A9A6E7F0EB014408696D9B3A4042 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6442FC0ED2219CC3EC38FAE469B744C0 /* ObservableType+PrimitiveSequence.swift */; }; + A4A28AB132FC8035F99DCA32D8EC92D4 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1487F463C7A57A302C06EE8750EA7E6D /* SchedulerType.swift */; }; + A5476425D3C5D6705F6FBD0E515FCD7A /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = E8DD80A987FC55AF56052513BFF11B3D /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A54E678BE5E132AEF3B5C665FE1C8937 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFF614623C18E15AB26533FFD30AA202 /* DispatchQueue+Extensions.swift */; }; + A5821D2212C003710A5C38D9664B78C3 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A1DDDE4390292403A04A392F4EF0019 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5ADCEB47AD35B2837432D89A38F1EB3 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC89DD9BD9C6BDEE2190FAFFD760AC6 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5DF3BEAD02F2529DDA2F302CECD3AC5 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B600443C63883B8CD143928EE4985F /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5FBC4300B4ABFAD6D946894FFF20CE1 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A60986282200D26BCB59A176E7329AD /* JXCategoryIndicatorTriangleView.m */; }; + A608D598A080E29A0C5236161949DFAE /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7813732DE8A9F5706F6BAF81101043E5 /* NSAttributedString+DDCategory.m */; }; + A633C2F82C4975DD22E150A795CD00DD /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A65C8AE97C644360EF16C6E799568B48 /* IQUITextFieldView+Additions.swift */; }; + A65111F3E714C7D77B488F4D7F4D2EBC /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 444AE1913B22A9AD9A793F5BD398B09A /* ObserveOn.swift */; }; + A661A54FB0BE0E81281BDCD7009CA8B4 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7E90A07226C95628B8509AB4AABDE84 /* PriorityQueue.swift */; }; + A662CAF57D9B517B25CB678100200116 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7298AD80D627E3483C9953514B7C2EAA /* GraphicsContext.swift */; }; + A69BD642F651597A508BFFC52465D14F /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE88FA853E55D5013792EFA63E9999AF /* UIRefreshControl+Rx.swift */; }; + A6D76B28FE18C29C9B3C7D97C39C9440 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 99273BA87ADC0AEE4DC5823BCBC5BAAC /* RxRelay-dummy.m */; }; + A6EAC1E0ACC363F33EE2B1D9A908EB9D /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = C01C96A62A9D3BFDA350E027D204D6F0 /* UIColor+JXAdd.m */; }; + A71B9809FA82EE0CE142382FD6162BAB /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = B096E96BD3DA5B3C7F1A80CCBC9943F1 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7395AD90CE7874072EC370C8AE32796 /* CocoaDebugTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 34218EC1B41D227A14FEB42A7E72D60B /* CocoaDebugTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A774E671C68BF17AF0D25BD3BA771911 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B66F5E09031A27FFADD0C84B95AEE3E /* Single.swift */; }; + A7B7885BEEF30EA7BDCDB2AFBB0FAD18 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB2958F3B606E34E8549FDA584A8CF4 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7C1EC0054ECE0EF2F2CB1B561C23590 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7847C4AD7B018943FCCAB442AF63B210 /* SDImageCoder.m */; }; + A7E0CE992F5E28A78FF7705F4AA95F1C /* _Sandboxer.m in Sources */ = {isa = PBXBuildFile; fileRef = E1A5012A3C56B7A458F56FD346CA045E /* _Sandboxer.m */; }; + A800CDAB64BB49B835120199FDDF7EE9 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A2DFA6D69E5D23F625B4E4E7EF5B704 /* ZLThumbnailViewController.swift */; }; + A8046890340F247D5EF036A8C232981C /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DA8C7AFCFC42BCCB0795ADF1D61630A3 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A828254620582CC1AC5D705BC77294D2 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 156A8B0BC674EAAABC54844E34633185 /* SDImageIOAnimatedCoder.m */; }; + A82F0D4FB1D81AFA125ED8972A4CC3A0 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F69CE77536D09B3A6A4D830133402FF /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A85916B72090EEFC8362D834A36CBC53 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6B89E9041A0740F10BF54F3D2FC9DF /* Scan.swift */; }; + A86D7167657BE53800745C93FAA1D893 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CEA623A2B7C8608BDCE6B89E776EA3F /* ConstraintMakerEditable.swift */; }; + A9287B485E49EFFB8DE08945AECF14D8 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D7324CBD8419273FB160452ECC42640 /* RxTarget.swift */; }; + AA0B700D7499FDD27E65E53F8FD2DEBE /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CFAD22E15751B4ACA8E3C9AC81FB371 /* QLUtils.swift */; }; + AA2DFDEA5906C220198457BFC561872C /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2DA8006B8D4E13E2D106E036B3EA9A8 /* Disposables.swift */; }; + AA335C489DB473D85A530776EF5439D0 /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6F43C5B41A8E634C7BEBC47808DB285 /* Timeout.swift */; }; + AA624D3EE03B4A895DC1FFE446ABCC0D /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50D33A2DF0A6CAE66A8526E72D018F81 /* RxTableViewReactiveArrayDataSource.swift */; }; + AA746263F9F91D7166646A793B566018 /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = A84251400FF8FFE1085FEF6EE56D5A65 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAA51B9D97A6385BFCD0BE040F9695E2 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B66875000A0E6FDA50AA4634FFAED866 /* StringEncoding+Alamofire.swift */; }; + AAB6C24CADAE8772400B55D9D31A56FB /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DF77F4BAFD8D184A09B3500351F728 /* CallbackQueue.swift */; }; + AAC304321AC76D2C680F473FA3A23C12 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03055BF64422A37503A80402C63DB7F9 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAE47673FBBFDAC8C28BC40A786F9B73 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD692C9FDA019A1F9FF5B75403153A51 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + AB0A7FC1637EC80FF292A7497915811D /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD388DDCE39854FF56407B815AC3C3E /* RequestInterceptor.swift */; }; + AB554F557DD2FFBA8AEB8FFA56F1AA97 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92F3014106B15DE79B2475AD74BE061F /* WithUnretained.swift */; }; + AB66A717522F7B9068399120DDBC5025 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = C86FFF1A7EFB8330C740CC51C2499A04 /* DDBaseImage.m */; }; + ABF58857A9ED236CD5B387FF0C56FFC0 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 122DB1ABC168CADE1A922293DBC6D8BC /* NSBundle+MJRefresh.m */; }; + AC00E15B7DB6735D9D64B601AD4647BC /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF7A67E6AA8258D8CAE46B3ECE005FA5 /* Date+Dispatch.swift */; }; + AC128BF52E4D00EFC523B3779B9B7FB6 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 184ED50B4CD70EAA83B77C06CE3B482E /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC5D61774CD2638768862FD2934B6027 /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 6715C8E62C164C41A18182EDF9C4AEAB /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACE0BD363363C792B176AAFF495B0369 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6894D17AAE8B5A951CCD612F7CC3CECD /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACECF1AEB2C43BB2A1376B95B76C658D /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7658E3C5A918D1EDF10FA0EF8F5ECBB7 /* RefCountDisposable.swift */; }; + ACF45FE9124DD21A3461CCAA5B7F451A /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6E78F98A4DB561E466E639835570661 /* PrimitiveSequence+Zip+arity.swift */; }; AD15544BE46B5A08FD02FBD48D4A2520 /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF0191F1FD51A0714A5FAB29D3E7BBA /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD2D8BB58CB2F0FF6423A016D14516F5 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 68AAB276D44CF24BF1E97E84471A063F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD428E45B5793B370BC9084A07D2BDB5 /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92BF56193179B7737CDA581BD2D65409 /* UIDatePicker+Rx.swift */; }; - ADA26D9BD8D714E1B3F6E424BB94E6B7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F360ACB949FF16B55AD021F55AA0149 /* Bag.swift */; }; - AE4B254162C1B0982FFFE8F728EBC8F4 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FAB5194BF034D626E93979161C6DC58 /* SessionDelegate.swift */; }; - AF02F5C6B6D6FA14A017F65611E3974A /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABD0B8D14CF3E130EB7B95AF056E851 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD2D8BB58CB2F0FF6423A016D14516F5 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2AD1C7D85D1C7A42BF3F24C291308 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD428E45B5793B370BC9084A07D2BDB5 /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58187CF235C04D93B117A8DCB1EECE83 /* UIDatePicker+Rx.swift */; }; + AD8A8210CBC8C10AEF3352162F20DF5B /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D74ADAD156DE572765F323A40F57D71 /* UILayoutSupport+Extensions.swift */; }; + ADA26D9BD8D714E1B3F6E424BB94E6B7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CF8F5D7891E78E8A7382237FD5A7CD /* Bag.swift */; }; + ADFCDE3EC8FBB2E693A9D3DD4EB871E8 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5148A0014D9A720423A6CB4B6464B7B /* PrimitiveSequence.swift */; }; + AE3FAF524E29AA683C510A3629E5A7D8 /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7964D5BBFE10B01A92FB65C34C739516 /* UICollectionViewCell+DDCategory.m */; }; + AE9B39DC91A7E058D40C846C4C4733C9 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B69157076C61EF45AC2C67329B50D3 /* ImageDataProcessor.swift */; }; + AEA50466FD0802F924B2779B14E0B09C /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28668A589A4303C2E0C79193BB91CB88 /* AsyncSubject.swift */; }; + AF02F5C6B6D6FA14A017F65611E3974A /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 40075AE4D7D3C004F0F8C182B1F48EA2 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; AF0A69D68F703D452FCE6F68B461A362 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C4D96349F0B74A2EDEDF5D9C4FA813 /* ZFPlayerView.m */; }; - AF1850793335D7411B7CA119CCFDF776 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 093E05DAF528DFC1DC945C301992328B /* SDWebImagePrefetcher.m */; }; - AF3879E447470F62649755006B6AF89E /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA1FDB76A1EB7D344ECD95F552EAD6B /* NSBundle+DDCategory.m */; }; - AF5EEFE6005E0DE11ACE6DAF7C97A248 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8B480582C4B8F5385203C6B9F40EFF /* UIPickerView+Rx.swift */; }; - AF91B100F4B4D65B92BF8CA590B2005F /* WindowHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C19E1364F2FE05D284B9C626CFD03C /* WindowHelper.swift */; }; - AFA0FCAC69D77FE87647335272CC680D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A96113946B170232B57979ADFF950 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFE462A27C50428CA433CD3254C90863 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC181C4A3493C715B5A204FFB45618F /* SDImageCoderHelper.m */; }; - AFF66CAFD7F5E229A8FB545495BAEE1A /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1419759DBFCDF8CF21F56E3B76954A0 /* DDTableView.swift */; }; - B03BE19F0696EBF85FD6F489AF4D028A /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8374441EF601E694AC4A4C42973904AD /* DDBaseViewController.m */; }; - B04B2B65E995F882AB75E0609D19306C /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71F461D00D105535C7C7902CF181E69 /* UIView+Shadow.swift */; }; - B0B1AC1F9BCD8E989529F3B35B62130A /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C8563C0322F1C73E858C81402C88094C /* UIWindow+DDCategory.m */; }; + AF1850793335D7411B7CA119CCFDF776 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = C75838A8FC87FF810F5A71F1E2579FFC /* SDWebImagePrefetcher.m */; }; + AF5EEFE6005E0DE11ACE6DAF7C97A248 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E59B283FF6C29B7AB5CB6812CF265333 /* UIPickerView+Rx.swift */; }; + AF91B100F4B4D65B92BF8CA590B2005F /* WindowHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E4B172156AEFFBF95CFDDE9B8DE653 /* WindowHelper.swift */; }; + AF98270289229D2224007F03AFE6A76F /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86BE46B8B7912198366A2A9FD63AB56A /* First.swift */; }; + AFE462A27C50428CA433CD3254C90863 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0207A8E72ED70076D64F40DA85A42A0D /* SDImageCoderHelper.m */; }; + AFF66CAFD7F5E229A8FB545495BAEE1A /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF1FC3DD6C212065B10DFF6643342BC /* DDTableView.swift */; }; + B03BE19F0696EBF85FD6F489AF4D028A /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 796BB6AD08035F6ED41E9280B8B59189 /* DDBaseViewController.m */; }; + B04B2B65E995F882AB75E0609D19306C /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78CEC97D4D7024DCABF270A8F298E9C0 /* UIView+Shadow.swift */; }; B0D0C080B9171511A9AB12AD86B7DBE1 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6AF21223B24F018A05A4873B47C70C /* ZFPlayerControlView.m */; }; - B0D8FF4BF752B5A515398C5C92063803 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 25CAD7014EF770AFA1A6D2AF6E11B252 /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0DCAB9377BDAEAC1E45335F50445A59 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14941C5679B49C621A2A15DCBA3439B0 /* String+MD5.swift */; }; - B0FCE40CD25A2D979A1EEB11819936AE /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83C363E641E14F3B121F5405FE09CFE2 /* ScheduledItem.swift */; }; - B10E4F3871A53CAA6B9DE3D77091E718 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1133AFCD1A68A47965F948B249CE5E6E /* EKAttributes+HapticFeedback.swift */; }; - B1104525F66A74BF581940CC8EBD4605 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC1500D286579CCFAB30B2F8D51B669 /* DDTimerManager.m */; }; - B1466F2AF4C8C5D9668D912F5716064A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = F2333C6F8D8E91E25418E44C2BAA4771 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B18415E6F7E8417F6DA550D49C6ECF95 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CBD2EF8E718D050A9CDD8638464B2E2 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1A7FCCDF2F76FD799074AFEF13F2C43 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D2D704B0AD3C471038073E72B372B6A /* NSSlider+Rx.swift */; }; - B21EF964ACC6CBCD4E5D0D766A71E9DE /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F120F32F9C99EB3C58DF7780DDB69971 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B25E2B157CEF7865740FDA611B01EDF7 /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F762723000F232C432B0315C11DA83 /* NSObject+DDCategory.m */; }; - B2851C902C2C372F18387C2B39AA47C1 /* CocoaDebug+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EA87BBE791E4E718AE591602CACF1AE /* CocoaDebug+Extensions.swift */; }; - B2F00FA6A845D79D514C907870345041 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E549273E8DE69359708104366B9E178 /* ZLAdjustSlider.swift */; }; - B2FC5517DD5703BAB0B262C708A05200 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE974B67A8A1BF55216B3AF294A30C9 /* TakeWithPredicate.swift */; }; - B315A21471DC78A45CA5249A9EF6EF85 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3510B9B1707B7EBC0F1CF6BD71E6DDFD /* AuthenticationInterceptor.swift */; }; + B10E4F3871A53CAA6B9DE3D77091E718 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21028F4495F9E6E78FBC9786F369485E /* EKAttributes+HapticFeedback.swift */; }; + B1104525F66A74BF581940CC8EBD4605 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 13C209AF8F80EAA0AB0F929BDF95E48F /* DDTimerManager.m */; }; + B122907DBF57778771310C273B9EC62C /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF52A1534350E18472745A33DC3CF55F /* Lock.swift */; }; + B1466F2AF4C8C5D9668D912F5716064A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 517820C8F602E3186D139F11EDD215CA /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1A7FCCDF2F76FD799074AFEF13F2C43 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA5454FCB730A15EF4B63661C557D81F /* NSSlider+Rx.swift */; }; + B1D0072690D110C669196DE66DE4E042 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 396DC84B144B9FE6AA6FF4BBEA9661ED /* RxSwift-dummy.m */; }; + B21EF964ACC6CBCD4E5D0D766A71E9DE /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4AFE6100D6932A9DADBA37302AB774 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B280782A0A89AB7A58B253F80B4D1C15 /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BA6B79F33B4D7AE08DA104700C8DB2A /* Just.swift */; }; + B2851C902C2C372F18387C2B39AA47C1 /* CocoaDebug+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CD4E2C68B416C5790BA2EEA213256EB /* CocoaDebug+Extensions.swift */; }; + B2C68ACAE406D6DD17625AFCB907F535 /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FA9D9FEE15FDFD613E92759541023BC /* SwitchIfEmpty.swift */; }; + B2F00FA6A845D79D514C907870345041 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B4A63DBC945B17094B12A0DDEFFE5EA /* ZLAdjustSlider.swift */; }; + B315A21471DC78A45CA5249A9EF6EF85 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F69DD4E39D44A14A98BEFA9DCD3C838C /* AuthenticationInterceptor.swift */; }; B3286AA363910FED381DB2A860887246 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A910660C0BC02E8C630FE027B3C1967 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B337891246C2848ABC1945BA4D95817E /* _ImageController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5EBC569B9205D8973001894A24A0E6 /* _ImageController.m */; }; - B36C4277C9F4276062919D103CDFA214 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03608C6F24B45B7439B8263C92C9791A /* NSTextAttachment+Kingfisher.swift */; }; - B3BCB6762F05E6CE8F5DF3A605730B6C /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A4112BE9991923EA36444A77046953B /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3BD944BFF9FBD5F1638D4FA684DFC9D /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AB44F109C6AA07335CA3D1472AA099CE /* DDColorKit_Private-dummy.m */; }; - B3D357841FDA256DD78B84471E009F1D /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FF7F7AA34074D72844A28B0E0D0250 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3F8D02D6F81E468340ADA0561C2990B /* _HttpDatasource.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E540E82BA3DE1A2EBFC949646795948 /* _HttpDatasource.m */; }; - B40068656337A855CC34BF38D8419D4D /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971376CA7E36025AFFEAB780A340BE6E /* Infallible+CombineLatest+arity.swift */; }; - B4093EE96AA888E2B1609715B1CAE585 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BFD7A4B2DBBB1D216D54EDCC3814EA2 /* ZLGeneralDefine.swift */; }; - B410A7FFCF6A4F1FC0160F22E919B009 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B3855CC889B6D2C78D09449EE7578DB1 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B43B1D85F1DF038DB7D01DFAF12D48A0 /* NetworkDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845911F16B50930D3267EDBEBD84A493 /* NetworkDetailViewController.swift */; }; - B450462CA20B3A8EE7F08F1575FBD714 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 06468694208ED1D48E138CFCFC075063 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4527D6F585156B3603D05329436D4E0 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E38B59CC8B7957B5F6C28006CC15AD21 /* SDWebImageOperation.m */; }; - B460A9A103E7954D19D481B77F87F83E /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 79F3C1501BE2DF98D9FB7BE3F1F40524 /* JXCategoryIndicatorParamsModel.m */; }; - B4E540E0998D38BEA54DE098FDED09A4 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE2AF7BE71E93A7DB893CBA3CAE2BDD2 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4FE3233189E681459E6FAFE1A656449 /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF3C04E262749962557B4D8C7A84721 /* EntryAppearanceDescriptor.swift */; }; - B5269B62215B96500B9620B997F378F4 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F57EC215C213FE1CC37F0CDCB4BEA8 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B53F9C80DFE371236697EE4CF0CBB918 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 367E8C3C25E026FB3602C02ACF1B5740 /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B55D49CD10FA31F1E6F92E225D821BB2 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 680397AC4D7DA15C80146410F5713B18 /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B59E88A9FD0F8790312BBE4774ABDAD3 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BA7CF7B56ABE377250C41188B65F7C1B /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5FA1092BF1D816BB9A7BA06EB64BFA4 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AA0DB7FAD5D57BBC40707EC483769CC /* EKProperty.swift */; }; - B611198D9692C8B6D4970591AED83362 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = DA74A101C598D7B275D75420CEA9FFA8 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B61A05B07D76CBBC87C664B2D964A5C3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78EB90FEC825E9EF6E55876809C2CEC7 /* Notifications.swift */; }; - B659FB406C404DBBAE4A648BAE9BC77D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19F8F42EBBE22844DE9241FE6B2B8BAB /* ParameterEncoding.swift */; }; - B66389A11F64F80F5CBA50E6E8FEE348 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42B02441D09FAF2D03CB8FC0EC71A75C /* ParameterEncoder.swift */; }; - B68BCB038E870BA1E37545BB96728CA2 /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1DAF920A14A2038788BC7055F8031A /* AsyncSubject.swift */; }; - B6F1B8C364EA2ED6FB9EE844A5DA9DB0 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 79EE6894F734C9A175435AC20637AA74 /* UIScreen+DDCategory.m */; }; - B73678A0D6DC52A94F163D0C65B07B56 /* _DeviceUtil+Constant.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B30C9F1A09FECACC209F1E42BAA5BBF /* _DeviceUtil+Constant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7551F7AE4DFD9D8BAF5DF408EE11783 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = DB307AC80074AAF3976573883A4A77F0 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B337891246C2848ABC1945BA4D95817E /* _ImageController.m in Sources */ = {isa = PBXBuildFile; fileRef = 98731F275321B62EC380C1FF6EC0D065 /* _ImageController.m */; }; + B3BCB6762F05E6CE8F5DF3A605730B6C /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 00FADF3AC2BB52553428D08791A857B6 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3BD944BFF9FBD5F1638D4FA684DFC9D /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 148243D848FBBCD24BE81F6AA6027297 /* DDColorKit_Private-dummy.m */; }; + B3D357841FDA256DD78B84471E009F1D /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A71C73694165FD35759AD60BE2884C78 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3EF154E3281E871010AE4B67173AE39 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4070BFA0C2669AA54D85997D2CD8F24C /* Buffer.swift */; }; + B3F8D02D6F81E468340ADA0561C2990B /* _HttpDatasource.m in Sources */ = {isa = PBXBuildFile; fileRef = DB5F077C8601A6777B0320EACEC55D5B /* _HttpDatasource.m */; }; + B4093EE96AA888E2B1609715B1CAE585 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C995D12BAC9A496CFF2B27CDBC002F0 /* ZLGeneralDefine.swift */; }; + B410A7FFCF6A4F1FC0160F22E919B009 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 90CDFB8578D4DBA84CD3C3229972C284 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B43B1D85F1DF038DB7D01DFAF12D48A0 /* NetworkDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EC6D1B3517F99CB9685A0E089758C0 /* NetworkDetailViewController.swift */; }; + B450462CA20B3A8EE7F08F1575FBD714 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EBD7B10221D72F59F1B37D142AF3AF /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4527D6F585156B3603D05329436D4E0 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DDDE70154CECE8AD06500F98BD45B746 /* SDWebImageOperation.m */; }; + B460A9A103E7954D19D481B77F87F83E /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D3457CF863B8AB0CD0F1709E5BA4E23 /* JXCategoryIndicatorParamsModel.m */; }; + B4E540E0998D38BEA54DE098FDED09A4 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF71D823833AED9373C29CBE367F9C7 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4FE3233189E681459E6FAFE1A656449 /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8108FB54D5DBCB872EA062EC567C309F /* EntryAppearanceDescriptor.swift */; }; + B4FEB591FA9B7F606F9AC82D7FD0E197 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14048CEBB95ED638AC8F4189B1C94C45 /* ImageDataProvider.swift */; }; + B5269B62215B96500B9620B997F378F4 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EFA5F5329A2748C44A2B01C49B67E3 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B53F9C80DFE371236697EE4CF0CBB918 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 28E1A032BBE53B354FFA099FB4750438 /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B55D49CD10FA31F1E6F92E225D821BB2 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 87CFA8A0A6799829CBFC65D9E54A49F1 /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B59596942570D67C771CF5E741D6F3EC /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B2B62833D70A8437C0BB71ED86F647 /* Range.swift */; }; + B5FA1092BF1D816BB9A7BA06EB64BFA4 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816A2DAC3059BF2D1A5EB64A8FD4DC81 /* EKProperty.swift */; }; + B611198D9692C8B6D4970591AED83362 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F3B714E3C1AFD34FC0889589A003AC /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B61A05B07D76CBBC87C664B2D964A5C3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD00F5A339325D23E23FE9E446BBE97 /* Notifications.swift */; }; + B659FB406C404DBBAE4A648BAE9BC77D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9901E6EAB8C77F7960BD6645F1B83EF4 /* ParameterEncoding.swift */; }; + B66389A11F64F80F5CBA50E6E8FEE348 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B086DB7D391ABAA2C3354C7DD99CA5B7 /* ParameterEncoder.swift */; }; + B6CF48CA5F959481CE9BC7471E488D0B /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A695F70F2C37097109AD68F957CD1400 /* UITabBarController+DDCategory.m */; }; + B73678A0D6DC52A94F163D0C65B07B56 /* _DeviceUtil+Constant.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE91E7D3B9C134D72823144BF5370AB /* _DeviceUtil+Constant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B74EE3F4FD742D6ABF61454EC25A073F /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5A551233868D75E230857601F73CFF0 /* RxMutableBox.swift */; }; + B7551F7AE4DFD9D8BAF5DF408EE11783 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = BD13EE8D959E22D25466EB43D3FF458D /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B75A979F9F8386E0B63317073972E0C0 /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2529E3E3CE645E57A9A689013FB4B1D /* PublishRelay.swift */; }; B7E402A4FD1FB5F8755ACA513AD9C2D5 /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 03E7F513009F9EFEF39E8285EE92C1D9 /* ZFIJKPlayerManager.m */; }; - B7ED93C0661C6395D434C8728CA57665 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 70CFE6A2F7D567D8E2A9EF8C91C19723 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7FFDAFC882C8F9DB66086B7E70AE09C /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CAC69E2C54FEEBB59252EA362B67889 /* ConstraintMakerEditable.swift */; }; - B870C23503695AF8DDFFA74D787AB2A3 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = D28B2A636049EA55993574D71E4B23C8 /* ConstraintPriority.swift */; }; - B87C539FB1160FDA19E13E0478826FAE /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71A68F89C2996C00F9255416081371E /* ConstraintInsetTarget.swift */; }; - B89BC37A7EF9653B4E70A8386786F5E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9868EFECD149E069F0C6C5F77C2A1AEC /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8A6D72F39FE58ACFE28E3C888966365 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 99180BF31EF555A477ADBD194998DCCB /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8E2D20AC3123CD07ABBDC96C0FBEA9A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E30E4BEA319F547EAEF74EAE0AD48E /* JXCategoryIndicatorBackgroundView.m */; }; - B8E5F8AFFF4F07CB7F306EE54A20687C /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94C90F0B1944D852C96DA74666FFE6A9 /* Multicast.swift */; }; - B8E9A4E2E8BB5D2A298FB1C56696CF1C /* _HttpModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 79A5543DFAFE1F7E3E77472E9B38C4F9 /* _HttpModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8EF8F9C8ED054238B9FB957EC8B1A70 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F8C2B04EA804C88EE6E45B206886AB /* DDViewController.swift */; }; - B9339C5232FA751530693C26C023E2BC /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35299FA20586740E3804A0E69B9B88CC /* NSTextField+Rx.swift */; }; - B9910A2F6B82398D9311F4EB38729DF0 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE3327015BE4B2D561846B1A39512500 /* JXCategoryIndicatorComponentView.m */; }; - B9BA38DE158D7BA33850A2393DBDD1B7 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7B1A24C2351B85EC463FFE4E8F69BB /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9FED8E7B04C74F084D8156BD8AA93DA /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC22AD8D3A5D7D09D79AFF0BD858503 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA06FB885E24F3075D38A169A16172B6 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D86CEFB6C3FE42E86DFCDFCAFB58E3B /* UITextField+DDCategory.m */; }; - BAB546FF62D34C6C2E6141CA5D0EEA69 /* _SandboxerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E320F031BAEAA12AD8E2EDDEFB09A0 /* _SandboxerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAD25B30F0E334F12EC76FF901DEE3E1 /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3763A73E286A2ADF351EC73A2118D490 /* HapticFeedbackGenerator.swift */; }; + B7ED93C0661C6395D434C8728CA57665 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3570A3E8C6AD7F7B827FDAE6575C4C45 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B89BC37A7EF9653B4E70A8386786F5E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CA7F5017637DC8C7392D0D6A83FC83 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8A6D72F39FE58ACFE28E3C888966365 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 12635B7706B924723B0A979BE19CFDEF /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8E2D20AC3123CD07ABBDC96C0FBEA9A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A760DA7F344104BAC4130482D2A9A8C /* JXCategoryIndicatorBackgroundView.m */; }; + B8E9A4E2E8BB5D2A298FB1C56696CF1C /* _HttpModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B75EA3F0AF084119FBE6607EC45A0BFE /* _HttpModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8EF8F9C8ED054238B9FB957EC8B1A70 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E6925C5EBB24C1070216A7DA1490E56 /* DDViewController.swift */; }; + B9339C5232FA751530693C26C023E2BC /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA2504A811A701D90CC365CF677EE106 /* NSTextField+Rx.swift */; }; + B9910A2F6B82398D9311F4EB38729DF0 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = CC82B37E2EE7BF6F10F5B707A5E4E4DA /* JXCategoryIndicatorComponentView.m */; }; + B9FED8E7B04C74F084D8156BD8AA93DA /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DD9B9E20BDBCE8C13AA06F2555DDF82C /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA13DC414281FAF210086D1BCF79E6BD /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7D75EA00C68C8EC9529B061EA9B627 /* Pods-OrderSchedulingNotificationService-dummy.m */; }; + BA783E6543793B5D82ACCC78C58352ED /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F76D1380115524EB6AB3C6B2A30404 /* Catch.swift */; }; + BAB546FF62D34C6C2E6141CA5D0EEA69 /* _SandboxerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F94DAD20CE2AF57D4C6E1769E0050F74 /* _SandboxerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAD25B30F0E334F12EC76FF901DEE3E1 /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2E25EDA158F2F673C03750AC4D6FFAB /* HapticFeedbackGenerator.swift */; }; BADA655AB31EAAE70E476D63F5FC98F2 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = A2D926051E80660C0DC4462304615993 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB11309B4519548E3ECEE89D25C9A5DF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FF06DB4688B1D272A9EBED6D5D83A985 /* JXCategoryTitleImageCellModel.m */; }; - BB49F35C8C4C9DAD7CD5D65B66F2F268 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DF1159335EC9445B0EE6953F53FBAB5 /* KFImageOptions.swift */; }; + BB11309B4519548E3ECEE89D25C9A5DF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BAC8B1617D2BB77D51642452D9FFF840 /* JXCategoryTitleImageCellModel.m */; }; + BB1F53B2EEA8AF0248707BE8A96E7DF0 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B375AB6CB83BB8D6A201F36F4765D2D /* String+MD5.swift */; }; BB4BEE57B08124DC7915E5BAC5B85AA9 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A311D7DBB05B458B3E1C949116A17A9 /* ZFNetworkSpeedMonitor.m */; }; - BB62F66F23AD6C9587FD496A5705B401 /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF00D301E69083E04F1E7AC9EE12B69 /* InvocableScheduledItem.swift */; }; - BBAC10AC6F7CCC08CA990EC32BA93912 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4637D4C7F9D704F077A5D5157B56A1 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBC70A640BAACC6E4B66AA90848CFA0E /* _FilePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F0CD0A9FB050DF4AEC40633A20D5DB /* _FilePreviewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCD195060AB693E31E7265ED366357B /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0720A54E96EBBEC9D1505A2DB4778513 /* UISwitch+Rx.swift */; }; - BC2DA64DD45B4E41586E32FEBD056B4E /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5CCE12878B1C494F8F5CFF71DACF479 /* ZLPhotoConfiguration.swift */; }; - BC69B1FE7E10F3D5DF175CBE14F5DCA8 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 30177AB4173FBEEFDD4BE3C8869746F5 /* JXCategoryListContainerView.m */; }; - BC71F627C5BB3C812706494A15135648 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 948088BC25B78A3C0C1892BAF133FE44 /* NSBezierPath+SDRoundedCorners.m */; }; - BC9B4EE54D72F2455037404FBA19AD37 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FD3E3C66CBDBABEE8919C51B15873A /* IQUIScrollView+Additions.swift */; }; - BCD9CC1CE79079D3D45975C960F10783 /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0934F44704EBEAFFB8EE05F5B20CBD8 /* RxCocoaObjCRuntimeError+Extensions.swift */; }; - BD0530138584A6602C89E4EE957300E0 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8151AF4633A632E6DB26105B0F52D275 /* NSObject+Rx.swift */; }; - BD5769240CAB4930531B883F3AFFFAB4 /* CocoaDebugTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 201FF8AAAAC365BDF15B5FBFC474403E /* CocoaDebugTabBarController.swift */; }; - BD5DE9137AD611FD04789830CDA7EB55 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674CA7B8AECAC73B8CD8B4A67B711BF3 /* IQTitleBarButtonItem.swift */; }; - BD964247BCCE72D5C1B9738879564443 /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A54731579F86781625A312F489BCEC /* ColorUtil.swift */; }; - BDCA78333A03CC1AAADEB702F0247B5C /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B3A55263BD4A991D8534F52E76A17 /* UIActivityIndicatorView+Rx.swift */; }; - BDE0AF913CE3F4071E4007C5DFDA8524 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B50C723D2B8ABBDF5BDBBE7A71A4C3 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE48E94071B8D2879A0CAAD2716CA894 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7CC1F4417CC31DA4C1BECD6D95B3B60 /* NSButton+Rx.swift */; }; - BE50B0FF8A2D2BF08505923013F8FCC4 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B01BDBCF865DAC12FBAFE1BC091557D /* ZLEditImageViewController.swift */; }; - BE5F785067114E7C6063A379189DFAB8 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7C9AC509A095AFB813BF7C094704C5 /* LayoutConstraint.swift */; }; - BEBBBDD272C4F1D569AC39F3423F309E /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C1AC5870D132B5C7FDBDACC20AA3A /* Window.swift */; }; - BF31E4809CC5CC71907563C0795BF3D9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D527D71DAE9924DF3670FD05F6777002 /* DispatchQueue+Extensions.swift */; }; + BBAC10AC6F7CCC08CA990EC32BA93912 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = C74C018C49FB5BC47A6E919FCF9BF826 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBC70A640BAACC6E4B66AA90848CFA0E /* _FilePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6228EB94638D65D93A930D4EEF541097 /* _FilePreviewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCD195060AB693E31E7265ED366357B /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90F57426EC8A2A08133F43C33427D178 /* UISwitch+Rx.swift */; }; + BC2DA64DD45B4E41586E32FEBD056B4E /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B6E1FD5893A309284F8120A23AECBA /* ZLPhotoConfiguration.swift */; }; + BC69B1FE7E10F3D5DF175CBE14F5DCA8 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA739035491CB62610025ABA30367D02 /* JXCategoryListContainerView.m */; }; + BC71F627C5BB3C812706494A15135648 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 145DC0B3D78A69465503998D816CF4A3 /* NSBezierPath+SDRoundedCorners.m */; }; + BC9B4EE54D72F2455037404FBA19AD37 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C51E80915AADBFC388E6AF705D610BB /* IQUIScrollView+Additions.swift */; }; + BCD9CC1CE79079D3D45975C960F10783 /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B8E9E9E061E70D89C558E3324C7CE15 /* RxCocoaObjCRuntimeError+Extensions.swift */; }; + BCEA1487AEAFE97DC9E9A9BFB3D68509 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43CE47773D7BEB62E7CF7E0FA3FC2961 /* Runtime.swift */; }; + BD0530138584A6602C89E4EE957300E0 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB2785530B705AD077BC6CC48F3368D /* NSObject+Rx.swift */; }; + BD5769240CAB4930531B883F3AFFFAB4 /* CocoaDebugTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50539D72D9B85AB026F1C71143B008A7 /* CocoaDebugTabBarController.swift */; }; + BD5DE9137AD611FD04789830CDA7EB55 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674879F3CC8B2AE77F6BFFF0BA22DA3F /* IQTitleBarButtonItem.swift */; }; + BD964247BCCE72D5C1B9738879564443 /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8B40EC6A9952F20179836B7DED824AF /* ColorUtil.swift */; }; + BDCA78333A03CC1AAADEB702F0247B5C /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD8B52DE9388A8BCA117A201292AC2E /* UIActivityIndicatorView+Rx.swift */; }; + BDE0AF913CE3F4071E4007C5DFDA8524 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EE1D07E6A48C831D2130DFA3BE7034 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE44DE900912005244A06B8A2035192E /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58CCF6EE5A7795FD20CF09EADB06F075 /* Platform.Linux.swift */; }; + BE48E94071B8D2879A0CAAD2716CA894 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F22048ED168D7CC15C3D4CEAF95386 /* NSButton+Rx.swift */; }; + BE50B0FF8A2D2BF08505923013F8FCC4 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBAF13F8ABD7524AB9E68468BA377A8 /* ZLEditImageViewController.swift */; }; + BEA0D3C812E805EEC33FA7BCD12A2583 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EE3C9A97DF9B203DDE7FE3F01B1ACFF /* Throttle.swift */; }; + BEE68AF79025A1FECD7FE81A060C6693 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 820E51CD2A115CABA8CEA44573BB7C8B /* SubjectType.swift */; }; + BF31E4809CC5CC71907563C0795BF3D9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE87D4C3493004D07C6C76692F2B3A8A /* DispatchQueue+Extensions.swift */; }; BF3EAB08454C0020FE33CA725AC710DE /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 20B59AA625B59BE16A80AF0B70C53CF0 /* ZFPlayerLogManager.m */; }; - BF7AB878FAF6E9BB9F3A81A4B59EDD63 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52ADB8CC4656F838A1A5C55A808B7C0F /* Constraint.swift */; }; - BF7C326418703B0627237B811478A69E /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 31438D21B37501439CE6E505AB884B4A /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF9EE31DA89D7BD4D374713EBBCF8C9A /* _HttpModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE9EBBDC4FFE5E84EAC451C45134A8 /* _HttpModel.m */; }; - BFF05A035B4AAAFA53905DA949978FF3 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAFB75500D7E85BC2D4FB804A2B845E /* InfiniteSequence.swift */; }; - BFF07623A7EBCAE780F23B16FCCA46A6 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B9232D0E42FF4048FF87F42781E2849B /* IQKeyboardManagerSwift-dummy.m */; }; - BFFA58E5979EDB390F21B31F125B2632 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBB93F5CB6CFE5AC92B6915D4B1DB7A /* UIImage+MemoryCacheCost.m */; }; - C112A95C87DE4D0A7CDEB0F2B916B8BA /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0FA23BAB50AF1B5EDF6FC9ECEDDDA17 /* DiskStorage.swift */; }; - C129D590FB00BEC41B69093EFE0550C1 /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D5A9B50EBC4E8A4B0373CC2AD822143 /* MJRefreshGifHeader.m */; }; - C17345C45572AC2B9DBF4996F4A9F773 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6622B97FD3082F0A941F032413137448 /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C19A3B3BF30C1E6A7B8B49D1707FEF35 /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EAF7B43651C7A6919E81C17C65F2D38 /* ObservableConvertibleType+SharedSequence.swift */; }; - C1C6F3243A1A96E7F36850B6B8EEC796 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC7811423A3FEE265F82155B05D6D6C /* AnimatedImageView.swift */; }; - C1F28CBE4E8777EB339C7119571A1F8D /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ABF91550A94657B250608299F8E4BA0 /* ImageView+Kingfisher.swift */; }; - C1F35A42F0086062E9FA4BE7EB6D3BC5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA2908392CA06AB2FBAFD58F0D345DA /* SDWebImageCacheKeyFilter.m */; }; - C2422DE72E0AE7A2B6C524EEB6561541 /* _WKWebView+Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 11FCFA0F9D9F265E5A522699830898BE /* _WKWebView+Swizzling.m */; }; - C2A1F2C667479BF31FBB183EE2DF7FA7 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAE7D9C91CFF9B7A4DC401E4BD46C730 /* DelaySubscription.swift */; }; + BF7C326418703B0627237B811478A69E /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 577E38A9A6BF9EB43463F828DB4D315A /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF9EE31DA89D7BD4D374713EBBCF8C9A /* _HttpModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 966B2B33317ECD55A2551FC1CC84B556 /* _HttpModel.m */; }; + BFCA5D28C4AF2BE7CD19BBAE60787D84 /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9713EC4CA69A8B311C13AEC2D5F017C5 /* Zip+Collection.swift */; }; + BFF07623A7EBCAE780F23B16FCCA46A6 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C94E39EFF118CDCEA6547CDB7C11A9E4 /* IQKeyboardManagerSwift-dummy.m */; }; + BFFA58E5979EDB390F21B31F125B2632 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = B120A99A8616D788D59F73F65251D541 /* UIImage+MemoryCacheCost.m */; }; + C129D590FB00BEC41B69093EFE0550C1 /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2401AE6C60B27D6558FC404A265205BF /* MJRefreshGifHeader.m */; }; + C17345C45572AC2B9DBF4996F4A9F773 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = BED07E5F65E6914A2FD0A811855F692F /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C18C5F5BFBA7811428F34E271E21F430 /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 123D31E8104F8F25A83B08179DB76AFD /* CombineLatest+Collection.swift */; }; + C19A3B3BF30C1E6A7B8B49D1707FEF35 /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66688685D55C063BC977F2021C5EB576 /* ObservableConvertibleType+SharedSequence.swift */; }; + C1F35A42F0086062E9FA4BE7EB6D3BC5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8164F8177C21B783BD25488DF7CC8572 /* SDWebImageCacheKeyFilter.m */; }; + C2422DE72E0AE7A2B6C524EEB6561541 /* _WKWebView+Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AA275FAE2BB4BBCDA3E0E2D26513092 /* _WKWebView+Swizzling.m */; }; C2B1250F2D7E9CA00F8E9B0F2F363FA0 /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C16D8C7CAC7C86DD477EABB84CAB943 /* ZFPortraitControlView.m */; }; - C2C943B55033E1906571A539B7123311 /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A3E58E33165DB845FAE91B0980D2E /* UIViewController+ZLPhotoBrowser.swift */; }; - C33C866015A7A6FF0FF569C2EAF834E3 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 09A3A3DD463D8833FED1B2FCF32A9D21 /* UIImage+DDCategory.m */; }; + C2C943B55033E1906571A539B7123311 /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3C472103C6FE27B757AA902908921A0 /* UIViewController+ZLPhotoBrowser.swift */; }; + C2D82C08CA19B8FF22C218662DDCD1B4 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25050C668332F672E4DD8781CDADA998 /* AsSingle.swift */; }; C35397CAEA10B78C7BBDAEFB8FE40447 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 1867ED0683C2B3C3CD5181FAE11897BD /* UIView+ZFFrame.m */; }; - C49B11227141A1C9B5C446CF513AE3B7 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC2AA05F119635AD4906A500962B4D4B /* RxTextStorageDelegateProxy.swift */; }; - C4FC515A765F6D264655342C179E8B70 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B1100A3E3FBFFA38C0DB8E6DC7E93F5E /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C527134D7EE8036C61BDBB91389A8873 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70079E41CC776EFDCF5E27FB9E84873A /* AtomicInt.swift */; }; - C54B8B88AF0ABC05267411671F02C964 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD4EF7EC0E67040BE00997E5D19545B7 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5509F15D42CC5033ECD355260965150 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6464CF47375A4F0A2F5AA529F607FD6 /* SchedulerServices+Emulation.swift */; }; - C606E1F4F816CD5CEF3D207708C3C609 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA68676AF4D20634F8059AD69A86AF0 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C626CF00E63F1E69A4194CA80068AAFC /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A82B9D019F857CE45A4F57EF89E98A02 /* RxTabBarDelegateProxy.swift */; }; - C644B05AA4A66F134754E6B9F0D4E27E /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68F5B5CD4C2A5EB45B31E5DB9F073A0 /* DDCollectionViewCell.swift */; }; - C6523B0B33905DCD66EDE5F0136F0FB7 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 628102D7F4AE8D4DA71957D2B26ACFF4 /* UITextView+DDCategory.m */; }; - C6DBAF26A4A104BD5200CF834A5C6AC4 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5751F80712FB74888168A3177C78B7A2 /* DDAutoUIKit_Private-dummy.m */; }; + C432A93CD86F23F8538F488F7E861594 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B0E62E8D3BBF30B7204D3503141B16D /* Create.swift */; }; + C49B11227141A1C9B5C446CF513AE3B7 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D77EB884993753C32C834B124B73055 /* RxTextStorageDelegateProxy.swift */; }; + C4FB02A5F70B385BA4C5484F5DC79C75 /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EAF476D576B2A79979D37B88B0F68D4 /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4FC515A765F6D264655342C179E8B70 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7981F3C790FDA1C8D91E56776C4546AE /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54B8B88AF0ABC05267411671F02C964 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = A5500AF5B930E30C6F1D8BCDAD72DF70 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5BB80ABCB77AAD0CBF96EB08FD9ECCD /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E303EA5979A7EEE71B6BFA47F82F42C /* ConcurrentMainScheduler.swift */; }; + C606E1F4F816CD5CEF3D207708C3C609 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EE72B303FED281DCE4501B32C1968D9 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C626CF00E63F1E69A4194CA80068AAFC /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43650378CFCBD8352483239F4ECE666A /* RxTabBarDelegateProxy.swift */; }; + C644B05AA4A66F134754E6B9F0D4E27E /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC05C0D06E41E53BAC346D349BA27E81 /* DDCollectionViewCell.swift */; }; + C6DBAF26A4A104BD5200CF834A5C6AC4 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2358AF698C49CE67615DE4176D171BB3 /* DDAutoUIKit_Private-dummy.m */; }; C700503268450867F8D06A2CA67782B8 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC81AB33C46D6A1196C93DDAF5C8476 /* UIScrollView+ZFPlayer.m */; }; - C700C31CF03C3E4E40B18F0FF4EF381D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 87359800908EF50A582B603954A041B3 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C71F46CFB3AB50A7FB41A292C7A7F987 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2558086F77E47115C3783452F319A588 /* ObserveOn.swift */; }; - C7E696986E0F52452F78E2BB68201044 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B403225F2321B44614A5DC930A5055F /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F4BF5ADCAFDECAA18A0B46A67860DC /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F3E0C49DBFE02FFF0A7A78DF774DCA7 /* DDTableViewCell.swift */; }; - C811C54956F24D073E800373BB69A8EB /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 540C7625F4FA9D5E8BC48CBDA1AF3554 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C845190F0B27DD1C19EC9625516F3AF1 /* CocoaDebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E909F1198BCC333B634C9118C015DFE /* CocoaDebugViewController.swift */; }; - C88C2CC9083FE0D07D52A9EC81D1E626 /* _RunloopMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 95955C3639E87E28BF92F9720CF4BEB2 /* _RunloopMonitor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - C8D7A9EDC2F72A333D4AE379983529DA /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED8C15E27B795724447C41E59C7CCC51 /* UIRectCorner+Short.swift */; }; - C8F37E34D117D30FDFAEE19C03F1DBAA /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F73B007916456E93194159F8665485 /* ObservableConvertibleType+Signal.swift */; }; - C8F8E3163CE2F3AD0871F8DABF59F126 /* IgnoredURLsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D659F3DDFD9EC0F1BC452E6AE4C24C1 /* IgnoredURLsViewController.swift */; }; - C9172D6A5B4EBBA8DBDF690F51A58849 /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69B847878DA5580EC134B46FC71A6787 /* ZLPhotoManager.swift */; }; - C99813C12AD65507F8A1F3F00E140B4D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6BD725F3785C75B15694C7DE7926F05 /* NotificationCenter+Rx.swift */; }; - C9C58AEE78173919C6A392512D7BB7DF /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6211B0FE9CE22D592B76643147389DD /* Sequence.swift */; }; - CB032298873B7FD3DDD2B0D15731E6E0 /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 596F3AD10E0A8E8CD0B1075207B5F909 /* CombineLatest.swift */; }; - CB1B31288E524777EA7FEF6E092E954F /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FDF906576252EE2669C441FBA4A02A7 /* Driver+Subscription.swift */; }; + C700C31CF03C3E4E40B18F0FF4EF381D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A738F2276C353FA2E1D6F17958859664 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C733BB9898267AD5B685677EFB8C1331 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05AB13E08CB758ADC4EBF78C53CD2534 /* DefaultIfEmpty.swift */; }; + C73F8B01B4D427C16FC2C08D3BA7FCF2 /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CBEBCA4251835958F10EF7F5824F1E /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7F4BF5ADCAFDECAA18A0B46A67860DC /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F48695C8A30427A0CD4D7AC868D2BA6 /* DDTableViewCell.swift */; }; + C811C54956F24D073E800373BB69A8EB /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E266C2B2C0B8B73B1F76A6D4490AAC /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C845190F0B27DD1C19EC9625516F3AF1 /* CocoaDebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52D26C47F693E6AB82A94867267396C0 /* CocoaDebugViewController.swift */; }; + C86B799ED22632BEB3619845DC30BDDA /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F80828FBA69B5D6A24F4AA45B2F2CE8C /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C88C2CC9083FE0D07D52A9EC81D1E626 /* _RunloopMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1483696785B929D1424A081BA57C9B49 /* _RunloopMonitor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C8A251CC7BE0DD1A1F96A8B025C4C890 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C0223152BE465D23A785BD049A0C4A /* NSURL+DDCategory.m */; }; + C8D7A9EDC2F72A333D4AE379983529DA /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9C90EC10722349061BBF65CE09E3F9E /* UIRectCorner+Short.swift */; }; + C8F37E34D117D30FDFAEE19C03F1DBAA /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C511CEDDCA901AC2D08593D20EAB0BBA /* ObservableConvertibleType+Signal.swift */; }; + C8F8E3163CE2F3AD0871F8DABF59F126 /* IgnoredURLsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EFF234D7FFDDD35765BD05956F02900 /* IgnoredURLsViewController.swift */; }; + C9172D6A5B4EBBA8DBDF690F51A58849 /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E033A9640F44F0354474DBF644B9D188 /* ZLPhotoManager.swift */; }; + C99813C12AD65507F8A1F3F00E140B4D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41DC2B44A57D2F703C7977131F386292 /* NotificationCenter+Rx.swift */; }; + CA8BBA3E82B25EA6E907F39876573C79 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1D028C0EE5526EE37B10C0F11977EAC /* Infallible+Operators.swift */; }; + CB1B31288E524777EA7FEF6E092E954F /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7A0CB4ABDADF628879C75D0AB2EB3E /* Driver+Subscription.swift */; }; CB20F726F1766989C14003A27D550492 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BEB0DC85F193FDD402A449F5C4B012 /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB97C1D8E9AC13F09E24CE581E209A5C /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62EB69AC41719B8E9CFD30CC7F9D269B /* CPListItem+Kingfisher.swift */; }; - CC023213ADCD03CFF6BED5CAD1077F3B /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = AAEA98BD4A8EDE91627B72743785BFED /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC865A8F8368D72AA8967FF5775FA7B0 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C48E8251C7B5272147F5A7A24D0197 /* Bag+Rx.swift */; }; - CCA379488C22D21EF4CE5D384C8C47B1 /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A2491578C76013DFC4784B0CE440B77 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCBDC5792EFEDB0D32E03261BE90DFAC /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F08E7EB40E770FC6C2E37543E229704 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCE73322A8F4B26A087301EBCC65C869 /* AppInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A14B80C759E2B9B4F6042343AA474F49 /* AppInfoViewController.swift */; }; - CD12156B4F1F982CE5CBA7924ED90E24 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A693B9DC7DAE1EC4B9A759C044737C /* ZLVideoManager.swift */; }; - CD2B1E7FB6AA62803CCF2C37E3ABFDF8 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B17CFFCA78C56D75F39A61579D14144 /* KFOptionsSetter.swift */; }; - CD4E33BE5BC4DBD59CFC58A70DF1CAC3 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC4019B6993B043EDEE9C587ECFAF32 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDDD632233988F44FEC138B913143D5F /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 74FF52C3D39157A13920CFC8C6B10D5E /* DDMAGeometry.m */; }; - CDE89F547B05899CDCD211A17EF57F5E /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 17075B86399C6DB935AA08E181723791 /* DDViewControllerAnimatedTransition.m */; }; - CE0D7DF3DE52C1B52C39DB23FCED7695 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B79606D09D9A2B9CA97248DDED6BF6E3 /* MJRefreshAutoNormalFooter.m */; }; - CE4DDA6E4BF71BEC6AFB8CE78C0DEC33 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D9BB1CD275E93CFCF5CB53C6349904 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE50A84C5C3A363CC5F5B206EF9C16B2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = DF102F480C5585C873949F74CD6E6A27 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE6E8F479C11E333C244F74A2E9665CE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 46D7CE707D544992FF9E68B0C860FDBA /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE7A872309E1F02AD91BA268AEC22B5D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39AA88A03EC3F304FE1AD4928E8B1A03 /* KingfisherError.swift */; }; - CE90E73675214C8853F20CB4BF569901 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCDF0754FE0B7D0DA594CB42268DCF1 /* ZLClipImageViewController.swift */; }; - CE9DB2E127EF675F92110286C1B3DBB0 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = BFAA48BA089320CFBB4D3103921903D3 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEA5FFBDF695AF9F54027D0F9BE06A9E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 190F7E4873178B1FBD5DBF22D7B811AE /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEB743B2AE3FD80F6FCE29398B0689C2 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDEEFC442D75C8748FF03CA9E9604A7 /* ObserverBase.swift */; }; - CEBF578906B0C62B5BA4A92686417909 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF8F8B37939B1B10BD1ADEB62376FB61 /* ConstraintRelation.swift */; }; - CEC5D59E8CB9AA98751A071D3CC175D7 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D67B72CE0C585469DD4B6F011EF7E18 /* SDAnimatedImageView.m */; }; - CED1A25EDC0AF338BA24F5FAF367966E /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57EB48C75CDE04BA99550C90E64DA2C6 /* Delegate.swift */; }; - CED841598FED9C9A359DFFCC83A55988 /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEB4EEF28D3AC29CBAF5C89C491183C9 /* Reduce.swift */; }; - CEE47BCE6B382C83645F558BEF48FE8F /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0803FEF680877B29C6B891C19E07946 /* Infallible+Zip+arity.swift */; }; - CFE6A3379EBE36E7B7BE6199DA363DDB /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C3BDF75ABEA76A96AA44476B1D5545 /* NSMutableAttributedString+DDCategory.m */; }; - D027DFFBF0E354D252A6A52AD54C6830 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A78B86CA3886584D9E18ED9DDE099D2 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D031E69F9B31D2D90CA1BAA088469040 /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080E02683EF00EB8BF94BCC18C6B7FC9 /* RequestCompression.swift */; }; - D090C3DB762590292A309BA6FFBC0ACB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B43A4F91A87BDAE3402EF2DDF54440B /* ImageModifier.swift */; }; - D112A82C4673DF1F67930CEB23D5D6EE /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B34A9372F96F5DF56C655A29C90B128 /* ConstraintAttributes.swift */; }; - D15601FB6BDFEA4C0083467D5B754051 /* _CanonicalRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 603667EB11321B8E042F1995F73D3444 /* _CanonicalRequest.m */; }; - D159E10ABCEC5BAEC2AEE36361A0C14A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 059DDF2302B864D876628B981F12C228 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D193132C6DE2C6A4371E0CF38E16EB03 /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 501E805C48E2D84652EDC7CB93BD1D3E /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1E3947230D320774396CD67F88DE3F3 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ECB3F0C716E63D7D5F146A5226375CAE /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1E4C485934B211F2818190F7C290B2F /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED60405A73273B0E32B537DB78C342DA /* PrimitiveSequence+Concurrency.swift */; }; - D2080DFBC1EC1E36D090C40AE4268C0E /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D1CC7E64BCBC5748DE9189904F0B7C2 /* EKImageNoteMessageView.swift */; }; - D261FFEAFEECC6C5BE05EAFA172A6962 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = A1CACA8315AAF79274D865C773455366 /* _RXKVOObserver.m */; }; - D2674D18CD23C97698FCE3E9C3FD42B1 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D0B7D47943328910E31D0946765F3BD /* Concurrency.swift */; }; - D26EBA1505FCD8CB1561A0FB08AB74A5 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8222621E8E739F77228A5ABC27E9D9CC /* URLRequest+Alamofire.swift */; }; - D2B59A35739A47EBEED7DEA75BA5C378 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 39E980A67B73BC825D7C27AA0FFC9721 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2E2AF992A4E158B35A68EF020BBD66F /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBCA94188443BE7E58CC31AC1AA27FCA /* UIControl+Rx.swift */; }; - D313C1769F98E563B2F0387645363D60 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A6256CEF6644E6129547B9A103D6B9 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D343EC8904F46968F67E2B8C3ACCFF7A /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 059DC4F844A8D2B5A1E05636D873E0A5 /* RequestModifier.swift */; }; - D353460A66889A4B7549457FB5D9EECD /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4F03940C1E54AED0E58A174126B3A93 /* DDProgressHUDKit_Private-dummy.m */; }; - D368C99A7688C28849F3706D461C64C5 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C7DE1DF1AF659BAF07245945A2D5242 /* RxMutableBox.swift */; }; - D3C6166B6D26233AE4337DA319FEBF57 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1190D6CD0B957EC6F2572587E86BC329 /* Protected.swift */; }; - D3D663250B92EEA84D165CB1A4F9C73B /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC928BCA4CF5A500505E824C706B6EC /* ImageDrawing.swift */; }; - D3DF1456153024C80BCDC91E03814A16 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF280910D400F64F4A506AEFCD701D7 /* MJRefreshStateTrailer.m */; }; - D433A9598548308343DC33207661EFF2 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4EC50C936EA81F3F015304D605E948 /* KVORepresentable+Swift.swift */; }; - D43BA282386D995C1C7F4B7049A909FD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A3714143BA830AD1071BD4C3581D1D5 /* Validation.swift */; }; - D468BA7AD6F54E7E8E8EEDCF050D63FD /* _FileTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 14286DD313445BB5A7BC0EB3B2460E7F /* _FileTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4B7589C503DA1F2FC6BB41F78E55753 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 5511045338CB066D200261853A25697E /* DDBaseAttributedString.m */; }; - D510213435EC6D25AC777EF2CF34A93B /* _CacheStoragePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D8171E6D3BAB9FE903BFEE112BB0B0 /* _CacheStoragePolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D52B0E394FF92821DC8380B5498B34A2 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = C372D17253AAE093C1B8D894EA5DC1D1 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D52BC86B6D44760107ECB5C5E7C96969 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C1C6F6157FEC58FB8A7A0387E861F8 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D565284D49314EAA54AF602A468A0207 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1084A0E13C10EB5B1FC3722CEB7A0FC4 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D573804983A729CAB5FE499E18F8439E /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = E18F5B0EA6C8CCA4B54C50998EFF93E2 /* Range.swift */; }; - D59B043234BF74C47C2AEB09E3AB2B28 /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17FB7B8DA5F8352A2D8AF8B55C60FF94 /* Observable+Concurrency.swift */; }; - D5B499F817DA04BCDEEF25D43C26A677 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DB71AEB368874A1113C458FF95E753 /* UITextField+Rx.swift */; }; - D5CEE336E96758D69FCBCE592119243D /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C4D8DA058CC7CE67E230FC2DE1350B3 /* CallbackQueue.swift */; }; - D5DB9E7436BD8B26B81C378DB47B0F5F /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D61EB95A8FDE997C2C7B2C9F141893D5 /* ConstraintView.swift */; }; - D654637C8DD8012A6593C58CDC7EB89F /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD404B7F8B4682D1D266E3C6339485D /* EKWindow.swift */; }; - D68A44D2142C495CCD955363CCC1321A /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D6B63981A97D481D9669A5F2059622 /* Request.swift */; }; - D6A55095E2158BBE4678583996F99739 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6DB0C9F26C9C562DA34E420DCBF9AD /* ObservableType.swift */; }; - D86A0299F74B0CBA434FF9F89F8B958D /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB1B441E3B9186A94DED772B1B0839D /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D90E3609CFB930EE4F8270C9504A41F5 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A549FA5A4330A9BB522D705ED0AA0BE /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA0CEF99E20B5E529EAE6C855A1E8043 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 812A6EBE15FB481271B5BB454C644936 /* KingfisherManager.swift */; }; - DA122AC8CE9ACBECA2D141674BE399AD /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72599292075D0A540D55A1E8E1C5A327 /* Cell+ZLPhotoBrowser.swift */; }; - DA4125F79DD6310B72DDBC92CF385E30 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A48A80FF75080F27C4D20F484076E7 /* ConstraintMakerRelatable.swift */; }; - DA7D630210EED4FE82A89AF9DA354FDE /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 475186334BA2112322565084C8456DBB /* JXCategoryBaseCellModel.m */; }; - DA905B3AE257FBAC6114822943D7400A /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE95AB82E97883A14CE5721C42984E6F /* BooleanDisposable.swift */; }; - DAE6984A0E6F7843EC1FC16CA0639411 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1456D45CFE873D952CD771693FB7FF3 /* ESTabBar.swift */; }; - DB37A02E7A013103E599E7AC0C065B89 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B141E2C82B24CFDED57D497946FD269 /* SDImageCachesManager.m */; }; - DB3F4AED1ED3B0291EA2C6C7D5CC2662 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 814C18098893345D19D7501AA7C68A58 /* SDImageCacheDefine.m */; }; - DB5347DA0855F994DB3006E3B208758E /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = E440F91D08554533E289EA71AB4EE266 /* UIImage+Transform.m */; }; - DB82B28011F0864AF66AB1D3A842115A /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920C6D8A356BEA8687D84681276C45CA /* DDLabel.swift */; }; - DBF47AD7D42070ABCA125FD5953118CC /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B4B1845F43D98FFB4F5A6BF9BFF77445 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC25951404C24F1A7D6A193A3EA96898 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 18D5A432A9520CE96BB40FA20BF94A50 /* JXCategoryDotCellModel.m */; }; - DC41B120F0CBAB4E01BBF17427CD4305 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D85E2E1AB1FD95CB4EDD01FD3D27444 /* AFError.swift */; }; - DC737D9D05CDFEDEF02A15458AC36B92 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBCC4F4281DD81E60EBCEEE67AEB17B5 /* KVORepresentable.swift */; }; - DCD1EE5DCBF287D76DA5F635451DF5E7 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6322433B5CE6D3812A61942ABA4477B /* UIButton+Kingfisher.swift */; }; - DE081D1B6559CE4BECE6C2F3A24E43A1 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 924A0F2B3AC1836783AA54F15C96B3FE /* ControlProperty.swift */; }; + CB3C17EA1BECE4919C4D093B41B41496 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B27FBAAC1E40346975966BAC5DCC21 /* RetryWhen.swift */; }; + CBC04DA34483029ED24CA0E9B5E24C8B /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0265276A8DB52F21523A1A76354B5AB /* SessionDelegate.swift */; }; + CC023213ADCD03CFF6BED5CAD1077F3B /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 940FCE7FA4DAE95F913AD3F581E527B5 /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCBDC5792EFEDB0D32E03261BE90DFAC /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 782C5E888064B0C0711365E508720554 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCE73322A8F4B26A087301EBCC65C869 /* AppInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E32E796B6EE484C09779D105764905 /* AppInfoViewController.swift */; }; + CD12156B4F1F982CE5CBA7924ED90E24 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B0AF35D5CA99CFB3B04CA3E4E43DCD2 /* ZLVideoManager.swift */; }; + CD258679A343907667A8AED191C2D297 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B8D3240DEF93BCD0F3A26AEE5CD912E /* NSThread+DDCategory.m */; }; + CD41418793CC7F171C3E276E30FF8F76 /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8710931BC759B5F87FB56FBF3C407EB9 /* InvocableScheduledItem.swift */; }; + CD4E33BE5BC4DBD59CFC58A70DF1CAC3 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FACBB6C60D656A069365A5E45B780FC /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDDD632233988F44FEC138B913143D5F /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8077D1E878BBDC6BC09F39FA55AE7B37 /* DDMAGeometry.m */; }; + CDE89F547B05899CDCD211A17EF57F5E /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EBC9DE7C257B2BACA82E1A5776C9A003 /* DDViewControllerAnimatedTransition.m */; }; + CE0D7DF3DE52C1B52C39DB23FCED7695 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD8AA3997CDCF93B01263187FA294FC /* MJRefreshAutoNormalFooter.m */; }; + CE168B264165B457360D7EB43148A8FF /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072A3AFF709C6CB45B134C3499C5827B /* Sample.swift */; }; + CE50A84C5C3A363CC5F5B206EF9C16B2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = E690F96290156A923F6F3D3FA6448916 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6E8F479C11E333C244F74A2E9665CE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD325A592921BB9C1EB98F1090D0886 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE90E73675214C8853F20CB4BF569901 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75ACC6008AF586A8DEA1840AFBDC4B16 /* ZLClipImageViewController.swift */; }; + CE9DB2E127EF675F92110286C1B3DBB0 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = CEE3B44E31830122D2C71413F0028A49 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEA5FFBDF695AF9F54027D0F9BE06A9E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = BAE374B96C5A0E3CD836653EAEC8A2D4 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEC5D59E8CB9AA98751A071D3CC175D7 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 97311730ED6997138BCF8107DBA198A1 /* SDAnimatedImageView.m */; }; + CF40AA46BA40E534EEC90195002275F7 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E66B5A656D615770B73C931E7749AB13 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D027DFFBF0E354D252A6A52AD54C6830 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BDF768898EE8E50E9BEE06075FA6D9B4 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D031E69F9B31D2D90CA1BAA088469040 /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = B69FFA11E1657904152E6434AA8D4299 /* RequestCompression.swift */; }; + D0FF16FEF0B04857073E7917D64D15A8 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 55F4F1A678178914B98A8C30FB660C32 /* UITableView+DDCategory.m */; }; + D14AB91DE9A59712604FE58DC2066374 /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 541892824B31F914A64D0A19B1EDBB40 /* AnonymousDisposable.swift */; }; + D15601FB6BDFEA4C0083467D5B754051 /* _CanonicalRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F1CF64212EC8DED3341522F1CB44674 /* _CanonicalRequest.m */; }; + D159E10ABCEC5BAEC2AEE36361A0C14A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AB3D321B0DFEA98A8CB29B886B28E18 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1A4F12AA0205064B850208DD9969A86 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC30A251B72711115CB3D7E94418B9F /* Event.swift */; }; + D1DF8F902CB22266705613C92171C764 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 002764D347C52D01C10B86B4AB41C72B /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2080DFBC1EC1E36D090C40AE4268C0E /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC679F57F5DB0F699CB425AFCB2271C /* EKImageNoteMessageView.swift */; }; + D261FFEAFEECC6C5BE05EAFA172A6962 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD101BA0F3DF3EF326886B74E83A7F2 /* _RXKVOObserver.m */; }; + D2674D18CD23C97698FCE3E9C3FD42B1 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 240464A6A7F7A8A51968AE3BF831C36B /* Concurrency.swift */; }; + D26EBA1505FCD8CB1561A0FB08AB74A5 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3468A09D7BBDEFA6820FB01891DEA84B /* URLRequest+Alamofire.swift */; }; + D2B59A35739A47EBEED7DEA75BA5C378 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 313BFDE72FB10918220BA54210F0CEAB /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2E2AF992A4E158B35A68EF020BBD66F /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9083BB027C5892FD772CFA69FAD4405A /* UIControl+Rx.swift */; }; + D313C1769F98E563B2F0387645363D60 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4636EDF91953D144F850359AA9C9226A /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D345B5716FE3A4FB5FE2A25F9735CE97 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC4927B21C4D27CBD9A26EDBA75092D /* DDCategoryKit_Private-dummy.m */; }; + D353460A66889A4B7549457FB5D9EECD /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7090549CB55A7E7E9050A0669A4859B5 /* DDProgressHUDKit_Private-dummy.m */; }; + D3549D04EC027B251DE50C5CEDB4CDAA /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1474F6FFF9FB601076F7F8B88ACDCFFD /* SingleAssignmentDisposable.swift */; }; + D360ECFAFFDC2195B7996FCA073D8BD6 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 244CA1D99FAC9A2BFD6D2038CB30EC4A /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3938C5FCBCCE94E342D567906B0A20B /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 837B3E95BA4C5AAA604FBD654D45954B /* Map.swift */; }; + D3C6166B6D26233AE4337DA319FEBF57 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A183EB90ADF323D672CB34403E61735 /* Protected.swift */; }; + D3DF1456153024C80BCDC91E03814A16 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7159F6464BF2853BBBBA3CB268075F1D /* MJRefreshStateTrailer.m */; }; + D433A9598548308343DC33207661EFF2 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9354FA62ABB03C45705BBEF58600F38 /* KVORepresentable+Swift.swift */; }; + D43BA282386D995C1C7F4B7049A909FD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83D1724A19A0AB86DCA15B235266EA70 /* Validation.swift */; }; + D468BA7AD6F54E7E8E8EEDCF050D63FD /* _FileTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 97262E8E63361EC301756A75F409C17B /* _FileTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4B7589C503DA1F2FC6BB41F78E55753 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = CB141B10192E08E0FAEE81F6BAE4CB56 /* DDBaseAttributedString.m */; }; + D510213435EC6D25AC777EF2CF34A93B /* _CacheStoragePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F9FE8370022698E559C1FA3AC22B93 /* _CacheStoragePolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D52B0E394FF92821DC8380B5498B34A2 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 686572016F4CDDF02664E2F37E617204 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D52BC86B6D44760107ECB5C5E7C96969 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F49E9215D39845C087B8B562B7BCF49 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D565284D49314EAA54AF602A468A0207 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 753EE6074BD8B5EA7E0B2413A8EFC021 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5B499F817DA04BCDEEF25D43C26A677 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F36E956C2974A7DE34CA252342C36C5 /* UITextField+Rx.swift */; }; + D654637C8DD8012A6593C58CDC7EB89F /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEA554AA4318FE22B229284700D68BE2 /* EKWindow.swift */; }; + D68A44D2142C495CCD955363CCC1321A /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFC2AD1459A7412C36B33F4E2B95EFBC /* Request.swift */; }; + D6A82F915BFEA2630BA8437660C3F838 /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29250B8E251EB94150628F92B2CAD137 /* OperationQueueScheduler.swift */; }; + D86A0299F74B0CBA434FF9F89F8B958D /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0605D32D41D9C78ECA3148C71A5943 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8B4C022A3486D13BDF2A4145F989822 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F627C2DA4D070574D8F2DA23641DA1AB /* Binder.swift */; }; + D8EED1977040AC8ABE1039CB0EFF7C27 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCEC4595F61249B88BD286D34943DA3 /* LayoutConstraintItem.swift */; }; + D90E3609CFB930EE4F8270C9504A41F5 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B480203167A2910841FD3FE324B8DB7 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D93A11A043240FE55182B6CF94951F69 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2524276C0B05C10BBD566857E505F7C1 /* ImageDownloader.swift */; }; + DA122AC8CE9ACBECA2D141674BE399AD /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3370ECB69F3FAA7780F58E2B5F137059 /* Cell+ZLPhotoBrowser.swift */; }; + DA7D630210EED4FE82A89AF9DA354FDE /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B15B502E04D177E2C90D5C0332BD7F /* JXCategoryBaseCellModel.m */; }; + DAC34C41B2093DC00DFCCEC784693A55 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AF68DE371028C9FD377B304DC9D38A3 /* ConstraintPriorityTarget.swift */; }; + DAE6984A0E6F7843EC1FC16CA0639411 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC52DF736F3920669CEE24DF1D214C77 /* ESTabBar.swift */; }; + DB37A02E7A013103E599E7AC0C065B89 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D85C09F4F80807B0B2038AAFF32B48 /* SDImageCachesManager.m */; }; + DB3F4AED1ED3B0291EA2C6C7D5CC2662 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A890C8C8BE8AF8422E89D337C302078 /* SDImageCacheDefine.m */; }; + DB5347DA0855F994DB3006E3B208758E /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = C23821534388B6C03C78262EFBAA6B93 /* UIImage+Transform.m */; }; + DB82B28011F0864AF66AB1D3A842115A /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEEB63C04F183CBA8F9330EEEF29AF5 /* DDLabel.swift */; }; + DBB25B01F3F30B92298233BA9E520178 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1095744BA7AF75501E773CA14829EA0E /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBF47AD7D42070ABCA125FD5953118CC /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1ECFB22692B187794190362B677DC2 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC25951404C24F1A7D6A193A3EA96898 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C95D8ECB5510534FE85527F74E1090D0 /* JXCategoryDotCellModel.m */; }; + DC41B120F0CBAB4E01BBF17427CD4305 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4418F5AC11A8ECE513001B24A2623FF /* AFError.swift */; }; + DC737D9D05CDFEDEF02A15458AC36B92 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E73B115D245467D0908201CB410C86A /* KVORepresentable.swift */; }; + DE081D1B6559CE4BECE6C2F3A24E43A1 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8BA1129BB0D9156FDC8312742502691 /* ControlProperty.swift */; }; DE105F6F9C0D9F99B88F01930985E108 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = AA04CD0F23CC9878683C6F6FD5F29DDF /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE2D6981D59E4126FB6702371A4FBF45 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 976BD8B0B63EAC70C5CDE8610C86081A /* UIView+QLContentWrap.swift */; }; - DE5FE62EE79DBFC7EF4FA464DAF4513A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C49D5A012F09061719657BC9833506F /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEA7CC5B85C903C74AE96DE0C3AFDBDD /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8B3CC9C3759D5CD8479173F99F4C507 /* EKAttributes+Scroll.swift */; }; - DF1533D403B93AE3F7C213E2E79F22D9 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01C381936C38E0954A1569279C930759 /* EKAttributes+UserInteraction.swift */; }; - DF2A1B273F4A0796726D9E0BC6AD067C /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A064BE51181997C7C3FAABD55BDE53BB /* Storage.swift */; }; - DF2E9C4198CC1FA05A9A507356F0A140 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 400B041C18671DFE739631BDBA822055 /* EKPopUpMessageView.swift */; }; - DF419FE76FE2E463D3B079DDA8D09DCD /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E105233C6B43795CA5307C12758234E5 /* ZLWeakProxy.swift */; }; - DF4CE7C5706DE21F947D7DAC3B860E32 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152D35B1A68C3B3C2BBFE22EBEE2D309 /* Runtime.swift */; }; - DF72CE47CDA01232BC9FFFE896A6825E /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21794BA823C474980E47FB0B0FB327E4 /* AsSingle.swift */; }; - DFAB3889074446F294E9B7FDB413D9AD /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91BD26A080ACB4934A31B974ACEAE0DA /* ZLPhotoPreviewCell.swift */; }; - DFF89BB4CBD71C272B9E224DBEC1614F /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD80EBAC553669199274BAE34FD4256D /* UITextView+Rx.swift */; }; - E0050EB219F11E257D76F42981621989 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39141ADC743AB6CB48DF376D534AE6A0 /* Infallible+Bind.swift */; }; - E051E7A80EF65742A5759AC7C79DAC1A /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DFCE2A56E4A5D41B16CF9211F33330A /* UIFont+DDCategory.m */; }; - E06508E97399F65384185B753E460C58 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE94FCEC304A48CCCA216F4D1E475457 /* SingleAssignmentDisposable.swift */; }; - E0950E6EE43A295EAF8CBBA0AE9F7440 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4884D2E26EFA58702A3F604E6842AE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0ED114609A50B49D01ED22E8F5E97D2 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EA35DF54A8FA9B72C4566751A326C7A /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0FA80E4CD78AECC240107F0F61E8CAA /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74917FCF53E18C022CAF54A6A6F9D887 /* NSObject+Rx+KVORepresentable.swift */; }; - E1520BFD6C0C6CC019FA90FA4AE32113 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BDAD9B4E7A73906EF0F35F2C438014A /* CacheSerializer.swift */; }; - E1A145229DBDA3377B1C330EBC6C5059 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5208F15613BC75B1583063083ABA0738 /* UITableView+DDCategory.m */; }; - E1D52E05762CF52D3BC3A1375777B02A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9A2D5C5A997A110B4FA99870D6BEB1 /* NSButton+Kingfisher.swift */; }; - E245CDBB5D029FFFB5933CFEB72997BF /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 81AFAD77D7B0EEB05D9196E8229EB0FD /* MBProgressHUD.m */; }; - E25543877A432B49BAD472D8DAACCCAA /* _Sandboxer.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FF4DED7CF80099B5A8E6763FBB7321 /* _Sandboxer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E25DE2912E0C31595FC7EF4C243C7BC7 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72E657694616CC97EC3F95CA005766F /* HistoricalSchedulerTimeConverter.swift */; }; - E2B836CC6CCE155B13C76B270CB9DB6E /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F47D897623A60F1B34E89A23B84A6955 /* UIView+DDCategory.m */; }; - E34C9C24A45B9E1CB8331692AE0EB0F6 /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 40E0095DD226C6410B7FEAE7583BD7EF /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E368BA3E038835CB1C1ECC9A6A7AB467 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFF4CE4B2984A48BCA7F7FA61D99247 /* URLSessionConfiguration+Alamofire.swift */; }; - E377D381740EA7DAA223CBC572EF3258 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A537671C8BA8AB8D8504353831FC99E3 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3D71D3617C88CD8BC9A3537AC98150B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46A0A46742B4358DF1E4EAA4E8D84615 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3E7323AE945DC3AF3A4B2D4FCA619B4 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B8083AEA259B53B047BC84087E7A4A3 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E49254B60C2043832B5A2E0658DA441C /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = CCDC06E6B59B22F866F3C1FCAD5FDD8A /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E49F9A89135CCE491396A4F6BFF7FF41 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C754CC2F714AF0320E34A2EA1E0DC27 /* ToArray.swift */; }; - E4BA37E528DEF3AA3A68041452D66C4C /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353AE820D1DD910B59B38094B378A0E /* Bundle+ZLPhotoBrowser.swift */; }; - E4D1F2F411BE4931E6BF715754C063E7 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F8BC97E867350A3053DBE92C6EC0A8EF /* RxCocoa-dummy.m */; }; - E508BEC46801CF34064D971BE80D0B5C /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FAF3B1441C435A0A27ADF991AD157CF /* NSError+ZLPhotoBrowser.swift */; }; - E50CC69C160CC7DFDDAA5E1545D1A670 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF6742FCD90EAF09257C242B20DF6087 /* EKSimpleMessageView.swift */; }; - E545A0110B9AE728EBC27342080E768F /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D0456AD4009357EC0625C07A31F06AB /* DDNavigationControllerDelegateReceiver.m */; }; - E559E921BB84AAE511E87807509D7FC6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF368235C4F00DE03C5F897C25800D81 /* ZLPhotoConfiguration+Chaining.swift */; }; - E55CEF4234F35E2FDC1B7855AD39A6A0 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F99779510ECA1B29802DA720B1F2DAB /* JXCategoryIndicatorRainbowLineView.m */; }; - E5A89C1CC70968CACDACA8D8A92B6098 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36F9687878009B970826907047598D92 /* CGFloat+ZLPhotoBrowser.swift */; }; - E5D3F0E6DD1CDF38F751BCA73B5ADE63 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B54742832AD5B5F4ABE898DB9D0C92C /* Platform.Darwin.swift */; }; - E5E75D7B7C4C9F2DE674F62A6F9598D6 /* _QNSURLSessionDemux.m in Sources */ = {isa = PBXBuildFile; fileRef = 749D8A8011EE937C2558DD61362F73CA /* _QNSURLSessionDemux.m */; }; - E5F5564E46CAC014A80A083A571ABBC8 /* CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E013C822B0B828129D340378AC85D90 /* CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6354246C297E483E6223FE120548DFC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DF63448BBD8AD42EF5DFEDEA9156C0DA /* SDWebImageManager.m */; }; - E64D266F649AEECEAB6296829D2077CA /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4B6E3A08C62E769FCB19953E0DD3CC7 /* Platform.Darwin.swift */; }; - E69B447C350C9219B0AF9A1D2A0F5BE4 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 2372A7C6C5175036FE7B5DC1EC0F6F4F /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE2D6981D59E4126FB6702371A4FBF45 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22982301729C1DB4549D4E627D1F2016 /* UIView+QLContentWrap.swift */; }; + DE5FE62EE79DBFC7EF4FA464DAF4513A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B0D284ECE18243FDD2727F49B2150C /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEA7CC5B85C903C74AE96DE0C3AFDBDD /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597A6868966C0DDC5EF692947FCDA56 /* EKAttributes+Scroll.swift */; }; + DF1533D403B93AE3F7C213E2E79F22D9 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = E37D001C2421670D80165556D3E2A8B4 /* EKAttributes+UserInteraction.swift */; }; + DF2E9C4198CC1FA05A9A507356F0A140 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F21C5740A85CD288B19D352801DA7735 /* EKPopUpMessageView.swift */; }; + DF419FE76FE2E463D3B079DDA8D09DCD /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0CA4331631523C921A213CEE6FCB296 /* ZLWeakProxy.swift */; }; + DFAB3889074446F294E9B7FDB413D9AD /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 022CE583B028556CEC36A442A9594C17 /* ZLPhotoPreviewCell.swift */; }; + DFBDA6965932A1FE06CFE7942068CBE5 /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A0B2656D393C7472EE3F6F642FC6F28C /* NSObject+DDCategory.m */; }; + DFF89BB4CBD71C272B9E224DBEC1614F /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17D0904181D9227EE42DC95FE58BE8F7 /* UITextView+Rx.swift */; }; + E0050EB219F11E257D76F42981621989 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF9E750AD2CB0D27E9E681C96674924 /* Infallible+Bind.swift */; }; + E0950E6EE43A295EAF8CBBA0AE9F7440 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = A51779D6F2697BC21567BE6EF2B1B115 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0957445DB5C5D7D96629413CC17784B /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA12D05CC9540380CF6A20E5AEE652B /* ElementAt.swift */; }; + E0C61EE24799A2973610DEF6181770F6 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09AFF203E7E1FE4EDAEDFEA8EE46DB98 /* ImageProcessor.swift */; }; + E0ED114609A50B49D01ED22E8F5E97D2 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 27106EEF0FC7BEB09E997DBF253BD13D /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FA80E4CD78AECC240107F0F61E8CAA /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55A46D06818E2484012E72D3FAE7DF38 /* NSObject+Rx+KVORepresentable.swift */; }; + E108C54BE17A959CDDED7D455B6D8929 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3924FA8EABDCDB59B40178461258139 /* Using.swift */; }; + E23000F3C0B7D1D51EBC5BDEE42EA33B /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3C7FF8586BF663FD6BB304DC6553225 /* Infallible+CombineLatest+arity.swift */; }; + E245CDBB5D029FFFB5933CFEB72997BF /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = DE1C4684E0B892D8BA7CAEFE0B83DDD2 /* MBProgressHUD.m */; }; + E25543877A432B49BAD472D8DAACCCAA /* _Sandboxer.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D00423E2BBB82B56DFE47E762914D5 /* _Sandboxer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2A1EACB29B60D876EFD0FA6BCE63F9F /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E016C5BE8B80C2C9D991B28602A7F6 /* NSMutableAttributedString+DDCategory.m */; }; + E3373F59FA4E6837570653C90890F09A /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F838878C587EF3B56B195AD2F41A7521 /* Indicator.swift */; }; + E368BA3E038835CB1C1ECC9A6A7AB467 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8051B460278B7D3DF7E46A8B044441DD /* URLSessionConfiguration+Alamofire.swift */; }; + E377D381740EA7DAA223CBC572EF3258 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F92AE85FA054A116B8293C6493B5EF42 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E39D0AD88E62D6C3B5B94006C721E00C /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57BE55CE9B7D05A92A8F49802F1BC475 /* Completable+AndThen.swift */; }; + E3B9C4FD1615F2E2691B59123AB59A6F /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA9360348BA2C95114E29F85A69E85 /* Rx.swift */; }; + E3D71D3617C88CD8BC9A3537AC98150B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 24F9E3FAE8DD218B05F29FAC79FA67D0 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3E7323AE945DC3AF3A4B2D4FCA619B4 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7003C0527E908FB4381D4505668EF0B4 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E49254B60C2043832B5A2E0658DA441C /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B7340396DF576D9BF11939B6B1C6C83 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4BA37E528DEF3AA3A68041452D66C4C /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F77255CC8D3E0381412541E687017E2 /* Bundle+ZLPhotoBrowser.swift */; }; + E4D1F2F411BE4931E6BF715754C063E7 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F7D8258DC12834B600F6829BC794AD9 /* RxCocoa-dummy.m */; }; + E508BEC46801CF34064D971BE80D0B5C /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A06776FDF96655DB2223FD6D9F3B6C /* NSError+ZLPhotoBrowser.swift */; }; + E50CC69C160CC7DFDDAA5E1545D1A670 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4173095EE459F05F546E4CFC7BC37AA /* EKSimpleMessageView.swift */; }; + E51FB5CDB5135196A5BA751F616E6966 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F40DB589025FC146E7794D5DCB015D4D /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5285386135F81871EB233CCC1FBEA6F /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997A6EEDA8F6E8B033A139E1998CAA39 /* BehaviorRelay.swift */; }; + E545A0110B9AE728EBC27342080E768F /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F8372D06A960D0D3DB2E3DEDB7EA1C9 /* DDNavigationControllerDelegateReceiver.m */; }; + E559E921BB84AAE511E87807509D7FC6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A514A858591D710388C21BA55B70095 /* ZLPhotoConfiguration+Chaining.swift */; }; + E55CEF4234F35E2FDC1B7855AD39A6A0 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FDBBB99B5D824EB9B03C297BAC7710 /* JXCategoryIndicatorRainbowLineView.m */; }; + E5A89C1CC70968CACDACA8D8A92B6098 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0A991AA400F7218D0B7D79A9185924 /* CGFloat+ZLPhotoBrowser.swift */; }; + E5AA4D51C5E0535440852FDE9782D2A6 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 238E199508B6D6CE7427FDF917FB47DA /* ConstraintLayoutGuide.swift */; }; + E5E75D7B7C4C9F2DE674F62A6F9598D6 /* _QNSURLSessionDemux.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E2FB2735ED852A89E0F582C54049E55 /* _QNSURLSessionDemux.m */; }; + E5F5564E46CAC014A80A083A571ABBC8 /* CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = A90F6FEE40A8DDFF6039631CF85CE948 /* CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E60CC1636B426C7E6798C17A2F9A2F79 /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF33334B24B84B693E7DE7A5AED273E /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6354246C297E483E6223FE120548DFC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E662842CCB8BB7D80D506AC8114EFE /* SDWebImageManager.m */; }; + E64D266F649AEECEAB6296829D2077CA /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50AE82A5CA9DF47336E1E962CE42DD3D /* Platform.Darwin.swift */; }; + E65134A9F69F900B4F23F09A3F9D5206 /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A289082AFE522D4807CAD16CF94AE7 /* CompositeDisposable.swift */; }; + E652D3E5ED4E2A293D423E69F11C0745 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29A91797DDC75DCC749E1AB8D4D814E4 /* Zip.swift */; }; + E69B447C350C9219B0AF9A1D2A0F5BE4 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = C4966BBC7564FA618AE13A30C154B6FA /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6AB4A9D05B288A94541E6BD2D5AE637 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4196D359A8D0784C8A63A4C5607EC398 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; E6CCFA7AFD0C8AF22C2029433C27C5C5 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 682D2D3A90ECD6E5B5B62A63A7A335C6 /* ZFOrientationObserver.m */; }; - E6D4337FA9BF1556BA3A2E27DAC00389 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55996648304594F2AFA3AA665995DAC3 /* ConstraintDescription.swift */; }; - E6D9904957E23E3130F9DAC9CDE8EF64 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = C344C6D340EAD336065DC16EDCDE74D0 /* EKAttributes+Validations.swift */; }; - E6E08F86F050EF8BB6BB962F72CF235B /* CocoaDebugNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70AD4B8CA29577846E926DBCF760810 /* CocoaDebugNavigationController.swift */; }; - E6EACA4E75EC03727F26906AF7B0A011 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AD5DB56022E8C0F6B1AECF186E0817BD /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6FD25D02A73F3559455976B20FA94F9 /* UIBlockingBubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0492010BAB30D2EEA5E43FF7543AA867 /* UIBlockingBubble.swift */; }; - E787841D635A76F6F607DCC206304D50 /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27410D305D3ECC9F4E111247301F43A0 /* EKAlertMessageView.swift */; }; - E7EB02BB61D2946AE723A33EFAC4024F /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BAEED72A80C11187397C46A5D53617 /* Buffer.swift */; }; - E7FEEEEF05F9A173C9487A058CC36E6E /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFCEE68D31A96707733E82D09060C86A /* Zip.swift */; }; + E6D9904957E23E3130F9DAC9CDE8EF64 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EB100F700BEC78B8228FE476559D0EC /* EKAttributes+Validations.swift */; }; + E6E08F86F050EF8BB6BB962F72CF235B /* CocoaDebugNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2577BC6EEFD6333621104AA5A6C3CA4 /* CocoaDebugNavigationController.swift */; }; + E6EACA4E75EC03727F26906AF7B0A011 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F5790EA0C3159E426F73E882E59BB2 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6FD25D02A73F3559455976B20FA94F9 /* UIBlockingBubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152C5B3610FF4D9225A4E4BBFF9BA335 /* UIBlockingBubble.swift */; }; + E71518C9F3AE3989BFA6D3F4FE172132 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334CAFABDBDAB11B7CBDB92A7DFC489E /* SubscribeOn.swift */; }; + E787841D635A76F6F607DCC206304D50 /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4FF58079BD8730517007E7A34F76443 /* EKAlertMessageView.swift */; }; + E7A07F9A2347C987AA08ADDAC088BBFA /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 626D43E2FDF135F68DFE8C64A3AA61DC /* Merge.swift */; }; + E7EB1144E12EB9C7D1767394BF794A17 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19BF52F9C9CDC4208CA5ABC39FD6599C /* Typealiases.swift */; }; E80658199E928F4F0ADEC89F4141D2F0 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 499CDE5D5569981AF7D2160EC56D6EA5 /* ZFUtilities.m */; }; - E81E02118C89B4ACFEE276E94F4BF705 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB9C7447FFE5B690B64C0ED18696B1C6 /* RxTabBarControllerDelegateProxy.swift */; }; - E83655042A5A0EBC2EC6C59E88A1BC1E /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF022985E1738617E3C13754234ACA1D /* RxCollectionViewReactiveArrayDataSource.swift */; }; - E85B429D067EC3AF0216849A1381050E /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = F716E4358044424F8433A82A4C990052 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8AC828A989AB04260E5B4EF583CF423 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2E35DA67C4A7369D7E56F966DD00D9 /* AlamofireExtended.swift */; }; - E9434EA38C7783B2BEA703BE0D0EEE9E /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135B6875547C76B1A29D65AF24265C05 /* Rx.swift */; }; - E95E48BD80929D24F0AF18B993CD15FA /* _Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 260BAC3D80488D20C1343ADB04D9BABB /* _Swizzling.m */; }; - E969679589E762C810069359BDADF37E /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB95B43D764D9D873D72E5D614813F7A /* RxSearchBarDelegateProxy.swift */; }; - E9A52101C6A02C3E428215E4299EA5D9 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 45849152C163D24800E6C31BBCCC7610 /* MJRefreshConst.m */; }; - E9BE36DE12FFB998CAC91C71D9794319 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00DA901F9E1E2BDA4D4B376E53B266DB /* JXCategoryIndicatorView.m */; }; - EA0D07CB6EA93FD74E9BD78CF82318B0 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF60813DFDC6B540013F5C6595E0C616 /* DDBasicControlsKit_Private-dummy.m */; }; - EA0EA5B13F19C31ABFCAAA03812049A5 /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = F3DABD8A3FBCDD5889960F4F675EBD4A /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA7902CE48AF778D71D3C6D4BB7D72BC /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2EB60D28FE74B0EA7A407658EAD152E /* First.swift */; }; - EAA7903E669CD58C7EC9B9120957BD6C /* _DirectoryContentsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AEDB9EFE53924A4C454F79E4C42B96E8 /* _DirectoryContentsTableViewController.m */; }; - EADBE2C489F28A4A17E4429D6AD91BA6 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = D997FC59BAD5D7F2B958966B1CD9F462 /* SubscribeOn.swift */; }; - EB1675DDB1A59AD08A04EF00E239039D /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BACFDE027973824A5CFE0163A5B43638 /* CurrentThreadScheduler.swift */; }; - EB42103171FA131586ABFBA7D4138A64 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 048AD6090B3A9C7777FCBEE9CFC7B3BE /* Alamofire-dummy.m */; }; - EBB2B0B9CB15B6DBC061EF7604F3D4C5 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF70E67E31B7DA4F45C9192882C8CBE0 /* Disposable.swift */; }; - ECA14F5C0D6C5302019D8476F05ED7ED /* _AutoLaunch.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AFC6A98BFD1C601B790CB403FAA75AF /* _AutoLaunch.m */; }; - ED03EABE28153EDF6B4EE27C9E1A9F7A /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE99D9B39BADE4A62C5C61AE07424644 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED204E934EBEFF45E85A7F3FE98EF4C3 /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880512A3DE5D5AA3BD2A4784254CA873 /* EKAttributes+Shadow.swift */; }; - ED673A80425558C9E43F8207BEE84397 /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DEB47F5EF7977AC7B0B7387FBB862A9 /* EKNotificationMessage.swift */; }; - ED7B1B00D5785FC44A702204048B1260 /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E17C4BB0CEB42123E560EF70EE2A77A /* ObserverType.swift */; }; - ED95DC6DC6E56A884A87DE38738C02D1 /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AAEE9CBA7A6BBCB21A351B12CFEA42E /* SubscriptionDisposable.swift */; }; - EDC07A560DC83DFBAB242C46B1D41619 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6D084862EFE728EE990AF27731298A /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC227E161F6BE101EBA4C41D13B8EB0 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575D3F761935952F498F08C75DACC3A0 /* EKColor.swift */; }; - EDC4880EDA487FDCBAE1993231BA06AD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E5336AA87C7AA59876B2F5FF70BFF83 /* SDAnimatedImageRep.m */; }; - EDD8720C15F95BED1D7D712924866EC4 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6EABB818FFDDEDB9B4BF444C76C2C3C /* MainScheduler.swift */; }; - EDFE1A36B30F9DC14C1BACBE4BFCACFC /* CrashLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E423B10714669CB357C97242F0B83E8 /* CrashLogger.swift */; }; - EE02E971AF4EAEBCAA7E6207344D82AD /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 19D26BD7DCCE2C616FAB30068E3CBFA6 /* SDWebImageDownloaderConfig.m */; }; - EE890DA87BEFE4EDC65B28ED8F9B89C6 /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E9FD7093E63CF55CAF03AEBF49A365 /* ESTabBarController.swift */; }; - EF72572993F2AB22D54B7C8C181F019E /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF2A1E82C8485CA19C8F39971EA27CAD /* ConstraintPriorityTarget.swift */; }; - EFC1EF2234D1A4829891828E5C61FE17 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536958529E6A1D268251027398722517 /* EKTextField.swift */; }; - EFCF8192D505380E42101B31F273EB4E /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CC3C3DDE14E6621C535CC8D357C96DB1 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFD47B79FEB4CF7B7DE42C6F1E8BEAE0 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 057B19B7773B39986068FEC0E44030BE /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFEDA5FC77AEC912565C8893C74347CF /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC486AC65B36ADAD2AD636F0B5A2E809 /* DelegateProxyType.swift */; }; - F025B0C7413F408112D1BFB2C2878024 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD832BD46545FE17BD992C421F1097E /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F03021F77FAC203AB9A2634888A1A8B3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A2B561DEFE95BDD8C15D6BB65CD807D /* EKProcessingNoteMessageView.swift */; }; - F0AE59C74E0BBF11E97A8E9434BF9A93 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E480FC1DBCF026110CD7FB1B84F21A9 /* URLEncodedFormEncoder.swift */; }; + E81E02118C89B4ACFEE276E94F4BF705 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1FE1D2FA14A41A9FC07D5A7706D6F2 /* RxTabBarControllerDelegateProxy.swift */; }; + E83655042A5A0EBC2EC6C59E88A1BC1E /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D6EE9FE0C48DF9098F0F844B5A8A014 /* RxCollectionViewReactiveArrayDataSource.swift */; }; + E85B429D067EC3AF0216849A1381050E /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = DB1514E1F49F2931ADBA7C318C388567 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E86A4A68ED8C455BC6667C4C20C6DA47 /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = F302412F9AF3877B82C19464BF0BC4BB /* Multicast.swift */; }; + E874CC4B9243BA7188213CDC356E2638 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C1C97AD53F58526EE540A099D072F7 /* Disposable.swift */; }; + E8AC828A989AB04260E5B4EF583CF423 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD08C7FAD51AC4337FEF9F79C7D425DE /* AlamofireExtended.swift */; }; + E95E48BD80929D24F0AF18B993CD15FA /* _Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = A28B65E272A7017EB2E0B675FBA555E8 /* _Swizzling.m */; }; + E969679589E762C810069359BDADF37E /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 065E2A98AFE12C2F8BF33E13DC63C011 /* RxSearchBarDelegateProxy.swift */; }; + E98D1A6F589DA119533DD90753B3DF28 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802D2ADA3908F84F3E0395FD55474946 /* ConstraintAttributes.swift */; }; + E9A52101C6A02C3E428215E4299EA5D9 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E2DEBBA313225DD7F97D83BCA0DF6BE /* MJRefreshConst.m */; }; + E9BE36DE12FFB998CAC91C71D9794319 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7012AC2561BF0EAC8327EACE7E25F5 /* JXCategoryIndicatorView.m */; }; + EA0D07CB6EA93FD74E9BD78CF82318B0 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 708AD840B84CF7E700764A74A0E80872 /* DDBasicControlsKit_Private-dummy.m */; }; + EA0EA5B13F19C31ABFCAAA03812049A5 /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = F0323843D11B651C7BAA60F1BF076BC8 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA99BC0B873E2398C9F8061461F7F498 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4416F979BEA53CDBABDCF4E0B83870 /* RedirectHandler.swift */; }; + EAA7903E669CD58C7EC9B9120957BD6C /* _DirectoryContentsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FACA708E342FDCFAC3497B5082787C1E /* _DirectoryContentsTableViewController.m */; }; + EACB060B0BCFD96BD190953714FD1101 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C2C8C8B667F8D1FD353432257E0F0B8 /* Never.swift */; }; + EACDD9E25A08431B433F013706A25D3E /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C67E2D723832AD2521CBBCAD2052989E /* SynchronizedUnsubscribeType.swift */; }; + EB42103171FA131586ABFBA7D4138A64 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8452831676805879DDED857359B9E138 /* Alamofire-dummy.m */; }; + EB59093B75AC254ECFD099A1EEEF0D7B /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A24E10558B0F178954EA49ED2076AD8 /* Optional.swift */; }; + ECA14F5C0D6C5302019D8476F05ED7ED /* _AutoLaunch.m in Sources */ = {isa = PBXBuildFile; fileRef = E87C89AC61BD02AE0FA1E0A5FF19C94E /* _AutoLaunch.m */; }; + ECBCEFB580A1D9C4CD306276B1D3B301 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6A3E5387B6124F85B6575FDD9AAD96 /* Dematerialize.swift */; }; + ED03EABE28153EDF6B4EE27C9E1A9F7A /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CE8764A7EE88F31BD7C31BBF41A5CE /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED204E934EBEFF45E85A7F3FE98EF4C3 /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F8706FD0A8A73C54D109429170C708 /* EKAttributes+Shadow.swift */; }; + ED673A80425558C9E43F8207BEE84397 /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F52D055AE06A9DCC5092A8D47B24EFD /* EKNotificationMessage.swift */; }; + EDA36B84FAB03A48093DD9C05CBB71E0 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C7B61C1C18A5184F8F642AB3EFC3571 /* Concat.swift */; }; + EDC07A560DC83DFBAB242C46B1D41619 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F831A9968933F0CD14F0E3D583418D /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC227E161F6BE101EBA4C41D13B8EB0 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE1B3E26903D2A311B8406A343E9D98 /* EKColor.swift */; }; + EDC4880EDA487FDCBAE1993231BA06AD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CFA2693CE1C5FB20DEE909EDA31CE5 /* SDAnimatedImageRep.m */; }; + EDC615887A7D1CA4814179DEB8370F66 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4A09E203EB4439005737B87AA45520C /* ScheduledItem.swift */; }; + EDC82EDA5C44268463F79D60F90A9F6C /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EDBADBA8D70E8F4E86C6C33E66ACE2B /* Empty.swift */; }; + EDFE1A36B30F9DC14C1BACBE4BFCACFC /* CrashLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA4665C489975291FD969DE14155A947 /* CrashLogger.swift */; }; + EE02E971AF4EAEBCAA7E6207344D82AD /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A290190881BC042D7BE0945E102E0F /* SDWebImageDownloaderConfig.m */; }; + EE44ED8EE0633426A12F4F60D159E803 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A0235796C01E5F4EEA83E04608B82E /* ConstraintDirectionalInsets.swift */; }; + EE890DA87BEFE4EDC65B28ED8F9B89C6 /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F061B0409475523E7702C682FEEF140C /* ESTabBarController.swift */; }; + EF3D242B6F2A97108F96AA1E87823F61 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD35C3BA3DB460388E326588F161C439 /* PriorityQueue.swift */; }; + EFC1EF2234D1A4829891828E5C61FE17 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CBDAF5E7BCA5141D88A4D430950734 /* EKTextField.swift */; }; + EFCF8192D505380E42101B31F273EB4E /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 671609D2BFAB66A942245279435847D6 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFD47B79FEB4CF7B7DE42C6F1E8BEAE0 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC1515A6699847F9984EB45D6A3CB8C /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFEDA5FC77AEC912565C8893C74347CF /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCABA63244D1F291478A402FDBAC9200 /* DelegateProxyType.swift */; }; + F025B0C7413F408112D1BFB2C2878024 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F02D3ABE9263B051487F54451FAD51 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F03021F77FAC203AB9A2634888A1A8B3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF96E12E1C9EAA9EAF7F1625FB3E6606 /* EKProcessingNoteMessageView.swift */; }; + F0AE59C74E0BBF11E97A8E9434BF9A93 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9ED547F9795618EB96B3F534DDE64FF /* URLEncodedFormEncoder.swift */; }; + F130BCB72ACB03FC213B15EC7B8258E5 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F8FE6D48C403C42ECF59EA2DDB7A89C1 /* UIWindow+DDCategory.m */; }; + F166EDCF1A8AF5AB1E893A0661FEA725 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9795B46193FB18519D308D0A8A51E4F /* ConstraintDirectionalInsetTarget.swift */; }; F29AFE50D99B629AF9FA103737E54391 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = A33002554CB161847BB170C38091DC1C /* ZFPlayerController.m */; }; - F2BDA7C46AB9F68B3F77532B0DFBD931 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E06D81A004C97FA1DDBC30FD0A4D9A /* TakeLast.swift */; }; - F2FA6175CF6B9B67C924457E4A4FA94D /* CocoaDebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC2F0637666ECC8D56236D6552BCB5B /* CocoaDebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3212860E47356E9AF927E472E09261A /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E12D4C1015BB2C529503AF1C2ACD03AF /* NSTextStorage+Rx.swift */; }; - F3A976F044D82F130BAE77C071CEDA5E /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 157D9F9E067FDBC4C7EE54DDA1CDB7E5 /* JXCategoryTitleImageView.m */; }; - F3B2BEF8FF03AB941765D79452352941 /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89ED37E286FAF7D101EAB65402CBD63B /* UIView+QuickLayout.swift */; }; - F3C5F116AAF21D4358A6F711BE37F54A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A55E5F44AA46BB0519C0B4152B615F9F /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4010727E0089FB8459E3B88B44CCF05 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C576FA2D6CC34BE302E2D122E87BCE75 /* UIView+Utils.swift */; }; - F41D3D9E3546AA180396E31F1CD4FB34 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29A316459A020B4B5F2807399928A83 /* Generate.swift */; }; - F4377E7191EE042153218A26020B7AA4 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F0CC6EA575B574C15023829B0267BD1B /* UINavigationItem+DDCategory.m */; }; - F496745D22FC8F1CAEA12436E32D88B7 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F76A70CE10F9C2826D538347FB5F95B /* Map.swift */; }; - F4A1A9CA7084A385722737C0E4F1500D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 42FC0128CC0ADF415645029EFF97E2E7 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5579E515166EFA597E30B6EA2966257 /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF14F394BCF4D35C70BF4F4318061D6 /* UIStepper+Rx.swift */; }; - F6200950262C69D82B2E1F54D09E81CB /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB32CAA6ADC6B1C885E3D97EF2FBC4B /* ZLClipImageDismissAnimatedTransition.swift */; }; - F655A8F737F8DA58CD1238B94417CB1C /* _OCLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = CB10C31A8DF69F791C5061DF5ED60264 /* _OCLogModel.m */; }; - F661FDF2D701C76B553BBFE1982DC689 /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 678CC2725E07249CF5531BEE667DC5F4 /* UIView+ZLPhotoBrowser.swift */; }; - F669A1209E80431CF57E528F4E8B0FEF /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 86613F7B776DC01F8D02D2EC71DB49DB /* JXCategoryTitleVerticalZoomCellModel.m */; }; - F679DDFB22B0446466AC8B46B5DDA5EF /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751E353542FB0F06F96FC649DA4A45EE /* IQKeyboardManager+OrientationNotification.swift */; }; - F67D89E3296911DC39710C076499C165 /* _NetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1A7323A2844656DCD480AB605ADD1B /* _NetworkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6F5F76688A0CA18956590C446B8B620 /* _fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F62558669A574E5C3DCA935D8CDA0AB /* _fishhook.c */; }; - F70AA9B32703753C6CBC0FCEE1EB17F1 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 879EE9CB273654B32B5A5996DE32C6C1 /* Switch.swift */; }; - F738CCEC049976A700F9F2461D8B0C09 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 803B0D1A3B14F2D0FC2B891756FF10D8 /* NSThread+DDCategory.m */; }; - F74D1425287A1A781A0A9DD58A1DD02E /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09BDA859494CD38F4FF32C245697F49E /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75DFD6601FD194AFB8DF95EE8936F73 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 60D95A43C8845836DC0E97354517FD2E /* JXCategoryNumberCellModel.m */; }; - F78123F6D3E099475747B424A7DD9B2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 3678E017719784301C765CFF481BF1F9 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F787E70DF5F00228E5AF451751EA323C /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 24F7A366088E230F6BC71D1C0BBB5B9B /* UIScrollView+MJExtension.m */; }; - F7B1AB7027FF17E4E594895B07CC4B3C /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F34314D323B9B1DF36D0A7E2B92D32D4 /* MJRefreshStateHeader.m */; }; - F7BBD57301FEC4504E972FA4733A03DF /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FB11C6604132CA9F2EDC3525FA857C62 /* JXCategoryListContainerRTLCell.m */; }; - F87923A49D20DEC9D11C51B74B664A81 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F12614B0D9B7A39664C49D46C9C6B5B7 /* Producer.swift */; }; - F8A8074A606F772A7CD3A2DA17517144 /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85F89B95B46F79A4BE95C3FF0B9F1168 /* SerialDispatchQueueScheduler.swift */; }; - F8AF7E8C414C795EB6F356B580A28897 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FF7843F76A492E47E30395DD2057AC8 /* TailRecursiveSink.swift */; }; - F8E36B5B54F9F6C675E8CE87604DDE0A /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCA0BAE7E0AD015730BCC2EF5A30F753 /* LockOwnerType.swift */; }; - F9121FC6FB235A844904FF1D0E5CE74D /* LogCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91268BF166EF6137AEBAA0973DED5764 /* LogCell.swift */; }; - F93C6980F441D1B60783F1253D1F5E6E /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E35D2186BC5DB8C262E0BF15D22373E2 /* MJRefreshFooter.m */; }; - F958F034C7BBD246E8368D461BE44725 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC7D9E3696407EC9F890FA6B058A200 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2FA6175CF6B9B67C924457E4A4FA94D /* CocoaDebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67529A0F60FA690479AAC5750A4C8AB6 /* CocoaDebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3212860E47356E9AF927E472E09261A /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0847AE3B76C3D6615236A8F2653F11A2 /* NSTextStorage+Rx.swift */; }; + F3A976F044D82F130BAE77C071CEDA5E /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7915B4110A3201C6E738A5741FC34CBE /* JXCategoryTitleImageView.m */; }; + F3B2BEF8FF03AB941765D79452352941 /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80BEED850CDA5DBC1221F60011DF541 /* UIView+QuickLayout.swift */; }; + F3C5F116AAF21D4358A6F711BE37F54A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A19794174D03C604E02333614D4C784 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4010727E0089FB8459E3B88B44CCF05 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBAF6C14D434C53ADFC0EBF8F07AC1D2 /* UIView+Utils.swift */; }; + F49DA7FD5FC1678349453231EB0135D3 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE96D74C73CEAA179BDE075562BF433 /* ScheduledItemType.swift */; }; + F4A1A9CA7084A385722737C0E4F1500D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F33654FFA200AD37E0AEA164365D3028 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5579E515166EFA597E30B6EA2966257 /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE8BA9FE1FEEFEBD62F9B42217C2D77 /* UIStepper+Rx.swift */; }; + F5592BC4F30FE039E1FD9BD0AED023D3 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575231FF632C34018DB397A2F7C8734D /* ObserverBase.swift */; }; + F57B47BA666C4BA873298F59B5E00622 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BA999C3C2A445AC24FE98A07F5E715 /* AnonymousObserver.swift */; }; + F593F3CE782EA6FEB9524AAB2ABE749D /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B5BBEBD25C755D77AC345EF4BC6CDAC /* WithLatestFrom.swift */; }; + F5E1783B300668FE702E078543CFFB95 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91DB26C8630DD711AD775A924AE40B6D /* TakeLast.swift */; }; + F6200950262C69D82B2E1F54D09E81CB /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB766CA1C987328A242BF1150767189B /* ZLClipImageDismissAnimatedTransition.swift */; }; + F655A8F737F8DA58CD1238B94417CB1C /* _OCLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = EE6F053A2284F51EA98889F9EEE52D37 /* _OCLogModel.m */; }; + F661FDF2D701C76B553BBFE1982DC689 /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E46AC0A56CF1591AF260EE9FE9447854 /* UIView+ZLPhotoBrowser.swift */; }; + F669A1209E80431CF57E528F4E8B0FEF /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C6A122A5EFD9D1625B847FCBAF199E1 /* JXCategoryTitleVerticalZoomCellModel.m */; }; + F679DDFB22B0446466AC8B46B5DDA5EF /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CF864A3749C117D3C7FEF1F04EB4CF /* IQKeyboardManager+OrientationNotification.swift */; }; + F67D89E3296911DC39710C076499C165 /* _NetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF7C741E45281B0987A4FCCAA117266 /* _NetworkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6E4A425F01C9D1B9D6D63498DF1876F /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE9210DB8DD55F8DC5F1EE28CFCD7216 /* GroupedObservable.swift */; }; + F6F5F76688A0CA18956590C446B8B620 /* _fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CD7AC92E9E0BB4465731A5463B06630 /* _fishhook.c */; }; + F74C5AD01CF1EE3AE9CF3A6776A0C4AA /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71BC48610295D2E1DFAFD0749C48F4ED /* SwiftSupport.swift */; }; + F74D1425287A1A781A0A9DD58A1DD02E /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D311128CA591D52BAAA4098F4EA254 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75DFD6601FD194AFB8DF95EE8936F73 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE261EA88E3F2E746CD8BC4EA7F231B /* JXCategoryNumberCellModel.m */; }; + F78123F6D3E099475747B424A7DD9B2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = B237E6623D9A3F3E9DAFCDC0EB60E206 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F787E70DF5F00228E5AF451751EA323C /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5945651C0B7F4E31E89701B83BF082 /* UIScrollView+MJExtension.m */; }; + F7B1AB7027FF17E4E594895B07CC4B3C /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BE6B92F52916E236A7C395C86F92A8DC /* MJRefreshStateHeader.m */; }; + F7BBD57301FEC4504E972FA4733A03DF /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 29AF5C9CD8BF39B37ACF1C272E42D5F4 /* JXCategoryListContainerRTLCell.m */; }; + F83BADBC1A9FA81C6F7CAE0E24786E73 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA422E953B70E5E27EDEFB97EF36A1B5 /* ConstraintRelation.swift */; }; + F8C51D681FA518BC9075513CA17A898F /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1D8BA4949A2C2B81E28F572022D99B8 /* KingfisherError.swift */; }; + F8E989091D8D3BDA1C11D58583E72753 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE1F6645D253132DDF300C8F9C118F89 /* AVAssetImageDataProvider.swift */; }; + F9121FC6FB235A844904FF1D0E5CE74D /* LogCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 768FE4569C19A3109E4D22003409CF9B /* LogCell.swift */; }; + F93C6980F441D1B60783F1253D1F5E6E /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6A1947DADF070FF1AE6719B6A0334 /* MJRefreshFooter.m */; }; + F958F034C7BBD246E8368D461BE44725 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 205130321D69A9FF12D17E1EC94A3ED5 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9F234AE55EC4CC0009D6447AF9153B2 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E42FFF7AE23F877AD34D9721DF9B1AD /* SchedulerServices+Emulation.swift */; }; F9F5BB4247E0D06BE1F357B1610502BD /* ZFPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 668787B27569EE41CE1A625CE78D9D78 /* ZFPlayer-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA32D099B9AC21168BE28F1C197FBD77 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C3051AE75A31F7AB443DB39D2121CD63 /* MKAnnotationView+WebCache.m */; }; - FA917E0C80C68BD2D8C7CDF44A418793 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F1FB14ED5C27608F4CB2FDD555FC9881 /* SDWebImageDownloaderResponseModifier.m */; }; - FAC4CA638A146A699E9ED8BD575DEC52 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B4A859140D7573E40F828EB36B7908 /* SDImageIOCoder.m */; }; - FAFBDB322DF77F53334F8A7C48E37898 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 490512AC5579455C1BD357CF9F299703 /* ObservableType+Extensions.swift */; }; - FB21F4780734315A0D64CDEE2CDAB76F /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C6BDFBD33D9209919203CA09C93F89 /* ReplayRelay.swift */; }; - FB26350503C1A3584219F34A1EBB66CC /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAF5E23D236573782D9BD272C23F08E3 /* SessionDataTask.swift */; }; - FB2DFD5D894CC65AB92548FC5EA7614C /* _NSLogHook.m in Sources */ = {isa = PBXBuildFile; fileRef = E745B519B92535CFB561EA86C260C137 /* _NSLogHook.m */; }; - FB57B8D3D20886701150097BE03882B1 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0418A76CDC9BD87649E673808B984ABA /* RxScrollViewDelegateProxy.swift */; }; - FC0283C769195FB87E1BDDEBDDE1A8D2 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D348A6DC3841066B8B5C3FA26A20D6A /* WithUnretained.swift */; }; + FA29922ADD6D5BBEC691705E5DD93B2E /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F651C41DA8515F20E4C2CF1B845BD97 /* Repeat.swift */; }; + FA32D099B9AC21168BE28F1C197FBD77 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B3790A44598AED22CF1A4DF7E7500D /* MKAnnotationView+WebCache.m */; }; + FA917E0C80C68BD2D8C7CDF44A418793 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 781571645372B0EA1859B033F3D8501E /* SDWebImageDownloaderResponseModifier.m */; }; + FA95A8E580938242B7B949D55D106CB9 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBC75F289C9CAB7AEC0491AFCD6E89F0 /* Infallible.swift */; }; + FAC4CA638A146A699E9ED8BD575DEC52 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 07AE42E37D882CA068BCBC87DA252E1B /* SDImageIOCoder.m */; }; + FAEC35B8CC9B9504491867C316C142E1 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87B942B5DE696ADA532AF4340D62520B /* ConstraintOffsetTarget.swift */; }; + FB2DFD5D894CC65AB92548FC5EA7614C /* _NSLogHook.m in Sources */ = {isa = PBXBuildFile; fileRef = 271E09A61166AB00F525416643CECDD3 /* _NSLogHook.m */; }; + FB4168CD151558BC0260E7141BE3ABF4 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED17600692DC37A4D5B2364280804FB1 /* Timer.swift */; }; + FB57B8D3D20886701150097BE03882B1 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A502788870581DCDA44475703B43260 /* RxScrollViewDelegateProxy.swift */; }; + FB86A543D7AB7779E90030E6C2B9BC9D /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2297E2FB3A8E679D575818E8F691B99 /* ImageDownloaderDelegate.swift */; }; FC31E40D125D928A526B1AAEB6A0305B /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = C099BA92A99D4E19C562C0EC31417658 /* ZFPresentTransition.m */; }; - FC4B7AA00B1BBCFE932B84ADB6720FBB /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421DBE3C3CC9E2B2B2D8D940EA666532 /* BinaryDisposable.swift */; }; - FCBC271189E3BCEEFF47C034F10C96AD /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FC8E1E67B56E1BC741287D54FFC36E4 /* GraphicsContext.swift */; }; + FCD33A888E4DAC149CA2DD2DB63FE7E3 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FCEC77236B1212699BD49885A098510 /* TVMonogramView+Kingfisher.swift */; }; + FD0EB6DACD71D5E240FABD118A296877 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = D66E3C6EC7E2C1A13D24D053BC21C877 /* ImageModifier.swift */; }; + FD3118230D377105E74E1101F623E11E /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 454B50D752170D39DC33675BD57B9E31 /* CombineLatest+arity.swift */; }; FD455ED8C662DD52F592DF31F58AA185 /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = D12FCD5B0D26C094865614C081E0F359 /* ZFSliderView.m */; }; - FDDBB624BAED990AC9956BF191000419 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1A07C585D97980D725C454491EE563 /* JXCategoryFactory.m */; }; - FE090912DADD46635605657C61DE2E6B /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 646290FD0E4474D3716B80D1ADC4FACF /* UIImageView+DDWebCache.m */; }; - FE569592E635AEB8C9CBCD769BCDB05B /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8672E6D959461CC324422042B8C8D31B /* Materialize.swift */; }; - FE5A36C9F47EDE5AFC75209A02C40305 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C4AD352B48F100E73A65ADE5D9D5876B /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE8C95D7A9D7F731F7A8FDFC0700B8FF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5244955517F8F9317A39EE0A9C00BD8C /* SDImageCodersManager.m */; }; - FE9207C30EFE6A3148C4D424FCB3A479 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = F922EEB8C61B67CC05BFA0DD8C528B19 /* DDBaseMutableAttributedString.m */; }; - FEC9F49A0A5335075665984A37CAB541 /* _OCLogStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 38BD5E79753C750F22F7FE5B29E1E77C /* _OCLogStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FED095FC322475307A7A0A120129C779 /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B642134FA62A0734524346AA6F99B6 /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEEB209E75DDB77013145AA5532C3AD6 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 2068ACC54FB582768FF185D6625D0234 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF2EE64024F6462C52A157322B4550EA /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9073C4752A8ED85001B969BBFE8941C8 /* EKAttributes+PositionConstraints.swift */; }; - FF991A8F1B260A5E2192D6AA83547FDC /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A96B6F361792D931DD464EF46613195 /* Skip.swift */; }; - FFB5B36D7F4564FFA3D50D29A2E0B46B /* _HttpDatasource.h in Headers */ = {isa = PBXBuildFile; fileRef = 57453DA5D7EE84DD06723DBC5C7FF7C8 /* _HttpDatasource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD4BF107A803ABFB472A390478DB4900 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 380421BF69BA19CF7957464CEF3FD956 /* ImagePrefetcher.swift */; }; + FD7F75F0079F80120D6E066DAF1A3626 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 381FC5F738425A04825AF49F4E5589D1 /* ConstraintView.swift */; }; + FDDBB624BAED990AC9956BF191000419 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = DA083D0BBE5F3EA0754540B0604C71F8 /* JXCategoryFactory.m */; }; + FE090912DADD46635605657C61DE2E6B /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D2B4F0C598F5F1ECF44EB76BC4D194 /* UIImageView+DDWebCache.m */; }; + FE5A36C9F47EDE5AFC75209A02C40305 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D4ADB598645B26ABD6CB6ADC0CE3A3B /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE8C95D7A9D7F731F7A8FDFC0700B8FF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 13718FB640351EB5F4E2AB74183AC8A4 /* SDImageCodersManager.m */; }; + FE9207C30EFE6A3148C4D424FCB3A479 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EDDCAC56621EC061EED06C76B7CACD2 /* DDBaseMutableAttributedString.m */; }; + FEC9F49A0A5335075665984A37CAB541 /* _OCLogStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E2EA5C4E38ADD70426FFE01D2FC237 /* _OCLogStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FED095FC322475307A7A0A120129C779 /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B4AFD980C04209BEA1EF271DA363BE9 /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FED5BFEF1B7963ECE3649283142C719F /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B85303FF0801F4738184C270DE1D36 /* Bag.swift */; }; + FEEB209E75DDB77013145AA5532C3AD6 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 856D7120DA4C317E7DC93CBCC0D58C23 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF07214A926B49DF2631C10E555986C8 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 97490AF1C58A5A2BFF6C84C029D10690 /* CALayer+DDCategory.m */; }; + FF2EE64024F6462C52A157322B4550EA /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4684B9E249B41DB34586DDBACDE79F28 /* EKAttributes+PositionConstraints.swift */; }; + FF4D89A0325BC98FC0BCC5393022E124 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9538ACDF03F83E8FE8881A437DFE74EC /* CompactMap.swift */; }; + FF60D2A94B2291D78FB496CD151A5E1D /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F07BBAAB454526203925F790F145D4 /* VirtualTimeConverterType.swift */; }; + FF862532EFC60C0CF0B40DC55DC6531C /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F7C07EC471EBB02A68F1D6D11470FDC /* ConstraintLayoutSupportDSL.swift */; }; + FF8CB678B7CF6EF8FAD6A50BD69C6034 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D1C4AB52AB0F18DE4501DAC9A3432D /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFB5B36D7F4564FFA3D50D29A2E0B46B /* _HttpDatasource.h in Headers */ = {isa = PBXBuildFile; fileRef = 196F0585F558617A8925001E14EE883E /* _HttpDatasource.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 03C2CBF5E80D6ABC3A6B9EE32250193A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 08698529896BB8A1C2C36475459869D0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - 107A037750EB819CDAB2609E26AD322A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 150F3C8CD1F190C530494D9289297A8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - 1E34CB5DD234E560068CF8A5F0EEAEC3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; - remoteInfo = DDColorKit_Private; - }; - 1FFB4E329191492EA62178E7D97FAA75 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 25643AF0A10FDA00B455756B00489799 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 26A4F3ED9772B92C24A5FE1F6CCA19E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 27E7BE1BA08308305E90C843ABCBC958 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; - remoteInfo = RxCocoa; - }; - 287C628C567D1530877E8C21E07D855F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 2ADC7B3021A5CBC4B0F6698B5EE1BEA3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; - remoteInfo = DDWebImageKit_Private; - }; - 2EA24093A957E3305441C1F8B0F7FD48 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; - remoteInfo = DDToastKit_Private; - }; - 305A5010A27107F0A61F7259C9D40D63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 364F5DDE05B9DBAA226DD8012861B5EF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; - remoteInfo = DDTimerKit_Private; - }; - 3894BCBDCBFE59E2B9880E08CD410A8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 389BE542F1EA7462FE6D84D79A3BDED9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 3B45077BE33FFF215B07B78DC5F99AA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 3CCE62DBBDE097EC45E7224858D5BA3D /* PBXContainerItemProxy */ = { + 0853E7CF8C14E8F7A2C888DC99DAABE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; remoteInfo = "AMapFoundation-NO-IDFA"; }; - 452AC53DF1FC7F7144E463EB3378656B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 4FD06AB0AC5DC2F5047F2E4F0EA5FAEB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - 52357BE282B13CB96F448E79596B3311 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - 5819B12397ABA838055C9CD3933EF15F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - 5AF8CB4C5862F30AD1E61E945D1C7DF4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - 61B2C0B89CA36FBFE0024F10B2375C0C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 93FD1F93E0C30B2749BD8A6EC148F233; - remoteInfo = ZFPlayer; - }; - 61B43170B364783A038911E66832C5DF /* PBXContainerItemProxy */ = { + 0950B273F03BBCB2ED8D34344DC6F8A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; remoteInfo = Kingfisher; }; - 6278BD4050FC298ED04C3DD3D392F6B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 6E49C3E92C3A176E911456B116270D7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A2E6BA6D5360D619D7CABED3467AA69; - remoteInfo = CocoaDebug; - }; - 7B092129D82035A7441DCF3839828D8D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; - remoteInfo = "ESTabBarController-swift"; - }; - 7E5A8DAA916F3782B4854627B4B68611 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; - remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; - }; - 7ED0D039057D9D8ACD4A75D19BB82689 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 85993E9C0CD1F591DAD38F3462493160 /* PBXContainerItemProxy */ = { + 0A03FB34D5A11638F2808725EB9D2EB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; remoteInfo = RxSwift; }; - 8C78DF35CD32FAAB0FB07C1EEAF8249A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; - remoteInfo = JPush; - }; - 9486A997184C43DBD2F533BD83684D0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; - remoteInfo = DDControlsKit_Private; - }; - 94A026326519CE3EA827A8C6868983E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 94D0C37EC25976AECEE5488502946AFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - 96C7F420EBD06C443092B2853C1880CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; - }; - 99762F3B6C127B03F3287904C4F9B5F5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; - remoteInfo = DDNetworkingOfAlamofireKit_Private; - }; - 9B024561C1A538907BC1D3E511F3EC0D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 9C57088A8CEEF34AEB40187DCD105CB5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - 9DF2635549E7DE96FD4E3D6BDE8A8B7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 9DF9164EB59445820CBDA2B8FC41BBBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - A5AE2333754A9E61E6B2FA34EF6DD9AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - A6D46D21C5359D760B99355275EA72FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; - remoteInfo = SwiftEntryKit; - }; - AE7DBD82C2FB3345C8704D0B8B30495E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; - remoteInfo = DDAutoUIKit_Private; - }; - BAC1FCE48BC99B42462F9C7221C5472F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - BD4417F45CE4A0CA672C57A8B360392B /* PBXContainerItemProxy */ = { + 0B82EAAD5B861B9BB89D8DE5BFED2F26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; remoteInfo = RxRelay; }; - C000985C4A24A70DDFDBFC9FDD02D127 /* PBXContainerItemProxy */ = { + 16F52FFAA69A5F38453B826458870DC9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; }; - C8EC5EF7C1CFBED88E57A4A5C9C3F82A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - CBE5A7CC5DFFAF0F205C68DF254BCB6D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C23965029860967865B3429B5E29092; - remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; - }; - D4E305DA01D55A4EDAC2D470B1FA001A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - D8DF4FD0581B7F899319817E6D712BA5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - DCA2A843359547D02AE12DD7894F4B0B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - DE64FDB4A2579B8D9E5B5D12FA571E54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; - remoteInfo = DDMAMapKit_Private; - }; - E4B9E4C52F400E3AB4298C4658A6BA1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - E5CE6F6561030C8AFDDDF2758A5A09DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - F0195C63722E62D638C301B04991E3AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; - remoteInfo = DDProgressHUDKit_Private; - }; - F5543CBCC2BD24BAE9682E6E534B7D1C /* PBXContainerItemProxy */ = { + 1786D52F2E29627BC17B168044938B79 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; remoteInfo = DDFontKit_Private; }; - F84B8D1AD0404493F17214595BCAF9FE /* PBXContainerItemProxy */ = { + 1839B5FBC690D37ACD6ED78DE760BA59 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; + remoteInfo = JPushExtension; + }; + 19733AD1EA6FB4C2D2A7E35D4A8EA29E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; + remoteInfo = RxCocoa; + }; + 1A0F5149F37581AE47D4505719EBBBB6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; + remoteInfo = DDTimerKit_Private; + }; + 1CDD32E9346B477233B3A77F3B235DEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + 1ED3DFAE437E28764E291A8BA23F82BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 21F921ED23A7F6D820D6365258BC6FA8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; + remoteInfo = DDToastKit_Private; + }; + 2874CE7C23D50144670A625074BE4AE1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2B98C7F74678A2614D4CCB9038B255D9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; + remoteInfo = DDWebImageKit_Private; + }; + 33DB06DED02B645A8C20F4EEF0D86DB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C23965029860967865B3429B5E29092; + remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; + }; + 396C3F2550E3C4538050A9C2CDE8BFC2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; + remoteInfo = DDColorKit_Private; + }; + 42BCE77DDB2AD566D9B057A767AE1C91 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + 42CFBB9DCFD9F6C32C9338BBF55784DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; + remoteInfo = JPush; + }; + 43E6728FF7E37898FCFD5B43B0DFCC1B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; + remoteInfo = SwiftEntryKit; + }; + 476754776F2EC74E7CBE7D68E8349ED2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 489F3AA32925691655D5BADE55DE27C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; remoteInfo = JCore; }; - F91F5AE2F9A5B7546805E83DFE2EC75E /* PBXContainerItemProxy */ = { + 4B53E9BE599B738FAA4C015A8AE2F6CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 52ABBAC61E2899C85E2E2B47C6BED353 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; remoteInfo = DDLogKit_Private; }; - FB46C8406FA94609C3685704168CEF48 /* PBXContainerItemProxy */ = { + 55FE31E444040EE35F34B56C04C02E32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; + remoteInfo = DDProgressHUDKit_Private; + }; + 59C4B5AE38A1FB78F8EBBDD9C91067AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 739CE70BEA3A7233D38A35B8AE464D41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 75AB796509249187E6C8BF8303AA311A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 838ED110BCE49D0204996F9461E10275 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + 8766FAD0FB5E22D7E4FE60CEA60A2011 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 8BB85BCB9693CBCE0D8C4D8F76BA31E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; remoteInfo = "AMapLocation-NO-IDFA"; }; + 8F68F4E4922ECCD5F56E4D57D2FFEFD2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 9313F14D5572E10EAC01CF67CBCA5F4B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 954302015365300DA88F9D8A2E2D5AF6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 962464D4971B21BCA295418D94DFF2A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 97729643F175B73FA0C411BE87954A8E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + A28102C93AEC36CEB45039E76AF8084C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + A53B956E3E179F7688CEF52C6A3FED9A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; + remoteInfo = DDMAMapKit_Private; + }; + A66E14DDF0380A3B1182C22BF37746F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + B897C2626560B10DFB4AA6822C59F2D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + B922FC1E10A1DDF8CDD424DF7BD7D57D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + BD7A9AD16701D70F325BD459BFE44AF0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; + remoteInfo = JPush; + }; + BE615985E7AD4897E9354AA46B0F9857 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + C0DAFB892B9A187F8DFFDC7605267AC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + C1D5E7638AAC5577F967B56242D313A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; + remoteInfo = DDAutoUIKit_Private; + }; + CD3776159D8B061B1BF4907F207BBF59 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; + remoteInfo = DDNetworkingOfAlamofireKit_Private; + }; + CDC433466DBD195DBD9462DECE7E3D2C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + CE9A2B13A7D61648A97CDBC3CB8A71A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + D0257D5FF86EA2063FE05E3235F7B58C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + D0B19222E121C0869E41DD4FE6D87E94 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + D3EC6D8568BD91438F247FAFCE045026 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + D6CAB1244E6A8C3FF70A8FB54D6D67A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + DA8C29A4D4B02FE17825AE3F10F1AF27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + DD750602414AFACACC52F5E0E6AF1CB7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + DE3B1303EF4D646D5392B349EDB82D9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 93FD1F93E0C30B2749BD8A6EC148F233; + remoteInfo = ZFPlayer; + }; + DF3FFE8CEA7272D252A595AD3CEF8205 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; + remoteInfo = "ESTabBarController-swift"; + }; + E337E8EE5CEF9C079D40673D5C70E368 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; + remoteInfo = DDControlsKit_Private; + }; + E5636D25239866B3638601AFFA9A07E5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + EC3B9BB2BF5F0B816C435FFDFC98F218 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A2E6BA6D5360D619D7CABED3467AA69; + remoteInfo = CocoaDebug; + }; + EDB4E18A43C25EB1111F6C02821613B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + F15C61EF1F46D4629B39B427D386D039 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + F3675839F82CA5FE24E96C3BB5426442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; + remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; + }; + FA5127403645F87DF44FD008DEAB6BA9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + FBBC32B22D4AAAF1CAB98CF6B35DB053 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 00085239B86966B3FBACAB1CEC761201 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + 0011A5E14E8B2E251595B207824FD930 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; + 00195730B84305B8088375266455437A /* 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 = ""; }; 00257CDC53E7411DD00B8B7D13C90DE7 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = ZFPlayer/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; - 0062C85BC9459A30D0EC7427F89C85F3 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 00B3218C602DA61FF85721EC58BC1065 /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; - 00C48E8251C7B5272147F5A7A24D0197 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; + 002764D347C52D01C10B86B4AB41C72B /* 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 = ""; }; + 0053E78F2D780B5E88B2CF5945F973E2 /* 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 = ""; }; + 0066AD3B08F2974B300296F28C02DB93 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; 00CCA1156397CACC6B95796D41857CD9 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = ZFPlayer/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; - 00DA901F9E1E2BDA4D4B376E53B266DB /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; - 00ED73F7F7BA779C641346311A139A91 /* 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 = ""; }; - 00F85E2399BACC18E945B5E6043AED8C /* 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 = ""; }; - 012F67C8A13CF5C6786FD9EFF8468C89 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; - 012F8EDB33D65E92A6FE48966990A1D6 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; - 0144269D993E5C4A759EB12EB3423C1F /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 016DD716CBCF46D5BE3E137101126401 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 01ACA89FF509C2DF0DCB95838720808F /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 01AD8553C256C106DE9588A5974B1EC7 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - 01C381936C38E0954A1569279C930759 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; - 01CE0D5FC876AAF840C36B87F3306183 /* 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 = ""; }; - 01D8BDD03BDCE20DC3354D7F3CAA6447 /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; - 01F39DB53ADFDC41465DE5A578A23C22 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 02FC555B8B9023FB2635EB4906ADAAF4 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; - 03171E206F09EB3EBFA128AB791DAB54 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 03286829DF51642402EBF9E0857598CD /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; - 033A1806FA0F6F3246E381E15CE325B1 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; - 0340BD1C00636462ABFEA92B5ADC9092 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 03608C6F24B45B7439B8263C92C9791A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; - 03E0BB918188E0A2612A8B49996EB332 /* CocoaDebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaDebug-dummy.m"; sourceTree = ""; }; + 00FADF3AC2BB52553428D08791A857B6 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 00FC9EB614EA2828EDCE7BBB6FE2F72A /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; + 0111712B2310AA039C335E3A808F0DDA /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 012C540D35A17C88E617ED688895FDCA /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; + 01326343410963E9741DCF8CEEB5923D /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; + 01548F116178FBBCB83B2C6DCA2A284E /* 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 = ""; }; + 01C91A52522BE1E128015443F9794F90 /* CrashDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashDetailViewController.swift; path = Sources/App/CrashDetailViewController.swift; sourceTree = ""; }; + 0207A8E72ED70076D64F40DA85A42A0D /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 021343692A8B30DA6D11C3FCB174A9DD /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; + 021F821B21670EC03376B0AE5B227A72 /* 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 = ""; }; + 022CE583B028556CEC36A442A9594C17 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + 02748AC257F6310852B7DF00337D15C5 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 02751EC1A194D41E75C4AE72106ADD2A /* _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 = ""; }; + 03055BF64422A37503A80402C63DB7F9 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + 030EAE93A4188F94782C22A1D6850A0F /* 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 = ""; }; + 032D20942647365D0955309A5622E8EC /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + 034D6D155E85616017237744FB30D886 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; + 035EA066E4228579138D632B1D0C865C /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; + 037F8BB2E8FF940B6AF02AADBA8B6818 /* 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 = ""; }; + 03BE4E695CF0E2BCE0E5630817A1A2EC /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; 03E7F513009F9EFEF39E8285EE92C1D9 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; - 03F1677A94AB2626C030548BCB141571 /* 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 = ""; }; - 03F325E87D75D5D9F24F9F559F7C4478 /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; - 0418A76CDC9BD87649E673808B984ABA /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; - 0454A92D460E3AF564D890D4E16111F7 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; - 048AD6090B3A9C7777FCBEE9CFC7B3BE /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 0492010BAB30D2EEA5E43FF7543AA867 /* UIBlockingBubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIBlockingBubble.swift; path = Sources/Window/UIBlockingBubble.swift; sourceTree = ""; }; - 053875A576AF7556EDF5F0A3E445AA7F /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; - 057B19B7773B39986068FEC0E44030BE /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; - 059DC4F844A8D2B5A1E05636D873E0A5 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - 059DDF2302B864D876628B981F12C228 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 05BAEED72A80C11187397C46A5D53617 /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; - 05BD18966450D2D049D1571CDFFAA9B2 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; - 05D72A0AA529E143228054B7F81C68C2 /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; - 05D7D703E92970250C28260F4D513D82 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 05FB51C8EB9B22FE11A2B71B53F6F274 /* 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 = ""; }; - 060FA5D91EF706993469069999EBE7B5 /* 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 = ""; }; + 04050C9F25E5909779C1440FEF6BECCD /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 043558E7C08A7178619F95E09B60F943 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 04B2B62833D70A8437C0BB71ED86F647 /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; + 04D2C2C5FB2BFE281B2AD29CF3FEDE0C /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; + 04EAA142C923F99A6F57585692944B8D /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; + 04EEF49620D42EF64B0B47B5096D48DD /* 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 = ""; }; + 04EFC53428ABBF05C2CE5B06233297B9 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + 04F6E3F0DA9043C39BB97560A1F3A929 /* 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 = ""; }; + 052EDF520BD2689576CC0230B6BF7515 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; + 0559C4F8EB17B07B6C8695D4C9100217 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; + 05AB13E08CB758ADC4EBF78C53CD2534 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; + 061D1C5AB70EB92136C622B94085C09F /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; + 063599E53EAE6AD0B5B1697CA6BC496B /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; 063BCC3F948F238EEE25C9FD8D086DBC /* ZFPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZFPlayer.modulemap; sourceTree = ""; }; - 06468694208ED1D48E138CFCFC075063 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 0647B334D5F5DB6083228512EEE59D51 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - 067783A0D85FE3D28A0E5DF90100381C /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 0720A54E96EBBEC9D1505A2DB4778513 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; - 077FD0139C1050B93BD52415686EA5F5 /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; - 07B6D264B5D6F095AF7FD4B417C6896E /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; - 080E02683EF00EB8BF94BCC18C6B7FC9 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; - 081D81209B3148E840517A6E4394D4E7 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 088C09058BB2570EDF78370B12BA832A /* 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 = ""; }; - 088FA362F741E00B911F22F8A3969A57 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; - 0899F205E222F097EED696503EC95B33 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - 08B0C78874F417020E9C65AEB9DB1732 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; - 090C75604849B778E0D986975F451271 /* _OCLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogModel.h; path = Sources/Logs/_OCLogModel.h; sourceTree = ""; }; - 093E05DAF528DFC1DC945C301992328B /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 0965EF557A5666514679BC6CF42A27E4 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; - 09A3A3DD463D8833FED1B2FCF32A9D21 /* 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 = ""; }; - 09BDA859494CD38F4FF32C245697F49E /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; - 09D5B038E80B9BEA81B9A12F77E073A4 /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; - 09E666674B25CA108A21DE386E18B33E /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; - 0A0BF2153D87CFD8C592C29D8A32FBF2 /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; - 0A1DAF920A14A2038788BC7055F8031A /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; - 0A366F5216A82D1C2B1DC19F3E52A834 /* 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 = ""; }; - 0A3714143BA830AD1071BD4C3581D1D5 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 0A549FA5A4330A9BB522D705ED0AA0BE /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; - 0AAC2F5FBAD0E9E0AB9F2F9BCCE64752 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; - 0AB11E82F713F4A6AD5D6014014D7453 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - 0B1089BF060E15350C95BAB2779BFAD4 /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; - 0B99659D48A100CE09B578463DE6EC95 /* _CrashModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _CrashModel.swift; path = Sources/App/_CrashModel.swift; sourceTree = ""; }; - 0C3D3FABA15C97A229B985BCF1FBEB75 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - 0C4D8DA058CC7CE67E230FC2DE1350B3 /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - 0C72C46FDF27DA1E27DA839CD75F84CC /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; - 0C7BCD91092742D70C3651E7FAD191AB /* 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 = ""; }; - 0C7DE1DF1AF659BAF07245945A2D5242 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; - 0CD46E0C9480B55E337DEB1251A4FEAC /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 0D0A32890B215C6B56723FD6A848859A /* _SwiftLogHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _SwiftLogHelper.swift; path = Sources/Logs/_SwiftLogHelper.swift; sourceTree = ""; }; - 0D2BCEFB8CB21FA817C0B8D0D33D4FAE /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 0D462BB1408B8F933F15973BE0429403 /* 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 = ""; }; - 0D648E51FCE079114A32B944396C5BE0 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; - 0DB6D5DE7121405872B2154BB9A3234C /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; - 0DC362C36FAFAC36484B3DB27436DD5F /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; - 0DF280910D400F64F4A506AEFCD701D7 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - 0E859E3B506CB98AE2D8105C62A77910 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; - 0EA35DF54A8FA9B72C4566751A326C7A /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 0ED74D8846C22A14EA82581481E212B0 /* 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 = ""; }; - 0F073010C659AE7CE9B92BDE40A3CA96 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 0F39892A9468E6CF6953E7077AD1EDA9 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; - 0F47D4732DF0AFF1E074A22A26D772AF /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; - 0F99779510ECA1B29802DA720B1F2DAB /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; - 0F9CB8CFF86E395422469CA35EB52621 /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; - 0FA71EADB0E074ED4FEDA61D9C2EFD97 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 0FA9E13D92902D77D1571C793FF58295 /* 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 = ""; }; - 0FBC45798DA90DB820B64C121F1D1C8D /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; - 0FC07736886D676DEC8FE1739EE72C11 /* 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 = ""; }; + 065E2A98AFE12C2F8BF33E13DC63C011 /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; + 066E46ECAF72EB8BDD76C06FC132DCCC /* 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 = ""; }; + 069FCC647CB3B93A9E5ADBF3EEB0B045 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 06B2DF90AD819D84B5A84DE3D4639AD8 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 06C43AE1D7C8D4001CFB5C081AE21214 /* 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 = ""; }; + 06CDFBE1975E12259932D66B8FB43B14 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderSchedulingNotificationService-acknowledgements.markdown"; sourceTree = ""; }; + 072A3AFF709C6CB45B134C3499C5827B /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; + 072F9DA0FD667DFC6CB02BB2CC9C75B0 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; + 07AE42E37D882CA068BCBC87DA252E1B /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + 0847AE3B76C3D6615236A8F2653F11A2 /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; + 0851D879EA45F21CF381579367F1E43E /* 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 = ""; }; + 087209B61C3227458EBB6AA9140A5B14 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; + 08AD6E245CD573B4CF3B1ED732526904 /* 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 = ""; }; + 08B04D533469371C5839543A04C1DA4D /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 08DEC610ED26AE0F945FD874C9F1A0B9 /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; + 08E6684186313DCF3E76743AEECB4FE7 /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; + 090800DEDCDFA80FE07A076C987C0242 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; + 094BF7D78F34A8E2F207FB6D00D0B7DB /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 095A41A997C856A10A916E4E9B9789F7 /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; + 0962667516402321EFD8743CA46A8EB5 /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; + 09747B681E9D7DE5A0DBB1BE144E0C40 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; + 0981FA2D974B7DA1461FCF7D39593F85 /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; + 09864716871E8CAD5FAA2B43B17E45A0 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 09A9D1DEF782509C99DF4364772DBC07 /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; + 09AFF203E7E1FE4EDAEDFEA8EE46DB98 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + 09EB208E553154DF20A962CB0C3D0EEA /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 09F8706FD0A8A73C54D109429170C708 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; + 0A7898A81C9E37F9BF0733807DB78711 /* DDBaseTabBarController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTabBarController.h; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.h; sourceTree = ""; }; + 0A8E43EE0D33A3F0386043EB7E596B8D /* 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 = ""; }; + 0ABA3822DAF2D1795D2D84F92D2FCCD3 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; + 0AC5B9B0DAB99E4DC6D66E94DDA31F34 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; + 0ACA7FD77E291D78AFB25A2C8E68609E /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; + 0B2467CC9A138D6CC606AB48700A9968 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; + 0B46D12528717313253BB0FDBA162D72 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + 0B5BBEBD25C755D77AC345EF4BC6CDAC /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; + 0B7AD76EBA8FDAEE7C5ED9B839B252E8 /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; + 0BB2958F3B606E34E8549FDA584A8CF4 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; + 0BC74F7DE74897E97115F7E46B782C7D /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; + 0C23DE1CBC8A4A019736B07653E08901 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; + 0C45C623825E453DAA6CB10026A7F8A5 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; + 0C6F468D032ABDB97B79CCC743893200 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 0CE9CE86C5541BCBD291BC257074D634 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; + 0CFAD22E15751B4ACA8E3C9AC81FB371 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; + 0D186C5FA2515D4E57A2FF76AC19AC16 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; + 0D25C809D18593D69CFC55BA860B871F /* 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 = ""; }; + 0D6CDB3FD471EFDC79964764B8493F93 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; + 0DB005E2E160269FDACE55E398290AAB /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + 0DE0F32926863C7EC58FA0C4C3E96AFC /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; + 0EBD22BD51E784FC3FEB1D3DD05EE5BD /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; + 0EC7B67E6A41596FD0A262630177B882 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 0EDDB5BE21636EC581687500D5B35969 /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; + 0EE96D74C73CEAA179BDE075562BF433 /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; + 0EF176349EBEE2A8D787872DD3FA4BC6 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 0EFC30EC0D8AC6DB20C5534D85BD3707 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; + 0EFE338350C5CD0EC964DE7137A04ABD /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; + 0FB6A4812821B68B1A6DA6BF1AE499FB /* 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 = ""; }; + 0FB950D2A7C9A3C52010018459F006CF /* 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 = ""; }; 0FC81AB33C46D6A1196C93DDAF5C8476 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "ZFPlayer/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; - 0FDF906576252EE2669C441FBA4A02A7 /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; - 10253C43612CE3253AECC7C78D83BB52 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; - 103F44D92A2A94F076FDACC7CE1701DF /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - 10516A7C7B335196AB4A8973A5A49F82 /* CocoaDebugTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugTool.h; path = Sources/Logs/CocoaDebugTool.h; sourceTree = ""; }; - 107B831B1749A3DB29DBD166DA54B099 /* 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 = ""; }; - 1084A0E13C10EB5B1FC3722CEB7A0FC4 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; - 1092B38E897294A0AAFC10952676063D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - 1133AFCD1A68A47965F948B249CE5E6E /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; - 11446F87E94C8246E3FCD74E7648619F /* 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 = ""; }; - 116A0812D64F17C8563EB280CD9D0F51 /* 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 = ""; }; - 117818A57CB5977B749481559A8CDDA7 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; + 104355BF46125D5DB718605995F7195B /* 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 = ""; }; + 108200C2982CF773D78419268BB4EFB1 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; + 1082C7432ABBE4127485383214E7C527 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + 1095744BA7AF75501E773CA14829EA0E /* 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 = ""; }; + 10E662842CCB8BB7D80D506AC8114EFE /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + 1108A236B3886AC468503166920DB250 /* 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 = ""; }; 117C88403400A6AB1839799080E10082 /* ZFPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZFPlayer.debug.xcconfig; sourceTree = ""; }; - 1190D6CD0B957EC6F2572587E86BC329 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; - 11AA84DC5EE88FD6E906831386FB5FA7 /* 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 = ""; }; - 11C70B1844B9261D19A07CD901D22B79 /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; - 11DBBE6009E7D2AF74D36D8E366E4529 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - 11FCFA0F9D9F265E5A522699830898BE /* _WKWebView+Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_WKWebView+Swizzling.m"; path = "Sources/Swizzling/_WKWebView+Swizzling.m"; sourceTree = ""; }; - 11FD5A5924682F3D2F4F235E5464FE2B /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; - 120A84D7818FECD1A8942EE13DD14BC1 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; - 1227F7489F6BFB00EA1C0FE2A63DD28A /* 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 = ""; }; - 1237965B2308A6483780F74A38C1FB12 /* 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 = ""; }; - 124247FB25C59D3A890A99169EDF4254 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 125671BBD77E83417CBEDCE3F685EF1D /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; - 1276478EBCE5DE4E36535FE0716A3CDD /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; - 12C88EDA706FAFB486549C6811D601A9 /* 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 = ""; }; - 12EBEC43A65154F97C5CB484CC72F88F /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 130EA6E263BCF30A0B2935D78F7B8C08 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 132C8D321FD17260F40DB253F906EA4C /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; - 135B6875547C76B1A29D65AF24265C05 /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; - 1394F840F50F088CC5F02D8BFA0F9C38 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - 13BA6A7F9E6E5433BA84589610F47EC4 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; - 13CD53CB9BC008854E713049B593F303 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; - 13CF1148237B8D752BD87BBFFDDF3BBA /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 13E337520A2D1AC966BDA169E72FC120 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; - 14286DD313445BB5A7BC0EB3B2460E7F /* _FileTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileTableViewCell.h; path = Sources/Sandbox/_FileTableViewCell.h; sourceTree = ""; }; - 14941C5679B49C621A2A15DCBA3439B0 /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 14B7A4251F1248508A9CEE53A9390713 /* 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 = ""; }; - 14BE7DD65C522354C64396F0CABE96E7 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 152D35B1A68C3B3C2BBFE22EBEE2D309 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - 155F90FB75E094BC35848310D13D9FEE /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; - 157D9F9E067FDBC4C7EE54DDA1CDB7E5 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; - 15A48A80FF75080F27C4D20F484076E7 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 15B212DC95B1886A7F74C1EE1AD8328A /* 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 = ""; }; - 15EEECD9C2D897C218E50643B66D74EE /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; - 15FEEC21FBBA82C0939F4D2086E0583B /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; - 1622C8BABD1D40FABFAA79D547DABFC6 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + 11B969A958EAC0596FA0318608CFFA56 /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; + 11BA999C3C2A445AC24FE98A07F5E715 /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; + 11EBD7B10221D72F59F1B37D142AF3AF /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 12083140EB04243050A3F4C459CB1F53 /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + 122DB1ABC168CADE1A922293DBC6D8BC /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 1237011CDF59E7B426AA729EDC979453 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; + 123D31E8104F8F25A83B08179DB76AFD /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; + 12420D8C878EE10BFB76730B7CD6AAD8 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; + 1253B2F24E486C5AE2D32E536CD56924 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 126069DAC6F43B1BFDAA5390529D1717 /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + 12635B7706B924723B0A979BE19CFDEF /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 12B44B006BD58C612E0F86E136C16A69 /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; + 1311A89C439F3F86D462758ECF8BFDC6 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 13718FB640351EB5F4E2AB74183AC8A4 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 13775CFF23ABF4FDBFC2B505C61880C7 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 139A5BEA3A39E44D3ACCA26236F5999E /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + 13B4E318B704CA907F63566C88F1C614 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; + 13C1C97AD53F58526EE540A099D072F7 /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; + 13C209AF8F80EAA0AB0F929BDF95E48F /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; + 13E37849971F07A5DB04C5B32043004C /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; + 14048CEBB95ED638AC8F4189B1C94C45 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; + 14462657A27F270F3EC5BAE636FB4B0F /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; + 144C8B4A054604D33D6C3DE348DC471C /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; + 145DC0B3D78A69465503998D816CF4A3 /* 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 = ""; }; + 1474F6FFF9FB601076F7F8B88ACDCFFD /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; + 148243D848FBBCD24BE81F6AA6027297 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; + 1483696785B929D1424A081BA57C9B49 /* _RunloopMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RunloopMonitor.m; path = Sources/Monitor/_RunloopMonitor.m; sourceTree = ""; }; + 1487F463C7A57A302C06EE8750EA7E6D /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; + 14D3C6C86F22FDE6BD99A3222AF856DC /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 14E7BAAF0B077ECC6478D9CECCB764D7 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 1501984C055C14132F634954D7538C95 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 1520465CB60000ADEA5803AAE7A9D61D /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + 152C5B3610FF4D9225A4E4BBFF9BA335 /* UIBlockingBubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIBlockingBubble.swift; path = Sources/Window/UIBlockingBubble.swift; sourceTree = ""; }; + 15638E502424E623CC06198055F6547E /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; + 156A8B0BC674EAAABC54844E34633185 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 157DEB977A6F98DC95C6CFCF158C35D6 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 158F5C62FCC315802F5E57742F5E2FE5 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 1621790E838B8AFB8DF33F41D71E2EE8 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; + 163024904771E55DECAFF9B479D878BD /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; + 1632CC4FB7ACB0A09FE7D6B771C087EF /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; + 1658591F1E470430800BAC614545DC72 /* 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 = ""; }; + 167A72B5D302A7F19A93FBBD2B4B004C /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAutoUIKit_Private; path = libDDAutoUIKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 17075B86399C6DB935AA08E181723791 /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; - 173584371E0DA0F253976DD9331CD9E4 /* 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 = ""; }; - 1737098B0F9C2A67F408AB5156A7CE20 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 174E3DACA99AF172031E5CF89493887A /* 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 = ""; }; - 178C18A1EE1A4135B74BB21AB78F11F7 /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; - 17A4C0AB67F2DDCED368BBCB8B2F954F /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 17FB7B8DA5F8352A2D8AF8B55C60FF94 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; - 1811B57D885CE4D035CC4DB3EA64B98D /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; + 16D1C4AB52AB0F18DE4501DAC9A3432D /* 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 = ""; }; + 1714280F2E8FB3B37AC6C4DEFDD2977B /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; + 171631374BFAE9FE433E80E7B43288A5 /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; + 17382FA4AC0AC92B0F8C268EDF7BF93B /* 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 = ""; }; + 1788876B15D9E7B8668403422B62887B /* 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 = ""; }; + 1799342F231F7E81BAF643CA4C6F9150 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; + 17D0904181D9227EE42DC95FE58BE8F7 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + 18454CD650C85DD30615651073EF4140 /* 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 = ""; }; + 184ED50B4CD70EAA83B77C06CE3B482E /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 185C92A657E93C1C35ED53DB482C02DC /* 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 = ""; }; 1867ED0683C2B3C3CD5181FAE11897BD /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "ZFPlayer/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; - 186A0D39D062E1161AD60B52CB19C066 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; - 1886B0537C7FE810E8EDD73C586EA9E1 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - 18BE948DD704E2F42370AF6AE5E367E2 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; - 18C6BDFBD33D9209919203CA09C93F89 /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; - 18D5A432A9520CE96BB40FA20BF94A50 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; - 18EC4801CC07766764E6BED0D232376F /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; - 190F7E4873178B1FBD5DBF22D7B811AE /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 191195C9727155A1B8FD355B554C4F39 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; - 191224E5922F1EE7DDA6134A7F439269 /* GPBMessage+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GPBMessage+CocoaDebug.m"; path = "Sources/Categories/GPBMessage+CocoaDebug.m"; sourceTree = ""; }; - 1947A7C209734AD509AD2D3235ECE18C /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 19710492B9C9D393C6D9B17FB0641608 /* 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 = ""; }; - 19A0F82F60353A6F57319131550181D9 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; - 19C8BBCEE9659AC683B1F89E6C4D9250 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 19D26BD7DCCE2C616FAB30068E3CBFA6 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 19E1957CA12EC4BD5D405BA0A7F2857D /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 19F8F42EBBE22844DE9241FE6B2B8BAB /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 1A2453359AF1C54F70DCC3AC5009D536 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; - 1A839A06FB33B1C00C904ACCA6A05C17 /* 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 = ""; }; + 18C215BCE7B6750C33312DFFFA2AFA9E /* 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 = ""; }; + 19315903F720F83840222062FC2B187F /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; + 19526EFB3CF1DE184849ED43C0D930EC /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 196F0585F558617A8925001E14EE883E /* _HttpDatasource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpDatasource.h; path = Sources/Network/_HttpDatasource.h; sourceTree = ""; }; + 1997380CF488762F7207C819B6EB206A /* Bubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bubble.swift; path = Sources/Window/Bubble.swift; sourceTree = ""; }; + 19BF52F9C9CDC4208CA5ABC39FD6599C /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + 19DA6CD9DACD3F16F6682D61D78CB734 /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; + 1A5C9239CF8AE575CA1B7969217F6403 /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; + 1A6987D11B028C1DB7AEC5D60CEF38B3 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; + 1A6F2EFDDDFFFC5F1799C86B531E4DCD /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + 1A760DA7F344104BAC4130482D2A9A8C /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + 1A83E83A21E44801E36B38E70F90E8E8 /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; 1A910660C0BC02E8C630FE027B3C1967 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = ZFPlayer/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; - 1AEDB041F1D7C1149B32D84DAAE769F1 /* _ImageResources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageResources.m; path = Sources/Sandbox/_ImageResources.m; sourceTree = ""; }; - 1B54742832AD5B5F4ABE898DB9D0C92C /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - 1BA66B4BA915756F38F09C3D0BF98A35 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; - 1BBA98AF0208A37441C72EE42F98FE5A /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; - 1BFDFB6146BDCD6BEABF2C7F213403E5 /* _QNSURLSessionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _QNSURLSessionDemux.h; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.h; sourceTree = ""; }; - 1C0400E624E20F1F048088F54656555D /* _CustomHTTPProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CustomHTTPProtocol.m; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.m; sourceTree = ""; }; - 1C1F18FB27A099295D1593E8F991AE5A /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 1D3EF2003F8CD6098981B8D8A52D93DC /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; - 1D5CA039EAB27137354C55935CC9646D /* 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 = ""; }; - 1D78A588DC163F888AD345A85D591AEB /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; - 1DB05F2BCED20A810CBAA62C1BAEDCB4 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; - 1DF1159335EC9445B0EE6953F53FBAB5 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; - 1E013C822B0B828129D340378AC85D90 /* CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebug.h; path = Sources/Core/CocoaDebug.h; sourceTree = ""; }; - 1E0FAA230DB94629C7DA4C61BEBD28F5 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; - 1E1CC6764544EF93150EBE35223EC810 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; - 1E214D9172070538DE61FD7B5E0A77A4 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; - 1E383BDB1AD89DF7B1856AFA2CF34311 /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; - 1E3916328A47D988F1BDE716BD9BAA19 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; - 1E4EC50C936EA81F3F015304D605E948 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; - 1E4EF4AE0496C2B57C970D0B42C3E3FF /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; - 1EC49BC072F97491ACBD7B2C25418E4D /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; - 1EDBD749B5A40A50099EE2A01EE1CF58 /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; - 1EE82E402BBCE8ACAE77118DF105B095 /* 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 = ""; }; - 1F16CE9143796AD795E02BF9159413BA /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; - 1F18BC4874EC2CCFE229A891B32C462B /* _OCLoggerFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLoggerFormat.m; path = Sources/Logs/_OCLoggerFormat.m; sourceTree = ""; }; - 1F7888D5D00FF90BC84F28102CDC39CD /* _OCLogHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogHelper.m; path = Sources/Logs/_OCLogHelper.m; sourceTree = ""; }; - 1FAB5194BF034D626E93979161C6DC58 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + 1AA275FAE2BB4BBCDA3E0E2D26513092 /* _WKWebView+Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_WKWebView+Swizzling.m"; path = "Sources/Swizzling/_WKWebView+Swizzling.m"; sourceTree = ""; }; + 1AAB1C2C885FCFF2FAB7EAB227820F16 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; + 1AEC12A1E3994058EBEF31BA5DDC9C1B /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; + 1B0605D32D41D9C78ECA3148C71A5943 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 1B607A0F9EB5C552D427D2999AF5D5DC /* CocoaDebugDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugDeviceInfo.m; path = Sources/Core/CocoaDebugDeviceInfo.m; sourceTree = ""; }; + 1C1202EBA3EF3B80BDEE28D1D24B0AD3 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 1C493B091F8BB8932C8D0BA365817E19 /* 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 = ""; }; + 1C7A0CB4ABDADF628879C75D0AB2EB3E /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; + 1C963DCE27B0C1AC4D3F88AE388DF894 /* 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 = ""; }; + 1C9DF830A788F85434C2EDB3AA1F0239 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; + 1CD749D21AE967551F779A3002C7FE05 /* 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 = ""; }; + 1CF1FC3DD6C212065B10DFF6643342BC /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; + 1D00D25EBA603D369EEB0C3B409DA303 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; + 1D1C14A756D8CD440ECFEC2219CE566F /* 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 = ""; }; + 1D64D16E59715BAC1AC18BC49B277808 /* 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 = ""; }; + 1D751249F078CE1414BD471C12578BA5 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 1D7BBA0AC661D5E1C4C20ACF96EA55E4 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; + 1DBBB35C53576FAE7652B796521476AE /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + 1E3A4445F6B88B126D679AE1B9DEC25D /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + 1E7D75EA00C68C8EC9529B061EA9B627 /* Pods-OrderSchedulingNotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderSchedulingNotificationService-dummy.m"; sourceTree = ""; }; + 1EC3D80DF4687C093EF72D57E4B50FEF /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; + 1ECCDF91111D22AB20DA55F3D0A96EDB /* 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 = ""; }; + 1EE3C9A97DF9B203DDE7FE3F01B1ACFF /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; + 1F03C62887186B534C4C9238F7A2DA15 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; + 1F23DB774D398FC22EC546A2A3B21916 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 1F36E956C2974A7DE34CA252342C36C5 /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; + 1F69CE77536D09B3A6A4D830133402FF /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 1F7344BEDB7AAC4F5569BF4AF72D2E9F /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; + 1F77255CC8D3E0381412541E687017E2 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 1FA4E7CBDDDC37E941F20AC34C9B792A /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; + 1FA64B1490949141B2610CB400EE2725 /* NSObject+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+CocoaDebug.h"; path = "Sources/Categories/NSObject+CocoaDebug.h"; sourceTree = ""; }; + 1FACBB6C60D656A069365A5E45B780FC /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 1FC4BB17A6F3A80719DB1443DBB8DE6E /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; + 1FD2C8D901E64BA06535DE0EDA471CE6 /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; + 1FD3E2AC2B54BE89F4A624FB75486A77 /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDControlsKit_Private; path = libDDControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1FF7843F76A492E47E30395DD2057AC8 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; - 201FF8AAAAC365BDF15B5FBFC474403E /* CocoaDebugTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugTabBarController.swift; path = Sources/Window/CocoaDebugTabBarController.swift; sourceTree = ""; }; - 203C27514C89003D5D0E62B03AB9DB38 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - 2048444364099FEE8F453BA78FEBE3EA /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; - 205F82DEBA3B04C845D9996FEE80F29B /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; - 2068ACC54FB582768FF185D6625D0234 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; - 208893CD935B10E94F32DF060275E086 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - 209421D67DA3655CBBACE3CA946D7FD7 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; - 209DD29E292A5830D19C67D2920A6B37 /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; + 205130321D69A9FF12D17E1EC94A3ED5 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; + 20615E3BB08D514B15BE2DF8F9F01A70 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; + 209642D29237FB7ED9D0F590B130F978 /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; + 20A474CFDC875BAC8E9EC89F51CD30C3 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; 20B59AA625B59BE16A80AF0B70C53CF0 /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = ZFPlayer/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; - 20E9DDC581862CE4AF4DB9CA62FAB2BD /* Manager.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Manager.storyboard; path = Sources/Resources/Manager.storyboard; sourceTree = ""; }; - 20EB53471C520D1E273F1DBAF61E06EE /* _FileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileInfo.m; path = Sources/Sandbox/_FileInfo.m; sourceTree = ""; }; - 20F30F54F9586B5FB5664349BE463632 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; - 2111FB7A5FD11EFF6EC74E453D093C43 /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 211A50B4EECA8318ADAED83D074917BE /* NetworkCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkCell.swift; path = Sources/Network/NetworkCell.swift; sourceTree = ""; }; - 212BD408E1762B0501A18EDB70A185AE /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; - 213AF3F7D1769EA2EBE91F25444E3F69 /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; - 21794BA823C474980E47FB0B0FB327E4 /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; - 21879AC52A1ED47FE0DEAB0DDCA4EF1A /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; - 21BBB0C9D773B6986DD81C4307F5D32E /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; - 21C19E1364F2FE05D284B9C626CFD03C /* WindowHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WindowHelper.swift; path = Sources/Window/WindowHelper.swift; sourceTree = ""; }; - 21C5704FFD5B33FBD0ABDBEA2A5E2325 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - 21DA82BA32A9C5F61BE4670E77A98D20 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; - 21F380F185008AEED4400FB28CE917AB /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; - 2218430D93BA45B7E5E36127863D8DFA /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; - 2265E0F3F587D97473A249F326C2A354 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 229CD2051FB427B6F00EF3E912EF2555 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 21028F4495F9E6E78FBC9786F369485E /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; + 211C97C7CC6773BAA22A245B1FB6B782 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + 21B01F4F7F62B33FF2291E6BDD36CCDC /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; + 222A365DCA52BBB5D9AA7F8D1DE61DBC /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 22982301729C1DB4549D4E627D1F2016 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; + 22A3B1D81406CF39E88697BA814A4F3F /* 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 = ""; }; + 22A5BA3FBF7ABFEC85D864640CEC332B /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; + 22B13AC5CA4A970274F7CDFA1B1E6A73 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 22D2498EAA8233BF9D3854BFCB3D34A8 /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; 22DB568C2F40BF105F67A00E09CBC2F3 /* ZFPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZFPlayer.release.xcconfig; sourceTree = ""; }; - 2332F485BFA8EFFE7D1788B1472D0518 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; - 23349E0183B016DB1DF6F32ADF2F41B9 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 22DD9D40F6F8E54D95AC9587FAF57268 /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; + 2304997C289639D29FAD5088D39511F2 /* 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 = ""; }; + 231FF50CF5D1855C2FE0E837AF0FFEF3 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; 23497B67ACDC31BA3F0598347B9399BF /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "ZFPlayer/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; - 23607D67307F3C104F0AF993DDC32485 /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; - 2372A7C6C5175036FE7B5DC1EC0F6F4F /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 23A0CE18046087466B2905AA2E037315 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - 23A4D50E849600607DC7CCA32F5D9883 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; - 23DED8941B36FDF74C018EDA1B58E93C /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; - 23EB72A2AE192BD65EAEDF369537202C /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; - 23FBD1C725CA427B3E87358263DA6359 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 24227801FD1B1107233400F6D33A0805 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; - 24242C5990EF5D3077A8158D868A1D15 /* 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 = ""; }; - 2458A524A5D2C93B9199C7A8D50D5085 /* _ImageController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageController.h; path = Sources/Sandbox/_ImageController.h; sourceTree = ""; }; + 2358AF698C49CE67615DE4176D171BB3 /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; + 236182B83E753B81DB16A10AAB673F26 /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; + 238E199508B6D6CE7427FDF917FB47DA /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 23B7FBF2CF187559BFC5CFBE4ED3CC6D /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 2401AE6C60B27D6558FC404A265205BF /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 240464A6A7F7A8A51968AE3BF831C36B /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; + 244CA1D99FAC9A2BFD6D2038CB30EC4A /* 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 = ""; }; + 2464E8D274F116876E5B2C0452BE1C63 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; + 246E68E070EBE0FC90E29F41EFB5E349 /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 2488E27989005F565E35941EC3F4B877 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; 2494FB423FC2303D71E57FC30E17B524 /* ZFPlayer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ZFPlayer.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 24A19A82295B678E519B8588A5F562BF /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; 24B8710F9AC5232F5B7CC0354EDA54E8 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = ZFPlayer/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; - 24CD7D168AC11BE43EB1381D06DDBE95 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; - 24F7A366088E230F6BC71D1C0BBB5B9B /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 2558086F77E47115C3783452F319A588 /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; - 25632555532AA7FD8E50EC1852E130A2 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; - 258D520DB32B54A2FAABE578F768779A /* _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 = ""; }; - 25BA22D5958BA548603A19AAB93FA26A /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; - 25CAD7014EF770AFA1A6D2AF6E11B252 /* 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 = ""; }; - 25D6B63981A97D481D9669A5F2059622 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 260BAC3D80488D20C1343ADB04D9BABB /* _Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Swizzling.m; path = Sources/Swizzling/_Swizzling.m; sourceTree = ""; }; - 2615937927D99423CC74453FBA66B387 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 2634A3238A259B903B2D0B08C111FBD5 /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; - 26601BFBAC416FC510A476190C6F0EBC /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; - 26724F882B079D44374AB167C03B0CEF /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 26C34C8C29ED1872D1FF58EEFF49A9E6 /* 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 = ""; }; - 26D12EFEE9432163046ADFF6486557C1 /* 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 = ""; }; - 26E45154BEA3A1E9C2918F9CC04A7132 /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; - 26F57EC215C213FE1CC37F0CDCB4BEA8 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 26F8C2B04EA804C88EE6E45B206886AB /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; - 270E89F7F3AAE9ABBD414523023B6874 /* 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 = ""; }; - 272D4770253965F1DE5F5E571CC187D7 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - 273E6414F57F0C40E86CB85950FC2E03 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - 27410D305D3ECC9F4E111247301F43A0 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; - 2792E66D9B0ECE6580BC526BC2969622 /* CrashDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashDetailViewController.swift; path = Sources/App/CrashDetailViewController.swift; sourceTree = ""; }; - 279332F0056934C53814298151A59F66 /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; - 27C432FF3F933F75D8ACB769FEC7630B /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; - 27CBFECF21CD45D35A8F99FC6D4A499F /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; - 27DA13E6D21A689049ED2BE7E563FACC /* _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 = ""; }; - 281424EA62479289B009EC923D797105 /* 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 = ""; }; - 2838A02E0E39BF9F007F10615E7E446C /* 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 = ""; }; - 284350F2A0A4562201E232EF9D1371A2 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - 284486C95843EEEAEA2E683036334FA9 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - 2857906ECDB45412AE648E87F84F9774 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - 2884ACA5045D1B28B7CAC24FCE876E43 /* 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 = ""; }; - 28BA9A11975D39712279230B23A2C339 /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - 28DCE8F9B967414DD7DEAED53340DBC8 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + 24F9E3FAE8DD218B05F29FAC79FA67D0 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + 25050C668332F672E4DD8781CDADA998 /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; + 2524276C0B05C10BBD566857E505F7C1 /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; + 257C770311E94F0234F737F65E5444D5 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; + 2584E531DAE215B053136880BEC6AFC3 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; + 25B0477F2CE072DD26AADF0F7865482B /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; + 25FC39D5E840762EF4C3D15F0FF0664F /* 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 = ""; }; + 2630F61AF81F643384363037309A074F /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 2637C5FB016F48341B3F4AA9B52FD71B /* 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 = ""; }; + 2643415F97B430D0264D678AD8398EA7 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; + 26D12015547021C05DC3A0B6DFF6E6DB /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; + 26E2006B1FDAC20429739FBEE951343C /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; + 270C7AB6746DBAB565C4CC45B2EFE56F /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; + 27106EEF0FC7BEB09E997DBF253BD13D /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 271E09A61166AB00F525416643CECDD3 /* _NSLogHook.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NSLogHook.m; path = Sources/Logs/_NSLogHook.m; sourceTree = ""; }; + 27D14CC5FD1D6F16A74BE031FD7A2E13 /* 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 = ""; }; + 2812099E44AC7B53F0DF44C3F8D8A3DD /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 28352BE2438F4919A86E913F1E40DDB5 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + 28668A589A4303C2E0C79193BB91CB88 /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; + 2897B690A8B1FEEBCA7F89125DCC16B8 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 2897D14038547262623105FA9C794BB2 /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; + 28ABA33BD34A7F5C7D2134EF0EC772E5 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 28C6A6A750F28E9016EE8D50FE0D6F7E /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 28E1A032BBE53B354FFA099FB4750438 /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; 29127FC8D58201928F65FC47C03F110E /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = ZFPlayer/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; - 29171FC4906B12667E346E00999D0FD0 /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; - 293029E3073810117B5BE481DE38CCC9 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 2989AA033E69E31EF202203017262397 /* 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 = ""; }; - 299BD6B014514DF4C02B5F0746BC0FB0 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; - 29BCE4317BD1319D524C067C7CCB8EFD /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; - 29D0A219FED9B5CA5F3804843C464B2E /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; - 2A25C0C7FC7B8ED2AB7959E9D25BE507 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - 2A34013D691D14FE91E535836BEE733A /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; - 2A5741BD7134A07EFFF657F748787991 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; - 2A8CAD1292E677E183B2311FF115723A /* 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 = ""; }; - 2AAEE9CBA7A6BBCB21A351B12CFEA42E /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; - 2AD967CBFA1B1ECD33B344FBF3561E05 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - 2AE4AFC0E2EF54CBE7E11CCEAFB3AE63 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 2AEF1D6AE8C71A6A75919CB69961DF2C /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - 2B10897E8E7589B03B543BFE8D4EF23A /* 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 = ""; }; - 2B141E2C82B24CFDED57D497946FD269 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 2B17CFFCA78C56D75F39A61579D14144 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - 2B403225F2321B44614A5DC930A5055F /* 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 = ""; }; - 2B744159FDE5590E018C1D7D11CEBC0B /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; - 2B8083AEA259B53B047BC84087E7A4A3 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; - 2B88A855E756BCCF784D5DE6CF187038 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; - 2B8DF32B4B22FCB0840D9C6454A18067 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; - 2BB0A2319A60E781395253F312C89111 /* 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 = ""; }; - 2BD6E9D4C1013B61D2F4E4775D0936D9 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; - 2BDFF4C82756F110DAD61D6DF089A63A /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 2C0B9032BEEE147FE27318ABB4110133 /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; - 2C0E550430157D7645C4EF226E2C2081 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; - 2C6DECB95BD2ED28938DCB12DB159538 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - 2C7516242A12218F6A5AFE223B0FE690 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; - 2C7C9AC509A095AFB813BF7C094704C5 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - 2C8A9F23888F8BD999130A8142CC3D5C /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 2C99F4DC48C39264370FA1C37B247803 /* 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 = ""; }; - 2D0456AD4009357EC0625C07A31F06AB /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; - 2D0EE05BCD1733730F2588A1640E8B04 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 2D16219C175CF9447DE65945B6A414A2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - 2D3036482FE56FD5F603C57D9EB53601 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; - 2D67B72CE0C585469DD4B6F011EF7E18 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - 2D9C93F316B019D10B01AFB5F283D85C /* _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 = ""; }; - 2DBE01A7A70E6F14A7BC136953484656 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 2DC80999E0C94C2D479DE7C0CE223B4E /* CocoaDebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-prefix.pch"; sourceTree = ""; }; + 29250B8E251EB94150628F92B2CAD137 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; + 292DA9C36E16D77D3ECC715AEC0533DF /* JsonViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonViewController.swift; path = Sources/Network/JsonViewController.swift; sourceTree = ""; }; + 299618895A9808A9EA1032FB34C764F8 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; + 29A91797DDC75DCC749E1AB8D4D814E4 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; + 29AF5C9CD8BF39B37ACF1C272E42D5F4 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; + 29BB2116263C2ADEB17C14F7E1DB489B /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; + 29CA4D50B3EB2929D5A945F27DBBA637 /* 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 = ""; }; + 29CA7F5017637DC8C7392D0D6A83FC83 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + 2A2AF936CBB239663634105825CA2CC0 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 2AB21F8236ECB221359F4700EF44B840 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; + 2AE5A26769E17C371BFC42663697A51C /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; + 2B0AF35D5CA99CFB3B04CA3E4E43DCD2 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 2B49557F2FD1B2AA280984159A50CEFB /* 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 = ""; }; + 2B4A63DBC945B17094B12A0DDEFFE5EA /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; + 2B54A9FEA3CCDD17FF9CC0DD207EB84C /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; + 2B8D3240DEF93BCD0F3A26AEE5CD912E /* 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 = ""; }; + 2B8E9E9E061E70D89C558E3324C7CE15 /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; + 2B953FF7CDEDADFF86687EAD9025A6D2 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 2B960FB292304F2997752E20B29DE075 /* CrashListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashListViewController.swift; path = Sources/App/CrashListViewController.swift; sourceTree = ""; }; + 2BBDF1F007872F40F4ED9BE7DCA13A81 /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; + 2BDA37888227E5DA6805BE9E1739DB50 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 2C04297BE6BD84716FCEF9709625EC2B /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + 2C471BA57A2512A1FC707CFF0D634DE5 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; + 2C724D3D434FDDA179A557F62AB4B75A /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 2CA03E5E75E6660E93497870D7EB60D2 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + 2CD4E2C68B416C5790BA2EEA213256EB /* CocoaDebug+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CocoaDebug+Extensions.swift"; path = "Sources/Core/CocoaDebug+Extensions.swift"; sourceTree = ""; }; + 2D4CDDBB750EE7A2F17DFE157C865EE9 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; + 2D74ADAD156DE572765F323A40F57D71 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 2DB2AD1C7D85D1C7A42BF3F24C291308 /* 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 = ""; }; + 2DC408DD91CF9729DE9CDB5CC38CB748 /* 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 = ""; }; + 2DD7541B28462A45E7CD690FAD209469 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; + 2DE2F9F8CDA4B6AD8D389CECA81820B8 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDNetworkingOfAlamofireKit_Private; path = libDDNetworkingOfAlamofireKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2E05A76E118AA52A91BE045FA403171E /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; - 2E291C449CD15498D041603684A0B4FA /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 2E460684EA326B0DCA3014D237715F07 /* 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 = ""; }; - 2E7554C1D9766A6A749F6E284A9BD439 /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; - 2EA87BBE791E4E718AE591602CACF1AE /* CocoaDebug+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CocoaDebug+Extensions.swift"; path = "Sources/Core/CocoaDebug+Extensions.swift"; sourceTree = ""; }; - 2EBB93F5CB6CFE5AC92B6915D4B1DB7A /* 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 = ""; }; - 2F1B03C376B645370952749E0D58ECDF /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 2FAF3B1441C435A0A27ADF991AD157CF /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 2FC4019B6993B043EDEE9C587ECFAF32 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 2FF4580C603C63EB67EC489826A66D78 /* 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 = ""; }; - 30071D7F7675AED531813B8E5E677C18 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - 30177AB4173FBEEFDD4BE3C8869746F5 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; - 3033AB72C1C8BB05E7C49E0ACDE27B3E /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; - 304CF1B4E58DCE1A465ADEEFD37A06A9 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 305F454BE438D559D42DDCF6025E007F /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; - 3079530D6FB3250B79DBE34846229862 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 307A6B15CE2098A8B3199ADCCE33CEB5 /* 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 = ""; }; - 307DB2436B35F14B936D6C49A2E99177 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 308264C20876950F896D82B65BA066F3 /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; - 3095E702EE4187DFC3CAE7315110141E /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; - 309C2DBFDA03BBAE7EF27D1A292E13A3 /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; + 2E2DEBBA313225DD7F97D83BCA0DF6BE /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 2E4AF0F39FBA14E0B08E36FEECB34D8F /* 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 = ""; }; + 2E5CF5B55B8CDB298463A8A7E33AB4A4 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 2EB100F700BEC78B8228FE476559D0EC /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; + 2EDF241A539BC1B6143449A1FA764E76 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; + 2EFF234D7FFDDD35765BD05956F02900 /* IgnoredURLsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoredURLsViewController.swift; path = Sources/App/IgnoredURLsViewController.swift; sourceTree = ""; }; + 2F0DB189F8E802F40CD6B4BAC5E3BE73 /* 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 = ""; }; + 2F1561E35BD48AC0922C7C212FE57007 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; + 2F243BF87AB45371D428D7B76333D8A5 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; + 2F25AF092CA7F4EA6F15C3E6FE3BDB28 /* _DeviceUtil+Constant.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_DeviceUtil+Constant.m"; path = "Sources/Core/_DeviceUtil+Constant.m"; sourceTree = ""; }; + 2F394F4179F89285C5E032F20F377EEA /* 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 = ""; }; + 2F49E9215D39845C087B8B562B7BCF49 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; + 2F5223F9061C01BE425197A50B411617 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + 2F758A9D925B136B6639D1A34AFC5F25 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 2FDB13FA437BA18D8CF16D005CA5C796 /* _FileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileInfo.m; path = Sources/Sandbox/_FileInfo.m; sourceTree = ""; }; + 2FF9E750AD2CB0D27E9E681C96674924 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; + 301896DFA63C9B9224588BD0650CA8FD /* 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 = ""; }; + 3025A9C566335BA5A12D0386738B6899 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; + 302A322BE568B1C078F4BD1F3BED0232 /* _SwiftLogHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _SwiftLogHelper.swift; path = Sources/Logs/_SwiftLogHelper.swift; sourceTree = ""; }; + 302FAB13D84C66AEACC78E382C079F45 /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; + 30B475521526CAAA8FD941E03FFC56C7 /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + 3107A5706D82937752A110F689E59B8D /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; 313BA2413E18C186F215E2194646CB41 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = ZFPlayer/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; - 31438D21B37501439CE6E505AB884B4A /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; - 3187408084043C4E297AB7D74DB4F131 /* 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 = ""; }; - 326CCADD08243843ABD0B4013C6B04FD /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - 32A0BA73730B1D1E30BEA5EE64F4ACF8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 32A4318D6548A15D9D9E7509228C10B2 /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; - 32C4E4C346C9F8246E438416244F130C /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 32DAECA6C2C37D94DE97ADFB7652199C /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 334DF8B7DAF1C4BE19D2D02AC50B4BDF /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; - 33E987F944A43026771229A5CEC38818 /* 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 = ""; }; - 33FF4DED7CF80099B5A8E6763FBB7321 /* _Sandboxer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Sandboxer.h; path = Sources/Sandbox/_Sandboxer.h; sourceTree = ""; }; - 340E250B033DCDE952E26FC5539562EB /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; + 313BFDE72FB10918220BA54210F0CEAB /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + 31631DAA9EEC8652A814167C208B950D /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 31641863110F883645195AB17FD0AA66 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + 316FA5416336FAC14F22CE1F1826E5DF /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; + 31DF6B50E6DE9BB4607740F35BB23AEF /* 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 = ""; }; + 31E0CD5837738B7F302D3329FB982CF5 /* 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 = ""; }; + 324A0266D047B200EB21F33F982AB10A /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 329DF1246D99A6E6632CBCBE7027B1F8 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; + 32AC1269B27CFCDDB2AA7B3CBB2E7913 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; + 32B600443C63883B8CD143928EE4985F /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 32C9E375E185D193C96142CE58B3CEDC /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 32DA158F1885A4FB06915FC4D644443E /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; + 330BF527708EF0AB56F3AE494B7BAA5A /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; + 33249F758151F8B7B3A787C24BE56783 /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; + 3329A7A4DB4FBA36EC8B52A0B6D88393 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + 334A7DE797A35558D4EF94894B196056 /* 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 = ""; }; + 334CAFABDBDAB11B7CBDB92A7DFC489E /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; + 3370ECB69F3FAA7780F58E2B5F137059 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 33765518798C5DB8EB817C2A48A71EB8 /* 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 = ""; }; + 33D4E35D874F76AB63CB97B7220237CC /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; + 340485E58655C6D1ADAA82E873E9BDB4 /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; + 34218EC1B41D227A14FEB42A7E72D60B /* CocoaDebugTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugTool.h; path = Sources/Logs/CocoaDebugTool.h; sourceTree = ""; }; 343F6F3830F7B1B5BEC510FC0FEBE7BB /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = ZFPlayer/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; - 3450A1EC044AEA9F0E8EE0A75F8617E0 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; - 346E129147F0A18E3704C3108C5D152B /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; + 3468A09D7BBDEFA6820FB01891DEA84B /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; 347C0076DEC0BB5A07137B78524E04C3 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = ZFPlayer/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; - 348CFA6C051BC772403D210690724852 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - 349A6FB82B4993952BC8AEAF05BC8112 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; - 3510B9B1707B7EBC0F1CF6BD71E6DDFD /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; - 35299FA20586740E3804A0E69B9B88CC /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; - 3579F7B591AD2CB04373A7B79766C572 /* DDBaseViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.m; sourceTree = ""; }; - 35A2386DCEA8A0FB714887CE83E317EB /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + 34E016C5BE8B80C2C9D991B28602A7F6 /* 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 = ""; }; + 352668D29C192CEE91C4FE5DD81DD677 /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; + 353FE4D00B8CF1C2F38B2D3D2AA90E5C /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; + 3547138E3A45AAB7DA6B4741B5EC2201 /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; + 355A1469972C9065FCF7F5DA3C6A7443 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; + 3570A3E8C6AD7F7B827FDAE6575C4C45 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 357F1C43F8FFD424F7A5FBC3D3F33E6D /* 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 = ""; }; + 3597A6868966C0DDC5EF692947FCDA56 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; + 35BB3ED811814398DE38785C2520D264 /* 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 = ""; }; 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDProgressHUDKit_Private; path = libDDProgressHUDKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 35D9A32F5A538BF3622E7815BD47A5ED /* LogViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogViewController.swift; path = Sources/Logs/LogViewController.swift; sourceTree = ""; }; - 36181F0DB23FA215C6F02D24DB3787B1 /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; + 35D544FE01174A15DD23832FD5F7731E /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; + 3629FBC0F183C695C59EF1FAFB2F5731 /* 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 = ""; }; 3638708737B9B113A86B5B125252EDEA /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = ZFPlayer/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; - 36511B588A04D2679444A192628025F9 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 3653F7AADB0C7049D390C3CE35C4529C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 3678E017719784301C765CFF481BF1F9 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 367E8C3C25E026FB3602C02ACF1B5740 /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; - 369289F0FE20683A2B176B957F86C02D /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; - 36BA06CDB13FEAC2EE8FB07475581CD7 /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; - 36DB71AEB368874A1113C458FF95E753 /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; - 36E7D8EADDCCB2E47E7B1647A2EEFA06 /* 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 = ""; }; - 36E9FD7093E63CF55CAF03AEBF49A365 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; - 36F9687878009B970826907047598D92 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 3763A73E286A2ADF351EC73A2118D490 /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; - 3783BD25E8020ADC87E2BAE4857BC8C5 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; + 364A2D767B0FBE1053C0752C25D4E6DA /* 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 = ""; }; + 364AF6CD358169C5D31FFB3E313F18C6 /* _BacktraceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _BacktraceLogger.m; path = Sources/Monitor/_BacktraceLogger.m; sourceTree = ""; }; + 365A4052B6E59C09099A31957DE7E81D /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; + 365C66E3019C4B92D15EF87424D56517 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; + 366F859879DAF17174798A6422B9EF5B /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + 37116D272ABED5C97C0E59B5B9D14E47 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 372B6996642B86A1A4E4D365C6E9F572 /* _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 = ""; }; + 372E269A3B1B8F73493062A96BCE3655 /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; + 3762347381519FE8F5EE0D1E0CE1D54D /* 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 = ""; }; + 377FDB0F9BE59888DA4B01872B77AF12 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; + 379F68FC8FF0A37C3322B1639AFD268D /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + 37A1125ED3F518AA7E3FC6CE3512449B /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 380421BF69BA19CF7957464CEF3FD956 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; 3807C6FEBE7FFE10B504C8EE5EB0A37B /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = ZFPlayer/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; - 38293251A508E8C2DEC63578B5DD5AA7 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; - 38A9D5EFE1A58D4C2CC246F250CC6FA5 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; - 38B88A6348569A5AE39158BD2A6D5E19 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 38BD5E79753C750F22F7FE5B29E1E77C /* _OCLogStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogStoreManager.h; path = Sources/Logs/_OCLogStoreManager.h; sourceTree = ""; }; - 38DFCC8B231BA13A4FCFEA8AD1106A37 /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; - 39141ADC743AB6CB48DF376D534AE6A0 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; - 392E1B355EB884E6471917F91F189861 /* JsonViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonViewController.swift; path = Sources/Network/JsonViewController.swift; sourceTree = ""; }; - 3939EBD8BAB2194B144F872609E29800 /* 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 = ""; }; - 394A9117C9A4FF415B135867B05EB33E /* 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 = ""; }; - 394C47842097AED2838BA072275E96B3 /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; - 3982F97D0F26947AD6130B4A360634D5 /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; - 399CEE85A4BC440039D3AA9DE6B84B20 /* 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 = ""; }; - 39A78195882DBB3234438F031AD973D6 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 39AA88A03EC3F304FE1AD4928E8B1A03 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - 39AE99B88A797252808FC9DE79D6F46D /* 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 = ""; }; - 39E980A67B73BC825D7C27AA0FFC9721 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 39F2E56443FC0985FA2837EA19EE685A /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; - 3A6DB0C9F26C9C562DA34E420DCBF9AD /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; - 3A73F663FB1C9A809CF4C6CE92DB5430 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 3A94A232C664536353F93314F8B6EC2B /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 3AD89826D471D53F44EFD47B9FBF2781 /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; - 3AECE5547D768FE15FD14A1755112B47 /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; - 3AED3D0E08A3175E21D4839D019E9A5E /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; - 3B482406DAB781D56F8EA227930A5259 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 3B4CA6428C4977C63FE6225AEF2932AC /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; - 3B7656EFBACC83F9DBACF5F858FEE8F9 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; - 3B7EE03E9E66DA7EE382BD90EC8832C5 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; - 3BDCDE5CD24DF02C762F0EE40E58D8D9 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - 3C26D75E862C7DFF7588403043F28036 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 3C6583A2197E9C445FAEE38422FDA6C0 /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; - 3C9B9B98C85021EDC9DF5DA0B046EC16 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 381FC5F738425A04825AF49F4E5589D1 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; + 3844B6D98F78731857CBEEFFF550103B /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; + 38F1C9F02A30B8428C923B14371F109B /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; + 3907158AC40061D805A51CD56DA8018C /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; + 3918CA5CC326508770C0DECE685CEF67 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + 3949AC85B6484AB3F60C79D8F885BC85 /* CocoaDebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-prefix.pch"; sourceTree = ""; }; + 3959D732D3159F520FB13F0DAEDA265B /* _FilePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FilePreviewController.m; path = Sources/Sandbox/_FilePreviewController.m; sourceTree = ""; }; + 395E9F893E250E24DC05768A16393E89 /* 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 = ""; }; + 396DC84B144B9FE6AA6FF4BBEA9661ED /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; + 398099D921BCBEED5C6F0DA31B8DBE27 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + 39A031A72D88977AB56C32C75D7926A3 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + 39C6CDAD8CA72B52A4B87E9DD0111596 /* 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 = ""; }; + 39EF8D23BB8811016B106398FF898F83 /* 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 = ""; }; + 3A0E00D603C08639DFA612994727229F /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; + 3A159A63FF90A5756613D46DAB0D43EC /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 3A48FE340BA88832AD091A745DE897E2 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 3A661DD74B4C607FDC57AB2939F245D5 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; + 3A9CF94136EE39476EB09D75AA598264 /* 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 = ""; }; + 3AB2785530B705AD077BC6CC48F3368D /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; + 3AB44CEA59872DFA6DA94872F0EDF0D4 /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; + 3AC5B3D96C03474AAC51E2B20EC515FB /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; + 3AF68DE371028C9FD377B304DC9D38A3 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 3B0E62E8D3BBF30B7204D3503141B16D /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; + 3B2C939F4342840A4F872E8469F2A4B4 /* 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 = ""; }; + 3B660079A8671BB45C37B85EC1EAF859 /* 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 = ""; }; + 3B7A1B0F8B4A85D0770AB626956A1B61 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; + 3BAE6577D503BBDB1BE39CD81BF643AE /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; + 3BC4927B21C4D27CBD9A26EDBA75092D /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; + 3BFD8BF3D6040FB540E6E12A763C4F9B /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + 3C0A991AA400F7218D0B7D79A9185924 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 3C391FD7C2EFB3D9363345F7D3C7A785 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; + 3C41515C833D0E835F1C5B51B33E76A1 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; + 3C52CE6A3939877C9070E8FE6C2D3F9C /* 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 = ""; }; + 3C6B88747DBC4DCF66A064B955D9EBDA /* 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 = ""; }; + 3C79A5019389B87903DA01C8E5BF6E8D /* 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 = ""; }; + 3C7B61C1C18A5184F8F642AB3EFC3571 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + 3C9CB755A561B91310BE56375908F171 /* 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 = ""; }; 3CBE580BDBDD64676B6A7A80D71C96AE /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = ZFPlayer/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; - 3D088CF67716E8D720BC11E380204829 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - 3D7B163F667B9D4176D021D9E2BE302C /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; - 3DC3EE79B6E28DA0DD1DA5FD42B9FD4E /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; - 3DDF7C361F9763E176D74A6FABEB1673 /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; - 3DFCE2A56E4A5D41B16CF9211F33330A /* 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 = ""; }; - 3DFF1DDA43E00E2FB3B2858912EB336F /* 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 = ""; }; - 3E0CC5AAB0C84B082AB68777173ED101 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - 3E8E552147D1EB14E954F88DC8115351 /* DDBaseTabBarController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTabBarController.h; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.h; sourceTree = ""; }; - 3EC004A44EC6C246667477E8F7EA5E91 /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; - 3EC78D136F3F8A470D7482E19BCFB66C /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 3ECD769CFCF77254565B896EE44E53B7 /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; - 3F360ACB949FF16B55AD021F55AA0149 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 3CD27A8BFF67162BC239D59EB91BD364 /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 3CDE4B79D4969027D09B2B806D4EE533 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + 3CE261EA88E3F2E746CD8BC4EA7F231B /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; + 3D48A4D0BAB451D9604C9176E2BC3CDB /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 3D4AD382D1DE1C9ED16F7B6E4B0B0D3E /* 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 = ""; }; + 3D4ADB598645B26ABD6CB6ADC0CE3A3B /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; + 3D7324CBD8419273FB160452ECC42640 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; + 3D734A22AA11D3BC219F32D5810FC745 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + 3DC6C2DC8ADB90009F00748B0E47F180 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; + 3DCBD31DD2BE79F27BF7F5D56A309B81 /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; + 3DEE98FCE09C822E6EB909E7433162B8 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; + 3E61CB9BAE0DA7EBFB6EE53FDE1D18E4 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 3EA03AB6502BFC0901B750CBE01B019B /* 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 = ""; }; + 3EB8D50EA83DE86C67F96B0D2B8476BE /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; + 3F1CF64212EC8DED3341522F1CB44674 /* _CanonicalRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CanonicalRequest.m; path = Sources/CustomHTTPProtocol/_CanonicalRequest.m; sourceTree = ""; }; + 3F37E2052DB21D9CF6D73C48E8C8E24F /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; + 3F4AFE6100D6932A9DADBA37302AB774 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; + 3F52D055AE06A9DCC5092A8D47B24EFD /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDTimerKit_Private; path = libDDTimerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F67AAC6444D82CCD85CCDEEE1FE773C /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 3F69352988A17CEF6607E2235E960798 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; + 3F8372D06A960D0D3DB2E3DEDB7EA1C9 /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; + 3FA1191C6B589F99797F8096DD8DFA73 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; 3FA40E7819141FA2A6B27F428C1B99F8 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = ZFPlayer/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; - 3FFD6D19CFF022D0F4AA00AA74386AFB /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - 400B041C18671DFE739631BDBA822055 /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; - 401A089E1E3A73F755768B81BE606AB4 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - 401FC2CC71DC54D6741A269D23316E86 /* 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 = ""; }; - 4039582F365FCE77213C1A9DD3FBB35F /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 40620B541C5CF4FE520C1ED2F9D38750 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 40C00341B494661A58D67A0E07B8F3FD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 40E0095DD226C6410B7FEAE7583BD7EF /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; - 40F93F8E6C413C416B3F5B8745746B4C /* 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 = ""; }; - 413FC6CFC59865D4FDAC7801A517F259 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; - 4183DCBB3245CAFCEE7728EA9EC6BDE2 /* 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 = ""; }; - 418EC1400F244FBD79B3F18E360472A8 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 3FA9D9FEE15FDFD613E92759541023BC /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; + 3FCEC77236B1212699BD49885A098510 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + 3FE99F043033AAE33ADBD0AEC0466359 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; + 40075AE4D7D3C004F0F8C182B1F48EA2 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + 4053F39DFD652386986519663F6E4D49 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 40599A2F57B0ECBDB61FCEA5DABD9C53 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 4070BFA0C2669AA54D85997D2CD8F24C /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; + 407639C6F2614F98344F6AC4FC604715 /* _CanonicalRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CanonicalRequest.h; path = Sources/CustomHTTPProtocol/_CanonicalRequest.h; sourceTree = ""; }; + 40772471A6D334C53EAEF4947E32361E /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 4088095F143D78D1406C997E3212859A /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 410350E724DF0E2F41BB2F4C0E244521 /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 411BE1E0424232551457605BCF03D36D /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; + 412A53FA2DB7DD8AE3C58B33E7922C42 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 4196D359A8D0784C8A63A4C5607EC398 /* 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 = ""; }; + 41A1691C2BE865FFC017905977BD57AB /* 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 = ""; }; + 41B69157076C61EF45AC2C67329B50D3 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 41B6E1FD5893A309284F8120A23AECBA /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; 41B858E531AE6AE607619785C35746CD /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = ZFPlayer/Classes/Core/ZFKVOController.m; sourceTree = ""; }; - 421DBE3C3CC9E2B2B2D8D940EA666532 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; - 425D75A774D810BDB520946D54C40236 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; - 42B02441D09FAF2D03CB8FC0EC71A75C /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; - 42C652AFBFDDF2F8DA3C002719655F7B /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; - 42ED8FB817FE9DA5FD6CEE29379EC6A6 /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; + 41DC2B44A57D2F703C7977131F386292 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; + 421D07F50421A257568E205C2E532C02 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; + 423527DC9A28239F20F7483EC32E6CFB /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + 4268EB11E31322FBFC3A19668281010C /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; + 428B648BF8DD480E28D2039995852BEB /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 4290A2088A07F3DA57407C2DDDA0178B /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; + 4295012D5D1EBB839FECC9E0A513FB8A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 42C733486BC47EB7B6ABE14ABB544895 /* DDBaseViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.m; sourceTree = ""; }; 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDBasicControlsKit_Private; path = libDDBasicControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 42FC0128CC0ADF415645029EFF97E2E7 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 432BC93CFEF940E13FDEED3438CA69F2 /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; - 433CE3D53B70FADC2B60F95EC963A518 /* 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 = ""; }; - 4353AE820D1DD910B59B38094B378A0E /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 43669D53466BB023C6D6644720DC1297 /* 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 = ""; }; - 4394674622E78C0D5B01D1274CC390BD /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; - 43B42C93977358B9EC083C59E8ACD458 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; - 43CBF6284584AFE860C672FF837C2165 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; - 43FA4CE53C37D05B66545B0B041C5360 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 4414137513CA5BE7C7C2B9691B0EFB04 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; - 44168560703D761F7D93E8E635F2FE3F /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; - 448A9841E9519513536209ADD80E359C /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; - 44C1D1D4E44AB8BB81A64EB6F8DE616C /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 454C5CF3AA35F8A63A594931F34E5F85 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; - 45849152C163D24800E6C31BBCCC7610 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 45C382B7E43918DCC8C6ABD0B4C47FB1 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; - 45CC671272BC90068B5324444789BD36 /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; - 4627AD386FD145D07AE8CDEAE994C860 /* 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 = ""; }; - 463EBF716F95FEB858D73F03CE0B5583 /* 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 = ""; }; - 46A0A46742B4358DF1E4EAA4E8D84615 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 46D56709067875AFAB424992218EB207 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; - 46D7CE707D544992FF9E68B0C860FDBA /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - 46F950F23400949154A0AB617CACF8F6 /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; - 46FDCAB58B3E2FEBECDE7E4F3C183B8F /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 470FB5CE4D8CF7E7860B9F5D828B0317 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 475186334BA2112322565084C8456DBB /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; - 475F8510148A0BC39CA06FBCFBCC4CBB /* _SandboxerHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _SandboxerHelper.m; path = Sources/Sandbox/_SandboxerHelper.m; sourceTree = ""; }; + 42F3B714E3C1AFD34FC0889589A003AC /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + 434AE393223D13322300DD043181C248 /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + 43650378CFCBD8352483239F4ECE666A /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; + 4367FA6D1A87345305984E657A3DB172 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + 43AF80AB411957C935727E2F0E52E4AA /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; + 43CE47773D7BEB62E7CF7E0FA3FC2961 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + 441072F0B9ABAAEBF1131BCC7E812F86 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; + 4426FE7BB13C959614D30D603B8DFA59 /* 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 = ""; }; + 443CB59B0586F4684BC71662BAD1F9F4 /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; + 444AE1913B22A9AD9A793F5BD398B09A /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; + 445343ACA6A66670E80BEE26C43BE731 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 447BF01B04E1B0A619C5E391DC114051 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 44A289082AFE522D4807CAD16CF94AE7 /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; + 44D9B35FC3D3A2C957F2E9C45389F695 /* 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 = ""; }; + 44E32E796B6EE484C09779D105764905 /* AppInfoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfoViewController.swift; path = Sources/App/AppInfoViewController.swift; sourceTree = ""; }; + 44FDBBB99B5D824EB9B03C297BAC7710 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; + 454B50D752170D39DC33675BD57B9E31 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; + 4558B8CF1BD18BC38F77972A8B7ABDFF /* 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 = ""; }; + 456EFF224DA4D2A0F65D7650ED537061 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 457DC6D74DD9BF236A6C238165B82BCF /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; + 459D934DDA44914C1D40D3D19ABD7FD0 /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; + 45F5E04506B3292423CB002066A0192F /* 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 = ""; }; + 4619126527AF4B9E3500B05BB5AF20E2 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; + 4636EDF91953D144F850359AA9C9226A /* 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 = ""; }; + 46389B92DA7968DB0242BF645133BCA9 /* DDBaseTabBarController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTabBarController.m; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.m; sourceTree = ""; }; + 465EB567CD99C104B469C43862959165 /* 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 = ""; }; + 4684B9E249B41DB34586DDBACDE79F28 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; + 46BDE6C17885B999D669F01244DF97AA /* _OCLoggerFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLoggerFormat.h; path = Sources/Logs/_OCLoggerFormat.h; sourceTree = ""; }; + 46D213BFF285A8465586A7CA0545032C /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + 46D8A8F6A82B40CE45C4D6460431311B /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 46E94986FE8344E38A750399A87378EF /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 46EFA0F28BF313CF52601714100A6D26 /* 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 = ""; }; + 4714657107949FF8CE5A42CBD61AFD8A /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; + 4741C4038615B419B7EAA542F13C4A82 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; 478980E00140A7CE7382FB4325FEAD1E /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = ZFPlayer/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; - 47916959951939EA4FA659004B055287 /* 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 = ""; }; - 4793A994B1C77F29FB5C1111F4CE140B /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; - 4814CDF0FB94EEC31DF77C1ECCDBFF3B /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 482BB09A6B206B75C5EC50A5A3491604 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; - 484C4661DAB5EADAD81249F2FB129619 /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; - 485941FF752C3ADDDA5B181F11FA4F01 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; - 490512AC5579455C1BD357CF9F299703 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; - 491FB900DADF1CF04733B60BCC3C0000 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; - 492CEF482F5CD3D236C233EB41274302 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; - 494E398D13024FDE137D4D7F6CBF777F /* 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 = ""; }; - 498A42130FA2D2325E36F2C7ED87EB83 /* 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 = ""; }; + 4795FED57AFD8241E544C1FE54331500 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; + 485BCDC07113C6986D24CE8298C444D0 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + 487FFA567BD8D5B8A2428AD1D89B3513 /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; + 48DEC21E7DA7B8CDC9976CB677E5D2C8 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; + 48E42F658846C3EF5F8829A0765B2FA0 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; + 48EEB632DC7A614DE20E893455DC9A0A /* _DeviceUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DeviceUtil.m; path = Sources/Core/_DeviceUtil.m; sourceTree = ""; }; + 4900009F76C44F11CAA412C4759EA38C /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 491164066A9844F0DCAD0AF2BE952B4E /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 491295BFCF28FFC9B649CE48EA980256 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 491E8FDE6146C04106AB878BFC62E894 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + 4941A7853CFD453092AEFB704C5C4150 /* _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 = ""; }; + 495B038C30B51DF5D6C7E36A09C82094 /* 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 = ""; }; 499CDE5D5569981AF7D2160EC56D6EA5 /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = ZFPlayer/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; - 49CC3DD35E46AE44F4A45BD2199C5F35 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; - 4A10611AD52FD4561F39F49B56E9900D /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; - 4A1A7323A2844656DCD480AB605ADD1B /* _NetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _NetworkHelper.h; path = Sources/Network/_NetworkHelper.h; sourceTree = ""; }; - 4A2491578C76013DFC4784B0CE440B77 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; - 4A39335CB9B6B6D10FB5F9151CFF8113 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; + 49B27FBAAC1E40346975966BAC5DCC21 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; + 49EFE153605D5A81EFB9749998BFBD96 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 49FBBCB00A42078B669D4837EB5ADB59 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; + 4A0118B35B70943420A430D3BC158375 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 4A1357B92B970C82282AD5EFDBCC09C1 /* App.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = App.storyboard; path = Sources/Resources/App.storyboard; sourceTree = ""; }; + 4A179BD421AD2A3F2159D9802336F265 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; + 4A19794174D03C604E02333614D4C784 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; 4A6AF21223B24F018A05A4873B47C70C /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = ZFPlayer/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; - 4A764D15F447189C3CAEF8BCC0198308 /* NetworkViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkViewController.swift; path = Sources/Network/NetworkViewController.swift; sourceTree = ""; }; - 4AC1B07A9E27A83E78E0C2FE4A2CD3B1 /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; - 4AFDE96E9A9725CCA200086E7959546C /* CocoaDebugTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugTool.m; path = Sources/Logs/CocoaDebugTool.m; sourceTree = ""; }; - 4B29B8B527CAB1F1FB6C42AFF3D20F71 /* 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 = ""; }; - 4B43A4F91A87BDAE3402EF2DDF54440B /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + 4A8AFA6D1BEBEC3765FD038758CCAE84 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; + 4ABAD1A0F58BDF1393189CC002DC1EF5 /* 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 = ""; }; + 4AFAA1FDC0349F2CB6C9C403F2E178A7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 4AFE12D4432E20A721F9FD8BB00C758E /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; 4B5F2B41A5993D845A431D40A82DB9AC /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = ZFPlayer/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; - 4BEFE36E49792DEEFAD83B6A8D02216B /* 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 = ""; }; - 4BF8DF237813F6BFA5450D314DD0DBC7 /* 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 = ""; }; + 4C048C396EA2DAAEA951DA48415E5382 /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; + 4C0D8935D73AFEE763411962EE4EFBDD /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; 4C16D8C7CAC7C86DD477EABB84CAB943 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = ZFPlayer/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; - 4C30A0C7B09EB03D38CD4A6DD779A2EC /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 4C5DD99FFAD6F582B92BFB9D3E9567A1 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; - 4C7E0D38ECBA019D1BEEDCB76B5B749E /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - 4C91829A101A13CD9330DE9BF116C27E /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; - 4CCDF0754FE0B7D0DA594CB42268DCF1 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 4CDFFCFD57CEE2F46118F1DC96038DA0 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 4CF14F394BCF4D35C70BF4F4318061D6 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; - 4D0B7D47943328910E31D0946765F3BD /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; - 4D2D704B0AD3C471038073E72B372B6A /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; - 4D3C081AF490CE5CA7D1F57D8F4CB920 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; - 4D659F3DDFD9EC0F1BC452E6AE4C24C1 /* IgnoredURLsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoredURLsViewController.swift; path = Sources/App/IgnoredURLsViewController.swift; sourceTree = ""; }; - 4D73E7E178A53B9E4D9B227E5B264DB9 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - 4D7B1421C2987F73450663CB76EC70D8 /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; - 4D9A2D5C5A997A110B4FA99870D6BEB1 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - 4DC2F0637666ECC8D56236D6552BCB5B /* CocoaDebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-umbrella.h"; sourceTree = ""; }; - 4DD976F0669B45BFB1A722D98A9F0F69 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; - 4E357C2A66AABB3ECE290AE4D7E81DC2 /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; - 4E641A9869B67D26ECB71CE612D06C4B /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + 4C5C7B96F908B382A2812F2BF09C84D7 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 4C7C8DE3149B543F333F559DB95BBA61 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 4C93B922E993BEF594C72AD3F72884B6 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; + 4C98077771ACABEFF7351C9F3BF8E0EC /* 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 = ""; }; + 4C9DC20EEB12247D102C17D532FB3B83 /* _DirectoryContentsTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DirectoryContentsTableViewController.h; path = Sources/Sandbox/_DirectoryContentsTableViewController.h; sourceTree = ""; }; + 4CA5E6ABE77AF3AA55DAB5F0355705CA /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + 4CA6CE585F4DCBBEEB48388ABCFE9223 /* _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 = ""; }; + 4CD7AC92E9E0BB4465731A5463B06630 /* _fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = _fishhook.c; path = Sources/fishhook/_fishhook.c; sourceTree = ""; }; + 4CF4D5E4AA00E5D348F94B7325AA8D84 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 4D237B965C8C6807FB196DFA579E4DF6 /* 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 = ""; }; + 4D2B6DF130055A2CCAB715747530D1DB /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; + 4D3457CF863B8AB0CD0F1709E5BA4E23 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; + 4D3D3FBB32C7CA30CCA834CFF221B49C /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + 4DB1274A9FBE896E46A8753AD56F3727 /* 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 = ""; }; + 4DB5D46936B023D7D79990DBF8AC0A2B /* 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 = ""; }; + 4DC30A251B72711115CB3D7E94418B9F /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; + 4DF939E722262087BD12B5146ED97BBB /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; + 4E22F91CCA32455A112808D18C00ED1D /* 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 = ""; }; + 4E30BFEF2BDAA880A55C45E1B05A73A9 /* 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 = ""; }; + 4E455A7067AD7493FCCBF4135C5ECD84 /* 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 = ""; }; + 4EA34337FC6C3E5095AE5CDC2902011A /* 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 = ""; }; 4EA46A509DB66E3D4AAE3F782624487E /* ZFPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZFPlayer-prefix.pch"; sourceTree = ""; }; - 4EAB2D737F4CE980F0C5BE739B98711A /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 4EED8723B81B48CCA341C8EEAF954058 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; - 4EFD847E0201C7BE5FC983F00CB9E08F /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; - 4F3E0C49DBFE02FFF0A7A78DF774DCA7 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; - 4F43EEC9B34ADB68BFB1D2FAB5F57394 /* 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 = ""; }; - 4F68E7601FC2C898F9CC996862D34AF4 /* 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 = ""; }; + 4ECC4022B6804EC83629E95F92172C5F /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; + 4EDDCAC56621EC061EED06C76B7CACD2 /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; + 4F05DF374327C5CFD49F780DB89CB029 /* _DebugConsoleLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DebugConsoleLabel.h; path = Sources/Monitor/_DebugConsoleLabel.h; sourceTree = ""; }; 4F734BB4F86F6962F672D7EDF71F0E01 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "ZFPlayer/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; - 4FE17373F49CC34AD8C7FFC8C4863F7A /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; - 501E805C48E2D84652EDC7CB93BD1D3E /* 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 = ""; }; - 506B9DF07A8DA602DB2D29455280B566 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - 50E0AE0314D6A53E8B4C4B75F95315C2 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - 50F9E45233EBF0A4D34C0E5B809AF110 /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; - 512E6361B0ECC71029EEC2FA9263F351 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; - 5152735ED3EA7674641DF370E113370E /* 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 = ""; }; - 517C35803FB941A3FCF052B8C2CD7D01 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; - 51986CF059E46B3A83C06612FE7409EC /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 51CF07B90D549F769615CADAD4E187B7 /* 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 = ""; }; - 51D2FE8795F5CBDFA49029EE085A685C /* 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 = ""; }; - 5208F15613BC75B1583063083ABA0738 /* 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 = ""; }; - 521C494A9029DC5A1D2EC6E693C2AFF2 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; - 5238D40E7860B4B3B5FA44714C64C915 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; - 5244955517F8F9317A39EE0A9C00BD8C /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 526A3218DFC3082DBC4F2162ED14D039 /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; - 52ADB8CC4656F838A1A5C55A808B7C0F /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 532EA8878718B762D41D8969DEC67C52 /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; - 536958529E6A1D268251027398722517 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; - 536EB57B52B8347A6125E1380B8A1DB3 /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - 537A96113946B170232B57979ADFF950 /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 53A4C7EA22E4A3AE2C4D52D56E67EDB4 /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + 4F8656B9CF9A116B90F7A86FF2B07349 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 5000BC9CDA5C4570236B166AA9367856 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; + 500F546A08F312B66C867F314262920F /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; + 50539D72D9B85AB026F1C71143B008A7 /* CocoaDebugTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugTabBarController.swift; path = Sources/Window/CocoaDebugTabBarController.swift; sourceTree = ""; }; + 50AA4B33DA03C3D50CFE89301146C6E3 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; + 50AE82A5CA9DF47336E1E962CE42DD3D /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + 50D33A2DF0A6CAE66A8526E72D018F81 /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 513ECFF25FA5F27062DE2EC2387B8859 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 5141227188E43EF3E02C63E1360BC8AA /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; + 517820C8F602E3186D139F11EDD215CA /* 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 = ""; }; + 51A06776FDF96655DB2223FD6D9F3B6C /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 51D311128CA591D52BAAA4098F4EA254 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; + 52171E074BB2C8FEBA82AB5A5AA9AB23 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 52C84061E551B48500F06F17C56EED41 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + 52D26C47F693E6AB82A94867267396C0 /* CocoaDebugViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugViewController.swift; path = Sources/Window/CocoaDebugViewController.swift; sourceTree = ""; }; + 52E13C124A6FD1B5574C3B5D7FB3820B /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 536A6C6F00D63057AC52E92EDEB603A8 /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; + 537353E58C786C220CF0016CD72314D2 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; + 53833BC74F15B67022BC312529BA5F3B /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + 538DDEE23268DB0B086CAE5E3B2E735F /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 539D7C52DF52D6C21787EA3EA59E27D3 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; 53F7F7AB35EC8BFE034F730B003CA459 /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = ZFPlayer/Classes/Core/ZFFloatView.m; sourceTree = ""; }; - 5400F8B71B76BBBE3B7EF408CDE906FD /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; - 540C7625F4FA9D5E8BC48CBDA1AF3554 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; - 5473A7786AA8CEFB658AE02D38BB2AF5 /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; - 54B4856B7D4C3A34F03C55F68A64DF7F /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; - 5511045338CB066D200261853A25697E /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; - 55325A966E7866D33182DCAADD73E728 /* _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 = ""; }; - 553883F1A2DCD0263895272720C226B2 /* _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 = ""; }; - 5540B709F5DA40EE5D2C8DE83098D617 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 557D2842314C41EA2C5D8A3C4187C596 /* _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 = ""; }; - 5593BFCC2F68C877FF0454CC85A88D83 /* 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 = ""; }; - 55996648304594F2AFA3AA665995DAC3 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - 55C4D86D0F8EECEC5C572C23E9E310D2 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 55E06D81A004C97FA1DDBC30FD0A4D9A /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; - 561F70EF42DD70C172F8DD80ABBB8FA7 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; - 564091B23DDF324EC811C6D6491B718B /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; - 5642FBEF6D03D7F828F0A9B2DCF2E913 /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; - 5656A84F63915AD09598011BB9096D43 /* 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 = ""; }; - 5674310D6F256C21E8CA4A93A3F16560 /* 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 = ""; }; - 56B4FC02FFD31E2C72A0A97EF811B1E5 /* 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 = ""; }; - 56C88BB2DD822D484093084C8428450A /* 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 = ""; }; - 571F42959945767501ED548C202F68DA /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 57453DA5D7EE84DD06723DBC5C7FF7C8 /* _HttpDatasource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpDatasource.h; path = Sources/Network/_HttpDatasource.h; sourceTree = ""; }; - 57473222C56786F8589334D5563D6E17 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; - 5751F80712FB74888168A3177C78B7A2 /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; - 575D3F761935952F498F08C75DACC3A0 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; - 57733E952B7862D9DC984EE9A9CEB134 /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; - 577955864600B8E9614C61213EE98B24 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; - 5788A424A6B05EE9F99A7BAA3F19AB3B /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 57BC14C6C576F19F40B19B9501352BB4 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; - 57C4CB827011F88F8176FAF294929DF3 /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; - 57EB48C75CDE04BA99550C90E64DA2C6 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 581CF1C9B7015F5E92BE0DB94EF1AA3F /* 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 = ""; }; - 58233E80ACA3C75C245DE5754A1B2694 /* 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 = ""; }; - 582F10FC9CAC1F7369279824EDF1F6EB /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 5853D805A16BD06C4D67C36759FC8197 /* NetworkCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = NetworkCell.xib; path = Sources/Resources/NetworkCell.xib; sourceTree = ""; }; - 58AA381015B057AD7686A9E799772735 /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; - 58C1C6F6157FEC58FB8A7A0387E861F8 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; - 58D9080A8253822BED3E089C7E86A12A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - 58E40B64B936FBEC52F384A088F20F58 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; - 58FC54F6426573CFEAF6CE23A23F61C1 /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - 59397C84AC65CF58364C3A5EBDF12F62 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - 596F3AD10E0A8E8CD0B1075207B5F909 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; - 597DFD19F403D0635AAE2DE327E6422C /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 599D9E46695172A35220A57D4A48F96A /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; - 59A290864B2953AD9A10B08C33E591BB /* CocoaDebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.debug.xcconfig; sourceTree = ""; }; - 59B835FA342A4029752D508DE0369F40 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - 59B8CD527F892070459E0DB0CE97823B /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; - 59CB4BA2FECA28EC00BEDAB278B4840D /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 59D2A435616E9236B2747CC7E7E318EC /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; - 5A155D70616ACA458EF6E529435BDFEC /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; - 5A1E134F1F03DD301B580E4AA5692DFA /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; - 5A3A079A85E37BF6EB0062E9BFB5478B /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; - 5A581964A2C3FE82AF8AAE2D14EFEB91 /* 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 = ""; }; - 5AC58BD76F50D2D076FB6D110255BB8F /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 5B01BDBCF865DAC12FBAFE1BC091557D /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 5B4A7A97CCE0049797106B81220E964F /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 5B531821DAE505D1C97FDCACA9C99DA9 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 5B6D084862EFE728EE990AF27731298A /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 5411FA372B2C8FFEF31994F562321FB7 /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; + 541892824B31F914A64D0A19B1EDBB40 /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; + 544845D0933A72537A55D4CF8F3E9BE0 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; + 54726DDF52072725E178CA048097E3E1 /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 550B9432BFB4616D94B28A390373F7EF /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; + 55251074B54531FA9064554AB1DA97F0 /* _FileTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileTableViewCell.m; path = Sources/Sandbox/_FileTableViewCell.m; sourceTree = ""; }; + 5549B9DF5F019051A946DAB3142520EE /* 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 = ""; }; + 5557072D4679705898E85F13CB9F4B96 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; + 55A46D06818E2484012E72D3FAE7DF38 /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; + 55C057AD8AACA5B9F29D42D322824953 /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; + 55F4F1A678178914B98A8C30FB660C32 /* 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 = ""; }; + 55FFE80E25F450CD60B3EA96E7E25385 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + 5617336F592FD615FAA5D29FE1B5B63B /* 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 = ""; }; + 56399B86E041B0CA6CA0196CCAF92D95 /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; + 56671779AD5231817C9B4F671F180AB1 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 56C196FACB93F649B7E8B8F8837BC490 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + 56E7B0E90C3BA70F455FB96537402436 /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; + 57173938E288F2CEA3E2A89C55471ADD /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 575231FF632C34018DB397A2F7C8734D /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; + 575551663352BA962BE4148CB0244A9D /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; + 577E38A9A6BF9EB43463F828DB4D315A /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; + 57BE55CE9B7D05A92A8F49802F1BC475 /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; + 57EB3E01BA8E445BF57455366FBF8564 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + 58187CF235C04D93B117A8DCB1EECE83 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; + 5890F3836C88BC6EF5BF3D23D775156E /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 58CCF6EE5A7795FD20CF09EADB06F075 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 58D00423E2BBB82B56DFE47E762914D5 /* _Sandboxer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Sandboxer.h; path = Sources/Sandbox/_Sandboxer.h; sourceTree = ""; }; + 58D15456535AB48C0816DE87C968C497 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 595F0983E2DAA47644723687B3615823 /* _NetworkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NetworkHelper.m; path = Sources/Network/_NetworkHelper.m; sourceTree = ""; }; + 5991A746F4BC7C5DBCA4552C798F12B8 /* 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 = ""; }; + 5A1FAEA2B6AF3CB51D0A42DF7CA51AAC /* 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 = ""; }; + 5A24E10558B0F178954EA49ED2076AD8 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; + 5A26DADA01BEE540BF64DA17460ED911 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + 5A2DFA6D69E5D23F625B4E4E7EF5B704 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + 5A41F82EE4DC705A803D16361E88E28B /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; + 5A60986282200D26BCB59A176E7329AD /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; + 5A61A23730F09987FCF27B3CD3D924E3 /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; + 5A9D8685F215C69A9D62906E06E570A0 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 5AB58035B8AA2E5D212742C64AD1F7CC /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; + 5AD58788B9605F4396ABD0BF3F2C69DD /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; + 5ADDE886C96862CEDD2F508EBE7A67B9 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 5B018F3886FFE0120F804E17D7052EFC /* 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 = ""; }; + 5B068E293CF3E2C91EF9701251FA038B /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + 5B375AB6CB83BB8D6A201F36F4765D2D /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + 5B7340396DF576D9BF11939B6B1C6C83 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; 5B74D76532B29E618B6266AAD2C1B9E1 /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = ZFPlayer/Classes/Core/ZFKVOController.h; sourceTree = ""; }; - 5B79A58AE1374CFF5299A9B12AE3639A /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 5B8B480582C4B8F5385203C6B9F40EFF /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; - 5BAAD018A08186902C186125AE292AE4 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 5BF9FEE220EDD00B42AC3A246A3A179C /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 5BFB1B556E74ECF1D7B40D213E765072 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 5C06A1465643CC2363978ABA5B9D7259 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - 5C619ECE9AED93CACBB23D78D005B858 /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; - 5C754CC2F714AF0320E34A2EA1E0DC27 /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; - 5CBD2EF8E718D050A9CDD8638464B2E2 /* 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 = ""; }; + 5BD101BA0F3DF3EF326886B74E83A7F2 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; + 5C26D4B106B232C42A1498B469F45DF1 /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; + 5C30CBF3E591EDE9750A2BB0AE5B63B9 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 5C37C263E6B3F3BB722F07AC12A67B02 /* NetworkDetailCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailCell.swift; path = Sources/Network/NetworkDetailCell.swift; sourceTree = ""; }; + 5CB13AFF1C9FFE486F082FB615CAE0BF /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; + 5CC1CF5641238ACFD29C76D8961E1828 /* 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 = ""; }; 5CF0191F1FD51A0714A5FAB29D3E7BBA /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = ZFPlayer/Classes/Core/ZFFloatView.h; sourceTree = ""; }; - 5D1CC7E64BCBC5748DE9189904F0B7C2 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; - 5D348A6DC3841066B8B5C3FA26A20D6A /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; - 5D444BC2585191286D8A4CEC9B8407CB /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 5D462191C723C87DE468C6D27E5E8C04 /* CocoaDebugSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugSettings.swift; path = Sources/Core/CocoaDebugSettings.swift; sourceTree = ""; }; + 5D49CB34B9549FFF166830A8F3FEC84B /* _QNSURLSessionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _QNSURLSessionDemux.h; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.h; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Alamofire; path = libAlamofire.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D7A6CF0BB659BCF9BFE81D23A5EF0FD /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; + 5D9C55AECF24D1292683E809BEDD4630 /* 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 = ""; }; + 5DA1587E0083C040D03D055FCAD73141 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; 5DA9D9F7B79109B3F127640D90AAF62B /* ZFPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZFPlayer-dummy.m"; sourceTree = ""; }; - 5DF7479F5BD199A78E5468BF29765EEE /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E445738FE6CDB59494A1B777808D7B0 /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; - 5E6D3A40F7BD2474579C389EFC2EA203 /* CocoaDebug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebug.swift; path = Sources/Core/CocoaDebug.swift; sourceTree = ""; }; - 5E9C1A8A8BAB0018AD9DD1D838B4EE4C /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; - 5E9CC350ACD8BD8A5C37F46C22B48B4B /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; - 5EA4559EA4BCFF78BFC45161D99A9304 /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; - 5EAF7B43651C7A6919E81C17C65F2D38 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; - 5EDF7B60006080FB7F6F331A775A2A7A /* 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 = ""; }; - 5F44B62855B85998460F78F4E809C9BB /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 5F4C4B7A48BB07397F9A10BE74380A30 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 5F6C4AD1B268FB8D6E993209F73BA56D /* 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 = ""; }; - 5F6E194E5A5B733704B0DDF689E945AC /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; - 5F991ABB5FA8D336AB6376A7072E0556 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; - 5FB950575B367FA26BA89A34CF7DE0E5 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 5FC015B792907DC2734B9C0FCE22E16C /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; - 5FC0DFA9C75664813DD037F6FF7D7869 /* 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 = ""; }; - 5FDE2EF8E85980182FC22667EA4C90B7 /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; - 5FE15B2C1474DFCE77AE671FF3AEF7C6 /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; - 5FF970453E817282339BAF2446F3BE09 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 600708E45CA7FDBB44BF7FD1E5576777 /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; - 603667EB11321B8E042F1995F73D3444 /* _CanonicalRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CanonicalRequest.m; path = Sources/CustomHTTPProtocol/_CanonicalRequest.m; sourceTree = ""; }; - 6037695EFC9DE267482A6665A9E7CC61 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 60D95A43C8845836DC0E97354517FD2E /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; - 60F1E136AB67F560FE3E743B0537DE5D /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 61057D6587178AD078C970F69FE027C0 /* 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 = ""; }; - 6122C9FA810B8606CD1C362300906D5E /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 615946F65A23A492ED83FEA260404083 /* _DebugConsoleLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DebugConsoleLabel.m; path = Sources/Monitor/_DebugConsoleLabel.m; sourceTree = ""; }; - 6170877861E9096573B7B4E01E4152F6 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; - 619E6B6A5D4701A3123C290FE8D90A73 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 61DC654DB2FBEEF0E8A505F1C7F751BB /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; - 61EF7B23BD2388210C13C0F40E5CB3B5 /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; - 625C31CA50495F7490E22008C2FB3D83 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - 6271DDC416D739E386DB51A02248B88B /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 628102D7F4AE8D4DA71957D2B26ACFF4 /* 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 = ""; }; - 6283639F26FAFDB5EF77451064150AE2 /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; - 6291E8699D5147865705448839109BBF /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; - 629E75CD1861C8C940C16D5E8B887D91 /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; - 62B50C723D2B8ABBDF5BDBBE7A71A4C3 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 62EB69AC41719B8E9CFD30CC7F9D269B /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; - 633570189C871CDA51DD5123F5F25760 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - 63797B471B68416C42259269183709CA /* _NetworkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NetworkHelper.m; path = Sources/Network/_NetworkHelper.m; sourceTree = ""; }; - 63A6F5CDFA5B45F3539B531E7E48D006 /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; - 63B915066C6FC68E4AD1181ED9AD0DFD /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 63BC28F9ABCCB5AFD4FB5D869134A113 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; - 63C94657456F930EC8DE2E6535547C9B /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; - 63D7776F0A4554DBCAE8AEB17991C0EB /* 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 = ""; }; - 644BD7AD863232543D06A38B75D67125 /* 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 = ""; }; - 646290FD0E4474D3716B80D1ADC4FACF /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; - 646EB3ACC988CAC2ABC3B747BD007125 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; - 6477FBFF5DADE616AA93BBE5CB93EE98 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - 6498C02B49E31264F7765A28624A0606 /* 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 = ""; }; - 64E31042CD312505872ED7D6ED9B90CA /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 64F953907FAFD04C590B783588DACBE0 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; - 650179D4A65A9DCE7EA7673BA43BE77C /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; - 652B3CB250086F61D9DCA6013692EBDA /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; - 657F0837C8803DAD66C474670BB8CF15 /* 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 = ""; }; - 65AF25A1282463632CC119618362220B /* 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 = ""; }; - 660F9305CF09577A1929501F9A24C610 /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; - 661BA0EB2CD0CED18B87A28A7D42E2CF /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; - 6622B79315BED935A53D920F939A42F5 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; - 6622B97FD3082F0A941F032413137448 /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; - 662C1D0F6E8546DFD0E9F4A20D84A601 /* 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 = ""; }; + 5E6925C5EBB24C1070216A7DA1490E56 /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; + 5E8E870A1A8CB1F79CB066D1D45170C9 /* 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 = ""; }; + 5EC31CC5E9AADA44EB922D7C9FE5821E /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; + 5EC8F7438ECD3DEC85D183401847DB6D /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; + 5EDBADBA8D70E8F4E86C6C33E66ACE2B /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; + 5EE72B303FED281DCE4501B32C1968D9 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 5EF57CAE4475BBBE7CE2C3053A33EEC3 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; + 5F46A6C5B36C9C426B4B2D65A40D61B2 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; + 5F5945651C0B7F4E31E89701B83BF082 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 5F651C41DA8515F20E4C2CF1B845BD97 /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + 5F6600FC50950140FC8C8AC39C50911F /* 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 = ""; }; + 5FF0D789CCAB849732A40302ED8A2095 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + 60E134ED386E9AA06EB34B3962A7B43E /* 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 = ""; }; + 60F78CC8E18A1AF6A8C7F0B7ACF3336A /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 61189B68445F5DBB2F303C455770BAB9 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 612AE2EF9C0251B4BA33440073E96293 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + 614831EED017C80355E02E80AF11B34D /* _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 = ""; }; + 61B6AC4D700D9594FE0B582071D43146 /* 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 = ""; }; + 61CFA2693CE1C5FB20DEE909EDA31CE5 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 6203826FD66702EABC4229A2AE3F433E /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; + 621A5F62F08CF491ADD743D9F47CBD7F /* 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 = ""; }; + 6228EB94638D65D93A930D4EEF541097 /* _FilePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FilePreviewController.h; path = Sources/Sandbox/_FilePreviewController.h; sourceTree = ""; }; + 622ED98BE51DB5463DEFF0CE26FC44F7 /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; + 6239AD68122B0A6FC710528D9037847B /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; + 62688DC2B29BAB34FDBB036984313D94 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 626D43E2FDF135F68DFE8C64A3AA61DC /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; + 630870E77800ECA7A8FEF1B0CE16468C /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; + 636409CC03AC03138F73234CEACF832A /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; + 6366A358566CC404748DDB8E9B0FE128 /* 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 = ""; }; + 637FA13E4A44F1B2448EDC81470459AF /* 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 = ""; }; + 638865F27B75F1559C3BD863121D71FA /* _CacheStoragePolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CacheStoragePolicy.m; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.m; sourceTree = ""; }; + 63D44FCD34A1B062D487629B88FDBB77 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; + 63FD2C7AC900E9098AF4958B55AAFB1A /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 643C5042E4EE80EF0C5F4669EE059F1E /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; + 6442FC0ED2219CC3EC38FAE469B744C0 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; + 647DD74712EDFE1AFE38AE8A2B2529C6 /* 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 = ""; }; + 6489646D8460336A5A7C07E269D64BD9 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; + 649F3FC0797F2AB7163E7BB3401069E0 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; + 64A0235796C01E5F4EEA83E04608B82E /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + 64F8F3EC9BAAB0DE61217CAB246CD7EA /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 65265593A574B066481F9075B97EFBED /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 6588F15318AEFC76E96F3B72A28701DE /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; + 659DF159A3250CB839A383DC1655080B /* 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 = ""; }; + 65CEC03F332EDDA399E4B7235E86322E /* 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 = ""; }; + 66688685D55C063BC977F2021C5EB576 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; 668787B27569EE41CE1A625CE78D9D78 /* ZFPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZFPlayer-umbrella.h"; sourceTree = ""; }; - 674CA7B8AECAC73B8CD8B4A67B711BF3 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - 67896D0D1A59072C1C5E2A2698BB1D24 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - 678CC2725E07249CF5531BEE667DC5F4 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 67D7C1F6F573B86AC3BB4E7811919E41 /* NSObject+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+CocoaDebug.h"; path = "Sources/Categories/NSObject+CocoaDebug.h"; sourceTree = ""; }; - 67F306F87EFAF7048D5F657E7CBDC29B /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 680397AC4D7DA15C80146410F5713B18 /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + 66982ECAEBE2B38E7571C417D0EBD5DA /* 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 = ""; }; + 66C16BBD918784876389EFEA2CCCC6F9 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 66C4829B68597587FC4BA12176EC2409 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 66EA66452B52CB6B92B6402BEF7903CB /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 6715C8E62C164C41A18182EDF9C4AEAB /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; + 671609D2BFAB66A942245279435847D6 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 674879F3CC8B2AE77F6BFFF0BA22DA3F /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 67529A0F60FA690479AAC5750A4C8AB6 /* CocoaDebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-umbrella.h"; sourceTree = ""; }; + 675C0B536EFF272A5A2692B31259EA78 /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; + 6768401D56F26BE09FE17407898D77E0 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + 677DC412F1E42CA7FD40770B56EE3A38 /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; + 67A8730DA2E65F5B38CDF6BBEDFBA896 /* _OCLogHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogHelper.m; path = Sources/Logs/_OCLogHelper.m; sourceTree = ""; }; + 68266C670A37D89B9EEA613DC0FF3600 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; 682D2D3A90ECD6E5B5B62A63A7A335C6 /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = ZFPlayer/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; - 68631E5856137B5BE489CE1A578E8352 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; - 6880B96FC073AE1753F687745F3C1B17 /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; - 6890B63EAA20F710EFF75FF37640A168 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; - 689FCD68152DB4066D609FE104D38E63 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; - 68AAB276D44CF24BF1E97E84471A063F /* 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 = ""; }; - 68D29690EEDE81304D9848AA90A77614 /* 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 = ""; }; - 69104AE1495F7FFC9DBB26B7A9AC348D /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - 6923811BB660446AD26AF21C22C364F1 /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; - 69822CB4B00120E6A1354AE8D718801F /* 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 = ""; }; - 69A9FC1A4B81BD88BF78FF90D16796CA /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 69AAF483DAC6884784B701F16DA1720E /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; - 69B847878DA5580EC134B46FC71A6787 /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 686572016F4CDDF02664E2F37E617204 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + 6894D17AAE8B5A951CCD612F7CC3CECD /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; + 69035CE88D7AF798727C4F8226C6D568 /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; + 691A0793B7F3E1C7A066E631CAC5C309 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 692452B23E23868F4835C510A3A76925 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.debug.xcconfig"; sourceTree = ""; }; + 695137AAEEA0B082351B2ED2CB0E7EC9 /* _DeviceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DeviceUtil.h; path = Sources/Core/_DeviceUtil.h; sourceTree = ""; }; + 698D65BCB86F1EFBB4044CA1FD5084FD /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; 69BC25304A9853A7B03ED8E48E32EB77 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = ZFPlayer/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; - 69C988C3689237AFD04DC03366B264D1 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - 69CDAEDB05D84225EFF4FD9D409A3806 /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; - 69FC3E7917CAD556296BC9F7C97FEF14 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 6A0027FE4DFD6E25B9D9FF698509CD82 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + 69CED3CD6469A763D93FCE4AF9F0BEAF /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 69D8075ACFACE73D3EC2802778007245 /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; + 6A1DDDE4390292403A04A392F4EF0019 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; 6A311D7DBB05B458B3E1C949116A17A9 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = ZFPlayer/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; - 6A51BA4BBAE4D7EDB2B793BC9A488EEB /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - 6A82CAF9DE543404D2EBAA43B882507D /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; - 6AFC6A98BFD1C601B790CB403FAA75AF /* _AutoLaunch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _AutoLaunch.m; path = Sources/Core/_AutoLaunch.m; sourceTree = ""; }; - 6B0E3F9FCBB6F70B76489C919CEC8275 /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; - 6B308B7E29EAB48554269B3E6232B8B9 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; - 6B4C86832B1832B31CDA24CA2A08D1D7 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 6B4EC3ACEEE62438CE4307208DB29CF3 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B525E8F86602DCA4BB669A9B85D5477 /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - 6B5EBC569B9205D8973001894A24A0E6 /* _ImageController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageController.m; path = Sources/Sandbox/_ImageController.m; sourceTree = ""; }; - 6B68071C9E5BDDD65038B21C7EF993A3 /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; - 6BE8E6251B7A54E955C613BEA2EEFB0F /* NetworkDetailCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailCell.swift; path = Sources/Network/NetworkDetailCell.swift; sourceTree = ""; }; - 6C0EAE7431F3AFF5335F7B5F37AB6F73 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6C123885C5D0ABB2717E1F9EF111F344 /* 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 = ""; }; - 6C17360CD18A26E5C759429B508FE760 /* 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 = ""; }; - 6CA68676AF4D20634F8059AD69A86AF0 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - 6CC45163D0952D61B1215293378B6BCB /* 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 = ""; }; - 6CE650874F0695D483DE2EBBAC4C3FE6 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; - 6CEECAD0101452EEFC8FFD514676EF58 /* 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 = ""; }; - 6CF00D301E69083E04F1E7AC9EE12B69 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; - 6D15068FE19FD823E52051B724BA90BF /* 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 = ""; }; - 6D1A07C585D97980D725C454491EE563 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; - 6D5A9B50EBC4E8A4B0373CC2AD822143 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6D788D0F57B401DA1AC282275FE7151B /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; - 6D7F6523E2D1732FBD5A325474AE88DA /* 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 = ""; }; - 6DA16832D633B89AF52CEC0801F4C1E3 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - 6DBBB51E2ED734EE913EB1850FBD4466 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; - 6DDEB7AEECFE20AAC3B5916DA0E55F34 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 6DDFA51363BEAF947BB0BB3E669A069E /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 6E15219340117107A75A152D34C98CE3 /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; - 6E17C4BB0CEB42123E560EF70EE2A77A /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; - 6E5336AA87C7AA59876B2F5FF70BFF83 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 6E5377686CB39B974DF453B49BA3D435 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - 6E540E82BA3DE1A2EBFC949646795948 /* _HttpDatasource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpDatasource.m; path = Sources/Network/_HttpDatasource.m; sourceTree = ""; }; - 6E7ABF66BB942C102540BB131EFF7BB8 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; - 6E7C9996BF801C67E2385792CDCADAC3 /* 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 = ""; }; - 6E909F1198BCC333B634C9118C015DFE /* CocoaDebugViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugViewController.swift; path = Sources/Window/CocoaDebugViewController.swift; sourceTree = ""; }; - 6EA0A1E4938E47AC38377E31A7594773 /* 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 = ""; }; - 6EC928BCA4CF5A500505E824C706B6EC /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - 6EDD610AA1E4071BCF6A592C8123ACA0 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 6A514A858591D710388C21BA55B70095 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; + 6A5C9DBE4792ED2FBE5D419E6FF9F254 /* 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 = ""; }; + 6A623C4810F2A8A09CE5E208F3CFD696 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; + 6A627C6D3A0213EEC70BA9B856C6AAC0 /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; + 6A68B8BBB1AF1A036B15DBCAAD922AA1 /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; + 6A890C8C8BE8AF8422E89D337C302078 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 6AD238A58CBD941483A8509AA8C22237 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; + 6AD388DDCE39854FF56407B815AC3C3E /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; + 6AE4CE27CCA45ED0FAE69E8ED97D8595 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 6B0850BF4610975CDD36A3FB71A2AC6B /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; + 6B13B037EDC80DFC1F67DACF94F75BF1 /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; + 6B7AC1E78BC870CCCD2DB36FF6D27EEC /* 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 = ""; }; + 6B98D69D264A8B0C9D58A2B174C7DF90 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; + 6BA5CB46AFDE8F9C68D6DB5E777E1E38 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + 6BB6294F61B25B9927408AF581C6D8BE /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + 6BEE17926962B8BA6BEE8CFE127BEB7B /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; + 6C40BE4B96ADDD9A8037FA6E6C52D883 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + 6CCB27E374704804E43DC8DE7BB8901D /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + 6CE57080146CCCF3348C83AA82527076 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + 6CECA1A13B1C670229E544F1D86331D4 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; + 6D11E65B936BFA058AE72437E4E285D6 /* CrashCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashCell.swift; path = Sources/App/CrashCell.swift; sourceTree = ""; }; + 6D165AF83800D1B081EDFCB1E710CD1F /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; + 6D4CE960A7E78CBA3CEFEE9B2F5660E1 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + 6D54F3ED972D7A7C3BB17923CCA2C2CE /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; + 6D66D7BFC77CBC5B512428090394B3FD /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 6D8E9B1BF476DDF98E0B1892C5A6AF38 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 6DBBF28C76D050DC1000459EAF41B0AE /* 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 = ""; }; + 6DF3AA1CD86F8AFFD014007E117B48E4 /* 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 = ""; }; + 6E09F8E7A2A5468DBE1FAC19BFE09413 /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; + 6E232F6C426E14F7C7D5327C3BB709AE /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; + 6E7D6BD099AF5853021BF134BF298257 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; + 6E95D4A65B866BEF3AD26F4A4C44BDC5 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; + 6E9B2F113AAF661CECE2556D6D7AF9F2 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; + 6E9E219C582C0EFC19241E27D7F168D7 /* 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 = ""; }; + 6EAF476D576B2A79979D37B88B0F68D4 /* 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 = ""; }; + 6ECC8EE822E87A01BC46EF885AEF757D /* 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 = ""; }; 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDMAMapKit_Private; path = libDDMAMapKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F08E7EB40E770FC6C2E37543E229704 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 6F0C75512BB544B4C064D4A8BF1D0258 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - 6F42B4B5F2B26F38C213D7D7B1D36490 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; - 6F5FA1AA501ECF6033F0C76FAF1C9FC1 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6F91B27C735B6D3944F14311EFDC7A3E /* _ObjcLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ObjcLog.m; path = Sources/Logs/_ObjcLog.m; sourceTree = ""; }; - 6F991FBB3570647570ED5E4FF989C5B3 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; - 6FA1C66C04505415C8DF026D48185B14 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; - 6FEBC4C791F3F8B2ED6A2F7CDF03E612 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 7001EDA0D57DB9B162E342748A5AE7CC /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; - 700618E96F8CD24018F442060555048C /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - 70079E41CC776EFDCF5E27FB9E84873A /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; - 702DCA49EDCF2FCC99B456931E7F55EA /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; - 70A62EC8E329054619400D026A70F229 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 70CA5E656F9ABF3E35376B86C1EC29EF /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; - 70CFE6A2F7D567D8E2A9EF8C91C19723 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 6F4246529C4EF6E829ADB01A5AFAD894 /* 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 = ""; }; + 6F7C07EC471EBB02A68F1D6D11470FDC /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + 6F8D058276F6D73887570900E8B57C57 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; + 6FC31CDE7D272612CF03859F14BFEC51 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + 6FEA52465657FB94E71F45D152273420 /* _BacktraceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _BacktraceLogger.h; path = Sources/Monitor/_BacktraceLogger.h; sourceTree = ""; }; + 6FEE35145B0C3E348CFBDF42EC62651D /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; + 7003C0527E908FB4381D4505668EF0B4 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; + 70088982C8CC8460898F3AABA035F74F /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; + 70405DFDBF09ECB8286E187F37C2173B /* 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 = ""; }; + 705C47BED0CF532D09D3BBE19559C79B /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; + 7066AD6620A5050115F538A1B3278951 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; + 708AD840B84CF7E700764A74A0E80872 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; + 7090549CB55A7E7E9050A0669A4859B5 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; + 70B8B8EB485BD09416C1A613CE9FDF0D /* 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 = ""; }; + 70FD69C273D0A5BDB307B1495F77996C /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDBasicControlsKit_Private-DDBaseViewController"; path = DDBaseViewController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 710B67B0F4998788295EE1527B469120 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 713BB6B2DC17484A5533C3238FAB5228 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 713EC9BCF11CFE5AA866C1A230EA2FFC /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; - 716E6B125C1A02A9359C6D767ED1A6D6 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; - 719C2752D4FEBF814DC6C2E54DA310B0 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 71B4A859140D7573E40F828EB36B7908 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 71F0CD0A9FB050DF4AEC40633A20D5DB /* _FilePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FilePreviewController.h; path = Sources/Sandbox/_FilePreviewController.h; sourceTree = ""; }; - 720096C21236BFBD1BF9C8C037898C5C /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 720E83BA503C651A7584867627A26327 /* App.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = App.storyboard; path = Sources/Resources/App.storyboard; sourceTree = ""; }; - 722E0C74F8E5271EBBADE4C7F3A0FD4D /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - 724B625D903A6429CCCDC2C53E060668 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 72599292075D0A540D55A1E8E1C5A327 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 725BCE475EBEEE6FE36435A40927A904 /* NetworkDetailModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailModel.swift; path = Sources/Network/NetworkDetailModel.swift; sourceTree = ""; }; - 727574CA87986921A6D8A74E0FF1615F /* 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 = ""; }; - 7278147A0AA2E916F9CF093D5D592FF4 /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; - 728085DA7F33239084C39E7DB491DA94 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; - 7285511C4EB50A521694EA28EB96E46C /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; - 72BF225DB8B7FEC594F95C45BA35334E /* _DebugConsoleLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DebugConsoleLabel.h; path = Sources/Monitor/_DebugConsoleLabel.h; sourceTree = ""; }; - 72D534CEEB3ECA897C43BF46739559A4 /* 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 = ""; }; - 730642D7031B15384A4CF336EE7F61F1 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; - 731DF5E564C6009BB52CEAF07B569FAA /* 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 = ""; }; - 7321B2BE3972387CF54536B46A63AB4C /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; + 711431DA43140BAC13B08490353E56A0 /* 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 = ""; }; + 7159F6464BF2853BBBBA3CB268075F1D /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + 7175390D71343DCEAB69EFEC448328F8 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; + 717E8D6502BAB8185D938D897D559A93 /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; + 71BC48610295D2E1DFAFD0749C48F4ED /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; + 71E49A1CA0EF6AE283F03D07B3BB4405 /* LogViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogViewController.swift; path = Sources/Logs/LogViewController.swift; sourceTree = ""; }; + 71E5A8FD0ED46CBDAF58331B9D47CDEB /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; + 7248DDEA7E41821AD1584C8DE0429B1A /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; + 725230A84A324B689F36207242EAF14F /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; + 727F8E7A494BA569AE4094B683A77574 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + 728C72477573424C3A1480F63F5111C3 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; + 7298AD80D627E3483C9953514B7C2EAA /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + 729CF33D3AF4FCBD188FB6C0ABE783D7 /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; + 72B1096EDDDE52DF593738FA6BABA90B /* 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 = ""; }; + 72DEEB2D414931E4558AA5E1562D1966 /* GPBMessage+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GPBMessage+CocoaDebug.h"; path = "Sources/Categories/GPBMessage+CocoaDebug.h"; sourceTree = ""; }; + 72FD2361043285133419CB84B103FBDF /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; + 730A836D8D9E1D1326C0ACE3695727DB /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; 732D127F9888E847605A93115B6FB2A5 /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = ZFPlayer/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; - 742C4F35E40262C02E9B397016C32EB3 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 7463DC95E1AE19FABC7F78B01D833242 /* 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 = ""; }; - 74917FCF53E18C022CAF54A6A6F9D887 /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; - 7494AEAEB4442B28DA58EBF5913260BA /* 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 = ""; }; - 749D8A8011EE937C2558DD61362F73CA /* _QNSURLSessionDemux.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _QNSURLSessionDemux.m; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.m; sourceTree = ""; }; - 74C9EA586776792F1C81E834558E3319 /* _Sandboxer-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_Sandboxer-Header.h"; path = "Sources/Sandbox/_Sandboxer-Header.h"; sourceTree = ""; }; - 74F70D270D677D9C1ED63FA0094AA033 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 74FF52C3D39157A13920CFC8C6B10D5E /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; - 751E353542FB0F06F96FC649DA4A45EE /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; - 756F4A83E5523D6A91CCBA199D0ACD37 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; - 757F94B657B5D14DB967186549AF72DF /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 758022EC0FCD2B72ACF52C7D32DBC028 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 758A48DEE27DDF6AAD74BAB29A634E34 /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; - 758DC4F795A503A9254EC3DA18BAD2FE /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; - 75A693B9DC7DAE1EC4B9A759C044737C /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - 75BE87B3F6991B575D5CB98EAD157F1D /* 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 = ""; }; - 75CCB81B20CB9A47768A3F21F30DB2F2 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - 75EB9AC77BA97D93B70597C0E01C6B76 /* 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 = ""; }; - 75F83AC2EBA9CADB74B5F2D78FAE26F7 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 761CD2AF7C4609A944CF775956D29CC1 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 76704A168A519B5DD9FDCAE7A4BDB0B6 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; - 767E9C5AC2151B89EBB26AA0A33431BF /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; - 76DB9795BBE792DC6979BA36E151A4C9 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - 7725D391211EE469110BED2E124D85EF /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; - 772DE766D5650E85C638027088A232B5 /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; - 7791B1A23F41DD8FFA1416D558C85C26 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; - 7795A738F6FB0FE86AEDE5D0487244DE /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 77E30E4BEA319F547EAEF74EAE0AD48E /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; - 77F1E0490A9478DCAF24F50DBA662520 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; - 78033E012CCDA021DEA18549C2FF7130 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; - 782F634740045D91EB17D9EB1B778461 /* 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 = ""; }; - 786B816F47CAF148595A9ECEE930EED4 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; - 78A5BD13982FF2EC8F858BA1DA666789 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; - 78EB90FEC825E9EF6E55876809C2CEC7 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - 7910984455763F0F80ADA7A0698B586F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - 791AF6220552D74651240D469A11989D /* 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 = ""; }; - 79755531827D1D079B1C4071DDD501DD /* 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 = ""; }; - 79A5543DFAFE1F7E3E77472E9B38C4F9 /* _HttpModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpModel.h; path = Sources/Network/_HttpModel.h; sourceTree = ""; }; - 79C6A4E9EE63C0123904A459D599851B /* 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 = ""; }; - 79EE6894F734C9A175435AC20637AA74 /* 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 = ""; }; - 79F3C1501BE2DF98D9FB7BE3F1F40524 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; - 79F461A36E98EF1DCA3ECCAD38276765 /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; - 7A1699CEF0EC74C2B0460326F2D0FA5A /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; - 7A39E0A956BFC60C2C1F1F2159C69E3D /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; - 7A720BB6CF55E5F7974D1B1E36616313 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - 7A7CF64C6C47083DA2E2ABC6BC9E6BD2 /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - 7A8AC2D692C14D0E558BAB3F1215A1F7 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; - 7A91512E2837E4983CBE42BCAD4E6BF8 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7A96B6F361792D931DD464EF46613195 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; - 7AA1FDB76A1EB7D344ECD95F552EAD6B /* 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 = ""; }; - 7AAC749EC6E26B629FE2CC42641696B7 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - 7B062B012FC5C3F6512B8ABDC067CCD6 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + 73BB4790DEA59FB4F361FCA722222167 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; + 73CEF43E8A39C3396B0F0930CC913ED0 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; + 73E16EC3055C84138E037C5DAA0B0E78 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 73F02D3ABE9263B051487F54451FAD51 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + 74101D926E1469B58076F50C3D4A9E2E /* CocoaDebug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebug.swift; path = Sources/Core/CocoaDebug.swift; sourceTree = ""; }; + 741FC80F0C99A76838F0A3C4C06C2B9B /* 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 = ""; }; + 74B3A291399A6F8D2CC5FCD58BC1DBD8 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 74D6B9C134D5B6C3A248619D6F261734 /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; + 753EE6074BD8B5EA7E0B2413A8EFC021 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; + 75942173B4AA60DB3FCC282FC5FA277B /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + 75974171D1911468515EA5FB32C4CDDE /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; + 75ACC6008AF586A8DEA1840AFBDC4B16 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 75F00C4A79CAB3A2A93FF4FC94E23196 /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; + 7658E3C5A918D1EDF10FA0EF8F5ECBB7 /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; + 765CA56BAFC8BE7775BBFBC16B2EF100 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + 768FE4569C19A3109E4D22003409CF9B /* LogCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogCell.swift; path = Sources/Logs/LogCell.swift; sourceTree = ""; }; + 76C7B84F5A705D5A447E45E87815C0A4 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; + 76F9F111CCFA61759348B66294978E11 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; + 772950510F482B8B86D25F9EFC1003DB /* 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 = ""; }; + 7738ED7E76FEF83905D055EAEDF4C306 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + 77797A318DFF0A36D5EF9D18B3EB3264 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 77AA9360348BA2C95114E29F85A69E85 /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; + 77C424CE415DE5C56E125EC0E24FF345 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; + 77C780A8A98EFBC49E040E8B3B9FFD3A /* 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 = ""; }; + 77D2B4F0C598F5F1ECF44EB76BC4D194 /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; + 77DCB6CA884A3A5A9AA01AB76F251EBE /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 77F4625CBBB5DC75BBB33BF26EBABD8B /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 7813732DE8A9F5706F6BAF81101043E5 /* 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 = ""; }; + 781571645372B0EA1859B033F3D8501E /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 782C5E888064B0C0711365E508720554 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 7847C4AD7B018943FCCAB442AF63B210 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 784FCC80A105A86AB6FE7106D4D2EE4D /* 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 = ""; }; + 787ABA6CAD61F7EC8AEF474FAAEBBD29 /* NetworkDetailModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailModel.swift; path = Sources/Network/NetworkDetailModel.swift; sourceTree = ""; }; + 78CEC97D4D7024DCABF270A8F298E9C0 /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; + 7915B4110A3201C6E738A5741FC34CBE /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; + 79266511F283A37052B01AC06A8F5092 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; + 7964D5BBFE10B01A92FB65C34C739516 /* 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 = ""; }; + 79691809A7515BAB1EA978E270D477A2 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + 796BB6AD08035F6ED41E9280B8B59189 /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; + 7981F3C790FDA1C8D91E56776C4546AE /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; + 79A007230B0950235BE6A0AE1F58223C /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; + 79A1D6FF763D4239862D39A55B03B981 /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + 79D85C09F4F80807B0B2038AAFF32B48 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 79DDEC2D81027B8F89500BD3C1A67547 /* 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 = ""; }; + 79DF77F4BAFD8D184A09B3500351F728 /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + 7A183EB90ADF323D672CB34403E61735 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; + 7A35F2CDA65E544F991B3F0A6776A08A /* _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 = ""; }; + 7A74632F43EA3445C68EC4894ABA21DC /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; + 7B0DC0604A2E6D7B6ABC159356E37F2A /* CrashStoreManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashStoreManager.swift; path = Sources/App/CrashStoreManager.swift; sourceTree = ""; }; 7B1658EF88CA595AEA0831619F2E5916 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = ZFPlayer/Classes/Core/ZFPlayer.h; sourceTree = ""; }; - 7B275FEB01885C309741447C54DF0D83 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; - 7B2FB86A03C3BECE59F6E526DD4DD1C0 /* 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 = ""; }; - 7B34A9372F96F5DF56C655A29C90B128 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; - 7BB16CB4080769F16575DAC0B67993D5 /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; - 7BBE9EBBDC4FFE5E84EAC451C45134A8 /* _HttpModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpModel.m; path = Sources/Network/_HttpModel.m; sourceTree = ""; }; - 7C1E19792AF590E001092905BD8EB57F /* 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 = ""; }; - 7C49D5A012F09061719657BC9833506F /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - 7C53A59EB512612E657D64E6171A5A6F /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; - 7C58E7D0564B11E4865DEBC422D12A1E /* CocoaDebugDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugDeviceInfo.h; path = Sources/Core/CocoaDebugDeviceInfo.h; sourceTree = ""; }; - 7C9B4A5532109D109E11797F9E0B8E79 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; - 7CAC69E2C54FEEBB59252EA362B67889 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 7CE1A775AFEDBE083360D990C8AC2C4C /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; - 7D0A768DE3645C424B70150E9BCED721 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - 7D134BE9C856920D8B40EEE9815B2332 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - 7D2E67E24664B26C9393E729E2F2EE6A /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - 7D90DE0DB28A82A2011E5E9BADA3EDE3 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; - 7E423B10714669CB357C97242F0B83E8 /* CrashLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashLogger.swift; path = Sources/App/CrashLogger.swift; sourceTree = ""; }; - 7E71F263E9BCFC549E4278A5175A9ECF /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; - 7E74062957DECF45F3806CAAF12B9D7B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 7E7E990EB3644C3D21F4D4449B672EF5 /* 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 = ""; }; + 7B2B95F7F63892A8685E31D74CF4D3FC /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 7B7BE885FDA900E629F32B5C3CFD8D78 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 7BA94BB39B1FD71B282FED6A1C0CD56A /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; + 7BD325A592921BB9C1EB98F1090D0886 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 7C01AECA86EF24FC9BE590AF588FB4CD /* 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 = ""; }; + 7C74CFB8EEFBAA1C5A8E57660EA35BFA /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 7CB82752AF682B37271455F5F85ED7F2 /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; + 7D026AC02D144D337431A80C70050106 /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; + 7D0B924F482A9600E5C4EE8C2458F4D3 /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; + 7D1F0AEBAD1B4935ACCA118EF3D9BC29 /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; + 7D2BB4CC1B9C72E091A630929CC98D34 /* 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 = ""; }; + 7D6EE9FE0C48DF9098F0F844B5A8A014 /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 7D7F81A7C4EB0EDED2B95597683CBDAB /* 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 = ""; }; + 7DC89DD9BD9C6BDEE2190FAFFD760AC6 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; + 7DDB1AAD6B5589E7D37D2C88224913BD /* 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 = ""; }; + 7E02D221BCF73BDE49106615898F8F66 /* 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 = ""; }; + 7E17FE89EC8CB9F69140550F69969438 /* _CustomHTTPProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CustomHTTPProtocol.h; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.h; sourceTree = ""; }; + 7E42FFF7AE23F877AD34D9721DF9B1AD /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; + 7E4558F2B1F01F484B86000FE18717BF /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 7E4EF822909D0768B019595C09006A0F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; 7E86E34E8835F13A9AC605275B4D705D /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = ZFPlayer/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; - 7E8FCA5EC60E523AF5C97954E1F46C95 /* 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 = ""; }; - 7EC04AEDF689A561AC4E1BBA9C2670B3 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 7F0A9BB690A91B6BE848B5516840C5FE /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 7F0ED795AA71B26DC852B66B0E952B25 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; - 7F3C240B8CC2350DAAE26010353CFBED /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 7F83CD3FBEF002B11AE6CD5D30D6D72E /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; - 7FA335C1C3ABC0B4935472E124D27934 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; - 7FC8E1E67B56E1BC741287D54FFC36E4 /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 7FD90F6906622C4B7443A519508AAE07 /* 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 = ""; }; - 8007E3FA68EDCCABAEA7373403ED0B4A /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; - 801A1A907D14C849D947B5BF14D0BF90 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 8022649B8E797661695D2D46E237266C /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 803B0D1A3B14F2D0FC2B891756FF10D8 /* 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 = ""; }; - 807606175DCA11FBCB18F4BAE40F4D05 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; + 7E8B774400628397C7EBA8A9D6D9F000 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; + 7EC3247410C33818D90F1A3DB2DA9548 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; + 7EC49A059193825B315F1B0B5762E090 /* 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 = ""; }; + 7F2F9D116ECA1570F267F92871BC8188 /* _ImageController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageController.h; path = Sources/Sandbox/_ImageController.h; sourceTree = ""; }; + 7F48695C8A30427A0CD4D7AC868D2BA6 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; + 7F676AD8E20D65B73A5851BB693EC006 /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; + 7FC0AAE218AB9A2E6B1DA0E6A4962536 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 8014816CE748896D1C740DEA15C1F94C /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; + 802547D12D2C2985048BA696A661AAA8 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 802D2ADA3908F84F3E0395FD55474946 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; + 80441C73AF76E57F9D59BA9E79F69E93 /* 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 = ""; }; + 804CB750DDD621ED32C9471D181596DD /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; + 8051B460278B7D3DF7E46A8B044441DD /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; + 8056BC2748E8F2865BB30BAADC729C22 /* 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 = ""; }; + 806AD7FA5696DE759C345643AAD3E562 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; + 8077D1E878BBDC6BC09F39FA55AE7B37 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; + 8095EFFA351143E593BE2FAD3C69DA9F /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxSwift; path = libRxSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80ECF23E53E6CE6F98E83D5E12859271 /* Logs.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Logs.storyboard; path = Sources/Resources/Logs.storyboard; sourceTree = ""; }; - 812A6EBE15FB481271B5BB454C644936 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 814C18098893345D19D7501AA7C68A58 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 8151AF4633A632E6DB26105B0F52D275 /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; - 8152C4C1927B37D1E6A41CCED65470C6 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 81A6256CEF6644E6129547B9A103D6B9 /* 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 = ""; }; - 81AE750BD22B27F7F718794B079D3742 /* Bubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bubble.swift; path = Sources/Window/Bubble.swift; sourceTree = ""; }; - 81AFAD77D7B0EEB05D9196E8229EB0FD /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; - 81C136E7986700C62A219583DCEEE10C /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; - 81CF7983B3375BC1197FB7C83C56AD9E /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; - 81D8171E6D3BAB9FE903BFEE112BB0B0 /* _CacheStoragePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CacheStoragePolicy.h; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.h; sourceTree = ""; }; - 81DFA1E9DDC9F177F9CB5959741D005B /* 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 = ""; }; - 8203AE9F5C9DFF8E404D5AC69A3CD650 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 8222621E8E739F77228A5ABC27E9D9CC /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; - 82425A89AD5665BFB75992B576F75E06 /* 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 = ""; }; - 826A603CD85B15C19622C3476674289D /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - 82A094E8E5432650DB5FFC2C689CDBD0 /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; - 82E5C696A693FB753825210C5D062297 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 830FF62466B301D50D5FE85C96B237E4 /* 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 = ""; }; - 831BA4935F1A2FF841667C081197F953 /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; - 831CF78D9BD85494EA4A3EF6CF2AD37E /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - 834C711D27BDEA5CADEE199B6DA169B5 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; - 8374441EF601E694AC4A4C42973904AD /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; - 8382E5ECE740392D0C8345172F7648DD /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; - 83C363E641E14F3B121F5405FE09CFE2 /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; - 84221A2AEC7032DCB5D78C330A6CEB5F /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 845911F16B50930D3267EDBEBD84A493 /* NetworkDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailViewController.swift; path = Sources/Network/NetworkDetailViewController.swift; sourceTree = ""; }; - 84653CC7073EC5B5BFEB8C235B396232 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 80A85F774E835BB77031496E3D66B009 /* 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 = ""; }; + 80F9FE8370022698E559C1FA3AC22B93 /* _CacheStoragePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CacheStoragePolicy.h; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.h; sourceTree = ""; }; + 8108FB54D5DBCB872EA062EC567C309F /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; + 811A9A50BDC949353D65806C1A18CAA5 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; + 8149B3011C49BB5859154A69988D167D /* NetworkViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkViewController.swift; path = Sources/Network/NetworkViewController.swift; sourceTree = ""; }; + 81634AB20189866C1DAACBE7ADE3FE71 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 8164F8177C21B783BD25488DF7CC8572 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 816A2DAC3059BF2D1A5EB64A8FD4DC81 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; + 81C4BDAC665F66E2EBF37D65F85549D6 /* Color.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Color.swift; path = Sources/Window/Color.swift; sourceTree = ""; }; + 81EF3AA42CD3CF2A5DDED41D7593F4C2 /* 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 = ""; }; + 81FFAAE514B693FE02A029AF4E644094 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; + 820E51CD2A115CABA8CEA44573BB7C8B /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; + 821501CC76A6BF8846721DB00AF32F88 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 83167A9E6C50B8B6FA6E75CC84A013D0 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + 835C4A05D9D7D606E413524BFCD964A7 /* _Swizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Swizzling.h; path = Sources/Swizzling/_Swizzling.h; sourceTree = ""; }; + 837601AB7BD409296E22FCB34536B2FF /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; + 837B3E95BA4C5AAA604FBD654D45954B /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; + 83AA652A70094E963CDA1EC3B0EE7664 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + 83C90A33D8C138ACBCA24C8605F69479 /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; + 83D1724A19A0AB86DCA15B235266EA70 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 83E6F9C224309BC7AE184F6F6921A996 /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; + 83EFA5F5329A2748C44A2B01C49B67E3 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + 8429D750A94FA8528DEB8E79748ACD4E /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; + 8452831676805879DDED857359B9E138 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; 8475CE286E56A5E8C8499499FD93D8C0 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = ZFPlayer/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; - 84A62EEF1A53B39469A52552FE378B71 /* 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 = ""; }; - 853EB88CC8D715C06F30263152DA0C13 /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; - 85689EA6477D79DF8C483147AC36F14D /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 85797D735E62198DD25020D4FC347465 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 85841DFD916EC8536CB60711681811FF /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; - 85A8E91731A18FB9A3EA33A47DCDD6B9 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; - 85D0B619C035B038DA3CA5C8CD4B39DC /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; - 85F89B95B46F79A4BE95C3FF0B9F1168 /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; - 860A3E58E33165DB845FAE91B0980D2E /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 8622DE30B1564BAAF7CB35543976F6D4 /* _OCLogHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogHelper.h; path = Sources/Logs/_OCLogHelper.h; sourceTree = ""; }; - 8634A6E503FABAFA46C265F93F337BB1 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 8635EE17A6D7BB697765FBFC3F13873E /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 86613F7B776DC01F8D02D2EC71DB49DB /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; - 8672E6D959461CC324422042B8C8D31B /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; - 86A93A64299E4077326FDF3E6BB84464 /* 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 = ""; }; - 86BCF6807150C8ED3EA3E15B393137A7 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; - 872E4E484DB9B4B985E58A2A7FACED26 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; - 87359800908EF50A582B603954A041B3 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 875069EAB4AB0544A0C91AED62D1F154 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 879EE9CB273654B32B5A5996DE32C6C1 /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; - 87C1C1DBB45C90E17B07F0B1E37564C4 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; - 880512A3DE5D5AA3BD2A4784254CA873 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; - 8839E7006B0E10F1CD0E9F078C1FAEC4 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; - 884EF94F5E347457AD386B41C33DA1D7 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 8863BF413C99CE64FEF81670076E3601 /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; - 889D96602BAE219F599FEC5D89686AAB /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; - 88A7C4A5B2DAEDC6F416C505CB32B246 /* 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 = ""; }; - 892B3A55263BD4A991D8534F52E76A17 /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; - 893C7E7C93F46B20BD28FA27050C311B /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; - 897BDAFBFEE7A1257CEF93D569F24308 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 898B70620421B8759EE7B3E1DCD89118 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; - 89ED37E286FAF7D101EAB65402CBD63B /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; - 8A232068AE8C9BDC39AC284EAFF6296F /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - 8A3938975083EDBCB8E972D6AA74C631 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 8A4637D4C7F9D704F077A5D5157B56A1 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; - 8A5CE58C2E50B2851DC9F5E24143D5A0 /* _FileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileInfo.h; path = Sources/Sandbox/_FileInfo.h; sourceTree = ""; }; - 8A67963B8ACF7E179A50FCF6F96E6EAA /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - 8A78B86CA3886584D9E18ED9DDE099D2 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; - 8ABD0B8D14CF3E130EB7B95AF056E851 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - 8ABFABF83213A5FBC495AC51BBD5D994 /* 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 = ""; }; - 8AC1A35D714DA48D81A57D9B8E14ABEF /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 8ACD98525CC15FE3D262A35D21B50777 /* 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 = ""; }; - 8B1880AC825E74CCE495FAE2385D03D2 /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; - 8B8F3202C7FB361F95D19B84D6B0C567 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 8BA4809EE7AB641986DE0EFEAC934FFD /* 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 = ""; }; - 8BA6CE0E96F84A64666D50C0E6317D01 /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; - 8BB5794A3E450B84D3A3D72E52106EC8 /* DDBaseViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.h; sourceTree = ""; }; - 8BDAD9B4E7A73906EF0F35F2C438014A /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 8BEF98A610B652B29D36DA4932FA047E /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; - 8BF0F536B7191BF66DFD5019F774EF3B /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; - 8BF25882EE595FC8674AA811365C5AEF /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 8C1030F8B6D377F6AC672AB7544DD728 /* 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 = ""; }; - 8C4EF11E63A10C9AA76AA199F7E9EDD9 /* _Swizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Swizzling.h; path = Sources/Swizzling/_Swizzling.h; sourceTree = ""; }; - 8C805119339EC94942A0B113705A11F3 /* 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 = ""; }; - 8CD37A795B5653516E4A92C301C18ECF /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 8CD7054E55660472607281E6F91EB915 /* 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 = ""; }; - 8CE974B67A8A1BF55216B3AF294A30C9 /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; - 8CEA925F70A9F37447DEFD721978BCEF /* 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 = ""; }; - 8D3B76286656D4B1D009B61364ED998E /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; - 8D514AF12C030E0278B8AA2472B8DA67 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; - 8D5C20CEC1E7E86393E1B65851F73CD5 /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; - 8D6439EC68077C466F3FB94392BAEDEA /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 8D85E2E1AB1FD95CB4EDD01FD3D27444 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 8D86CEFB6C3FE42E86DFCDFCAFB58E3B /* 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 = ""; }; - 8DA8E9919C08DCFF145B28E338CF0CF7 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - 8DEF1C87E00A8605A8BA35AFF9CDDB3D /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; - 8E3E101E14998A6D764AA32B4FB5D4B2 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 8E480FC1DBCF026110CD7FB1B84F21A9 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; - 8E549273E8DE69359708104366B9E178 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; - 8EA7A437F5172C3C634606F4A38C1E02 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; - 8F0E7FA8CA812E94AFDE7E26E00288F0 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; - 8F5BD0145D29A31A3805EF80008E0EC3 /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; - 8F6653DC814FB34A205FC5BE79DBB647 /* 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 = ""; }; - 8F6AECCD78D5D2029CE9130CF3B923BD /* 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 = ""; }; - 8F76A70CE10F9C2826D538347FB5F95B /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; - 8F974747E0B8F6C6297FD67C723CEA08 /* 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 = ""; }; - 8FA2C7CC0F100583049C31BA19E5C299 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; - 8FC7D9E3696407EC9F890FA6B058A200 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; - 8FD4B625CF6BDFD4FCFC8B77AE85F99D /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; - 90241DCD420DDB9953767923AA188756 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; - 90326395AB5322897FA8AD4D3443C767 /* 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 = ""; }; - 9073C4752A8ED85001B969BBFE8941C8 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; - 90DC4FA89131A13FDF04928621DA2EA1 /* 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 = ""; }; - 91268BF166EF6137AEBAA0973DED5764 /* LogCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogCell.swift; path = Sources/Logs/LogCell.swift; sourceTree = ""; }; - 91873B99DC2DBFED80FEFF2ED5666A4A /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - 91A0AE412EECF5F5AAEB1630AD475C7B /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 91BD26A080ACB4934A31B974ACEAE0DA /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 91CFF8647007AB91FAFC7403589791E9 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; - 920C6D8A356BEA8687D84681276C45CA /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; - 92487E21781B1A61055FD7A502888598 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 924A0F2B3AC1836783AA54F15C96B3FE /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; - 925BE7B2956B5239132D061B2432566C /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 92719FE50B6B404C8D335B0147B099AC /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; - 928D43E1B5603D768FF7DDD720ED5D68 /* 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 = ""; }; - 92BF56193179B7737CDA581BD2D65409 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; + 84BD296B4DA2E513369D786238AD1646 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 84D59067DC836781EDDAB98A1AA44FD5 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; + 84FEBDE1D460A9E0F838F532757C8867 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; + 852394B4669DACF47435FF42951C5228 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 853F6567022F83DF8345FBC13DF2EB89 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; + 856D7120DA4C317E7DC93CBCC0D58C23 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; + 857EBE610CC3EF9CB4E9E4A0230368B1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 85800956C6F122323433E27CCEB81700 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; + 85AD50F8341A4D94D0D787B54F847D8C /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + 85B5A98314E2B96681B4BA8277FFB8CB /* _ImageResources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageResources.h; path = Sources/Sandbox/_ImageResources.h; sourceTree = ""; }; + 85B90C5463AD93C624E40C8305DFCE65 /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; + 85DAE253938B3789D78F65F491FD0419 /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; + 863F693A5B68AF2A5158A24EDDD70CA7 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 8678C2B9CDDEFEB63F5EF61F4A828532 /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; + 86BE46B8B7912198366A2A9FD63AB56A /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; + 86D395B9C5239072CB7F7435A8FC8C45 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + 86E2E679B023F7562D216D0788C6D7C4 /* 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 = ""; }; + 8710931BC759B5F87FB56FBF3C407EB9 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; + 877E49582EABC64A702AD5DCFBB58DCE /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; + 87B942B5DE696ADA532AF4340D62520B /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 87CFA8A0A6799829CBFC65D9E54A49F1 /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + 87E6AF3D051772C860A387CA73C82E07 /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; + 883F3F55BF5FE9DA3F4C840270D030D5 /* 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 = ""; }; + 8895CE9339A4D764CC91E8B23C8FBD4D /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; + 88A82EBECBB5E650090C65D90FC99E26 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; + 88D1DB5A559601E69C0856FF8A2B6F9B /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; + 88E093DB1B7D410B35798105363A254D /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; + 890597939DB4F7DBE878C66F622CE7BB /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; + 8939E4728F9C50F42B5FD41F813F9607 /* 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 = ""; }; + 89A1416FF119EBBEDEF5D40490920778 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 89B15BA86D5F88C2031F2AC62300E48C /* 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 = ""; }; + 8A19A477D0E1D5D81F7EC2738CE66EEA /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; + 8A24F1AE69253012C38A10E7B6728E55 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; + 8A268D2BDA94AD280D2DE4C11BCE64E5 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; + 8A34726D56C979B120B56A8F4EAF8DEC /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + 8A4810B7A83175FE6B4E545E6EEAEB67 /* 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 = ""; }; + 8A502788870581DCDA44475703B43260 /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; + 8A53E1BADD45D8385E3D58A9D8A47E67 /* Network.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Network.storyboard; path = Sources/Resources/Network.storyboard; sourceTree = ""; }; + 8AC5CBC69AAD53C50C78EB19302A7461 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; + 8AFC699C70BA70AB3645F58B2E62B35F /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; + 8B347E25753A1AA696FC3787FEA8299A /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 8B42A0138B911637D655F54900D33E0A /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; + 8B4AFD980C04209BEA1EF271DA363BE9 /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; + 8B66F5E09031A27FFADD0C84B95AEE3E /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; + 8B7C257F28E4852CFA20E9ADBEE3711E /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; + 8B8A51CB0A5F43F70AF268142455933E /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 8B8B6C0ED1C05632F04C8455BA6C1E16 /* 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 = ""; }; + 8BA6B79F33B4D7AE08DA104700C8DB2A /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; + 8BDA1759B37638081A60C9C5E80AED25 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 8C2B757E53161994158B9552F9C72060 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8C9EF575597F9F7CFC970ECB32022BFB /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + 8CA8DB2E04147911FC8C8353A181D3FC /* 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 = ""; }; + 8CAD6671BAEF5B95920AF667854B4D1C /* 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 = ""; }; + 8CC16F924F196892DEC31D3E49E02B55 /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; + 8CD0C72D5ACF02E0EC5CF82C65462E9D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 8D6A3E5387B6124F85B6575FDD9AAD96 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; + 8D9D59779101118A8DE295F45565E322 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 8DBD8218C0BD83632A4084E1331AD753 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + 8E2D8597A7B4B2A2709935FF0642DC5A /* 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 = ""; }; + 8E303EA5979A7EEE71B6BFA47F82F42C /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; + 8E73B115D245467D0908201CB410C86A /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; + 8EA66C223B4BCDD9F97DCB66DE60ADF4 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 8EAF28D51BC3581CFC4D398A97B9BD0D /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; + 8F1ECFB22692B187794190362B677DC2 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + 8F7C2DDBFF38277F4FDE68CDE39C2C7D /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + 8F7E9946F1F6B3D847C763C763F00CC3 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + 8F892A1AC4E9E0C3C7359358947D4717 /* 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 = ""; }; + 901DFC89037683742D8DD3964F199F1B /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 90408D901F3AE9E324F203FD50CA681A /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + 9083BB027C5892FD772CFA69FAD4405A /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; + 90B10888BB40C9138438B0298369B506 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 90B3790A44598AED22CF1A4DF7E7500D /* 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 = ""; }; + 90CDFB8578D4DBA84CD3C3229972C284 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + 90CF8F5D7891E78E8A7382237FD5A7CD /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 90F57426EC8A2A08133F43C33427D178 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; + 9108F0CBC944881974AA7FD03FF2A2A7 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; + 9110386C0BDD4C442535198907D058AB /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; + 91289AA6655BE177E99153AB8632658D /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; + 91A05287673700D06CA9621E04ADAC66 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; + 91DB26C8630DD711AD775A924AE40B6D /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; + 9224F5CF841755FA6AD95C6C7D209CD6 /* 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 = ""; }; + 9251999F9D1B3C3F573E10FC2992B851 /* 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 = ""; }; + 927D8A7E39812142194EF915949263F7 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; + 92879B937B9E5DF767E308A7813A64AF /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; + 92BF351B1F93BCAD9B2FD79F3826E6BD /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; + 92CAA770DD989E68730358D210333148 /* 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 = ""; }; + 92CBEBCA4251835958F10EF7F5824F1E /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 92CEFE5EF496223F2789529811D30C04 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; + 92E7B65CFC47F271ECD2356E6E51E2E5 /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; + 92F3014106B15DE79B2475AD74BE061F /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; + 93246E59A7A66800D2E73320A99F98D0 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; + 9335E4FFE93433A5A7994983D828FE48 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; 9339DC4713C9F7B26810C40B1FC88B24 /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = ZFPlayer/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; + 9341E638E2B92FE9BD019EFC2BD1F1EB /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; 93654571E7FDB26E786C36FE0C048ED0 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = ZFPlayer/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; - 93824D972F9A85DF7F24ECF39C5D84E3 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - 93B309D6E2697155B84007830ACB2923 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; - 93B7670A78E1B649E974D16013E6EB13 /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; - 943E3B4191B0D734E2A610DECE779468 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; - 94757F28CCE6D9EE047AEB043A34EDBD /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; - 948088BC25B78A3C0C1892BAF133FE44 /* 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 = ""; }; - 948320964486788735B8618D17F56F90 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 949A10FDC5BEDE43CA6DB299E5D79409 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; - 94AFAB4FBCBB87A45AC49036E38C46D8 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - 94C90F0B1944D852C96DA74666FFE6A9 /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; - 952E97E9BBF071AFB11CEA74E8AE74CD /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; - 95602F1137CABDE3144CDD2D447693CF /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; - 95955C3639E87E28BF92F9720CF4BEB2 /* _RunloopMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RunloopMonitor.m; path = Sources/Monitor/_RunloopMonitor.m; sourceTree = ""; }; - 959C1B6FEB1985BDB5F9CC28FB33E122 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; - 95A54731579F86781625A312F489BCEC /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; - 95A9958CAAFD479DF6EF7A2AFCA01E4B /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 95B47A874ED114449A24C9ECDC711B08 /* FPSCounter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FPSCounter.swift; path = Sources/Monitor/FPSCounter.swift; sourceTree = ""; }; - 95D658C0427C95923C9534D728EF6512 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 95D8939B5A954FCB9E63BE4882B36111 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; - 95FA9486E15E67ACCB2BAE329CC652C4 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 95FF7F7AA34074D72844A28B0E0D0250 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; - 9615E8CE5EE2C7344D3523BB28A5F982 /* 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 = ""; }; - 965E58EBE1B6E7EF6B3562343E34B519 /* _CacheStoragePolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CacheStoragePolicy.m; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.m; sourceTree = ""; }; - 966099FA6873B1B715884CC9C730DE13 /* CrashStoreManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashStoreManager.swift; path = Sources/App/CrashStoreManager.swift; sourceTree = ""; }; - 9690C46310501EFABBB8E36211EF70C8 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; - 96A29DF2B38B7A65DB274C63F620C801 /* 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 = ""; }; - 96AD90C783378DEF780EF6C63AF80BA7 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; - 96ADB0E1C8F7978A4A381BB553976D6F /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; - 96BACAAB5DA33B070A47B03EC4F85ACB /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - 96DB29F6690916B216E901CCB2F1443D /* 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 = ""; }; - 971376CA7E36025AFFEAB780A340BE6E /* 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 = ""; }; - 97257F3326C1F7A21E728908F92A943F /* 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 = ""; }; - 976BD8B0B63EAC70C5CDE8610C86081A /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; - 97702ECA1820A890696C68048C907CD4 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; + 93F787DE69F982C3A01AA8B19F2C3ABB /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 94006D4A49785B086C9F6C172E056C65 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; + 940FCE7FA4DAE95F913AD3F581E527B5 /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; + 947BAED41F75A2F0FB282609920A7260 /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; + 94A6D83985A0F30A9F7ED52AEF613087 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; + 94AECCE83B74950AEB9B54E1F071BD7A /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; + 94E70194E08301085E5DCC80AAFCDB4A /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; + 94F07BBAAB454526203925F790F145D4 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; + 9538ACDF03F83E8FE8881A437DFE74EC /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; + 95490C3756BA562446EF88B76DD84856 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; + 95528EFFD952AFAA3F0DB781155021D9 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; + 955F04BE8AC42B4F88DD40EA874FF588 /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; + 9571BC3E11B6EFC9114B270DCF52182F /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; + 95C4CD239278CFFF84A300D2D4A93B38 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 95D06EDE8F6F2A370F7CA2EA636B45BB /* 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 = ""; }; + 95FC350C77F2CCE5BE97ABAAD324C73A /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 966B2B33317ECD55A2551FC1CC84B556 /* _HttpModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpModel.m; path = Sources/Network/_HttpModel.m; sourceTree = ""; }; + 96A92BABB8E5850D325A251DBE041095 /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; + 96CD4FEA754BB52305E80CA0381B8409 /* 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 = ""; }; + 9713EC4CA69A8B311C13AEC2D5F017C5 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; + 97262E8E63361EC301756A75F409C17B /* _FileTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileTableViewCell.h; path = Sources/Sandbox/_FileTableViewCell.h; sourceTree = ""; }; + 97311730ED6997138BCF8107DBA198A1 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + 9735C2F699A2897E4A87BC57515059B6 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; + 97490AF1C58A5A2BFF6C84C029D10690 /* 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 = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SnapKit; path = libSnapKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 97A7CF25B2E5EDE8746A5A2509FEB451 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 97C4F6CBE69F8D3E7544EFDF6A672410 /* 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 = ""; }; - 985B7BA73F195E5320E502534849EC7F /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 9868EFECD149E069F0C6C5F77C2A1AEC /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 98D97DA7314494EC431FB1DA3C8FB53A /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; + 9795F2FEFFB6F284E9AD6B929D6CDDDD /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; + 980C82F87875D28C99868867D59CDF13 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; + 98724D7B1EABFBF353512DFD69D2B04D /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; + 98731F275321B62EC380C1FF6EC0D065 /* _ImageController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageController.m; path = Sources/Sandbox/_ImageController.m; sourceTree = ""; }; + 987C9B6CC3461074F13385AB7784DAC7 /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; + 989604B2E9A190D7FD19D90E26312F53 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 98961F51923D00F2EBD62F27CB608363 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + 98ABF30DB23DB8DABB73CD47558949AD /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 98FB0C1D921623E76A11DE7B1E669A9C /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 9901E6EAB8C77F7960BD6645F1B83EF4 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; 9904261E3BD7FEC0A0193292B51B956B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 99180BF31EF555A477ADBD194998DCCB /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 9923CE0B52474ED202ECC77855D5C415 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 99337A7D0F188277AC10785FCC04601B /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; - 99416ED0869AEA2B532CE9E43BE606A3 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - 995C354516752DF480E81CC6488EA446 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; - 99958163A4A3B5526D5D52DABD8553CD /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - 9A2B561DEFE95BDD8C15D6BB65CD807D /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; - 9A4112BE9991923EA36444A77046953B /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - 9A608A53E6B99EB40446E0E35F430638 /* 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 = ""; }; - 9A8FC01175029DFB9957AD0FE671FA4A /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; - 9AA0DB7FAD5D57BBC40707EC483769CC /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; - 9AAB3DBE245B47C3E2C1D92E32461202 /* 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 = ""; }; - 9AB18CF8620BF94E1F731A4446D7AB4B /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; - 9AB2D2656D0E83240D45AFED4FDDD5E5 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - 9ABF91550A94657B250608299F8E4BA0 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 9AD54622C2C5FBEB30F5EA7E746607FA /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - 9AEF56EBB88B0C3448C476E0FE814BB4 /* 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 = ""; }; - 9AF9CD5852F92A2E39968A8831887A30 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 9B2EB1AC5A67B4C89871F2734E5A12DD /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; - 9B30C9F1A09FECACC209F1E42BAA5BBF /* _DeviceUtil+Constant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_DeviceUtil+Constant.h"; path = "Sources/Core/_DeviceUtil+Constant.h"; sourceTree = ""; }; - 9B359F21BF3192A277072F33B7B0CFFC /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; - 9BBEF16D36E94DE16CA89322A78460FC /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; - 9BF493763A657297057FB368597FFBEA /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - 9BFD7A4B2DBBB1D216D54EDCC3814EA2 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 9C80E4FFF42AD0EA3F35911D9D067776 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; + 9911BD796EAB5B15E719F14B42C0E65E /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; + 99273BA87ADC0AEE4DC5823BCBC5BAAC /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; + 992B3480F3129FE8FA021CB02837A2A3 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; + 995220FB634092423074B9DE716351F4 /* _OCLogHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogHelper.h; path = Sources/Logs/_OCLogHelper.h; sourceTree = ""; }; + 9967D4A42FB0C314006E72BC1686FFDB /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; + 997A6EEDA8F6E8B033A139E1998CAA39 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; + 9A2971CE8C7531A7A65F55436ED3D68E /* _SandboxerHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _SandboxerHelper.m; path = Sources/Sandbox/_SandboxerHelper.m; sourceTree = ""; }; + 9A2C9951D15F3F23EAE6E9DAB44FA4CD /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; + 9A32FF9196EAF387678F1F95033F0E26 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; + 9A592AC0710C3177874DFAF24B33F601 /* _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 = ""; }; + 9A68CA8FC96ED042732EC6332DCBB9E4 /* _ObjcLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ObjcLog.h; path = Sources/Logs/_ObjcLog.h; sourceTree = ""; }; + 9A7B017F143928E57D4AD751B06DC8A2 /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; + 9A7EDABCE2BC1582E5AD91A48DD4D7E0 /* 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 = ""; }; + 9AB3D321B0DFEA98A8CB29B886B28E18 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + 9B480203167A2910841FD3FE324B8DB7 /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; + 9BB62B7C226B55A6D2B45170283BC1B7 /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; + 9C074B09EA5A8D0AF6A2DAB8090AD5D9 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + 9C2C8C8B667F8D1FD353432257E0F0B8 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; + 9C51E80915AADBFC388E6AF705D610BB /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 9C5292471C2183F2F84192C6009194AB /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; + 9C642C52A74FCD128E0EEA1120DD4A4E /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + 9C6A122A5EFD9D1625B847FCBAF199E1 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + 9C995D12BAC9A496CFF2B27CDBC002F0 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDFontKit_Private; path = libDDFontKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CC7D1C25404C7603F0FFFD4F2509D28 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 9CE02AA1D958675B45B76BA4BABF84E8 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; - 9D19678BE35F87AD26AEDCF8C693C3ED /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; - 9D3A46EE298961BD3704BF652D430ACD /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; + 9CCB23D02EACAAE60CBAA7E16C225864 /* GPBMessage+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GPBMessage+CocoaDebug.m"; path = "Sources/Categories/GPBMessage+CocoaDebug.m"; sourceTree = ""; }; + 9CEA623A2B7C8608BDCE6B89E776EA3F /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; + 9CF5E77BB32FA5A759A51B9A9F29CABB /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderSchedulingNotificationService-acknowledgements.plist"; sourceTree = ""; }; 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDColorKit_Private; path = libDDColorKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D71ABCA2BF464281E1D9E1E101A6F96 /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 9D5D3000924A28854BF30C741A44BA71 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 9D77EB884993753C32C834B124B73055 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; 9D8796F8C274AA030685AAC3E8BC31BA /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = ZFPlayer/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DA1BDDB456A94480DDE06A99844E59B /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 9DB700EF07BFF0E8C4A28E35569FA065 /* CrashCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashCell.swift; path = Sources/App/CrashCell.swift; sourceTree = ""; }; - 9DEB47F5EF7977AC7B0B7387FBB862A9 /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; - 9DFA5ED0FD0A5EFE437212DB9E1BE856 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; - 9E02B9945A93FE30D786A043EF341446 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; - 9E14FD625EA4A46B04781E096F36533A /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - 9E34207D529C9E5443B314F45F8B4B6C /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 9E4625A7673C4C22CFDA2FB08624CE3C /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 9EAFB75500D7E85BC2D4FB804A2B845E /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 9EB517555DFE915E21B1564637AA9A5B /* 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 = ""; }; - 9EBCE58E02CB20B244E306CD11BE1099 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 9ED5619BBF371608E2F93CC2840F982D /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; - 9EF86342B657E91E683ED2586AB38935 /* 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 = ""; }; - 9F05D13DCDC56A4E138937E6B5050FDA /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + 9DF61E291B21E75EC83C848259E68362 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + 9E109C1834669DFDEFCA69A1CC60EAB0 /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; + 9E1853030A12280AAA4DB1B5ECFF931C /* 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 = ""; }; + 9E226C491F4FAEEB47C513344C621B0B /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 9E2E7DA39500E10E966C9E3D9BB4667E /* 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 = ""; }; + 9E2FB2735ED852A89E0F582C54049E55 /* _QNSURLSessionDemux.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _QNSURLSessionDemux.m; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.m; sourceTree = ""; }; + 9E5899322119940A1642B33C160A68F1 /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + 9E6D817FC865D6C7B6880E1E151E0AB6 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EB432E2DDF070DEEFEC7A5F7294F45B /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; + 9EC1515A6699847F9984EB45D6A3CB8C /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; + 9EE32BD85BDB915F6609DC9A96DCB16E /* 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 = ""; }; + 9EF6ECD84C4F9F7ED6AC373AD2971CD7 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; 9F2CF71799A5E230E34F7E1EE95EBE41 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = ZFPlayer/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; - 9F62558669A574E5C3DCA935D8CDA0AB /* _fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = _fishhook.c; path = Sources/fishhook/_fishhook.c; sourceTree = ""; }; - 9F69AC2BD0464DEEE92A363E5B1B6C13 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - 9F7939A0625764022EF1F66DF4E85C96 /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; - 9F7A56ECEEB397C8DC71D7973678881A /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; - 9F91CA3BF88AD8D87DB97A5F5488C78A /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 9F92C483B00761F7E482E2D6F8B77AB7 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; - 9FA8638CC7A5657A182EDD76FA881CEE /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - 9FBE299B298813D8931AE13575865166 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; - 9FBF2496BBB723BA10E9BE2AB4A58F10 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - A03641BD4D5332C4BE77AED98602F73E /* 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 = ""; }; - A064BE51181997C7C3FAABD55BDE53BB /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A0803FEF680877B29C6B891C19E07946 /* 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 = ""; }; - A0AFD1D8470EFA6EEB6B8D6375633E3C /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - A0B91B0B54FDF5FB40449D7DCE3D149C /* 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 = ""; }; - A0E320F031BAEAA12AD8E2EDDEFB09A0 /* _SandboxerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _SandboxerHelper.h; path = Sources/Sandbox/_SandboxerHelper.h; sourceTree = ""; }; - A1456D45CFE873D952CD771693FB7FF3 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; - A14B80C759E2B9B4F6042343AA474F49 /* AppInfoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfoViewController.swift; path = Sources/App/AppInfoViewController.swift; sourceTree = ""; }; - A1615AFF1CF03F98BDA15B74D1170953 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - A1631F96F870B7EAFAE72B24689D5B92 /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; + 9F2DFE716FC8BD5262C19E054657A813 /* NSObject+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+CocoaDebug.m"; path = "Sources/Categories/NSObject+CocoaDebug.m"; sourceTree = ""; }; + 9F7D8258DC12834B600F6829BC794AD9 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; + 9FE3E2A576F1E86C64D57332AC38D792 /* 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 = ""; }; + A0401503EE7AB7581306017A02D993ED /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + A0516422B660AEA6364FB08E8C4B33C9 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; + A0712D4E042D92CCEAABF02AC5068B78 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + A0A6E93590DA6CA6C3A9F2A284E444D5 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; + A0A8B41E68B3B3854E4BB4C353ADA5AE /* 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 = ""; }; + A0B2656D393C7472EE3F6F642FC6F28C /* 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 = ""; }; + A0BBF87D77E9ECF0B5A4663BCD72F001 /* 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 = ""; }; + A0EC6D1B3517F99CB9685A0E089758C0 /* NetworkDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailViewController.swift; path = Sources/Network/NetworkDetailViewController.swift; sourceTree = ""; }; + A136690A96D9A1657D19C6409E50DBE6 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; + A16276A496FB3A902D2A964CE0E29DE9 /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; A1711E90128068125A8C2B8F49751963 /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = ZFPlayer/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; - A1CACA8315AAF79274D865C773455366 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; - A1DDF196DAB955DA64AA4D54DE5E661A /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; - A23EE3B2F31B852071FC309D933A81EA /* 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 = ""; }; - A2C881BA3C33E4B393AE1FAAF0A7285D /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; - A2CE9AE0C23B2D030DF9F23BC266E0BD /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; - A2D4502DB65862C49BBDDC39D00CE22B /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; + A1808F46B33625C3E478921DD3303095 /* 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 = ""; }; + A1BD807198DFA641A2B3746F499D0FC0 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; + A1F0AE8C1B20388FEE5787CA1527F6F7 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + A2297E2FB3A8E679D575818E8F691B99 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + A27C4F3AEF82A9D48C44D15362797797 /* _OCLoggerFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLoggerFormat.m; path = Sources/Logs/_OCLoggerFormat.m; sourceTree = ""; }; + A28B65E272A7017EB2E0B675FBA555E8 /* _Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Swizzling.m; path = Sources/Swizzling/_Swizzling.m; sourceTree = ""; }; + A2ABE06C08503FDF1E3F8F1890E8C4EC /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; + A2CF9FFF8F9DDF68A125BD68FC810C81 /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; A2D926051E80660C0DC4462304615993 /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = ZFPlayer/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; - A2DCE3186C24621FB00DB123A3922B54 /* Color.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Color.swift; path = Sources/Window/Color.swift; sourceTree = ""; }; - A2E05B0451A303073070A5F2AFEE99BA /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; + A2E266C2B2C0B8B73B1F76A6D4490AAC /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; + A2E813A9F76B49AE0A2D3B94CD0E7527 /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; + A325F0C875C2A7F3102D7CF3D7FB7152 /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; A33002554CB161847BB170C38091DC1C /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = ZFPlayer/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; - A36BC4B8A6E0942B23113683F37EB468 /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; - A37FB5E7C973F0E16EFB0C58C0D6E051 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; - A39196E747CF9D829AFF2C32451F378D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - A39339A892CD9039160325C8842ADF6F /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; - A39611AF5C1265925FA57E277F2C47C3 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; - A3B20FF0D7B17A955C76FE123553C16D /* 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 = ""; }; - A3F0BD138609BC857F5C29F49187B4E2 /* 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 = ""; }; - A3FF04385F21B4DC2DF1B7E786A47B6C /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; - A411E057BBB389D9A440EFE58296DD5B /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - A41C806C503B5AA939380EBB493E0611 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; - A44187D3109D7509B6B0A505B04C9D49 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; - A47210BF5CF138CCBD7914B4A2FDA38E /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; - A49FCF1539D895061B368A86105F7E0B /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; - A4A6C5A3A3A8F62D5B50303199159C5A /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - A4B6E3A08C62E769FCB19953E0DD3CC7 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - A52366E54140EDC457A492C6F32C3605 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; - A52A466DAF59680385B092D04B194020 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - A537671C8BA8AB8D8504353831FC99E3 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; - A55E5F44AA46BB0519C0B4152B615F9F /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - A594DF37B57F409E3C4FB9611F8AE984 /* 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 = ""; }; - A5C3353F6234E45232B465E719F73DD0 /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; - A5F359CE457A935A58567A3719544249 /* 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 = ""; }; - A5FB1BAEA034AB5C6886B46F0F945CA1 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; - A60750B8EB0FE3C140EA0A46DB990D2C /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - A60A6BCD3DCF1C9DB2BBC7D1232AA4E3 /* 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 = ""; }; - A64C54C5D2449B2549520B4E783BF6EE /* GPBMessage+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GPBMessage+CocoaDebug.h"; path = "Sources/Categories/GPBMessage+CocoaDebug.h"; sourceTree = ""; }; - A69FA7A4F0EB4FDFD5F6EC3E2B9ACD91 /* 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 = ""; }; - A6DBE340E62A016911B52D193647E9A2 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - A6EABB818FFDDEDB9B4BF444C76C2C3C /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; - A6F7A62370E37896CA1C783AB25C0AC5 /* 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 = ""; }; - A713E651C27367F0A0E3E5A5317450AC /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; - A71A68F89C2996C00F9255416081371E /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - A71F461D00D105535C7C7902CF181E69 /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; - A766EACFF72F7D6A313EE2DDC6AB3119 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - A7CC1F4417CC31DA4C1BECD6D95B3B60 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; - A7E07CA34D6AF247C3FC218AA0D6CA97 /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; - A7FD3E3C66CBDBABEE8919C51B15873A /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - A8090CC0E4ED4F2424638296BC9119E0 /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; - A82B9D019F857CE45A4F57EF89E98A02 /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; - A86E8AC7B8F64AE941E8BF2A26539E2C /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; - A88F5B433868E96805F029053D8600C1 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; + A37DE59A70C4A2ED0421534A67D6E052 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; + A3CADEDCB6676280F940FAE651EA00B0 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; + A3EA543232C803199F5E833B24464E44 /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; + A43CF8B4831716CABDB458C6A67389ED /* 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 = ""; }; + A492B4BA361CF401FE11C8C5C509E705 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; + A4A54B7A9DED0133BE454210EE423EBF /* _ObjcLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ObjcLog.m; path = Sources/Logs/_ObjcLog.m; sourceTree = ""; }; + A4B1D8D1C0F2F18FD6C3E17DE0089B40 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + A4D35CB29E160E2B5AC8FC58C8943829 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + A4DC27BB1AE51C6C127F293567A88BEC /* 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 = ""; }; + A515FAF5DC67978EEFDEE9EDA99F0306 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A51779D6F2697BC21567BE6EF2B1B115 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + A544AE37AA7B38BFF491C784B2DE243F /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; + A5500AF5B930E30C6F1D8BCDAD72DF70 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + A55904CB1CB780C74550329C54EADA5C /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; + A5DC0EC08EC6EE8F358F8602DE71AA80 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; + A60D14DC0C571DEBA8CFBCC000802724 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + A61832100863827EEE021DE810BA06FE /* 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 = ""; }; + A65C8AE97C644360EF16C6E799568B48 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + A666E3AC6F64C3F9F6A9659353EB3B34 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; + A694CA2BE17A1732D38F5FB29AFE7E24 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + A695F70F2C37097109AD68F957CD1400 /* 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 = ""; }; + A6B15B502E04D177E2C90D5C0332BD7F /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; + A6E4B172156AEFFBF95CFDDE9B8DE653 /* WindowHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WindowHelper.swift; path = Sources/Window/WindowHelper.swift; sourceTree = ""; }; + A7144689D190630E63029215165D9ABF /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; + A71C73694165FD35759AD60BE2884C78 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; + A738F2276C353FA2E1D6F17958859664 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + A743D7A478252536B0FE1740C6B3396E /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + A75A6FE83C637C5188FD2BDAA130BB5F /* 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 = ""; }; + A7692D6BC0ED9FE4B84720C78519C1D1 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + A7BDCF8B6F81042A6E4990F84CECD5F9 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; + A80BEED850CDA5DBC1221F60011DF541 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; + A84251400FF8FFE1085FEF6EE56D5A65 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; + A8596B5B2C556CE0B705AC6BEB83B454 /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; + A87B5551A3FD93CF2AC813B17759F380 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; + A889D93200A90B4AAEBF5DDFEB3CAA2C /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + A8AF1512651E4779EC36D36A19C43CFA /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; + A8C211AC2A64A5840F0A62CB2A1F92A9 /* 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 = ""; }; + A8D4250F4FED92BA07EE90A71733E861 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = IQKeyboardManagerSwift; path = libIQKeyboardManagerSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A8ED434D86EB99FBA422B32B58DDFD63 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - A8F991FD306B521E4E214E9117B13C0C /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + A8FEC270556C67B71E0A0BECFACDCC5D /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; + A90F6FEE40A8DDFF6039631CF85CE948 /* CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebug.h; path = Sources/Core/CocoaDebug.h; sourceTree = ""; }; A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDToastKit_Private; path = libDDToastKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A96E78D52E8CFC1FF0513093069BB55B /* _OCLoggerFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLoggerFormat.h; path = Sources/Logs/_OCLoggerFormat.h; sourceTree = ""; }; - A9741523F9C0F40F3BE3646CA3C63F2F /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; - A976D4FEF2F806079F309FE0D416C091 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - A9BE48454E0138AC5FAA62BA8F0B276F /* 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 = ""; }; - A9C79A352FC670B18A64C256DB1C0C97 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; - A9D14C5582BD41AF7E80C03B4528907D /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; + A940D85B955121F0970A45581C4C4399 /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; + A96B2338DB3B88D1894CF9106A9DA134 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; + A9795B46193FB18519D308D0A8A51E4F /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + A9A290190881BC042D7BE0945E102E0F /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; AA04CD0F23CC9878683C6F6FD5F29DDF /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = ZFPlayer/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; - AA479C4B9D5026DB1ECBD8AB80829C2A /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; - AA778500EAA5225B5260F99AB0EC9495 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; - AA7A174373C19D66B6F67027699E75F2 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; - AAD6E128A03B2D04C10303BC71A81E21 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - AAEA98BD4A8EDE91627B72743785BFED /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; - AAF5E23D236573782D9BD272C23F08E3 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - AB44F109C6AA07335CA3D1472AA099CE /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; - AB64B22A556E78821DBB3BC92CDEC80F /* 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 = ""; }; - ABB07DC83EBC9B629C92F5D0F267B701 /* 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 = ""; }; - ABBA618E08BF9ACA1A66B7700AC43334 /* 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 = ""; }; - ABC8B29566BD72E5F6205C1E2F104CB6 /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - ABCBF6056734FB356C2B85255A8B87BE /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; - ABF492FEE34164C02D8EF5E2B6B21DA3 /* DDBaseTabBarController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTabBarController.m; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.m; sourceTree = ""; }; + AA0A65EC7B037CEBA8B5D406D2D4DEA7 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; + AA0F1A711C67D8418AD265ED118ABB81 /* CocoaDebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaDebug-dummy.m"; sourceTree = ""; }; + AA11146B7DFBF45713A38F321A1E9AAA /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; + AA38ECF36D4EB260F9E7713B35210A40 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; + AA4665C489975291FD969DE14155A947 /* CrashLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashLogger.swift; path = Sources/App/CrashLogger.swift; sourceTree = ""; }; + AA6DBCAB21F25F8989FF2BDA9766D407 /* Logs.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Logs.storyboard; path = Sources/Resources/Logs.storyboard; sourceTree = ""; }; + AAD1297D93635A1B941F526F0F26E562 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + AAFE0DF039703EDA32264739F851C1AE /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; + AB5969770C04468D483E41295877FD45 /* 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 = ""; }; + AB5FB76638B5CE94453BCB6D5193ED1A /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; + AB921B5A270B10366D55185A89F538D9 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; + AB9672F87153194D3D0225E335B056DC /* 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 = ""; }; + ABB4FF1BF4042379CAE59AEAF0B36CE6 /* _OCLogStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogStoreManager.m; path = Sources/Logs/_OCLogStoreManager.m; sourceTree = ""; }; + ABCC0AC9FFAD1CF1F678E949EDE4EFA6 /* _RunloopMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RunloopMonitor.h; path = Sources/Monitor/_RunloopMonitor.h; sourceTree = ""; }; + ABD59BA0D9E56CBC7D5A4DC800920B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + AC0E4B9023D1BE1AE1475ACF1E8AB6D8 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; + AC2CC309CAC93D011789BE741622B21D /* 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 = ""; }; AC3ECD4F7AA4F16AAE4A1C9C185C0122 /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = ZFPlayer/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; - AC4D97D6B99C8606ADE86C7C313FE0B3 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; - ACCD14442C07FDF6FABB9413A016758F /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; - AD4EF7EC0E67040BE00997E5D19545B7 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - AD59F1F93DEBB9548A655E72EF7FBC13 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; - AD5DB56022E8C0F6B1AECF186E0817BD /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - AD5ED50566BE7DEA9878D9F6AD52C8E6 /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; - AD6E6A1B93A3B8593F218F942C2EF441 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; - AD80EBAC553669199274BAE34FD4256D /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + AC44BA0C980361147918D097C5F5A8A7 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + AC4D1132452DC2DBA838D7E9B06D082E /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + ACBBD87529C253A98D69E6977711D188 /* 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 = ""; }; + AD3024614ACBD94003621A5529C304F2 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + AD7A95BCBC44E02FBFA20CDA3AAEE767 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDWebImageKit_Private; path = libDDWebImageKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AE060960C3AAA95D679421CFE0C9F0C3 /* 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 = ""; }; - AE1E9053CE6A846D4DEA1EBA2DA96815 /* _RunloopMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RunloopMonitor.h; path = Sources/Monitor/_RunloopMonitor.h; sourceTree = ""; }; - AEC34FE1E106C9FDE01C1104F1C72324 /* CocoaDebugDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugDeviceInfo.m; path = Sources/Core/CocoaDebugDeviceInfo.m; sourceTree = ""; }; - AEDB9EFE53924A4C454F79E4C42B96E8 /* _DirectoryContentsTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DirectoryContentsTableViewController.m; path = Sources/Sandbox/_DirectoryContentsTableViewController.m; sourceTree = ""; }; - AEEED72F002D1D44A4E231F8BC4C935E /* _DeviceUtil+Constant.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_DeviceUtil+Constant.m"; path = "Sources/Core/_DeviceUtil+Constant.m"; sourceTree = ""; }; - AF010309BFE65A0AA47E1C5FF3810474 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - AF6A658AB8A69A002017D804AC4A335F /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; - AF8F8B37939B1B10BD1ADEB62376FB61 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - AFB46199460D4B72F06F20B8D9E96129 /* 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 = ""; }; - AFD2734514D6998A0F182EE22CCCB0E6 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; - B03BDA4B6F993439188393A48A2E683D /* 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 = ""; }; - B0424FA35C1CB9BF4A5CE01E96E374F7 /* _DeviceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DeviceUtil.h; path = Sources/Core/_DeviceUtil.h; sourceTree = ""; }; - B06E50F3CB595A4D33E8AD91135AE055 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - B089E5DAD7B1F6D34A5619763E2EE273 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; - B0C93CA59674CE77DA760153FA48B752 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; - B0F284102902F2165A61061AEF98FF2A /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - B1100A3E3FBFFA38C0DB8E6DC7E93F5E /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; - B175F24241E0944E06EAD49D86E705A8 /* 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 = ""; }; - B19A5F71BBA380AFDF2747318B510158 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - B1BBDE3F825CC3BDCBFD08BDA422F2A7 /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; - B1FC211C6A65B5BD25F45375C5B3A633 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; - B2B130F75DFD1D0233D1E24D252AB311 /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; - B2C3BDF75ABEA76A96AA44476B1D5545 /* 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 = ""; }; - B2CCB4ADB93D09E6B27FEBCC3FF30E8B /* 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 = ""; }; - B2D0F3BB74D4D355CE1B21193B3E0D07 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - B3855CC889B6D2C78D09449EE7578DB1 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + ADAF57DC39FC3A0266E93AA0C88F4C27 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + ADB8BAB32BB2F3A0C466436EC9C95987 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + AE27EE3DB56B5DB8A11FEA28084CD99D /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; + AE60C147673577D709072F3FF6885463 /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; + AE96470C940BA4B1E0A8F6476E2BCB3B /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; + AEBCAE5DA62574EB5EE90146402A05BE /* 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 = ""; }; + AF470FEAF749C252502872919CB42AFD /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + AF75F4CC6699BFFF25DCC5BD24A9D799 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + AF8ABB6D642AE83C6DD0CCBE614D1D74 /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; + AFF614623C18E15AB26533FFD30AA202 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + AFFBC76B5C1542E5099172E156918D78 /* 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 = ""; }; + B012EA92C6DACFEA13D010F41725BE59 /* NetworkCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkCell.swift; path = Sources/Network/NetworkCell.swift; sourceTree = ""; }; + B086DB7D391ABAA2C3354C7DD99CA5B7 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + B0958A1C3A6CFF23F345E87811801EE6 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + B096E96BD3DA5B3C7F1A80CCBC9943F1 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + B09C6BE5639A28C62BF6075481A94626 /* 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 = ""; }; + B120A99A8616D788D59F73F65251D541 /* 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 = ""; }; + B142733617333B62FC87CCFF414B44D2 /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; + B18E306D3AD938A9810DE0FB724CB8EF /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; + B1B0D284ECE18243FDD2727F49B2150C /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + B1BF470D24F97414FCC02327C996AD5F /* 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 = ""; }; + B1D8BA4949A2C2B81E28F572022D99B8 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + B237E6623D9A3F3E9DAFCDC0EB60E206 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + B23EC63B9BEF6B1A2C1E4EB511B6D7F3 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + B25892EB23863B8B9F3DBB416B837A23 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + B2834B6A14968DD7A5F5D8568346F091 /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; + B28CF4F9458DA198E92FDEDACC252DCD /* DDBasicControls.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBasicControls.h; path = DDBasicControlsKit_Private/Classes/DDBasicControls.h; sourceTree = ""; }; + B2D44445D72585CC79919E577A69A5CA /* 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 = ""; }; + B2DA8006B8D4E13E2D106E036B3EA9A8 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; + B327F4281BD1A83C2CF456D27E74D377 /* 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 = ""; }; + B3301BF7299C9618D773639B819EE369 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + B331E02A21DC87ADEDFD532606FD24EE /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; + B377DAE5AD2A4239CCCA5E8D3BAF1BFF /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderScheduling"; path = "libPods-OrderScheduling.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B3B9310747FB38DC7DC8437A8C96CE68 /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; - B3EB80FA957D1C8FBB083A94A632BF8B /* _ObjcLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ObjcLog.h; path = Sources/Logs/_ObjcLog.h; sourceTree = ""; }; - B45BC52ECFB2139B91BA2EE7D805E032 /* 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 = ""; }; - B45C959A47AC0BEA90DCEA803A68F672 /* 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 = ""; }; - B4B1845F43D98FFB4F5A6BF9BFF77445 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; - B4CBBF23356F418356AD8F455329C649 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; - B4F03940C1E54AED0E58A174126B3A93 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; - B5052E1387068B66D55C21375649C48C /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - B50B5BC56620A0B7BF8E97BA8E4AC5C3 /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; - B54C8FE7C15BAB89AB06A36325B8D77B /* 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 = ""; }; - B5713CDC20BA1793DB599DB18BCA8502 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; - B59ABCD518D6E52C356CB7D350A2CCE4 /* 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 = ""; }; - B5ACC146AB1E99CC19A852424A23F4A4 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + B3BAE0BEC06C29153E700AB97F17A21E /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; + B3C472103C6FE27B757AA902908921A0 /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B3C7FF8586BF663FD6BB304DC6553225 /* 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 = ""; }; + B3F74347FB19359DDCF38B878C1172B6 /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; + B438B30E40D5E2840898DFA191FBBE40 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + B43983D6A22CDE602EF27B7BCB05D556 /* 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 = ""; }; + B50E76743AAC5E928F74CE139140279C /* 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 = ""; }; + B5291FC7B045361F59CC4A3ECBEB12F9 /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; + B52B4382AC0CA2746457FF6AB72F7590 /* 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 = ""; }; + B5772F740160861AABC383361E08E9A1 /* 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 = ""; }; B5C4D96349F0B74A2EDEDF5D9C4FA813 /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = ZFPlayer/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; - B65D357819BCD87A7313B896AECFEBE2 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - B68C09BE5D94C17661F37F2F74466AFF /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; - B6C377E3614F2EC23E57D7BBACBB1BD6 /* _FileTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileTableViewCell.m; path = Sources/Sandbox/_FileTableViewCell.m; sourceTree = ""; }; - B6CEC0A504B1CDB195C357EDDB0DD937 /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; - B6F06D293015BF40A1A7F1C4B65B58B6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - B70AD4B8CA29577846E926DBCF760810 /* CocoaDebugNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugNavigationController.swift; path = Sources/Window/CocoaDebugNavigationController.swift; sourceTree = ""; }; - B79606D09D9A2B9CA97248DDED6BF6E3 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B7A4B46924FC5D3E04E0D7B5D8565C91 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - B7D9BB1CD275E93CFCF5CB53C6349904 /* 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 = ""; }; - B7F5FDBC74E767F5E03E5B0B1E1FACAE /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; - B80E424A5BF127A36C8E72CC7B7963C9 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; - B88BDA56E33715952A7CD23D1E1E4AB1 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; - B898B3531671EBE2D6408F6E502D0EF4 /* _ImageResources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageResources.h; path = Sources/Sandbox/_ImageResources.h; sourceTree = ""; }; - B8A2DA7653197BC457C3D9485933FD7C /* 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 = ""; }; - B9232D0E42FF4048FF87F42781E2849B /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - B94BD67C8F83DC362374CEFB12D2E23C /* 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 = ""; }; - B96950B9AC7B1158B4E23FEA1722694E /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; - B975BF86311A33053F172E4E22C01E07 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; - B976FEAA47BBC817B64A6675915C5B11 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - B981D3B6B0EB4EBC88F634329BB17D3A /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; - B98D3A1517CACC47517B17EDCCBEBDEC /* 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 = ""; }; - B9AD8B20BCBED020F4F17FEB7C159B63 /* 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 = ""; }; - B9B0CB11F15804EC195033991596D449 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; - B9BD0D90916B1A429AEEFD94F276DF3E /* 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 = ""; }; - B9E3C7D6C4975C5D02B79D2E30533F4A /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; - BA0DCADD95F74FC9133A185435885342 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; - BA37F486FF9B254709869104EEF146FA /* 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 = ""; }; - BA5EC75571E9951D38244333DD5C44A9 /* CocoaDebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.release.xcconfig; sourceTree = ""; }; - BA7CF7B56ABE377250C41188B65F7C1B /* 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 = ""; }; - BAAEF507FB48CD24E6DFE6E0E1E9BE74 /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; - BABFF7F5873A5A72C60540F76672EED4 /* 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 = ""; }; - BACFDE027973824A5CFE0163A5B43638 /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; - BAE91FAC2DF3A5889EA1F581133A6356 /* _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 = ""; }; - BB0F3207E30BDFD0B8882D8AD972BF9E /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; - BB2505C4A306A8DF8E664ABCE37F514E /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; + B5CF864A3749C117D3C7FEF1F04EB4CF /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; + B62D0574816C549EC984BE5866A4C65F /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; + B63E0AAE7B0259051E14C3A38A98B837 /* _ImageResources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageResources.m; path = Sources/Sandbox/_ImageResources.m; sourceTree = ""; }; + B6471BA1FC948318CC5EC7846F0435DA /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + B64D00F11CC77F9EBC976D74789BEC7A /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + B66875000A0E6FDA50AA4634FFAED866 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; + B66C4669C3F7B65787AAC3C493B9D409 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + B678F43A6DB906F607F73B26FD48B8B4 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; + B67C2006FC96D4162EA5E6C0C23D7584 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + B69FFA11E1657904152E6434AA8D4299 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; + B6D8CA8CBBF0770EAF4C8E3E8BB1DC98 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + B6F43C5B41A8E634C7BEBC47808DB285 /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; + B715246710F373D970C1E0775800823E /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; + B72E89B61356261B6E302DB9E2E8FBC1 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + B7423113B3A51F0D0F8F8583DA413B6C /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; + B747A6617F3E1E9AB5EB66B27733B43A /* CocoaDebugDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugDeviceInfo.h; path = Sources/Core/CocoaDebugDeviceInfo.h; sourceTree = ""; }; + B75EA3F0AF084119FBE6607EC45A0BFE /* _HttpModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpModel.h; path = Sources/Network/_HttpModel.h; sourceTree = ""; }; + B77670AADD8F21A145D8C6A722218B78 /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; + B79C9AB255446E1D32204855A5BB575C /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + B7C3B85EFDE6758142A9DE2B4C53D7E7 /* 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 = ""; }; + B7CF6EEBBEE2FE7E5FF6F179D320EB93 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + B7F76D1380115524EB6AB3C6B2A30404 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; + B8243C760C230257A809E0C58C3A5222 /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; + B8664B890F057F993A85E61A00113DCE /* 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 = ""; }; + B8BA1129BB0D9156FDC8312742502691 /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; + B8FCEB95537B4277E379DACB17108AC4 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; + B90EC3A7488C608A7AF7ED2860FC35DC /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + B91D03C6778E0EE5D72B2D44B2ACB04A /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; + B93B3BEE686849B52C6181B3390EDE42 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; + B9710E2301E3BC054F0CF78886F6548B /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + B98CF75160642F82AC07FB2CD3202816 /* 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 = ""; }; + B9C1C0E9530D45CC2F90913FFFA0A1A5 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + B9CCDD936CDAC9602B3922F9721487B3 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; + B9E05F70E2664CE2A03B880AC79D0E55 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; + B9ED547F9795618EB96B3F534DDE64FF /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + B9F62E5FF5B386936AF2041BDD2A5BC9 /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; + B9FB50DF36662C6435B96059CD38E9BF /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; + BA1D37A8F2CEA0BE101F9A3DCC7A3F7C /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + BA285E881AEB5FFEA13A55D0D2CAE861 /* 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 = ""; }; + BA422E953B70E5E27EDEFB97EF36A1B5 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; + BAB5124D239E0C5C29017569C10EE5FE /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; + BAC8B1617D2BB77D51642452D9FFF840 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + BAE374B96C5A0E3CD836653EAEC8A2D4 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZLPhotoBrowser; path = libZLPhotoBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BBA33A1A35F90841578BC980BF78115A /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; - BBB32CAA6ADC6B1C885E3D97EF2FBC4B /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - BBCC4F4281DD81E60EBCEEE67AEB17B5 /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; - BBD31FA4541212185BD5161BDD776162 /* 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 = ""; }; - BBD832BD46545FE17BD992C421F1097E /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - BBE810A167774FCEEB167D7C037CB794 /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; - BC0786E29B3F21C18C8AFE2253D7D588 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - BC2D880CBB47C78E3605DD2D272B252B /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; + BB766CA1C987328A242BF1150767189B /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + BB7D8459C38617CD0B02F52C677C59E7 /* 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 = ""; }; + BB91789A8D2B0880F1C659EF695D0EBE /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + BBC28CCC93FC865D825D205800F405CE /* 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 = ""; }; + BBCC49D8B27DCCAF2C5D09A44CA61134 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; + BBE6C0D021900CB4AB0C77F9A14911B6 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; + BC34218F064F16AB92AD3864739EFC37 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxCocoa; path = libRxCocoa.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BC9A84D2AFA01FAFFB7B15F6B4A23FBC /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; - BCA8C2A499A29853AF8BD1D2DA321290 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; - BCC2E8A41021796269085A8EB42D9D3C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - BCC57DE6F06B220E48BDC09CEB3B746C /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - BCCA5CAE574B4E898C504E92B1D30FFD /* 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 = ""; }; - BD294D482BDDBB0A75E684E4AD7404A6 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; - BD54122631E2AD4DA40DB14E676FFB9D /* 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 = ""; }; - BDDEEFC442D75C8748FF03CA9E9604A7 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; + BC52DF736F3920669CEE24DF1D214C77 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; + BCA37C587B437EB4EE8B1B1FEB45D4F1 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; + BCCA0175F7FDCA718A32393BC24BDDC8 /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; + BCECD8B6A9D8A8DE5908EBF896033CB7 /* 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 = ""; }; + BCEECF11AF02C636FC356ACCCFC817E9 /* 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 = ""; }; + BD08C7FAD51AC4337FEF9F79C7D425DE /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; + BD13EE8D959E22D25466EB43D3FF458D /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + BD2AB7E8AB18EC687ABCB86665F279BF /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; + BD5BE2E1AE52E293187B16902CA286A5 /* _OCLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogModel.h; path = Sources/Logs/_OCLogModel.h; sourceTree = ""; }; + BD692C9FDA019A1F9FF5B75403153A51 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + BD6BAD8B04D45ABFAC8BF902003C6161 /* CocoaDebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.release.xcconfig; sourceTree = ""; }; + BDE1B3E26903D2A311B8406A343E9D98 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; BDE9FBD8BCEBE5C945C8F09730FE9072 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = ZFPlayer/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; - BDF88AD08148C8B25A45D075005EA0FD /* 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 = ""; }; - BE3A893FBAFEF3CA6BC6F9C9CE9F0A39 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - BE412C57E926E93225F367FA6CEB5116 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; - BE627CDD63348932FB1D415344C83388 /* 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 = ""; }; - BE94FCEC304A48CCCA216F4D1E475457 /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; - BEAAE7841957C3B553A53E49D8AC4CD6 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - BEB4EEF28D3AC29CBAF5C89C491183C9 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; - BEFD88322C18353D6D0B0C424CEE44CA /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; - BF022985E1738617E3C13754234ACA1D /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; - BF368235C4F00DE03C5F897C25800D81 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; - BF4BB49DA5A18A755A6C3362C33E524F /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; - BF5F8986E82FA50822DC0215D1248850 /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; - BF7E5A8D5FE20DFD1C75CBD2689AAC44 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; - BFAA48BA089320CFBB4D3103921903D3 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; - BFC181C4A3493C715B5A204FFB45618F /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - C0073D01F34CDFDB6790FCB4F2EAC708 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - C0244776B69BF7C20F09C63DFAE17B61 /* CocoaDebugSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugSettings.swift; path = Sources/Core/CocoaDebugSettings.swift; sourceTree = ""; }; - C02D4B63B1126BB71294F0E77110327A /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; - C05EAC868EDFF4721B81DD89FBBB1D08 /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; - C0934F44704EBEAFFB8EE05F5B20CBD8 /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; - C099B677EBA6B48B263576797EFA67D8 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; + BDF768898EE8E50E9BEE06075FA6D9B4 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; + BE1F6645D253132DDF300C8F9C118F89 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; + BE25C9E9FD5C100CF81C154A86879B9F /* 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 = ""; }; + BE2E61C6FF3C5037F4270B62D00A4D02 /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; + BE6B92F52916E236A7C395C86F92A8DC /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + BE7012AC2561BF0EAC8327EACE7E25F5 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; + BE88FA853E55D5013792EFA63E9999AF /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; + BEB8BC5F6210B6CE1F4FF7596B9DFDD9 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + BED07E5F65E6914A2FD0A811855F692F /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; + BEF588B2ACFD77641838C20E503C1E80 /* 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 = ""; }; + BF36FA58A1D8B36BF76D056F87E7D2A1 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; + BF4BF867BAE362DB739CD457931FE1AE /* Manager.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Manager.storyboard; path = Sources/Resources/Manager.storyboard; sourceTree = ""; }; + BF52A1534350E18472745A33DC3CF55F /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; + BF60499750BE5395385D5668B9D4E0D9 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + BFA70A578F054FDB3448BFD49F908056 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; + BFC679F57F5DB0F699CB425AFCB2271C /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; + C01C96A62A9D3BFDA350E027D204D6F0 /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + C0352A3CF45F63127CF9B198C0D04019 /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; + C0446794A1DC5AEFBDC4980D20FAAE8D /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + C098F3B3BF1B9E506034F5E376EA95DF /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; C099BA92A99D4E19C562C0EC31417658 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = ZFPlayer/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; - C0A1C2896686056E2D836E0FF9187C7A /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; - C0A60B29FC1C07D41211050AE78AA47E /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; + C0A92A9A79F0CF2A829C0AD442873524 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; C0BEB0DC85F193FDD402A449F5C4B012 /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = ZFPlayer/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; - C1419759DBFCDF8CF21F56E3B76954A0 /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; - C17755755D0A9EB8F9A369C3A1348E18 /* 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 = ""; }; - C19C61068DD914455FD1F2DC56BB47EA /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; - C1DF8F69946FC7F87A05BD1C94BB8A91 /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; - C2125D5F0DC03E523B205EB786C6358B /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; - C2448ECA1C3BBEA1EDFD741341771202 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; - C24DBFB6BFDB05750F20071E8BF01FD5 /* 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 = ""; }; - C2B3C59210123CACF40290B45444CC2C /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; - C2C462305630A06A24853D6E558636A0 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; - C2EF5E4B8FCAF28896605555DC2B264A /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; - C2F762723000F232C432B0315C11DA83 /* 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 = ""; }; - C3051AE75A31F7AB443DB39D2121CD63 /* 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 = ""; }; - C344C6D340EAD336065DC16EDCDE74D0 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; - C372D17253AAE093C1B8D894EA5DC1D1 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + C0F5790EA0C3159E426F73E882E59BB2 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + C0FDC1B67C9EFBC0153D67BE026B9152 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; + C128B41C4E68B3CAB525D15AE6DF7BCF /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + C15319095233A13D923A66D4D43DD6DA /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; + C1A089E566C81E34956A426A4FA6E2C3 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; + C1E6A1947DADF070FF1AE6719B6A0334 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + C1F831A9968933F0CD14F0E3D583418D /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + C21100103AFDB9659783C0AC5563FFB3 /* 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 = ""; }; + C23821534388B6C03C78262EFBAA6B93 /* 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 = ""; }; + C2577BC6EEFD6333621104AA5A6C3CA4 /* CocoaDebugNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugNavigationController.swift; path = Sources/Window/CocoaDebugNavigationController.swift; sourceTree = ""; }; + C2E25EDA158F2F673C03750AC4D6FFAB /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; + C307FD7D58A345C1727A13E4643ED6D0 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + C33916170EB7D5C6C2600186E27004C9 /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; + C34BD2EE9A2E6C294828BA92FDC1D0B8 /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; + C35A3D219FC3600AA64AAA53FAF32BB4 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; + C3741B65F0C24A7176D3D1E48B9EC0D9 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; + C3924FA8EABDCDB59B40178461258139 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = JXCategoryView; path = libJXCategoryView.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C3ADA818E4B060F812412D6AA9A9A80D /* 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 = ""; }; + C3B85303FF0801F4738184C270DE1D36 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Kingfisher; path = libKingfisher.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C40C1AC5870D132B5C7FDBDACC20AA3A /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; - C428E440D35483317EC1BBC2DE3FAE0D /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - C42E19319341F4429062830DC7D021B8 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; - C4902CCEC2CE507821643D0116A28424 /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; - C4AD352B48F100E73A65ADE5D9D5876B /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; - C4C67DD5224625EC36BC26FFEB28B6E7 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; - C4EF562ED02F7742E7E03E987166CFB7 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; - C54094EA4D179F5ED79C508E730DD671 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; - C56910CC0DE689CDA38FB5EDB50151B2 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; - C576FA2D6CC34BE302E2D122E87BCE75 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; - C5D58D5889DAC28FE9260A9FDF9B45C4 /* 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 = ""; }; - C5E0E0A27BCD7C8F2D7B6449D8E43B3C /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; - C5FD07CFDE3CBCABCB12B04C53CD5472 /* 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 = ""; }; - C60E1A633DEFF61E0681ECC40B30BF90 /* _OCLogStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogStoreManager.m; path = Sources/Logs/_OCLogStoreManager.m; sourceTree = ""; }; - C6211B0FE9CE22D592B76643147389DD /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; - C6322433B5CE6D3812A61942ABA4477B /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - C6655A0AE7E92CE9CCB28C0057808A4A /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; - C696762A5D064CB68ECABB03AB184220 /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; - C6BD725F3785C75B15694C7DE7926F05 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; - C72E657694616CC97EC3F95CA005766F /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; - C7A6BF6986A5B4A7023C70DD83FAF880 /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; - C7B0672E983E41D8EC5E1AAC3F24F9BE /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; - C8131202E752B708B73CA6FEE5A98217 /* 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 = ""; }; - C8563C0322F1C73E858C81402C88094C /* 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 = ""; }; - C891FBEAB76608A48E1B6CD7998961B3 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; - C8A0FE639535622811069F577975CA59 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - C8AD78AEE16471F04DCF9C1E842C74A6 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - C8BE385C9A4AB3F4F2E89336A3654F38 /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; + C4173095EE459F05F546E4CFC7BC37AA /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; + C42A382D1B9ACB5420A311073769FB37 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; + C4966BBC7564FA618AE13A30C154B6FA /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + C4C8055EAF756E5BB5E3C064B451704E /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; + C4CBDAF5E7BCA5141D88A4D430950734 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; + C4FF58079BD8730517007E7A34F76443 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; + C511CEDDCA901AC2D08593D20EAB0BBA /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; + C54F7E55836F5EEA1BFBDC44E7892D69 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + C56ABB6241788CFBEE136F8323987F79 /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; + C587E5E66110B6DC0CE8FCB025F67BEA /* 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 = ""; }; + C5A087D31AC7F65F747C894E1E4388A0 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + C5AA5A352540A630BF56509C30BD7783 /* 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 = ""; }; + C665E183AD8045821FB36D8790A6E289 /* 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 = ""; }; + C67E2D723832AD2521CBBCAD2052989E /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; + C69884B3D084845734049F739907D110 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; + C6E78F98A4DB561E466E639835570661 /* 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 = ""; }; + C74C018C49FB5BC47A6E919FCF9BF826 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; + C75838A8FC87FF810F5A71F1E2579FFC /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + C7B14B35B51C7C0A6DFA34F16ADD1EAC /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; + C7D78CBE8B6C7F0FF7DEA659F2DE0D88 /* 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 = ""; }; + C863F03358CAAF1C4F515083F57112A1 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + C86FFF1A7EFB8330C740CC51C2499A04 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; C8C9A8FE32578BEC724D938BDCA55164 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = ZFPlayer/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; - C8E34729C09C20E37C2DEC992E6C6F38 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; - C8F89C3E6720FD1FCE6FBB2F8CEA0FF7 /* 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 = ""; }; - C90101FD3951B3817959068D4FC8992B /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; - C9434F0F66CF4A1B20A6A6EA0BE9ED0C /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + C90F68CD32DBBDE6CA7898821FACD97B /* 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 = ""; }; + C92FA21B589D7F1D448AFB0FFDC5103A /* CocoaDebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaDebug.modulemap; sourceTree = ""; }; + C93472D3423042349D3FBD7EEE1A3894 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + C94E39EFF118CDCEA6547CDB7C11A9E4 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + C95D8ECB5510534FE85527F74E1090D0 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; C977ACA4AFB8B25147715F669A532B7A /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = ZFPlayer/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; - C9FE0DCB1C6A0ED2913381CDB51866CD /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; - CA07F5DB106AAE01FCACCA3966263B5A /* 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 = ""; }; - CA14E486EF21A6DA93B4FAC0BF2FBF17 /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; - CA215C6B60F3C74624056981F342F702 /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; - CA3B2D13095AEFAB6D89704215C51FDA /* CocoaDebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaDebug.modulemap; sourceTree = ""; }; - CA3BF4CC39AAA6B2F89253114B3A8744 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + C97CB1A4FFB9671C5080AD239933619C /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; + C980AB0C566BFDEF8FC7AC98081C8365 /* 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 = ""; }; + CA07AA4670E64E46317C216D5DD1C50D /* 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 = ""; }; CA4C3A23CF67AF861CBCBF4F978F7146 /* CocoaDebug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = CocoaDebug; path = libCocoaDebug.a; sourceTree = BUILT_PRODUCTS_DIR; }; - CA5465B1F3C1CB640C0ABC2A0AEA7A56 /* 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 = ""; }; - CA6B37115BE2C76C54065860D9BCBCD5 /* 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 = ""; }; - CA6D969B8131848DA052809301DC05CC /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; - CAD544C5A678DF7A6BBC29764095481A /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; - CAEDD2275E4DD388754793EE07C23B75 /* 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 = ""; }; - CB10C31A8DF69F791C5061DF5ED60264 /* _OCLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogModel.m; path = Sources/Logs/_OCLogModel.m; sourceTree = ""; }; - CB1EDB82ECD262C4F43AB19A6C4482C8 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; - CB4A948F6266DC3E3B3931F2461CC34C /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; - CB71E1C28AC7179AB69BBB82807BFB9D /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - CB9EB1491650D1DB3BD6055ABCC4C5EA /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - CBA1CDB3E7813E1EE8D74A692A823B46 /* _DirectoryContentsTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DirectoryContentsTableViewController.h; path = Sources/Sandbox/_DirectoryContentsTableViewController.h; sourceTree = ""; }; - CC13DDAC2C805C5A9191B4B65971DF43 /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; - CC3C3DDE14E6621C535CC8D357C96DB1 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - CCCC4DA7BB3D06664CE7D36C3898B67C /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - CCCD6D23DA1823736AA1206CCE285182 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - CCDC06E6B59B22F866F3C1FCAD5FDD8A /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; - CD2408DF97BF37EE6CFC0BEA7EABEE17 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; - CD404945FE419C8BF572D86AD243F7DA /* 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 = ""; }; - CD4C858EB8C90129A72A83C139712CEC /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - CD6B8F2580B3562AD767D50217DA2BB4 /* 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 = ""; }; - CD94A2441823E88FF296086ED7250366 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - CDA6DD09140B3205E48C8897934E6679 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - CDD0581B32AA697474A30EFCCA3F7DF5 /* 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 = ""; }; - CDF4286E311220A2E6F21F1CCAC01FB2 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - CE2194013DAA1E68D0AB435C86E28C97 /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; - CE539D74A0D72FC0E797CB0F92661E84 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; - CE5E2B3E3CDD8F47CDC9A80C9A858653 /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; - CE7F17DEECC778EDA2861C237544DF73 /* 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 = ""; }; - CE95AB82E97883A14CE5721C42984E6F /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; - CE962D67041E5F1591A6128C558B492C /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - CEAB73B39E068736585099898F714A7E /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; - CF2A1E82C8485CA19C8F39971EA27CAD /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - CF6742FCD90EAF09257C242B20DF6087 /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; - CF686107D1D9F382744999372AF19F89 /* NSObject+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+CocoaDebug.m"; path = "Sources/Categories/NSObject+CocoaDebug.m"; sourceTree = ""; }; - CF70E67E31B7DA4F45C9192882C8CBE0 /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; - CFA26C26449980ED1C75E9E70D84C494 /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; + CA5454FCB730A15EF4B63661C557D81F /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; + CA7BD4D510CD2A8B6686B3034A0F4BB6 /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; + CAE2A47C5DD906C26C75951E07E80F53 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + CB08C699652CC9124AC5A20B85962B87 /* 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 = ""; }; + CB0F501156AB601F2CDA8CB0AE3ED5DD /* 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 = ""; }; + CB141B10192E08E0FAEE81F6BAE4CB56 /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; + CB583B73987D3A9756C8AF28AD0E7342 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; + CB59AF80F2755E6DCB83864D69DBE6BD /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; + CB5AB1F5F73A771D471B8390486F3955 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; + CBC75F289C9CAB7AEC0491AFCD6E89F0 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; + CBF33334B24B84B693E7DE7A5AED273E /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; + CC05C0D06E41E53BAC346D349BA27E81 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; + CC10E6ED6570FB8C63088542E0134DB2 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; + CC4FE8995C3A84B0068FCE6C75DD30DA /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; + CC5A76E91D7B1358ED32FE7016B7F3A1 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; + CC7124BA2C09FB08F22611BD92D6DB69 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + CC82B37E2EE7BF6F10F5B707A5E4E4DA /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; + CCAF666562DAFB8A53747C2B587EC53A /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; + CCDD1AC2B65002FE19F0227FDE9C4B56 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + CCE91E7D3B9C134D72823144BF5370AB /* _DeviceUtil+Constant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_DeviceUtil+Constant.h"; path = "Sources/Core/_DeviceUtil+Constant.h"; sourceTree = ""; }; + CCF71D823833AED9373C29CBE367F9C7 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; + CD3EE573A829465DFE72CA7D470662D6 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + CDC9FFB81001C44ECDF00E736A25DBBF /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + CE1FDC3D653F1CBF7198EE642D18A04C /* 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 = ""; }; + CE1FE1D2FA14A41A9FC07D5A7706D6F2 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; + CE5EDBC123A968528EAF3DBDA9791182 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; + CE996E9B4010AD8BAE0261EAB7DC1904 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; + CED782091A91C5F324DE53B00EA042A0 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + CEE3B44E31830122D2C71413F0028A49 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; + CF0D31B0A38E54288CC485ED595EFAEE /* 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 = ""; }; + CF11A9B19C35C583DC9167EE6FF89C71 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; + CF228C986829D024EE886D7D4AE44AF5 /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; + CF2C8DD0E3B832C3C3BA38181D5FA02B /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; + CF36633B73B6FF9DECCFE172AC68177B /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + CF6FD51F91423EB0BD0CD4A11CB5AB8A /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; + CF8E22E6F53469CD9D7B507AE72C8CD6 /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; + CFB78678C9475983130524C6FB7FAF0B /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; CFBAE3B953FAB8519A0D069E74F1AD95 /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = ZFPlayer/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; CFE3C042721479245305B79C90CDE196 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = ZFPlayer/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; - CFF4A710BF3BA1866D9B39880D6B74C6 /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; - D005561955907CCDCD0F6AEA827F2F71 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; - D03B84875EA80F2FED318631031871D7 /* 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 = ""; }; + CFE6192826DE4EFC608DB5CB90126CF5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + CFEF73D0DA58FE1742D844B5FA58BF00 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; + D06DF6006040EBFE642C4211B2E979CB /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; + D0B3822C79C4D6FCEE794D7A2C6F9783 /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; + D0C43BD8EB0DF500781F215DC9797DFB /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + D0C6EC582A76244E0E92AC5BB1E51973 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; D0DD762BCFA4928914EFC99817077EC2 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = ZFPlayer/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; - D0FFE33517C062D49A1406C4CD1B8A01 /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; - D10D3BC95381C10A2D49F114C089D8E9 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + D0E0E0084F09951C6EF4BEA45B1E600D /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; + D0F2761EBF6FF8D9BB242E3F99000EA4 /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; D12FCD5B0D26C094865614C081E0F359 /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = ZFPlayer/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; - D143175061C2BAAED25C866BB295BED6 /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; - D14A3ADBEA6B710E57AF16177ED42A57 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - D152BD20B7CF6928DFA1AF862497BB56 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; - D16FB72EDDBED74EEE3C0C6DDC5BDED5 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; + D164CB7CC6109B9E75FA2C9DBF615FAC /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; D17E7AD20B4509C25300DFCCFCAE2677 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "ZFPlayer/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; D1971CD9E21A78FEEF1B2019149A52E0 /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = ZFPlayer/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; - D1AC634ADE3C81C3B7B8A43CF7B559AB /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; - D1B88EAB1DBADD3FB17EE8C26BB0B1EC /* AboutViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AboutViewController.swift; path = Sources/App/AboutViewController.swift; sourceTree = ""; }; - D240559F94C16944EEE7924304FC8A65 /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; - D25023E8BD5830277A322556D5AC4E9C /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - D2899EB0D6588231EBE89BB9649BBCF5 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; - D28B2A636049EA55993574D71E4B23C8 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - D2A46596EA083A1456A629EF5D4E1369 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - D2B343C949B7AE0BCA4BCEED74DCD42D /* 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 = ""; }; - D2C858ACEAF5FDCEC88703D8CEAF2415 /* 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 = ""; }; - D2D859E1CE2BB76EE3BC633FF0810D80 /* 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 = ""; }; - D31C2F50E6130FE2E145C237B4711643 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; - D33297C5407DA8A46F7F26F4D68905EB /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; - D34B6BC0C967B4922B043A353735D86F /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; - D39CBA51FD843FCE4CECC46F9A583C13 /* 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 = ""; }; - D39D0A9337D386CEFF9954EB535F5B11 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - D3C14064FDE072521F12CF5205AAE94B /* 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 = ""; }; - D3FC34190A7CD1F43C4C99903FBDB890 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - D423627134023DF77CBABBCDA8796566 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; - D44F17FE8A5722B5D55F4F91BF5297E9 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; - D4566B80981E7C6029D1E05DAEAD6F1C /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - D46394D030DDA7A93B5F36BFE53DD2F4 /* DDBaseModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.m; sourceTree = ""; }; - D484DAF16D3C2B78A13A6F2CC3B541F4 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; - D4AA5A50FC2B2FC56D7B7382710B4EEC /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; - D4B2D737E24FDD4F773BA963191F64DC /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - D4CF2270C1575343701BC45C5D727D42 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; - D4FDD76519FB62ED16EA3D5AB3F219BB /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - D527D71DAE9924DF3670FD05F6777002 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - D52D2CB1C794DB60DF9120B9A52D9B30 /* _DeviceUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DeviceUtil.m; path = Sources/Core/_DeviceUtil.m; sourceTree = ""; }; - D53BBE11B64EF7BF498CA168DD261505 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - D59E1C3386F1CCEB6CCDD38CBC66E28C /* 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 = ""; }; - D5BC897CA4FD01B1F9E09CB7A7B4E885 /* 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 = ""; }; - D5DBD48BB0B388AC44422148BE25F3BE /* CocoaDebugWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugWindow.swift; path = Sources/Window/CocoaDebugWindow.swift; sourceTree = ""; }; - D6196517D3B65E3C4FC5DFBC8C244A9E /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - D61EB95A8FDE997C2C7B2C9F141893D5 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - D62A9E0B61CC784E8BF9FEE58D3058FB /* _CanonicalRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CanonicalRequest.h; path = Sources/CustomHTTPProtocol/_CanonicalRequest.h; sourceTree = ""; }; - D6464CF47375A4F0A2F5AA529F607FD6 /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; - D64AD2909CB4224E6C878C1809470F77 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - D6ACB8CEA3C9A0739882A17BDB49F07B /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; - D6C05C019EA1E6DA75F62333B9A56682 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - D6C426840933C313328908BB131BDCA3 /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - D6DCE776C96E9919423399D17CFE5C80 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - D6F666BB69ECD0C21A03F117207C400C /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; - D74EC67039356FD9D781948980C4784A /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; - D77366EA9374DCF6E6440B958FD4B5C7 /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; - D77D721998DF70A55F71F3FB2059BBE0 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; - D856B146E0975849B3F7FD6A565AF879 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; - D85B8BF3698115B7F620042AE16B7874 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; - D8CEE12E892F7A1C9ACA4FD84249A3D4 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - D90A97051AEDDBFBB45CE81FA1163036 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; - D91AC7334B9CDB50EAFD198EB8FBAB7D /* 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 = ""; }; - D92B60CBF99CD32081E59325F0F91481 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; - D98C09820D5C3A2DBF5D0EC203F07313 /* 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 = ""; }; - D997FC59BAD5D7F2B958966B1CD9F462 /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; + D1D028C0EE5526EE37B10C0F11977EAC /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; + D218EE534BDCE1AEA726D5B6E8EA6642 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; + D2529E3E3CE645E57A9A689013FB4B1D /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; + D288B7154D00F645F93C53207D5B47A1 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; + D355F8D59912C43DF982DA1CF4948FBD /* FPSCounter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FPSCounter.swift; path = Sources/Monitor/FPSCounter.swift; sourceTree = ""; }; + D35B154939AE423BA0301C60665B3F4C /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; + D3DD8AC55C11ACE59FA6A0CC88090DA5 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + D3EC00B210483FA26F94240D2D0901A3 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + D44C092B2901205E37A225BCCBF63D86 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + D466381500DEEAD5EC92DB6AE1E7461B /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; + D4A09E203EB4439005737B87AA45520C /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; + D52D33060B34CBCBBE972666BC1BED01 /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + D5629F16CC27EEE0DAED50DA80B0636C /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; + D5890CDD479EB51D6ED75AB907A80A6B /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + D5A551233868D75E230857601F73CFF0 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; + D5E27546920097659BF0CEB03C5C41B6 /* 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 = ""; }; + D5EBEFDC72FBE35CD6AA4E77F514B038 /* 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 = ""; }; + D5FA242D0BC24A63181522905ABEECA4 /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; + D611BFB4EF0386BCF190E06BF383CABA /* 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 = ""; }; + D62B13137A3B79300D2D02E49C510B30 /* DDBaseModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.m; sourceTree = ""; }; + D66E3C6EC7E2C1A13D24D053BC21C877 /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + D69A76F2171AEF422EBA7864D043A368 /* 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 = ""; }; + D6E9A113D7F0CD1184EB2ABBD9B9331B /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; + D77BD856A9C4E2C8DCB00A898940E9CE /* _CrashModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _CrashModel.swift; path = Sources/App/_CrashModel.swift; sourceTree = ""; }; + D7834C7D0E45A81774FDDD959C02705E /* 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 = ""; }; + D7ADDDD9790ACBA2289E1E31987D7EE5 /* 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 = ""; }; + D7DC5E5EA326D0B4373366D197D16249 /* 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 = ""; }; + D7F86AAC56D52ACB0A22C947EB227743 /* 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 = ""; }; + D866846BD1DD3A63432DE5D2889773BF /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; + D89C0B70B7B38D637C09BED46014A4BA /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + D8A8CAC9E3609F9E707D8D37945B1316 /* 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 = ""; }; + D9354FA62ABB03C45705BBEF58600F38 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; + D93DF64D6206D53D40D62A28260F3C8A /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; + D98B0CFDC1D5301D7CE356356C1BFEB2 /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; + D9CC84BB2A0FB6AE4D2FE8CF0029358B /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; + DA083D0BBE5F3EA0754540B0604C71F8 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftEntryKit; path = libSwiftEntryKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DA74A101C598D7B275D75420CEA9FFA8 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - DA81F819716C4B76CAC4CDF991D97A44 /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; - DA966B138890D6020C48CD089962EC36 /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; - DADFA14A68AD99E5DA796FFF4C742941 /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; - DAE7D9C91CFF9B7A4DC401E4BD46C730 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; + DA739035491CB62610025ABA30367D02 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; + DA8C7AFCFC42BCCB0795ADF1D61630A3 /* 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 = ""; }; + DAA74F15FC9EE31AA8DBCB407DC9A480 /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; + DAC62A4AE212B225FD48CB3478DCD920 /* 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 = ""; }; DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDLogKit_Private; path = libDDLogKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DAFF4CE4B2984A48BCA7F7FA61D99247 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; - DB0E651FE2BD1EC762B1FC207BB1FDFB /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - DB283BCF2D603DACBA6EABC3117D2916 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DB307AC80074AAF3976573883A4A77F0 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - DB32E1064B4AB1FBB1E91483A58A0C33 /* 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 = ""; }; - DB9959C0D70BC56403FBBFDF6691F0FC /* 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 = ""; }; - DB9C7447FFE5B690B64C0ED18696B1C6 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; - DBAD135B5A74B837A4A7953AE75311C4 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; - DBB1B441E3B9186A94DED772B1B0839D /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - DC255FD48257E1555CE0FA26E0FA5749 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - DC2A1CA4E6BC896ACD3DB1A7EF1BD2D4 /* 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 = ""; }; - DC2AA05F119635AD4906A500962B4D4B /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; - DC6A2185AC686DE4D1463D0A6ADB740B /* 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 = ""; }; - DC6CD5CC3EC0D0AE619B6482702B8FDE /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - DCE9047D6D1EE487FBE3AF5030AD6CBE /* _BacktraceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _BacktraceLogger.m; path = Sources/Monitor/_BacktraceLogger.m; sourceTree = ""; }; - DD2E35DA67C4A7369D7E56F966DD00D9 /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; - DD4EB2A9723A25081B40EF819D1E5EDC /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; - DDA2908392CA06AB2FBAFD58F0D345DA /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - DDC7811423A3FEE265F82155B05D6D6C /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + DB1514E1F49F2931ADBA7C318C388567 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; + DB3F2D96BFF6F11F52874F0D8909EE61 /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; + DB5F077C8601A6777B0320EACEC55D5B /* _HttpDatasource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpDatasource.m; path = Sources/Network/_HttpDatasource.m; sourceTree = ""; }; + DBB9947669E5E7F1083CA86E27CC6340 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + DBBEF8D6BED52E5362AABFFF6FADD6BC /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; + DBF5518CFE8D9C1E08556CD100480B6D /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; + DBFEC5F25683A06D66271C0C9D605DFF /* 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 = ""; }; + DC5DA6DA24922DE1EF9F8B0A11C531CF /* 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 = ""; }; + DC5F9279FE81BC1EA859817EC69A5F80 /* 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 = ""; }; + DC6B89E9041A0740F10BF54F3D2FC9DF /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; + DCA12D05CC9540380CF6A20E5AEE652B /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; + DCBAC346E14C39F4C832C7B8A54187C2 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DCE6852E5414CAF765EAA83E45AB416E /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + DD3B0A1270B181B4B24297D82F315F52 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; + DD532AD3B0BCA4090A56EFB9D0ED1BC6 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + DD638C9CDB09D635B8146B8E82817CB0 /* 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 = ""; }; + DD63C92D8891AE22587E9855D798802C /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + DD8B78AF7D8F4470C624EA22C06BC041 /* 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 = ""; }; + DD9B9E20BDBCE8C13AA06F2555DDF82C /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; + DDCEC4595F61249B88BD286D34943DA3 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; + DDDE70154CECE8AD06500F98BD45B746 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; DDF5A4A690EBD2EFB0302229151A50E4 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = ZFPlayer/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; - DE32B35CEC6B686CF87CD5A0FF182655 /* 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 = ""; }; - DE568804C54D488310BD59AD611A0D0B /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; - DE7E942FABFB4E76A53293A42EF78DE0 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; - DE8F600357F6756FC82595DFEF48EE6F /* 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 = ""; }; - DEC2537B0B3C21660DF50C27A384CF4B /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - DF102F480C5585C873949F74CD6E6A27 /* 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 = ""; }; - DF20BC6019F470C13908298C7B9C8355 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; - DF39BED752B52801A968821197AE5065 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; - DF63448BBD8AD42EF5DFEDEA9156C0DA /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - DF71A58353E1B67365C60AC02AD740F0 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - DF9D6DA56049002A43B29040BA01CCC3 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; - E018B861101930E867FA6430342A0B4E /* DDBasicControls.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBasicControls.h; path = DDBasicControlsKit_Private/Classes/DDBasicControls.h; sourceTree = ""; }; + DE1C4684E0B892D8BA7CAEFE0B83DDD2 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; + DE64B1906F8A9BA59DB2331892F687DE /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + DE833E2670E9301FBE07367038E99F9A /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; + DEA554AA4318FE22B229284700D68BE2 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; + DEE6009D0632783869EE31E3282B0A29 /* 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 = ""; }; + DF2102E453E086E3DBEFE6C4C6C1A44F /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; + DF2B8A68CF7EF5A58A85101AABFFB668 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + DF76745C518C82D19803FB761A559103 /* 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 = ""; }; + DFBDE1FA2D618A659D6868DC6E10CAF9 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; + DFCEB9DBE5108EEC6772AD74661FD6DE /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; + DFD3A81128334FF315588DE6EC411EE4 /* AboutViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AboutViewController.swift; path = Sources/App/AboutViewController.swift; sourceTree = ""; }; + DFEC5EF485632CEC0F307E78A16204D0 /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; + E0078D90EBD7FE8436E7450E7705AC24 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + E033A9640F44F0354474DBF644B9D188 /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; E04C5ABF747A086D31BF630397DADF38 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = ZFPlayer/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; - E105233C6B43795CA5307C12758234E5 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - E1144901FCC7B4869C84812B70AF825F /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; - E12D4C1015BB2C529503AF1C2ACD03AF /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; - E18F5B0EA6C8CCA4B54C50998EFF93E2 /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; - E1EE79A28CBAB5D632928CE1E21F8C26 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - E1F8B05B6E631A484B05EF35961301D7 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - E21B9A8BDACAA6E7FC0F176383DCFBD5 /* 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 = ""; }; - E23F087B85B50E036B18E541EB56E53F /* 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 = ""; }; - E27B7E15FA15F2E903792A03EE96AE65 /* _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 = ""; }; - E2CC274638547B7DDBA4EA00A56243AE /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; + E05E6857C05021CE287FED6440E20A18 /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; + E0694086949B0979DB64995BA7904F1F /* 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 = ""; }; + E0E10F344613279E5ED0A784DF814AA8 /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; + E0E51B4C6B5ED0F83CE62620C2F8BE76 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; + E0F9D8034E59E8B3DE7B6596BAED1001 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; + E0FEB01C8FC7137AF171D9BECFE4A516 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; + E10C81677294DEC0812F0DB108B17A5D /* 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 = ""; }; + E1212229365B01E9CF3A5F29175F51CB /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; + E181C8E40B1E4405FEB2DB47E725399A /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; + E1A5012A3C56B7A458F56FD346CA045E /* _Sandboxer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Sandboxer.m; path = Sources/Sandbox/_Sandboxer.m; sourceTree = ""; }; + E22E74C9B71A030D11FF072462B26BCE /* 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 = ""; }; + E263E249C714F19EF4872EC0D69900CE /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; E2CF77683043F7A01B9D24659EF9EEB6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E2DE7F43C3BCB9E3DE2010A419F4AF96 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - E2FBFC67D13948396E31969626B9AF7F /* _BacktraceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _BacktraceLogger.h; path = Sources/Monitor/_BacktraceLogger.h; sourceTree = ""; }; - E313EF23A3BC9ABEAD609A3F8B85CEC3 /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; - E35D2186BC5DB8C262E0BF15D22373E2 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - E384C9E9641F3F5219DAA04BE9D4CCF0 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; - E38B59CC8B7957B5F6C28006CC15AD21 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - E39E66D089D3CF4441E1DCC043E3BBC0 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - E3AE3969373FCC4E02795EEC06F16536 /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; - E3B7EC0BF15C6FCCBC86715679871E70 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; - E3F9C3263129A510C64A84E611C05A0F /* _FilePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FilePreviewController.m; path = Sources/Sandbox/_FilePreviewController.m; sourceTree = ""; }; - E41195825DB3A5B8947F6FB9DAF5B79E /* 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 = ""; }; - E440F91D08554533E289EA71AB4EE266 /* 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 = ""; }; - E465C5FE5A574BFDDD81FAF1CF0ED944 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; - E46E80E8FF34B41C047DB1FB2CF6462A /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; - E47199E76EA99EB95B30A952A88F84E4 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; + E33954FB4DABB55AD6D5ABCF16F954A6 /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; + E351218C23894D317B9908B13747AB9B /* DDBaseViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.h; sourceTree = ""; }; + E37D001C2421670D80165556D3E2A8B4 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; + E3E24CF9DEAFDB0E85DA8CFC3738681E /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; + E3E2EA5C4E38ADD70426FFE01D2FC237 /* _OCLogStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogStoreManager.h; path = Sources/Logs/_OCLogStoreManager.h; sourceTree = ""; }; + E3F43827C3BAA4D52E434F8CB44752C3 /* 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 = ""; }; + E43018D7EB535CADDABB054941B59294 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + E4418F5AC11A8ECE513001B24A2623FF /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + E447095A01B20211111302CC9F7AF2BE /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + E45247EC426A286A33D34DB983E11141 /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; + E4571D24A288F895D335EE5F8400AB15 /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; + E4577B60D00DE62AA33A1BD9D7130C1D /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + E46AC0A56CF1591AF260EE9FE9447854 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = MJRefresh; path = libMJRefresh.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E49FE1752B0D87C91639F9434DDED72A /* _fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _fishhook.h; path = Sources/fishhook/_fishhook.h; sourceTree = ""; }; - E4C8B222B37796B78E441858FD0BCF01 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + E4D8B06B2CCEC9EEFEC42249E9CDBE74 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; + E4E0E6C84E88B93A4F4204AD43287EA8 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + E4EB7F2C6D3AF036A3EA94F223A691DF /* NetworkCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = NetworkCell.xib; path = Sources/Resources/NetworkCell.xib; sourceTree = ""; }; + E4F2CB200C1D449CCFB67AAE79BB06C9 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; E4F3CD2FAC247BD349A40689ABE4678E /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "ZFPlayer/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; - E5469862EA9606249755816B7D1B55E4 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - E5610C35BCC8DB078DD0A40106E3FD21 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - E5C6D50CBA04F365D24026704C26BF98 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; - E5CCE12878B1C494F8F5CFF71DACF479 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - E5EA80F6F0B6CA6E04F6CC720F8DD58E /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; - E6061E65490B9CD5F9A8018A22C025C5 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; - E64A2CF3AA11600B16CA51FFC5D76988 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; - E68A3D97CF4E721B457BC4305139E155 /* CrashListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashListViewController.swift; path = Sources/App/CrashListViewController.swift; sourceTree = ""; }; - E68F5B5CD4C2A5EB45B31E5DB9F073A0 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; - E7064A8284F845D8AB50122456346F40 /* 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 = ""; }; - E744CFFA682109B46ED5C9D30B579B15 /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; - E745B519B92535CFB561EA86C260C137 /* _NSLogHook.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NSLogHook.m; path = Sources/Logs/_NSLogHook.m; sourceTree = ""; }; - E75244E96365D148A4ECBBD7A51B8991 /* 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 = ""; }; - E7B579D0140CD289B5F13B45F1F8F47F /* _Sandboxer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Sandboxer.m; path = Sources/Sandbox/_Sandboxer.m; sourceTree = ""; }; - E7C0162A56D954DC15AE3FE7D2710D39 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - E7D38B7DD333C630B2229C48439A1B88 /* 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 = ""; }; - E7D6CD7A5E7DBCFBB06FB747AE7AA2AE /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - E83D1A9CD540F5695C0ED4A006469691 /* 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 = ""; }; - E84F0D1976A9855CD11E04F4B0DCFB3A /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - E9071999500EDEDDD7589F3FB356883A /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; - E915A8E0A00D905FFF04732D8E4298EB /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - E93A1C62F4687E195DAB46C831D2828B /* 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 = ""; }; - E976F9D563CB908D63D9323236825436 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + E51A7EA7858384880AC7DB0DCFAB9758 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; + E526332D26EC2C000931BC63994C80EE /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + E564CA6062E8DE33E1FC0A58500BF123 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + E57AE576485932F58829FB0EE67E2203 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + E58F155608C42B362002368AE8C411C3 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; + E59B283FF6C29B7AB5CB6812CF265333 /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; + E5BD477E78BDA4BE7D3567C995A4A46B /* 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 = ""; }; + E61958AF938515A169311B42F6FAFD63 /* 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 = ""; }; + E653A9427017D4AC315F0062F219DD60 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + E66B5A656D615770B73C931E7749AB13 /* 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 = ""; }; + E690F96290156A923F6F3D3FA6448916 /* 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 = ""; }; + E6BB16E6AAF36A66D2DB02FB4293519E /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; + E6D97268591C95265C7DF0DA253C40C7 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + E6DCBB2378CAE771588D6BEF2E518DBE /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; + E6F1A275C1FFAB3598EC69F033E382E0 /* 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 = ""; }; + E7036BCB617B67415AD14B6BD908DC8C /* 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 = ""; }; + E7AB3D32C043B12F9D9F36CB0D44831A /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; + E7B1F72B4DEF27ADB706BE58B67177E3 /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; + E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderSchedulingNotificationService"; path = "libPods-OrderSchedulingNotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E7CE8764A7EE88F31BD7C31BBF41A5CE /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; + E7E90A07226C95628B8509AB4AABDE84 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + E87C89AC61BD02AE0FA1E0A5FF19C94E /* _AutoLaunch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _AutoLaunch.m; path = Sources/Core/_AutoLaunch.m; sourceTree = ""; }; + E8861F9C8690C36A4176F5F7487FD918 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; + E88FC98B5E4A017CA538D118F35B8FCB /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; + E8979E34316F5E64F889DD938A889591 /* _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 = ""; }; + E897AAB90F859174A060C8DDBF27D16C /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + E8AA38300295B91919FFD808665A569F /* CocoaDebugWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugWindow.swift; path = Sources/Window/CocoaDebugWindow.swift; sourceTree = ""; }; + E8B35C264CC2AFEA8EE639E8CDF616CE /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; + E8B40EC6A9952F20179836B7DED824AF /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; + E8C0223152BE465D23A785BD049A0C4A /* 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 = ""; }; + E8C5B817601E9A6369B5DDC72B5F6FAD /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; + E8DD80A987FC55AF56052513BFF11B3D /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; + E8F153A6B0E8E8B687F268DE2043EAA3 /* 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 = ""; }; + E901630C8A45B5CF4EA610970AF8B6D1 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; + E90860D5F6356F8383CD2F8B1413B9E7 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + E91035B1EAD1D9727C77BBEA38466A6F /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + E96115502F9B294408CF4C01DA9C73B0 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; + E96A282BDEE6B953C82B00E1292BACE6 /* 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 = ""; }; + E98C8DD971434C02357308751BA6F1F7 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; E9B89D737E027CD857406AAFA6ACDF79 /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = ZFPlayer/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; - EA2E733D838894B097B0EB2D9DC39C9B /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; - EA51AAD5AF1873DDACDA6E8790C500F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - EA88F566B829137E88BA63831BC0CBEA /* 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 = ""; }; - EAA585770EE9472F8F29B9CC05F3D262 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; - EB03256D312DAAF6F86F49A7D1BDF0ED /* 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 = ""; }; - EB0FF1228569CFD95CDF8DA1191EA9DE /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; - EB123175332081AB09DFA6944BAF3807 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; - EB4884D2E26EFA58702A3F604E6842AE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - EB709E55D92D866245320639727CA4EC /* 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 = ""; }; - EBA61D6CCFC730CAC6B228A467AC659B /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; - EBCA94188443BE7E58CC31AC1AA27FCA /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; - EC2AD145FB1CD185935A5BDF7A9A65F8 /* 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 = ""; }; + E9C8AF95A590B1A08351F9EDBC92F8F8 /* 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 = ""; }; + EA22A91DC36D0FEC13332E8DF768C2CC /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; + EA2BAD85CA17547A938D44C31808C656 /* 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 = ""; }; + EB0F3BF52463BB59CBA61B7FFD59D226 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; + EB2A0ED422FC65E9637B1A70E98B8B24 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; + EB31D87EFB375621E6E885CADD3CA2D3 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; + EB4F8B28D9D99100FF550E25ED82C940 /* CocoaDebugTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugTool.m; path = Sources/Logs/CocoaDebugTool.m; sourceTree = ""; }; + EB6A47640B6F7132EC4D99BDD8C6C39C /* _fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _fishhook.h; path = Sources/fishhook/_fishhook.h; sourceTree = ""; }; + EBC7006E5B8DBCA11FAA9FD8818E5F6B /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; + EBC9DE7C257B2BACA82E1A5776C9A003 /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; + EBE404F89A20057C4306DC21B64CC5D2 /* 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 = ""; }; + EC14E77794267A2FFCFA88C6B0B7A9CA /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDCategoryKit_Private; path = libDDCategoryKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EC486AC65B36ADAD2AD636F0B5A2E809 /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; - EC70D4B0B76AD9EEE46A627C8F306745 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; - EC73BF3F9884DCD2BFC1E632E17BF84B /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - ECB3F0C716E63D7D5F146A5226375CAE /* 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 = ""; }; - ECEAFCDDDD7FFB926E69A341F8B1B9AB /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; - ED131DCF62687CBFE429D6856800FE31 /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; + EC81BC3B7CEC17080225D7B2D5939DDE /* 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 = ""; }; + EC8354BB25750413C9C7511E61B00A36 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + EC9AC8C908AD6E0B5053F6E4EFC0CC25 /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + EC9E6ADE37DFDFA0879FBE3295C8A31B /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + ECB4F7203AC7A2E7705C674C1A29B549 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; + ED17600692DC37A4D5B2364280804FB1 /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; + ED33DAE8D466DBA5318E5F42915F8BDA /* 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 = ""; }; ED363DD89BB17FB9F31F94524BA59CBB /* ZFPlayer */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZFPlayer; path = libZFPlayer.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED4A002D79650CCDCFFF0BF85E258B56 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; - ED60405A73273B0E32B537DB78C342DA /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; - ED8C15E27B795724447C41E59C7CCC51 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; - EDC2591D071CF5CB3999D2B6FAD5216C /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; - EDC35289080A1730C20B7821B8AF8E6D /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; - EDC698A1C50E6F8C263102BE0C4906E2 /* 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 = ""; }; - EE00471CC1C941AB36DAE0C4C1F19E69 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; - EE40557A229CF6B89AD1106C46F66D5A /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - EE59FD8A970BBF147E32132895857DD5 /* 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 = ""; }; - EE99D9B39BADE4A62C5C61AE07424644 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; - EEC22AD8D3A5D7D09D79AFF0BD858503 /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; - EEFD8667B74BC46E988E4048A826E640 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - EF60813DFDC6B540013F5C6595E0C616 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; - EF9A3089314364B11F7F0770CB03104D /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; - EFBA8E5F751BE8CD2E26AD2265022BF1 /* _CustomHTTPProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CustomHTTPProtocol.h; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.h; sourceTree = ""; }; - EFD813BD01648A4D6479E04B7D2688EA /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - F00088ACA7C52BCB9D5B0AF5D2A4B81C /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - F02DC7DAE11ADB8A90C1E3F0919D77DF /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - F0CC6EA575B574C15023829B0267BD1B /* 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 = ""; }; + ED39EC958FD44C178F4C5C6C347A6380 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; + ED54C616E149CA2F79A742BC86A81489 /* _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 = ""; }; + ED57B3A07739D70B5E326E2D87DA4B44 /* _FileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileInfo.h; path = Sources/Sandbox/_FileInfo.h; sourceTree = ""; }; + ED6A6EB582186A993A6910EE4A32934B /* 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 = ""; }; + ED8F2BDA3ECCC40787D3CCBAF7DDECB0 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; + EDB64557F8A54465273724E84B4D67A1 /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; + EDBDF5C4A6A454134E9AA212B45F8941 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; + EDFE4D839CA0C225C76D88F3CF6801AB /* 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 = ""; }; + EE1A58976225757D9C058A170C2BFBF3 /* 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 = ""; }; + EE6F053A2284F51EA98889F9EEE52D37 /* _OCLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogModel.m; path = Sources/Logs/_OCLogModel.m; sourceTree = ""; }; + EE87D4C3493004D07C6C76692F2B3A8A /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + EE9210DB8DD55F8DC5F1EE28CFCD7216 /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; + EF00110DD652CD9608E7CD8D1121AC5D /* 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 = ""; }; + EF1BB0428F27AB1657C796221F0882F3 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; + EF3E41121AA454E68DDBB1C76671A0F7 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + EF7A67E6AA8258D8CAE46B3ECE005FA5 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; + EF7FAE9D76DCE04915B5A95BA0755C68 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + EF82F208E28FCA3D990DE5F04AC23C61 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + EF96E12E1C9EAA9EAF7F1625FB3E6606 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; + EFBAF13F8ABD7524AB9E68468BA377A8 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + EFC9368CA622B4CA069BDDB4DE5A9057 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; + EFD034E6CFB0E8119991CABCE5DADFD5 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; + EFDE21446D5138B75FB3D26EEE9311B1 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; + EFE8BA9FE1FEEFEBD62F9B42217C2D77 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; + F022DCD757B39D0CE38B290F21BDC27C /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + F0265276A8DB52F21523A1A76354B5AB /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + F0323843D11B651C7BAA60F1BF076BC8 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + F036B6B56FBD6CFA3035DE37773A6404 /* 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 = ""; }; + F061B0409475523E7702C682FEEF140C /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; + F0AE07C0FFA65A5A797E364F8DEDD0BC /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + F0C40AC6F9C2D9CE7740B90099D2F88F /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; + F0CA4331631523C921A213CEE6FCB296 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; F0D7DE153DDDC520A02D60EC9314D9CE /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = ZFPlayer/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; - F0E1AEC025AB6D37259362F51F1C37D2 /* DDBaseModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.h; sourceTree = ""; }; - F0E98C0DAC0BC9C2E4620F1BE61C0C8C /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; - F0FA23BAB50AF1B5EDF6FC9ECEDDDA17 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - F120F32F9C99EB3C58DF7780DDB69971 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; - F12614B0D9B7A39664C49D46C9C6B5B7 /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; - F1687A1F7A33112D0C44C16592310B67 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; + F0F0484ADC3E331C51F0D786E943FCA9 /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; + F104944345325A63DB53FC75B26935A2 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + F11CAE0CAD6EB6538D90000220B11F20 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + F12A5D1AC4B378BE0207E38CADF82772 /* 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 = ""; }; F19F949F19BD7CEDBF253DA9DB964B88 /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = ZFPlayer/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; - F1CEE7F79DBE6F454F04C9B5DF4CE23B /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; - F1F9C431984CD2CB97B257F7C3EC6401 /* 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 = ""; }; - F1FB14ED5C27608F4CB2FDD555FC9881 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - F20D3DD1F4AF25AA8661013D26527F97 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; - F217789F2F68C826AD4B03C33BB9293F /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; - F2333C6F8D8E91E25418E44C2BAA4771 /* 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 = ""; }; - F25519FAD5FDECA3282624B37A7F936F /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; - F26CCFC26F3DA09504605CC57138E371 /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; - F29A316459A020B4B5F2807399928A83 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; - F2EB60D28FE74B0EA7A407658EAD152E /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; - F2F51AC986E17C877052D7B4BC1AFCD2 /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; - F30C5725E6355F9042468CCD26B326A3 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - F325049ADE4E2817497756D084BE74BD /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; - F326678D8CEBEAC5E9935EC7D4C1F20D /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - F34314D323B9B1DF36D0A7E2B92D32D4 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - F3BD307BF621D56AAAE43972E6025CFA /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; - F3DABD8A3FBCDD5889960F4F675EBD4A /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; - F3E4F37AFE1E1A5A2743F2ACFF42FB8D /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; - F47D897623A60F1B34E89A23B84A6955 /* 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 = ""; }; - F4881D18F02CA97AC89C9885F98BF75E /* 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 = ""; }; - F48AE2AB65E45C9355FE8BFE548F5388 /* 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 = ""; }; - F4902BC6DF5E0AF417020B0B0A85F97D /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; - F4E723DC6C0240E2BA4CE20F26C9EAAC /* 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 = ""; }; - F4F0C169F69FEC2269A6C15643AB855F /* 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 = ""; }; + F1D0DA4E136B17F8F1ADAAF1202D1AB3 /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; + F20AE6A7C47AD627C57A4DFB3A9CF48A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + F21C5740A85CD288B19D352801DA7735 /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; + F21E640ED5AD00EF3E6A8A6CDF4125A5 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + F228AE3448344F05CCEC0E6B5C4FD373 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + F23C8D9646A84CB9BAE36217477BC321 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; + F26540141759438D37D2C7B606CD8DFB /* 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 = ""; }; + F265767BA56A1475B48CC671CC1F6601 /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; + F280235E25541D09832DCA29E478B8DA /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; + F28DCEC5788B9AA3B633A4186D231799 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + F29D256B07FFA3BF592050C9045F9987 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; + F2DEC1218F588001819B52445A9B1AE1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; + F2F3E192AB2EC28B6BDA3003D7710F1B /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; + F302412F9AF3877B82C19464BF0BC4BB /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; + F33178BC2C7536FCECB478D8065324C6 /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; + F33654FFA200AD37E0AEA164365D3028 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + F3BE35F972C55B9C8376B636CA186387 /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; + F3E4632D0B4CA273FC8217447BE94741 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; + F3EE1D07E6A48C831D2130DFA3BE7034 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + F40DB589025FC146E7794D5DCB015D4D /* 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 = ""; }; + F43C5F2560E56D94D2C02FDA7766CB10 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; + F469C8EC56801D8393C8319A96943298 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + F482DB16D88102711A1C29D3BF8E5571 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; + F4AF2AD57E925C1B799A1E1E61B48CB1 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; + F4BB630B901EEA38F416449280174E31 /* CocoaDebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.debug.xcconfig; sourceTree = ""; }; F50475A4033EF3E9DCA18AE00A8300F3 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "ZFPlayer/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; - F5110327083DFF7009EFC51BBEB370C8 /* 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 = ""; }; - F541262A6572E0631FE0BF7DDE75372B /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; - F557A1C983CBEEA147E88CAF9A732B1A /* 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 = ""; }; - F57BBDC53D00B1525DC34FC34F47705B /* 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 = ""; }; - F5ABB90128FEAE04A9370398EF32D6A5 /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - F5B5073CBB2F8B3889EF039FAAB5B4A1 /* 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 = ""; }; - F5CD839213F71C6CC86243392380F691 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; - F5F73B007916456E93194159F8665485 /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; - F61E9F2D95DB6A657CCC784915FD56E8 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - F631A6E123368D2F75BA810CE17DCBD6 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; - F6B676DDE0CBEB320F34D116FB0680D3 /* 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 = ""; }; + F5148A0014D9A720423A6CB4B6464B7B /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; + F531371133D95628E53037960273371E /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; + F579513409FAF80272D37287624E4DA6 /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; + F5E80951DD87DAE5A55E5498C07BCC43 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + F5F22048ED168D7CC15C3D4CEAF95386 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; + F627C2DA4D070574D8F2DA23641DA1AB /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; + F63CA63F81481FADBD9A6409DBA88DA2 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; + F64B7D30D551F782BC0BCCFF5FBEC937 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + F6633B108D74EEDA10FF958928E728AD /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; + F6692669BA66619BD8C44734F47119C2 /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; + F6769A824070386F3BEF43E8C7AEE0C7 /* 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 = ""; }; + F69DD4E39D44A14A98BEFA9DCD3C838C /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; + F6B44421E75CAADC6DA709892839B881 /* 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 = ""; }; + F6C3E4795420A5F1A90B7F194288D67F /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; + F6CA35F41983DEA1553B3822C6B01534 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "ESTabBarController-swift"; path = "libESTabBarController-swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F716E4358044424F8433A82A4C990052 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; - F7BA3B22E5F5B4C71EA9DBF1A7943F47 /* 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 = ""; }; - F81CE764350FDE664D6C132EBDA3AFCE /* _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 = ""; }; - F8254C3054BFF26E3BBA71B1CEC36BB9 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - F87DE5F7A7F3793B383A33662C06C426 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - F8B3CC9C3759D5CD8479173F99F4C507 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; - F8B4F891E9AB98FF358FB5718BBB2337 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; - F8BC97E867350A3053DBE92C6EC0A8EF /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; - F922EEB8C61B67CC05BFA0DD8C528B19 /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; - F9620C9645869120771CEC20A0008129 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; - F9B642134FA62A0734524346AA6F99B6 /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; - F9F0A19AD6AF997E4313109338756ECE /* 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 = ""; }; - FA23E2F1DC60294A26A85E53A9DF997A /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - FA405F546B0B4C75088AD944FF0E2831 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; - FA73B4B2B97F3C68FC15A1F0D1318979 /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; - FA91C88A70417F05DC7F6F23FC730BE2 /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; - FAC1500D286579CCFAB30B2F8D51B669 /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; - FAFA2EE81ED37DC177A608477938B9A9 /* 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 = ""; }; - FB11C6604132CA9F2EDC3525FA857C62 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; - FB7B1A24C2351B85EC463FFE4E8F69BB /* 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 = ""; }; + F729268E520DE773672707B9E861AAD7 /* 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 = ""; }; + F73253EE6CB84FFF3F559BF7F542A882 /* _DebugConsoleLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DebugConsoleLabel.m; path = Sources/Monitor/_DebugConsoleLabel.m; sourceTree = ""; }; + F77A7478F66BE2C6E4B043833DE9233D /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; + F800A0F2504A2E9F16866FF45FE105E8 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; + F80828FBA69B5D6A24F4AA45B2F2CE8C /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; + F809CD9BA9B14E22A670843FE24DADA6 /* 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 = ""; }; + F838878C587EF3B56B195AD2F41A7521 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + F8541E5A50283E7E17C51169E27A6EE0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + F8596F163A4EEEC3E34CD14381950430 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + F86441220BCD676459F1661E6BE0C079 /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; + F8AE2369519B4895DD76921469641548 /* DDBaseModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.h; sourceTree = ""; }; + F8EBC9258A934EB27F64CD058BD7AD4E /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + F8FE6D48C403C42ECF59EA2DDB7A89C1 /* 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 = ""; }; + F92AE85FA054A116B8293C6493B5EF42 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; + F94DAD20CE2AF57D4C6E1769E0050F74 /* _SandboxerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _SandboxerHelper.h; path = Sources/Sandbox/_SandboxerHelper.h; sourceTree = ""; }; + F95041847400F78FDA72FADA6C6D9CFA /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + F9A92963E1257C90EC799803D4E290C0 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + F9C90EC10722349061BBF65CE09E3F9E /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; + FA06130E3F8FA378C6E623A2331E164A /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; + FA16C87249768835D971345B1A86CC4F /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + FA1D070DD704C34B11F53F7F1CF04656 /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + FA1E51B65F1AA391C1BED378599BD2AD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + FA2504A811A701D90CC365CF677EE106 /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; + FA43898D795FBB9F597B17D214A94F76 /* 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 = ""; }; + FA4D4DD8BBE39081EA839C077586C3C9 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; + FAA6F9CE8DC190BFFB7BC660BCDE2803 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; + FAB4737900C303CA2D47F68F789C5B13 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + FACA708E342FDCFAC3497B5082787C1E /* _DirectoryContentsTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DirectoryContentsTableViewController.m; path = Sources/Sandbox/_DirectoryContentsTableViewController.m; sourceTree = ""; }; + FB0B4F4BD25D2D033286909588BA48C2 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; + FB4AF891AB950E943E3834E4E6E73A8D /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + FB668C22CDC4518E5CE846A3E92D6B43 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + FB763360C923208E36B8237208AE7D75 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; FB908FBF9F755AFB285A27A674140F71 /* DDMAMapKit_Private-DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDMAMapKit_Private-DDMAMapKit_Private"; path = DDMAMapKit_Private.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FB95B43D764D9D873D72E5D614813F7A /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; - FC418A3342C5C8505CED786FB9BF853F /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - FC45C4460FB1DD5BC00709DDD6E0F1A1 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - FC494D90B7314129AA832C6E20A3F9BC /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - FC6ADF39936BEB2CFFFD7E2E76154921 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; - FC8A92D60695E170F8C5BA35295E74DC /* 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 = ""; }; - FC97C4E1F7C18BD86D2E623689B2449F /* 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 = ""; }; - FC9832E253F2FA4CB356963F1273FD99 /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; - FCA0BAE7E0AD015730BCC2EF5A30F753 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; + FBA5236A10552A8D29952DC1BBA85621 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; + FBAF6C14D434C53ADFC0EBF8F07AC1D2 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; + FBD00F5A339325D23E23FE9E446BBE97 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + FBF575F9D1DF3F4465AEEFD092AB02A8 /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; + FC1DA25D897F37A196E81CF4E55D40D8 /* _Sandboxer-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_Sandboxer-Header.h"; path = "Sources/Sandbox/_Sandboxer-Header.h"; sourceTree = ""; }; + FC39FA394421C88EC2EBEA632058B5CF /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + FC3DCF4721ED7EBA1F6B9682289315BB /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; + FC4416F979BEA53CDBABDCF4E0B83870 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + FC6005D86173FCBEEA6CBFE5571BD98C /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; + FC767523C8737C95F90FF84D1FCB71EC /* 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 = ""; }; FCA8B66E83D344385EBF7FB29AC18EBA /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; - FCD404B7F8B4682D1D266E3C6339485D /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; - FCDF79FC8DA62D58F2939450BD67C5F0 /* 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 = ""; }; - FCEEC80BF09B9A3345512EEE4947B02C /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; - FCF3C04E262749962557B4D8C7A84721 /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; - FD0DEEC961A6E09FB0F0140CB13862E8 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; - FD5FBA0B39C4F71F95A07EA8A34D368C /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; - FDA7573D6F1F8F12311D4BD45D579931 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - FDA7AA74EED693A26A339F4ACBA7AB30 /* 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 = ""; }; - FDABA221089C89B60A9331D151951F27 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - FDBFFF833B24160E59F9F484BDCDC1FC /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - FE2AF7BE71E93A7DB893CBA3CAE2BDD2 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; - FE3327015BE4B2D561846B1A39512500 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; - FE4D5462B282D6B852E796592B54232E /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; - FE802BCBE800BB3BC3EFD426B623A113 /* Network.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Network.storyboard; path = Sources/Resources/Network.storyboard; sourceTree = ""; }; - FF06DB4688B1D272A9EBED6D5D83A985 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; - FF46B67A6AE8906DCAB86A3C984502BE /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - FF637CA5AA0D0470519D43984882DB07 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + FCABA63244D1F291478A402FDBAC9200 /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; + FCD8AA3997CDCF93B01263187FA294FC /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + FCD8B52DE9388A8BCA117A201292AC2E /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; + FD35C3BA3DB460388E326588F161C439 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + FD4AD5C0DF5F54EA8A60F8E8B388F9AE /* 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 = ""; }; + FDB51E94955823118BCC4815CD075A11 /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; + FDDDFD5F5ABCAABD4496B5D0DA8F5CDD /* _CustomHTTPProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CustomHTTPProtocol.m; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.m; sourceTree = ""; }; + FDF7C741E45281B0987A4FCCAA117266 /* _NetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _NetworkHelper.h; path = Sources/Network/_NetworkHelper.h; sourceTree = ""; }; + FE1F52ECBC4A922B4C078EB193137E5D /* 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 = ""; }; + FE8683B689A6AE574E09180A53B762B9 /* 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 = ""; }; + FEAC83F7226B26FBE323939EDE633B7B /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; + FEDC89C3D7774F7614424B87AD5A41AB /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; + FF00472C1873F6C4BCF076A83705712F /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxRelay; path = libRxRelay.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FF98766CA43DBFC0038E70026195E060 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; - FFCEE68D31A96707733E82D09060C86A /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; + FF95836F7C38201C37E7822A6602D202 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + FFA70850EDD9031CAF86FF21D872E680 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; + FFC157C90B9552F96FE3C3EF42C4B1BD /* 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 = ""; }; + FFC2AD1459A7412C36B33F4E2B95EFBC /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + FFD7824CAAEF9FE2DBB3FDA508A9DBA9 /* 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 = ""; }; + FFEEB63C04F183CBA8F9330EEEF29AF5 /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; + FFF1E1835B3200AD791DAA4201523F1E /* 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 = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 01F66EC6F77D4E2799D84FEE52FCFCA0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0B826A78BC5F53B68D14CDA98DE8124B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3463,7 +3498,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0C1F86B1F127CAAC58356E7EBDB66042 /* Frameworks */ = { + 0D7EAA5B2F1878C404F611CC46531CC9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3484,13 +3519,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 12747912A006D117FBCE955DEA5D0E7B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 334C594B2E25DF94B2E5B12F6FF33727 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3498,7 +3526,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 377F4BF85269D5381CED43004EC292C3 /* Frameworks */ = { + 52E1FCB321EE1357886BA5B678D85006 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3512,6 +3540,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5AADA75D025A526E07DC2BD81A94BE67 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 605A07125BDA3C64D9429ABAE3DE5A44 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 607F6F6FDD15D79F9E2C5B21A41763FB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 60B8EAE69A40B5978C1AA1357CE89851 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3526,6 +3575,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6EDD2AC62FC217F918400056A925D801 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7531B4584030BC19F9CE3190BE20BA34 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3596,7 +3652,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B4F803F81DC8847DE8C477B4D192B592 /* Frameworks */ = { + 982A2089C4A9411A69E096F9E9A7BD75 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3617,7 +3673,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BBEE4D3BAE3C385068BB79D3369DFEE0 /* Frameworks */ = { + BA33B0982F7F7AFE6BC201363CE28A28 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3631,7 +3687,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C85275A10E7B0F8DEBD7987C3A5BC0A0 /* Frameworks */ = { + CDB2F6DE7D766B1D54C127008FF78A74 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3652,122 +3708,48 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F7C8046DEBF2D04D973F997A0AA1FCC5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 005D06D8DC6755EEC97CA84523A0ED94 /* Sources */ = { + 03625E1F6C109432E37EBAC9B81009F5 /* DDBaseImageView */ = { isa = PBXGroup; children = ( - D61EA987E7C1B049A612E44D9C7BE649 /* Resources */, + E7CE8764A7EE88F31BD7C31BBF41A5CE /* DDBaseImageView.h */, + 0ACA7FD77E291D78AFB25A2C8E68609E /* DDBaseImageView.m */, ); - name = Sources; + name = DDBaseImageView; sourceTree = ""; }; - 02316E5C84932211EC76C2BA184D11DB /* ZLPhotoBrowser */ = { + 0376CC8A954FE97ED4C0F751A0576F94 /* DDTextView */ = { isa = PBXGroup; children = ( - 508377EADC9D83C85CD8E56251670F0E /* Core */, - 48D7F750303A731CE8E679E474DC40D6 /* Resources */, - DCC18574FA034D9DD4D3F72208F9CD00 /* Support Files */, ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; + name = DDTextView; sourceTree = ""; }; - 02915A996B087963423CC3E83F6A3DCF /* Frameworks */ = { + 05D9D4D425C8AC99DEBBD74D587A5D18 /* JPushExtension */ = { isa = PBXGroup; children = ( - E976F9D563CB908D63D9323236825436 /* AMapFoundationKit.framework */, + BE8E74CA05A25E166B1E763CDCA21E8E /* Frameworks */, + F0ABE3D8D779E43EC6DAD93C65B70C60 /* Support Files */, ); - name = Frameworks; + name = JPushExtension; + path = JPushExtension; sourceTree = ""; }; - 05012121915B86062DF2407B765A4924 /* UITabBarController+DDCategory */ = { + 06DEB84B746F2DCCE798A20FCCF7FD24 /* DDScrollView */ = { isa = PBXGroup; children = ( - D5BC897CA4FD01B1F9E09CB7A7B4E885 /* UITabBarController+DDCategory.h */, - E75244E96365D148A4ECBBD7A51B8991 /* UITabBarController+DDCategory.m */, ); - name = "UITabBarController+DDCategory"; + name = DDScrollView; sourceTree = ""; }; - 0728F2C2539FA05CEE77C16DA9F9605C /* NSObject+DDCategory */ = { + 0B6836FF3F1943A03071C3C71250E567 /* Resources */ = { isa = PBXGroup; children = ( - 1227F7489F6BFB00EA1C0FE2A63DD28A /* NSObject+DDCategory.h */, - C2F762723000F232C432B0315C11DA83 /* NSObject+DDCategory.m */, + 8CD0C72D5ACF02E0EC5CF82C65462E9D /* en.lproj */, ); - name = "NSObject+DDCategory"; - sourceTree = ""; - }; - 078FD575946BDC04E2CBC94251119560 /* DDBaseLabel */ = { - isa = PBXGroup; - children = ( - 0A549FA5A4330A9BB522D705ED0AA0BE /* DDBaseLabel.h */, - 6622B79315BED935A53D920F939A42F5 /* DDBaseLabel.m */, - ); - name = DDBaseLabel; - sourceTree = ""; - }; - 087D5C8BD4E4A5549DAAB93255086CF1 /* Alamofire */ = { - isa = PBXGroup; - children = ( - 8D85E2E1AB1FD95CB4EDD01FD3D27444 /* AFError.swift */, - 19C8BBCEE9659AC683B1F89E6C4D9250 /* Alamofire.swift */, - DD2E35DA67C4A7369D7E56F966DD00D9 /* AlamofireExtended.swift */, - 3510B9B1707B7EBC0F1CF6BD71E6DDFD /* AuthenticationInterceptor.swift */, - E384C9E9641F3F5219DAA04BE9D4CCF0 /* CachedResponseHandler.swift */, - A37FB5E7C973F0E16EFB0C58C0D6E051 /* Combine.swift */, - 4D0B7D47943328910E31D0946765F3BD /* Concurrency.swift */, - DB283BCF2D603DACBA6EABC3117D2916 /* DispatchQueue+Alamofire.swift */, - 2E05A76E118AA52A91BE045FA403171E /* EventMonitor.swift */, - 033A1806FA0F6F3246E381E15CE325B1 /* HTTPHeaders.swift */, - 1811B57D885CE4D035CC4DB3EA64B98D /* HTTPMethod.swift */, - 5C06A1465643CC2363978ABA5B9D7259 /* MultipartFormData.swift */, - 35A2386DCEA8A0FB714887CE83E317EB /* MultipartUpload.swift */, - B5052E1387068B66D55C21375649C48C /* NetworkReachabilityManager.swift */, - 78EB90FEC825E9EF6E55876809C2CEC7 /* Notifications.swift */, - 3783BD25E8020ADC87E2BAE4857BC8C5 /* OperationQueue+Alamofire.swift */, - 42B02441D09FAF2D03CB8FC0EC71A75C /* ParameterEncoder.swift */, - 19F8F42EBBE22844DE9241FE6B2B8BAB /* ParameterEncoding.swift */, - 1190D6CD0B957EC6F2572587E86BC329 /* Protected.swift */, - 209421D67DA3655CBBACE3CA946D7FD7 /* RedirectHandler.swift */, - 25D6B63981A97D481D9669A5F2059622 /* Request.swift */, - 080E02683EF00EB8BF94BCC18C6B7FC9 /* RequestCompression.swift */, - 46D56709067875AFAB424992218EB207 /* RequestInterceptor.swift */, - 125671BBD77E83417CBEDCE3F685EF1D /* RequestTaskMap.swift */, - E39E66D089D3CF4441E1DCC043E3BBC0 /* Response.swift */, - 713BB6B2DC17484A5533C3238FAB5228 /* ResponseSerialization.swift */, - 1E1CC6764544EF93150EBE35223EC810 /* Result+Alamofire.swift */, - 7F0ED795AA71B26DC852B66B0E952B25 /* RetryPolicy.swift */, - B5713CDC20BA1793DB599DB18BCA8502 /* ServerTrustEvaluation.swift */, - 78A5BD13982FF2EC8F858BA1DA666789 /* Session.swift */, - 11DBBE6009E7D2AF74D36D8E366E4529 /* SessionDelegate.swift */, - 13E337520A2D1AC966BDA169E72FC120 /* StringEncoding+Alamofire.swift */, - E64A2CF3AA11600B16CA51FFC5D76988 /* URLConvertible+URLRequestConvertible.swift */, - 8E480FC1DBCF026110CD7FB1B84F21A9 /* URLEncodedFormEncoder.swift */, - 8222621E8E739F77228A5ABC27E9D9CC /* URLRequest+Alamofire.swift */, - DAFF4CE4B2984A48BCA7F7FA61D99247 /* URLSessionConfiguration+Alamofire.swift */, - 0A3714143BA830AD1071BD4C3581D1D5 /* Validation.swift */, - 9C23B0C09A25D7BDA6337E763D3906F7 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 09A3494CD9AF67F3177734668AC1D465 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 93B309D6E2697155B84007830ACB2923 /* AMapLocationKit.framework */, - ); - name = Frameworks; + name = Resources; sourceTree = ""; }; 0B8A2878CDE1996296A3FBEF65A2D1E1 /* ijkplayer */ = { @@ -3780,152 +3762,151 @@ name = ijkplayer; sourceTree = ""; }; - 0BBF9A2B7A5BA7DEBE25732402D5D622 /* Products */ = { + 0F1122484D898944DA9A39056ED35C46 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */, - CA4C3A23CF67AF861CBCBF4F978F7146 /* CocoaDebug */, - 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */, - 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */, - 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */, - EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */, - 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */, - 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */, - 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */, - DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */, - 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */, - FB908FBF9F755AFB285A27A674140F71 /* DDMAMapKit_Private-DDMAMapKit_Private */, - 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */, - 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */, - 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */, - A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */, - AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */, - F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */, - C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */, - B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */, - BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */, - FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */, - 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */, - 979486118B3E90C08386079D57962701 /* SnapKit */, - DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */, - ED363DD89BB17FB9F31F94524BA59CBB /* ZFPlayer */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */, - ); - name = Products; - sourceTree = ""; - }; - 0F17739208F3878EBD567DA78D3593F6 /* OCLog */ = { - isa = PBXGroup; - children = ( - A36BC4B8A6E0942B23113683F37EB468 /* DDOCLog.h */, - ); - name = OCLog; - sourceTree = ""; - }; - 0F4854C781F05A7D7681E9EC3BFCEAA5 /* AMapTrack-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 4394674622E78C0D5B01D1274CC390BD /* AMapTrackCommonObj.h */, - C0A60B29FC1C07D41211050AE78AA47E /* AMapTrackError.h */, - 38293251A508E8C2DEC63578B5DD5AA7 /* AMapTrackHistoryObj.h */, - A8090CC0E4ED4F2424638296BC9119E0 /* AMapTrackKit.h */, - C099B677EBA6B48B263576797EFA67D8 /* AMapTrackManager.h */, - 898B70620421B8759EE7B3E1DCD89118 /* AMapTrackManagerOptions.h */, - 1BA66B4BA915756F38F09C3D0BF98A35 /* AMapTrackTerminalObj.h */, - 012F67C8A13CF5C6786FD9EFF8468C89 /* AMapTrackTrackObj.h */, - E1144901FCC7B4869C84812B70AF825F /* AMapTrackVersion.h */, - E06306D0FDD099976612BEF5BEE165D3 /* Frameworks */, - D9B5E1788C8F4A2C8F5F6956003692C5 /* Support Files */, - ); - name = "AMapTrack-NO-IDFA"; - path = "AMapTrack-NO-IDFA"; - sourceTree = ""; - }; - 1058C2093E2557CBF14DDAFC650286DB /* DDBaseNavigationController */ = { - isa = PBXGroup; - children = ( - F9B642134FA62A0734524346AA6F99B6 /* DDBaseNavigationController.h */, - DA966B138890D6020C48CD089962EC36 /* DDBaseNavigationController.m */, - 96ADB0E1C8F7978A4A381BB553976D6F /* DDNavigationControllerDelegateReceiver.h */, - 2D0456AD4009357EC0625C07A31F06AB /* DDNavigationControllerDelegateReceiver.m */, - ); - name = DDBaseNavigationController; - sourceTree = ""; - }; - 110A5B930451D803E311E01BD0D289E7 /* MapView */ = { - isa = PBXGroup; - children = ( - FE2AF7BE71E93A7DB893CBA3CAE2BDD2 /* DDMAMapView.h */, - 728085DA7F33239084C39E7DB491DA94 /* DDMAMapView.m */, - ); - name = MapView; - sourceTree = ""; - }; - 125AA94448E6AB4C924AB2A521857C96 /* IQKeyboardManagerSwift */ = { - isa = PBXGroup; - children = ( - 96BACAAB5DA33B070A47B03EC4F85ACB /* IQBarButtonItem.swift */, - 6FA1C66C04505415C8DF026D48185B14 /* IQInvocation.swift */, - 3C9B9B98C85021EDC9DF5DA0B046EC16 /* IQKeyboardManager.swift */, - 59397C84AC65CF58364C3A5EBDF12F62 /* IQKeyboardManager+Debug.swift */, - 348CFA6C051BC772403D210690724852 /* IQKeyboardManager+Internal.swift */, - 751E353542FB0F06F96FC649DA4A45EE /* IQKeyboardManager+OrientationNotification.swift */, - C02D4B63B1126BB71294F0E77110327A /* IQKeyboardManager+Position.swift */, - 9F69AC2BD0464DEEE92A363E5B1B6C13 /* IQKeyboardManager+Toolbar.swift */, - 9BF493763A657297057FB368597FFBEA /* IQKeyboardManager+UIKeyboardNotification.swift */, - AD59F1F93DEBB9548A655E72EF7FBC13 /* IQKeyboardManager+UITextFieldViewNotification.swift */, - 39A78195882DBB3234438F031AD973D6 /* IQKeyboardManagerConstants.swift */, - 700618E96F8CD24018F442060555048C /* IQKeyboardManagerConstantsInternal.swift */, - FDA7573D6F1F8F12311D4BD45D579931 /* IQKeyboardReturnKeyHandler.swift */, - 897BDAFBFEE7A1257CEF93D569F24308 /* IQNSArray+Sort.swift */, - 8DA8E9919C08DCFF145B28E338CF0CF7 /* IQPreviousNextView.swift */, - 307DB2436B35F14B936D6C49A2E99177 /* IQTextView.swift */, - 674CA7B8AECAC73B8CD8B4A67B711BF3 /* IQTitleBarButtonItem.swift */, - E7C0162A56D954DC15AE3FE7D2710D39 /* IQToolbar.swift */, - A7FD3E3C66CBDBABEE8919C51B15873A /* IQUIScrollView+Additions.swift */, - 95FA9486E15E67ACCB2BAE329CC652C4 /* IQUITextFieldView+Additions.swift */, - 9E34207D529C9E5443B314F45F8B4B6C /* IQUIView+Hierarchy.swift */, - CE962D67041E5F1591A6128C558B492C /* IQUIView+IQKeyboardToolbar.swift */, - CB9EB1491650D1DB3BD6055ABCC4C5EA /* IQUIViewController+Additions.swift */, - 39E49FE3FB9B037DD8DC434C0C2B8CA9 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 12CEEB2FC3DE4F9343EEE8FC27E9236F /* Support Files */ = { - isa = PBXGroup; - children = ( - 995C354516752DF480E81CC6488EA446 /* SwiftEntryKit.modulemap */, - 57473222C56786F8589334D5563D6E17 /* SwiftEntryKit-dummy.m */, - 9A8FC01175029DFB9957AD0FE671FA4A /* SwiftEntryKit-prefix.pch */, - 03F325E87D75D5D9F24F9F559F7C4478 /* SwiftEntryKit-umbrella.h */, - B3B9310747FB38DC7DC8437A8C96CE68 /* SwiftEntryKit.debug.xcconfig */, - 2048444364099FEE8F453BA78FEBE3EA /* SwiftEntryKit.release.xcconfig */, + FEDC89C3D7774F7614424B87AD5A41AB /* DDWebImageKit_Private.modulemap */, + ED8F2BDA3ECCC40787D3CCBAF7DDECB0 /* DDWebImageKit_Private-dummy.m */, + 08DEC610ED26AE0F945FD874C9F1A0B9 /* DDWebImageKit_Private-prefix.pch */, + CC4FE8995C3A84B0068FCE6C75DD30DA /* DDWebImageKit_Private-umbrella.h */, + 2897D14038547262623105FA9C794BB2 /* DDWebImageKit_Private.debug.xcconfig */, + 0D186C5FA2515D4E57A2FF76AC19AC16 /* DDWebImageKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftEntryKit"; + path = "../Target Support Files/DDWebImageKit_Private"; sourceTree = ""; }; - 13970F51CBD75223A52DA74208A6315D /* NSURL+DDCategory */ = { + 0FB9D398DA611F687DC9856FA8B6D4D0 /* DDTransitionAnimation */ = { isa = PBXGroup; children = ( - 501E805C48E2D84652EDC7CB93BD1D3E /* NSURL+DDCategory.h */, - 36E7D8EADDCCB2E47E7B1647A2EEFA06 /* NSURL+DDCategory.m */, + DBBEF8D6BED52E5362AABFFF6FADD6BC /* DDViewControllerAnimatedTransition.h */, + EBC9DE7C257B2BACA82E1A5776C9A003 /* DDViewControllerAnimatedTransition.m */, ); - name = "NSURL+DDCategory"; + name = DDTransitionAnimation; sourceTree = ""; }; - 13DB673CE62E915CEED5485A1944D601 /* UICollectionViewCell+DDCategory */ = { + 10192A5D24E6AF863E382012B6E17552 /* MapKit */ = { isa = PBXGroup; children = ( - 494E398D13024FDE137D4D7F6CBF777F /* UICollectionViewCell+DDCategory.h */, - 394A9117C9A4FF415B135867B05EB33E /* UICollectionViewCell+DDCategory.m */, + DA8C7AFCFC42BCCB0795ADF1D61630A3 /* MKAnnotationView+WebCache.h */, + 90B3790A44598AED22CF1A4DF7E7500D /* MKAnnotationView+WebCache.m */, + 677DC412F1E42CA7FD40770B56EE3A38 /* SDWebImageMapKit.h */, ); - name = "UICollectionViewCell+DDCategory"; + name = MapKit; + sourceTree = ""; + }; + 147878B98CED2481FD41A2FBA7441771 /* CocoaDebug */ = { + isa = PBXGroup; + children = ( + E87C89AC61BD02AE0FA1E0A5FF19C94E /* _AutoLaunch.m */, + 6FEA52465657FB94E71F45D152273420 /* _BacktraceLogger.h */, + 364AF6CD358169C5D31FFB3E313F18C6 /* _BacktraceLogger.m */, + 80F9FE8370022698E559C1FA3AC22B93 /* _CacheStoragePolicy.h */, + 638865F27B75F1559C3BD863121D71FA /* _CacheStoragePolicy.m */, + 407639C6F2614F98344F6AC4FC604715 /* _CanonicalRequest.h */, + 3F1CF64212EC8DED3341522F1CB44674 /* _CanonicalRequest.m */, + D77BD856A9C4E2C8DCB00A898940E9CE /* _CrashModel.swift */, + 7E17FE89EC8CB9F69140550F69969438 /* _CustomHTTPProtocol.h */, + FDDDFD5F5ABCAABD4496B5D0DA8F5CDD /* _CustomHTTPProtocol.m */, + 4F05DF374327C5CFD49F780DB89CB029 /* _DebugConsoleLabel.h */, + F73253EE6CB84FFF3F559BF7F542A882 /* _DebugConsoleLabel.m */, + 695137AAEEA0B082351B2ED2CB0E7EC9 /* _DeviceUtil.h */, + 48EEB632DC7A614DE20E893455DC9A0A /* _DeviceUtil.m */, + CCE91E7D3B9C134D72823144BF5370AB /* _DeviceUtil+Constant.h */, + 2F25AF092CA7F4EA6F15C3E6FE3BDB28 /* _DeviceUtil+Constant.m */, + 4C9DC20EEB12247D102C17D532FB3B83 /* _DirectoryContentsTableViewController.h */, + FACA708E342FDCFAC3497B5082787C1E /* _DirectoryContentsTableViewController.m */, + ED57B3A07739D70B5E326E2D87DA4B44 /* _FileInfo.h */, + 2FDB13FA437BA18D8CF16D005CA5C796 /* _FileInfo.m */, + 6228EB94638D65D93A930D4EEF541097 /* _FilePreviewController.h */, + 3959D732D3159F520FB13F0DAEDA265B /* _FilePreviewController.m */, + 97262E8E63361EC301756A75F409C17B /* _FileTableViewCell.h */, + 55251074B54531FA9064554AB1DA97F0 /* _FileTableViewCell.m */, + 4CD7AC92E9E0BB4465731A5463B06630 /* _fishhook.c */, + EB6A47640B6F7132EC4D99BDD8C6C39C /* _fishhook.h */, + 196F0585F558617A8925001E14EE883E /* _HttpDatasource.h */, + DB5F077C8601A6777B0320EACEC55D5B /* _HttpDatasource.m */, + B75EA3F0AF084119FBE6607EC45A0BFE /* _HttpModel.h */, + 966B2B33317ECD55A2551FC1CC84B556 /* _HttpModel.m */, + 7F2F9D116ECA1570F267F92871BC8188 /* _ImageController.h */, + 98731F275321B62EC380C1FF6EC0D065 /* _ImageController.m */, + 85B5A98314E2B96681B4BA8277FFB8CB /* _ImageResources.h */, + B63E0AAE7B0259051E14C3A38A98B837 /* _ImageResources.m */, + FDF7C741E45281B0987A4FCCAA117266 /* _NetworkHelper.h */, + 595F0983E2DAA47644723687B3615823 /* _NetworkHelper.m */, + 271E09A61166AB00F525416643CECDD3 /* _NSLogHook.m */, + 9A68CA8FC96ED042732EC6332DCBB9E4 /* _ObjcLog.h */, + A4A54B7A9DED0133BE454210EE423EBF /* _ObjcLog.m */, + 46BDE6C17885B999D669F01244DF97AA /* _OCLoggerFormat.h */, + A27C4F3AEF82A9D48C44D15362797797 /* _OCLoggerFormat.m */, + 995220FB634092423074B9DE716351F4 /* _OCLogHelper.h */, + 67A8730DA2E65F5B38CDF6BBEDFBA896 /* _OCLogHelper.m */, + BD5BE2E1AE52E293187B16902CA286A5 /* _OCLogModel.h */, + EE6F053A2284F51EA98889F9EEE52D37 /* _OCLogModel.m */, + E3E2EA5C4E38ADD70426FFE01D2FC237 /* _OCLogStoreManager.h */, + ABB4FF1BF4042379CAE59AEAF0B36CE6 /* _OCLogStoreManager.m */, + 5D49CB34B9549FFF166830A8F3FEC84B /* _QNSURLSessionDemux.h */, + 9E2FB2735ED852A89E0F582C54049E55 /* _QNSURLSessionDemux.m */, + ABCC0AC9FFAD1CF1F678E949EDE4EFA6 /* _RunloopMonitor.h */, + 1483696785B929D1424A081BA57C9B49 /* _RunloopMonitor.m */, + 58D00423E2BBB82B56DFE47E762914D5 /* _Sandboxer.h */, + E1A5012A3C56B7A458F56FD346CA045E /* _Sandboxer.m */, + FC1DA25D897F37A196E81CF4E55D40D8 /* _Sandboxer-Header.h */, + F94DAD20CE2AF57D4C6E1769E0050F74 /* _SandboxerHelper.h */, + 9A2971CE8C7531A7A65F55436ED3D68E /* _SandboxerHelper.m */, + 302A322BE568B1C078F4BD1F3BED0232 /* _SwiftLogHelper.swift */, + 835C4A05D9D7D606E413524BFCD964A7 /* _Swizzling.h */, + A28B65E272A7017EB2E0B675FBA555E8 /* _Swizzling.m */, + 1AA275FAE2BB4BBCDA3E0E2D26513092 /* _WKWebView+Swizzling.m */, + DFD3A81128334FF315588DE6EC411EE4 /* AboutViewController.swift */, + 44E32E796B6EE484C09779D105764905 /* AppInfoViewController.swift */, + 1997380CF488762F7207C819B6EB206A /* Bubble.swift */, + A90F6FEE40A8DDFF6039631CF85CE948 /* CocoaDebug.h */, + 74101D926E1469B58076F50C3D4A9E2E /* CocoaDebug.swift */, + 2CD4E2C68B416C5790BA2EEA213256EB /* CocoaDebug+Extensions.swift */, + B747A6617F3E1E9AB5EB66B27733B43A /* CocoaDebugDeviceInfo.h */, + 1B607A0F9EB5C552D427D2999AF5D5DC /* CocoaDebugDeviceInfo.m */, + C2577BC6EEFD6333621104AA5A6C3CA4 /* CocoaDebugNavigationController.swift */, + 5D462191C723C87DE468C6D27E5E8C04 /* CocoaDebugSettings.swift */, + 50539D72D9B85AB026F1C71143B008A7 /* CocoaDebugTabBarController.swift */, + 34218EC1B41D227A14FEB42A7E72D60B /* CocoaDebugTool.h */, + EB4F8B28D9D99100FF550E25ED82C940 /* CocoaDebugTool.m */, + 52D26C47F693E6AB82A94867267396C0 /* CocoaDebugViewController.swift */, + E8AA38300295B91919FFD808665A569F /* CocoaDebugWindow.swift */, + 81C4BDAC665F66E2EBF37D65F85549D6 /* Color.swift */, + 6D11E65B936BFA058AE72437E4E285D6 /* CrashCell.swift */, + 01C91A52522BE1E128015443F9794F90 /* CrashDetailViewController.swift */, + 2B960FB292304F2997752E20B29DE075 /* CrashListViewController.swift */, + AA4665C489975291FD969DE14155A947 /* CrashLogger.swift */, + 7B0DC0604A2E6D7B6ABC159356E37F2A /* CrashStoreManager.swift */, + D355F8D59912C43DF982DA1CF4948FBD /* FPSCounter.swift */, + 72DEEB2D414931E4558AA5E1562D1966 /* GPBMessage+CocoaDebug.h */, + 9CCB23D02EACAAE60CBAA7E16C225864 /* GPBMessage+CocoaDebug.m */, + 2EFF234D7FFDDD35765BD05956F02900 /* IgnoredURLsViewController.swift */, + 292DA9C36E16D77D3ECC715AEC0533DF /* JsonViewController.swift */, + 768FE4569C19A3109E4D22003409CF9B /* LogCell.swift */, + 71E49A1CA0EF6AE283F03D07B3BB4405 /* LogViewController.swift */, + B012EA92C6DACFEA13D010F41725BE59 /* NetworkCell.swift */, + 5C37C263E6B3F3BB722F07AC12A67B02 /* NetworkDetailCell.swift */, + 787ABA6CAD61F7EC8AEF474FAAEBBD29 /* NetworkDetailModel.swift */, + A0EC6D1B3517F99CB9685A0E089758C0 /* NetworkDetailViewController.swift */, + 8149B3011C49BB5859154A69988D167D /* NetworkViewController.swift */, + 1FA64B1490949141B2610CB400EE2725 /* NSObject+CocoaDebug.h */, + 9F2DFE716FC8BD5262C19E054657A813 /* NSObject+CocoaDebug.m */, + 152C5B3610FF4D9225A4E4BBFF9BA335 /* UIBlockingBubble.swift */, + A6E4B172156AEFFBF95CFDDE9B8DE653 /* WindowHelper.swift */, + C5C4B93FC244BA0F74803882F9613BA3 /* Resources */, + 1F4563BA76694BD20C734315ACE05AB2 /* Support Files */, + ); + name = CocoaDebug; + path = CocoaDebug; + sourceTree = ""; + }; + 154E4FFDFDC9485C829A31922D3FB30A /* DDImageView */ = { + isa = PBXGroup; + children = ( + ); + name = DDImageView; sourceTree = ""; }; 1668675CA292D902E0F4694C05C65A00 /* Pod */ = { @@ -3938,49 +3919,95 @@ name = Pod; sourceTree = ""; }; - 1699EFF69C460D76FE8410DD422A2669 /* AMapFoundation-NO-IDFA */ = { + 17C931F30235080E5853310E894E3F5C /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 6037695EFC9DE267482A6665A9E7CC61 /* AMapFoundationConst.h */, - F8254C3054BFF26E3BBA71B1CEC36BB9 /* AMapFoundationKit.h */, - 26724F882B079D44374AB167C03B0CEF /* AMapFoundationVersion.h */, - B976FEAA47BBC817B64A6675915C5B11 /* AMapServices.h */, - 719C2752D4FEBF814DC6C2E54DA310B0 /* AMapURLSearch.h */, - F61E9F2D95DB6A657CCC784915FD56E8 /* AMapURLSearchConfig.h */, - 4C30A0C7B09EB03D38CD4A6DD779A2EC /* AMapURLSearchType.h */, - 6DBBB51E2ED734EE913EB1850FBD4466 /* AMapUtility.h */, - 02915A996B087963423CC3E83F6A3DCF /* Frameworks */, - C8C18E742FA4F920908D4A83B9250473 /* Support Files */, + FE8F71D1EC775B692238DB51E7DA48AE /* Core */, + 59D159D6BB930EA42E1A9DA7B31F9029 /* Resources */, + D08CFDDA6667EC703C7B57ADCFF6528D /* Support Files */, ); - name = "AMapFoundation-NO-IDFA"; - path = "AMapFoundation-NO-IDFA"; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 179660DC3D324684FAA0CA8CB64CA8A1 /* Resources */ = { + 184A2348D5F0B30E7A99156B693F1DA8 /* DDBaseButton */ = { isa = PBXGroup; children = ( - 21BBB0C9D773B6986DD81C4307F5D32E /* MJRefresh.bundle */, + 3107A5706D82937752A110F689E59B8D /* DDBaseButton.h */, + 4AFE12D4432E20A721F9FD8BB00C758E /* DDBaseButton.m */, ); - name = Resources; + name = DDBaseButton; sourceTree = ""; }; - 17DA272A66FB3373A9ECC04EA4BB4843 /* AnnotationView */ = { + 18D689DA27ECC2D029FA5F65E0F2DE56 /* UITableView+DDCategory */ = { isa = PBXGroup; children = ( - 6A82CAF9DE543404D2EBAA43B882507D /* DriveRouteCustomAnnotationView.h */, - 69AAF483DAC6884784B701F16DA1720E /* DriveRouteCustomAnnotationView.m */, + F40DB589025FC146E7794D5DCB015D4D /* UITableView+DDCategory.h */, + 55F4F1A678178914B98A8C30FB660C32 /* UITableView+DDCategory.m */, ); - name = AnnotationView; + name = "UITableView+DDCategory"; sourceTree = ""; }; - 1B554748FC08365F33A1018952E89BCB /* DDAutoUIKit_Private */ = { + 191B26A7142A1A153572908E7E0D20AF /* DDProgressHUDKit_Private */ = { isa = PBXGroup; children = ( - 1E214D9172070538DE61FD7B5E0A77A4 /* AutoUI.swift */, - 48F38F087C2F2261A6A3E09B24E67692 /* Support Files */, + BCA37C587B437EB4EE8B1B1FEB45D4F1 /* DDProgressHUD.swift */, + 856D7120DA4C317E7DC93CBCC0D58C23 /* MBProgressHUD.h */, + DE1C4684E0B892D8BA7CAEFE0B83DDD2 /* MBProgressHUD.m */, + 4988CD98D189B4BC6CA947282A2551BA /* Support Files */, ); - name = DDAutoUIKit_Private; - path = DDAutoUIKit_Private; + name = DDProgressHUDKit_Private; + path = DDProgressHUDKit_Private; + sourceTree = ""; + }; + 1A2092DCE736AC3EFAB5618CD6DDE5D6 /* Pods */ = { + isa = PBXGroup; + children = ( + 306987E307E878064093BB199F9F56B9 /* Alamofire */, + AF9274331B47EDC31BF8FDDCD0E8F63A /* AMapFoundation-NO-IDFA */, + 2B3F9B0370423B54ECC516B528CA611E /* AMapLocation-NO-IDFA */, + E927768EB2CDD56C97EB022B9076C768 /* AMapNavi-NO-IDFA */, + F07C55186BBF42941AAF298D92FF9968 /* AMapSearch-NO-IDFA */, + B2EA7AFE5932614C719BA2006AC87BE3 /* AMapTrack-NO-IDFA */, + 147878B98CED2481FD41A2FBA7441771 /* CocoaDebug */, + DBF4358EEA5EAC828FA05A0E554173D3 /* DDAutoUIKit_Private */, + FF9F1F3CC11BDD39E0DE59F7516EA994 /* DDBasicControlsKit_Private */, + 53F5A15DB1DA2AD6D215267EDCB87231 /* DDCategoryKit_Private */, + C6BF63C3AF09703A75E297D6FC65CEC1 /* DDColorKit_Private */, + 990A1F121D2E257144A432359AAC560C /* DDControlsKit_Private */, + A2A224D2238F6AEEE7461B10D1B24D5A /* DDFontKit_Private */, + A4C784A67F44C330F2222BB6C7D5124D /* DDLogKit_Private */, + 4CC945E7322AF931A480D421ACBEC972 /* DDMAMapKit_Private */, + CA1BDD2561A33C97AC5D9203E17A9F9D /* DDNetworkingOfAlamofireKit_Private */, + 191B26A7142A1A153572908E7E0D20AF /* DDProgressHUDKit_Private */, + 5E92CB01E300FE330B7F93290B4E10A2 /* DDTimerKit_Private */, + 476BA112B38C2527CD9444295BE80414 /* DDToastKit_Private */, + 8A7617073B738A911F9823C5FC91AB56 /* DDWebImageKit_Private */, + C60EAC2482313007839F69B7D65F7194 /* ESTabBarController-swift */, + B9CF170BF2166A7D1F97345D3243EF93 /* IQKeyboardManagerSwift */, + 60B3A46FA687A41FC360C6B1D25CF0D6 /* JCore */, + F110C64ABC1E1366A78A7C7C829E6A93 /* JPush */, + 05D9D4D425C8AC99DEBBD74D587A5D18 /* JPushExtension */, + D5BECB38DFA15A9000A48484F0590806 /* JXCategoryView */, + 278B4E9FE83425A05AF56167F580BD27 /* Kingfisher */, + 62C1BE90EC1DFC8BFEA31917E7D5FF11 /* MJRefresh */, + 729532DAAA0332A17B447D2C84E5E4CA /* RxCocoa */, + EE7553C4DB34B8F4A7BFB0CE8547204F /* RxRelay */, + 24C08E49548CB9803C192EBF03CD270F /* RxSwift */, + 7DD7043B901996CA6B67C57C142C76FB /* SnapKit */, + 715D19A8231B9B5EC03FCECC94AE826D /* SwiftEntryKit */, + 17C931F30235080E5853310E894E3F5C /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 1BD8FB8BB4F6D326F56E374AE9C260D9 /* NSObject+DDCategory */ = { + isa = PBXGroup; + children = ( + 030EAE93A4188F94782C22A1D6850A0F /* NSObject+DDCategory.h */, + A0B2656D393C7472EE3F6F642FC6F28C /* NSObject+DDCategory.m */, + ); + name = "NSObject+DDCategory"; sourceTree = ""; }; 1BDA0D668CF4110765AB7F36219B8314 /* ControlView */ = { @@ -4015,264 +4042,392 @@ name = ControlView; sourceTree = ""; }; - 1CC24CAEB6755DAB10E1E6E698A418A4 /* Resources */ = { + 1F1636C504A77F5465025B11CAD95279 /* UICollectionViewCell+DDCategory */ = { isa = PBXGroup; children = ( - 1E4EF4AE0496C2B57C970D0B42C3E3FF /* en.lproj */, + 4196D359A8D0784C8A63A4C5607EC398 /* UICollectionViewCell+DDCategory.h */, + 7964D5BBFE10B01A92FB65C34C739516 /* UICollectionViewCell+DDCategory.m */, ); - name = Resources; + name = "UICollectionViewCell+DDCategory"; sourceTree = ""; }; - 1D875DA5C70CA533E488B989FA9E96E2 /* SwiftLog */ = { + 1F4563BA76694BD20C734315ACE05AB2 /* Support Files */ = { isa = PBXGroup; children = ( - 15EEECD9C2D897C218E50643B66D74EE /* DDSwiftLog.swift */, - ); - name = SwiftLog; - sourceTree = ""; - }; - 1D9D44583A5A1103A8662148EE203A80 /* UIImage+DDCategory */ = { - isa = PBXGroup; - children = ( - A9BE48454E0138AC5FAA62BA8F0B276F /* UIImage+DDCategory.h */, - 09A3A3DD463D8833FED1B2FCF32A9D21 /* UIImage+DDCategory.m */, - ); - name = "UIImage+DDCategory"; - sourceTree = ""; - }; - 1E5C4D3B1561A0A7FFB86EE17221FF06 /* DDBaseCollectionViewCell */ = { - isa = PBXGroup; - children = ( - D6ACB8CEA3C9A0739882A17BDB49F07B /* DDBaseCollectionViewCell.h */, - 36181F0DB23FA215C6F02D24DB3787B1 /* DDBaseCollectionViewCell.m */, - ); - name = DDBaseCollectionViewCell; - sourceTree = ""; - }; - 1F1D631D94DD75582056095E9D9F94F9 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - 87F30047752767DD3B6D1FF405D4EF49 /* Pods-OrderScheduling */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 2137CAB9AAF3BF5F555DAFEB8FA8B872 /* DDBaseScrollView */ = { - isa = PBXGroup; - children = ( - AAEA98BD4A8EDE91627B72743785BFED /* DDBaseScrollView.h */, - 23607D67307F3C104F0AF993DDC32485 /* DDBaseScrollView.m */, - ); - name = DDBaseScrollView; - sourceTree = ""; - }; - 2188B139F61B6FD8634D0F8188C931D6 /* NSBundle+DDCategory */ = { - isa = PBXGroup; - children = ( - 4B29B8B527CAB1F1FB6C42AFF3D20F71 /* NSBundle+DDCategory.h */, - 7AA1FDB76A1EB7D344ECD95F552EAD6B /* NSBundle+DDCategory.m */, - ); - name = "NSBundle+DDCategory"; - sourceTree = ""; - }; - 25105C6CA4C244A50DBD9DFD415825DE /* Support Files */ = { - isa = PBXGroup; - children = ( - D77D721998DF70A55F71F3FB2059BBE0 /* RxSwift.modulemap */, - 3B7EE03E9E66DA7EE382BD90EC8832C5 /* RxSwift-dummy.m */, - 8382E5ECE740392D0C8345172F7648DD /* RxSwift-prefix.pch */, - 2BD6E9D4C1013B61D2F4E4775D0936D9 /* RxSwift-umbrella.h */, - 5F6E194E5A5B733704B0DDF689E945AC /* RxSwift.debug.xcconfig */, - 077FD0139C1050B93BD52415686EA5F5 /* RxSwift.release.xcconfig */, + C92FA21B589D7F1D448AFB0FFDC5103A /* CocoaDebug.modulemap */, + AA0F1A711C67D8418AD265ED118ABB81 /* CocoaDebug-dummy.m */, + 3949AC85B6484AB3F60C79D8F885BC85 /* CocoaDebug-prefix.pch */, + 67529A0F60FA690479AAC5750A4C8AB6 /* CocoaDebug-umbrella.h */, + F4BB630B901EEA38F416449280174E31 /* CocoaDebug.debug.xcconfig */, + BD6BAD8B04D45ABFAC8BF902003C6161 /* CocoaDebug.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/RxSwift"; + path = "../Target Support Files/CocoaDebug"; sourceTree = ""; }; - 26477042E3F78A9DEA7414A553084B1C /* DDScrollView */ = { + 1F72D1787D582A247BED6185C81F387B /* DDTableView */ = { isa = PBXGroup; children = ( ); - name = DDScrollView; + name = DDTableView; sourceTree = ""; }; - 27B180C766C2F0041CB1FD9BC366F6F2 /* UIWindow+DDCategory */ = { + 208E6C3D3E4BCED98AC26075BA9AFB09 /* UIBarButtonItem+DDCategory */ = { isa = PBXGroup; children = ( - B7D9BB1CD275E93CFCF5CB53C6349904 /* UIWindow+DDCategory.h */, - C8563C0322F1C73E858C81402C88094C /* UIWindow+DDCategory.m */, + 6A5C9DBE4792ED2FBE5D419E6FF9F254 /* UIBarButtonItem+DDCategory.h */, + 95D06EDE8F6F2A370F7CA2EA636B45BB /* UIBarButtonItem+DDCategory.m */, ); - name = "UIWindow+DDCategory"; + name = "UIBarButtonItem+DDCategory"; sourceTree = ""; }; - 27F28F533BB9CE04A1CCCD966C0E17BF /* UINavigationBar+DDCategory */ = { + 222070C446C6684B4AD374CD64512282 /* Pods-OrderSchedulingNotificationService */ = { isa = PBXGroup; children = ( - B45C959A47AC0BEA90DCEA803A68F672 /* UINavigationBar+DDCategory.h */, - CA5465B1F3C1CB640C0ABC2A0AEA7A56 /* UINavigationBar+DDCategory.m */, + 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 = "UINavigationBar+DDCategory"; + name = "Pods-OrderSchedulingNotificationService"; + path = "Target Support Files/Pods-OrderSchedulingNotificationService"; sourceTree = ""; }; - 29BA80131655AB1E3ECDDC05C1882837 /* UITableViewCell+DDCategory */ = { + 227D65F2D7A2076733DB24001B35099E /* DDBaseTableViewCell */ = { isa = PBXGroup; children = ( - D91AC7334B9CDB50EAFD198EB8FBAB7D /* UITableViewCell+DDCategory.h */, - B54C8FE7C15BAB89AB06A36325B8D77B /* UITableViewCell+DDCategory.m */, + BED07E5F65E6914A2FD0A811855F692F /* DDBaseTableViewCell.h */, + FDB51E94955823118BCC4815CD075A11 /* DDBaseTableViewCell.m */, ); - name = "UITableViewCell+DDCategory"; + name = DDBaseTableViewCell; sourceTree = ""; }; - 2AF495DF562A8A5338E6CDE0B48B6E6A /* DDMAMapKit_Private */ = { + 24C08E49548CB9803C192EBF03CD270F /* RxSwift */ = { isa = PBXGroup; children = ( - 35E0DED36249D8F34987EADFD511F413 /* DDMALocation */, - 4A1C7F9324017071C037902D1B0AB73C /* DDMAMap */, - 38C446AA3D9BB1DF1F8C041E0716EA22 /* DDMANaviManager */, - 55CD9A03E880FF01A71EE2B205634A35 /* DDMASearch */, - 8BA33FDE8D8F05574F81B830512BE7B5 /* DDMATrackManager */, - 2D46ED22E801431F0F84F2EE7D5836F6 /* DDMAUtil */, - 5103173E772774DAA639B9F2CE777B93 /* Support Files */, + FFA70850EDD9031CAF86FF21D872E680 /* AddRef.swift */, + A1BD807198DFA641A2B3746F499D0FC0 /* Amb.swift */, + 541892824B31F914A64D0A19B1EDBB40 /* AnonymousDisposable.swift */, + 11BA999C3C2A445AC24FE98A07F5E715 /* AnonymousObserver.swift */, + 4C0D8935D73AFEE763411962EE4EFBDD /* AnyObserver.swift */, + 2BBDF1F007872F40F4ED9BE7DCA13A81 /* AsMaybe.swift */, + 25050C668332F672E4DD8781CDADA998 /* AsSingle.swift */, + B9F62E5FF5B386936AF2041BDD2A5BC9 /* AsyncLock.swift */, + 28668A589A4303C2E0C79193BB91CB88 /* AsyncSubject.swift */, + CF6FD51F91423EB0BD0CD4A11CB5AB8A /* AtomicInt.swift */, + C3B85303FF0801F4738184C270DE1D36 /* Bag.swift */, + 3EB8D50EA83DE86C67F96B0D2B8476BE /* Bag+Rx.swift */, + D93DF64D6206D53D40D62A28260F3C8A /* BehaviorSubject.swift */, + A0516422B660AEA6364FB08E8C4B33C9 /* BinaryDisposable.swift */, + F627C2DA4D070574D8F2DA23641DA1AB /* Binder.swift */, + 43AF80AB411957C935727E2F0E52E4AA /* BooleanDisposable.swift */, + 4070BFA0C2669AA54D85997D2CD8F24C /* Buffer.swift */, + 75F00C4A79CAB3A2A93FF4FC94E23196 /* Cancelable.swift */, + B7F76D1380115524EB6AB3C6B2A30404 /* Catch.swift */, + 441072F0B9ABAAEBF1131BCC7E812F86 /* CombineLatest.swift */, + 454B50D752170D39DC33675BD57B9E31 /* CombineLatest+arity.swift */, + 123D31E8104F8F25A83B08179DB76AFD /* CombineLatest+Collection.swift */, + 9538ACDF03F83E8FE8881A437DFE74EC /* CompactMap.swift */, + 4714657107949FF8CE5A42CBD61AFD8A /* Completable.swift */, + 57BE55CE9B7D05A92A8F49802F1BC475 /* Completable+AndThen.swift */, + 44A289082AFE522D4807CAD16CF94AE7 /* CompositeDisposable.swift */, + 3C7B61C1C18A5184F8F642AB3EFC3571 /* Concat.swift */, + 93246E59A7A66800D2E73320A99F98D0 /* ConcurrentDispatchQueueScheduler.swift */, + 8E303EA5979A7EEE71B6BFA47F82F42C /* ConcurrentMainScheduler.swift */, + 49FBBCB00A42078B669D4837EB5ADB59 /* ConnectableObservableType.swift */, + 3B0E62E8D3BBF30B7204D3503141B16D /* Create.swift */, + C0352A3CF45F63127CF9B198C0D04019 /* CurrentThreadScheduler.swift */, + EF7A67E6AA8258D8CAE46B3ECE005FA5 /* Date+Dispatch.swift */, + 7D026AC02D144D337431A80C70050106 /* Debounce.swift */, + 01326343410963E9741DCF8CEEB5923D /* Debug.swift */, + F6C3E4795420A5F1A90B7F194288D67F /* Decode.swift */, + 05AB13E08CB758ADC4EBF78C53CD2534 /* DefaultIfEmpty.swift */, + B715246710F373D970C1E0775800823E /* Deferred.swift */, + EFC9368CA622B4CA069BDDB4DE5A9057 /* Delay.swift */, + FAA6F9CE8DC190BFFB7BC660BCDE2803 /* DelaySubscription.swift */, + 8D6A3E5387B6124F85B6575FDD9AAD96 /* Dematerialize.swift */, + AFF614623C18E15AB26533FFD30AA202 /* DispatchQueue+Extensions.swift */, + E0E51B4C6B5ED0F83CE62620C2F8BE76 /* DispatchQueueConfiguration.swift */, + 13C1C97AD53F58526EE540A099D072F7 /* Disposable.swift */, + B2DA8006B8D4E13E2D106E036B3EA9A8 /* Disposables.swift */, + C42A382D1B9ACB5420A311073769FB37 /* DisposeBag.swift */, + 7F676AD8E20D65B73A5851BB693EC006 /* DisposeBase.swift */, + 3DC6C2DC8ADB90009F00748B0E47F180 /* DistinctUntilChanged.swift */, + 9571BC3E11B6EFC9114B270DCF52182F /* Do.swift */, + DCA12D05CC9540380CF6A20E5AEE652B /* ElementAt.swift */, + 5EDBADBA8D70E8F4E86C6C33E66ACE2B /* Empty.swift */, + 04D2C2C5FB2BFE281B2AD29CF3FEDE0C /* Enumerated.swift */, + 2643415F97B430D0264D678AD8398EA7 /* Error.swift */, + E1212229365B01E9CF3A5F29175F51CB /* Errors.swift */, + 4DC30A251B72711115CB3D7E94418B9F /* Event.swift */, + 0C45C623825E453DAA6CB10026A7F8A5 /* Filter.swift */, + 86BE46B8B7912198366A2A9FD63AB56A /* First.swift */, + 0559C4F8EB17B07B6C8695D4C9100217 /* Generate.swift */, + 0EFC30EC0D8AC6DB20C5534D85BD3707 /* GroupBy.swift */, + EE9210DB8DD55F8DC5F1EE28CFCD7216 /* GroupedObservable.swift */, + DAA74F15FC9EE31AA8DBCB407DC9A480 /* HistoricalScheduler.swift */, + 1237011CDF59E7B426AA729EDC979453 /* HistoricalSchedulerTimeConverter.swift */, + 0B2467CC9A138D6CC606AB48700A9968 /* ImmediateSchedulerType.swift */, + CBC75F289C9CAB7AEC0491AFCD6E89F0 /* Infallible.swift */, + B3C7FF8586BF663FD6BB304DC6553225 /* Infallible+CombineLatest+arity.swift */, + 22D2498EAA8233BF9D3854BFCB3D34A8 /* Infallible+Concurrency.swift */, + 9795F2FEFFB6F284E9AD6B929D6CDDDD /* Infallible+Create.swift */, + D1D028C0EE5526EE37B10C0F11977EAC /* Infallible+Operators.swift */, + 066E46ECAF72EB8BDD76C06FC132DCCC /* Infallible+Zip+arity.swift */, + DD532AD3B0BCA4090A56EFB9D0ED1BC6 /* InfiniteSequence.swift */, + 8710931BC759B5F87FB56FBF3C407EB9 /* InvocableScheduledItem.swift */, + 26D12015547021C05DC3A0B6DFF6E6DB /* InvocableType.swift */, + 8BA6B79F33B4D7AE08DA104700C8DB2A /* Just.swift */, + BF52A1534350E18472745A33DC3CF55F /* Lock.swift */, + BC34218F064F16AB92AD3864739EFC37 /* LockOwnerType.swift */, + 411BE1E0424232551457605BCF03D36D /* MainScheduler.swift */, + 837B3E95BA4C5AAA604FBD654D45954B /* Map.swift */, + 457DC6D74DD9BF236A6C238165B82BCF /* Materialize.swift */, + 25B0477F2CE072DD26AADF0F7865482B /* Maybe.swift */, + 626D43E2FDF135F68DFE8C64A3AA61DC /* Merge.swift */, + F302412F9AF3877B82C19464BF0BC4BB /* Multicast.swift */, + 9C2C8C8B667F8D1FD353432257E0F0B8 /* Never.swift */, + 88D1DB5A559601E69C0856FF8A2B6F9B /* NopDisposable.swift */, + 9C5292471C2183F2F84192C6009194AB /* Observable.swift */, + 3B7A1B0F8B4A85D0770AB626956A1B61 /* Observable+Concurrency.swift */, + E88FC98B5E4A017CA538D118F35B8FCB /* ObservableConvertibleType.swift */, + 33D4E35D874F76AB63CB97B7220237CC /* ObservableConvertibleType+Infallible.swift */, + C56ABB6241788CFBEE136F8323987F79 /* ObservableType.swift */, + 9335E4FFE93433A5A7994983D828FE48 /* ObservableType+Extensions.swift */, + 6442FC0ED2219CC3EC38FAE469B744C0 /* ObservableType+PrimitiveSequence.swift */, + 444AE1913B22A9AD9A793F5BD398B09A /* ObserveOn.swift */, + 575231FF632C34018DB397A2F7C8734D /* ObserverBase.swift */, + 87E6AF3D051772C860A387CA73C82E07 /* ObserverType.swift */, + 29250B8E251EB94150628F92B2CAD137 /* OperationQueueScheduler.swift */, + 5A24E10558B0F178954EA49ED2076AD8 /* Optional.swift */, + 83AA652A70094E963CDA1EC3B0EE7664 /* Platform.Darwin.swift */, + 58CCF6EE5A7795FD20CF09EADB06F075 /* Platform.Linux.swift */, + F5148A0014D9A720423A6CB4B6464B7B /* PrimitiveSequence.swift */, + 987C9B6CC3461074F13385AB7784DAC7 /* PrimitiveSequence+Concurrency.swift */, + C6E78F98A4DB561E466E639835570661 /* PrimitiveSequence+Zip+arity.swift */, + FD35C3BA3DB460388E326588F161C439 /* PriorityQueue.swift */, + AA11146B7DFBF45713A38F321A1E9AAA /* Producer.swift */, + F0C40AC6F9C2D9CE7740B90099D2F88F /* PublishSubject.swift */, + 8A34726D56C979B120B56A8F4EAF8DEC /* Queue.swift */, + 04B2B62833D70A8437C0BB71ED86F647 /* Range.swift */, + 061D1C5AB70EB92136C622B94085C09F /* Reactive.swift */, + 0B46D12528717313253BB0FDBA162D72 /* RecursiveLock.swift */, + 6E9B2F113AAF661CECE2556D6D7AF9F2 /* RecursiveScheduler.swift */, + A666E3AC6F64C3F9F6A9659353EB3B34 /* Reduce.swift */, + 7658E3C5A918D1EDF10FA0EF8F5ECBB7 /* RefCountDisposable.swift */, + 5F651C41DA8515F20E4C2CF1B845BD97 /* Repeat.swift */, + 087209B61C3227458EBB6AA9140A5B14 /* ReplaySubject.swift */, + 49B27FBAAC1E40346975966BAC5DCC21 /* RetryWhen.swift */, + 77AA9360348BA2C95114E29F85A69E85 /* Rx.swift */, + D5A551233868D75E230857601F73CFF0 /* RxMutableBox.swift */, + 072A3AFF709C6CB45B134C3499C5827B /* Sample.swift */, + DC6B89E9041A0740F10BF54F3D2FC9DF /* Scan.swift */, + D0C6EC582A76244E0E92AC5BB1E51973 /* ScheduledDisposable.swift */, + D4A09E203EB4439005737B87AA45520C /* ScheduledItem.swift */, + 0EE96D74C73CEAA179BDE075562BF433 /* ScheduledItemType.swift */, + 7E42FFF7AE23F877AD34D9721DF9B1AD /* SchedulerServices+Emulation.swift */, + 1487F463C7A57A302C06EE8750EA7E6D /* SchedulerType.swift */, + 91A05287673700D06CA9621E04ADAC66 /* Sequence.swift */, + 6B13B037EDC80DFC1F67DACF94F75BF1 /* SerialDispatchQueueScheduler.swift */, + B18E306D3AD938A9810DE0FB724CB8EF /* SerialDisposable.swift */, + 675C0B536EFF272A5A2692B31259EA78 /* ShareReplayScope.swift */, + 8B66F5E09031A27FFADD0C84B95AEE3E /* Single.swift */, + 1474F6FFF9FB601076F7F8B88ACDCFFD /* SingleAssignmentDisposable.swift */, + F6633B108D74EEDA10FF958928E728AD /* SingleAsync.swift */, + 7175390D71343DCEAB69EFEC448328F8 /* Sink.swift */, + 92CEFE5EF496223F2789529811D30C04 /* Skip.swift */, + E96115502F9B294408CF4C01DA9C73B0 /* SkipUntil.swift */, + 32AC1269B27CFCDDB2AA7B3CBB2E7913 /* SkipWhile.swift */, + CE996E9B4010AD8BAE0261EAB7DC1904 /* StartWith.swift */, + 820E51CD2A115CABA8CEA44573BB7C8B /* SubjectType.swift */, + 334CAFABDBDAB11B7CBDB92A7DFC489E /* SubscribeOn.swift */, + 352668D29C192CEE91C4FE5DD81DD677 /* SubscriptionDisposable.swift */, + 71BC48610295D2E1DFAFD0749C48F4ED /* SwiftSupport.swift */, + F265767BA56A1475B48CC671CC1F6601 /* Switch.swift */, + 3FA9D9FEE15FDFD613E92759541023BC /* SwitchIfEmpty.swift */, + B9E05F70E2664CE2A03B880AC79D0E55 /* SynchronizedDisposeType.swift */, + 459D934DDA44914C1D40D3D19ABD7FD0 /* SynchronizedOnType.swift */, + C67E2D723832AD2521CBBCAD2052989E /* SynchronizedUnsubscribeType.swift */, + 63D44FCD34A1B062D487629B88FDBB77 /* TailRecursiveSink.swift */, + C1A089E566C81E34956A426A4FA6E2C3 /* Take.swift */, + 91DB26C8630DD711AD775A924AE40B6D /* TakeLast.swift */, + 92879B937B9E5DF767E308A7813A64AF /* TakeWithPredicate.swift */, + 1EE3C9A97DF9B203DDE7FE3F01B1ACFF /* Throttle.swift */, + B6F43C5B41A8E634C7BEBC47808DB285 /* Timeout.swift */, + ED17600692DC37A4D5B2364280804FB1 /* Timer.swift */, + B377DAE5AD2A4239CCCA5E8D3BAF1BFF /* ToArray.swift */, + C3924FA8EABDCDB59B40178461258139 /* Using.swift */, + 94F07BBAAB454526203925F790F145D4 /* VirtualTimeConverterType.swift */, + AB5FB76638B5CE94453BCB6D5193ED1A /* VirtualTimeScheduler.swift */, + C34BD2EE9A2E6C294828BA92FDC1D0B8 /* Window.swift */, + 0B5BBEBD25C755D77AC345EF4BC6CDAC /* WithLatestFrom.swift */, + 92F3014106B15DE79B2475AD74BE061F /* WithUnretained.swift */, + 29A91797DDC75DCC749E1AB8D4D814E4 /* Zip.swift */, + 316FA5416336FAC14F22CE1F1826E5DF /* Zip+arity.swift */, + 9713EC4CA69A8B311C13AEC2D5F017C5 /* Zip+Collection.swift */, + EA0CFF8A6B80087A0A979CCFA0F0221A /* Support Files */, ); - name = DDMAMapKit_Private; - path = DDMAMapKit_Private; + name = RxSwift; + path = RxSwift; sourceTree = ""; }; - 2B364F22A4708526E9B89CF614013446 /* GCDTimer */ = { + 278B4E9FE83425A05AF56167F580BD27 /* Kingfisher */ = { isa = PBXGroup; children = ( - 27C432FF3F933F75D8ACB769FEC7630B /* DDTimerManager.h */, - FAC1500D286579CCFAB30B2F8D51B669 /* DDTimerManager.m */, - CE2194013DAA1E68D0AB435C86E28C97 /* DDTimerObject.h */, - C2B3C59210123CACF40290B45444CC2C /* DDTimerObject.m */, + B23EC63B9BEF6B1A2C1E4EB511B6D7F3 /* AnimatedImageView.swift */, + EF3E41121AA454E68DDBB1C76671A0F7 /* AuthenticationChallengeResponsable.swift */, + BE1F6645D253132DDF300C8F9C118F89 /* AVAssetImageDataProvider.swift */, + 0C6F468D032ABDB97B79CCC743893200 /* Box.swift */, + 69CED3CD6469A763D93FCE4AF9F0BEAF /* CacheSerializer.swift */, + 79DF77F4BAFD8D184A09B3500351F728 /* CallbackQueue.swift */, + 5AB58035B8AA2E5D212742C64AD1F7CC /* CPListItem+Kingfisher.swift */, + ADB8BAB32BB2F3A0C466436EC9C95987 /* Delegate.swift */, + 6AE4CE27CCA45ED0FAE69E8ED97D8595 /* DiskStorage.swift */, + 4C5C7B96F908B382A2812F2BF09C84D7 /* ExtensionHelpers.swift */, + E526332D26EC2C000931BC63994C80EE /* Filter.swift */, + F95041847400F78FDA72FADA6C6D9CFA /* FormatIndicatedCacheSerializer.swift */, + 246E68E070EBE0FC90E29F41EFB5E349 /* GIFAnimatedImage.swift */, + 7298AD80D627E3483C9953514B7C2EAA /* GraphicsContext.swift */, + AAD1297D93635A1B941F526F0F26E562 /* Image.swift */, + 46E94986FE8344E38A750399A87378EF /* ImageBinder.swift */, + 1253B2F24E486C5AE2D32E536CD56924 /* ImageCache.swift */, + E7B1F72B4DEF27ADB706BE58B67177E3 /* ImageContext.swift */, + 41B69157076C61EF45AC2C67329B50D3 /* ImageDataProcessor.swift */, + 14048CEBB95ED638AC8F4189B1C94C45 /* ImageDataProvider.swift */, + 2524276C0B05C10BBD566857E505F7C1 /* ImageDownloader.swift */, + A2297E2FB3A8E679D575818E8F691B99 /* ImageDownloaderDelegate.swift */, + 9E6D817FC865D6C7B6880E1E151E0AB6 /* ImageDrawing.swift */, + 765CA56BAFC8BE7775BBFBC16B2EF100 /* ImageFormat.swift */, + D66E3C6EC7E2C1A13D24D053BC21C877 /* ImageModifier.swift */, + 380421BF69BA19CF7957464CEF3FD956 /* ImagePrefetcher.swift */, + 09AFF203E7E1FE4EDAEDFEA8EE46DB98 /* ImageProcessor.swift */, + 901DFC89037683742D8DD3964F199F1B /* ImageProgressive.swift */, + DD63C92D8891AE22587E9855D798802C /* ImageTransition.swift */, + AC0E4B9023D1BE1AE1475ACF1E8AB6D8 /* ImageView+Kingfisher.swift */, + F838878C587EF3B56B195AD2F41A7521 /* Indicator.swift */, + 094BF7D78F34A8E2F207FB6D00D0B7DB /* KF.swift */, + 5EF57CAE4475BBBE7CE2C3053A33EEC3 /* KFAnimatedImage.swift */, + 3F67AAC6444D82CCD85CCDEEE1FE773C /* KFImage.swift */, + 4741C4038615B419B7EAA542F13C4A82 /* KFImageOptions.swift */, + A940D85B955121F0970A45581C4C4399 /* KFImageProtocol.swift */, + 1FD3E2AC2B54BE89F4A624FB75486A77 /* KFImageRenderer.swift */, + E6D97268591C95265C7DF0DA253C40C7 /* KFOptionsSetter.swift */, + 7E4558F2B1F01F484B86000FE18717BF /* Kingfisher.swift */, + B1D8BA4949A2C2B81E28F572022D99B8 /* KingfisherError.swift */, + 491E8FDE6146C04106AB878BFC62E894 /* KingfisherManager.swift */, + 398099D921BCBEED5C6F0DA31B8DBE27 /* KingfisherOptionsInfo.swift */, + 5DA1587E0083C040D03D055FCAD73141 /* MemoryStorage.swift */, + 2C04297BE6BD84716FCEF9709625EC2B /* NSButton+Kingfisher.swift */, + 3329A7A4DB4FBA36EC8B52A0B6D88393 /* NSTextAttachment+Kingfisher.swift */, + 52171E074BB2C8FEBA82AB5A5AA9AB23 /* Placeholder.swift */, + FC4416F979BEA53CDBABDCF4E0B83870 /* RedirectHandler.swift */, + 1F23DB774D398FC22EC546A2A3B21916 /* RequestModifier.swift */, + 231FF50CF5D1855C2FE0E837AF0FFEF3 /* Resource.swift */, + B79C9AB255446E1D32204855A5BB575C /* Result.swift */, + D0F2761EBF6FF8D9BB242E3F99000EA4 /* RetryStrategy.swift */, + 43CE47773D7BEB62E7CF7E0FA3FC2961 /* Runtime.swift */, + 77797A318DFF0A36D5EF9D18B3EB3264 /* SessionDataTask.swift */, + F0265276A8DB52F21523A1A76354B5AB /* SessionDelegate.swift */, + 3025A9C566335BA5A12D0386738B6899 /* SizeExtensions.swift */, + 6FC31CDE7D272612CF03859F14BFEC51 /* Source.swift */, + 84BD296B4DA2E513369D786238AD1646 /* Storage.swift */, + 5B375AB6CB83BB8D6A201F36F4765D2D /* String+MD5.swift */, + 3FCEC77236B1212699BD49885A098510 /* TVMonogramView+Kingfisher.swift */, + BA1D37A8F2CEA0BE101F9A3DCC7A3F7C /* UIButton+Kingfisher.swift */, + 9110386C0BDD4C442535198907D058AB /* WKInterfaceImage+Kingfisher.swift */, + 61D25D3FE688025AD24BE07C029A6481 /* Support Files */, ); - name = GCDTimer; + name = Kingfisher; + path = Kingfisher; sourceTree = ""; }; - 2D46ED22E801431F0F84F2EE7D5836F6 /* DDMAUtil */ = { + 28EE55336B6A4A04A775EE6DE3EF056B /* Support Files */ = { isa = PBXGroup; children = ( - 7A8AC2D692C14D0E558BAB3F1215A1F7 /* DDMAGeometry.h */, - 74FF52C3D39157A13920CFC8C6B10D5E /* DDMAGeometry.m */, + 536A6C6F00D63057AC52E92EDEB603A8 /* DDFontKit_Private.modulemap */, + 56399B86E041B0CA6CA0196CCAF92D95 /* DDFontKit_Private-dummy.m */, + 91289AA6655BE177E99153AB8632658D /* DDFontKit_Private-prefix.pch */, + 730A836D8D9E1D1326C0ACE3695727DB /* DDFontKit_Private-umbrella.h */, + 3907158AC40061D805A51CD56DA8018C /* DDFontKit_Private.debug.xcconfig */, + BBCC49D8B27DCCAF2C5D09A44CA61134 /* DDFontKit_Private.release.xcconfig */, ); - name = DDMAUtil; + name = "Support Files"; + path = "../Target Support Files/DDFontKit_Private"; sourceTree = ""; }; - 2F0BD6925A4D13BDAB91B0C547871F17 /* DDFontKit_Private */ = { + 292F17B090AA5AE04FB90CA192B7DBB1 /* UIImageView+DDCategory */ = { isa = PBXGroup; children = ( - 0F39892A9468E6CF6953E7077AD1EDA9 /* FontUtil.swift */, - 67E4A55D495D625687A05600B994BD1F /* Support Files */, + 002764D347C52D01C10B86B4AB41C72B /* UIImageView+DDCategory.h */, + 27D14CC5FD1D6F16A74BE031FD7A2E13 /* UIImageView+DDCategory.m */, ); - name = DDFontKit_Private; - path = DDFontKit_Private; + name = "UIImageView+DDCategory"; sourceTree = ""; }; - 2F78327DECD3228AFDCEF971504446CA /* CocoaDebug */ = { + 2B3F9B0370423B54ECC516B528CA611E /* AMapLocation-NO-IDFA */ = { isa = PBXGroup; children = ( - 6AFC6A98BFD1C601B790CB403FAA75AF /* _AutoLaunch.m */, - E2FBFC67D13948396E31969626B9AF7F /* _BacktraceLogger.h */, - DCE9047D6D1EE487FBE3AF5030AD6CBE /* _BacktraceLogger.m */, - 81D8171E6D3BAB9FE903BFEE112BB0B0 /* _CacheStoragePolicy.h */, - 965E58EBE1B6E7EF6B3562343E34B519 /* _CacheStoragePolicy.m */, - D62A9E0B61CC784E8BF9FEE58D3058FB /* _CanonicalRequest.h */, - 603667EB11321B8E042F1995F73D3444 /* _CanonicalRequest.m */, - 0B99659D48A100CE09B578463DE6EC95 /* _CrashModel.swift */, - EFBA8E5F751BE8CD2E26AD2265022BF1 /* _CustomHTTPProtocol.h */, - 1C0400E624E20F1F048088F54656555D /* _CustomHTTPProtocol.m */, - 72BF225DB8B7FEC594F95C45BA35334E /* _DebugConsoleLabel.h */, - 615946F65A23A492ED83FEA260404083 /* _DebugConsoleLabel.m */, - B0424FA35C1CB9BF4A5CE01E96E374F7 /* _DeviceUtil.h */, - D52D2CB1C794DB60DF9120B9A52D9B30 /* _DeviceUtil.m */, - 9B30C9F1A09FECACC209F1E42BAA5BBF /* _DeviceUtil+Constant.h */, - AEEED72F002D1D44A4E231F8BC4C935E /* _DeviceUtil+Constant.m */, - CBA1CDB3E7813E1EE8D74A692A823B46 /* _DirectoryContentsTableViewController.h */, - AEDB9EFE53924A4C454F79E4C42B96E8 /* _DirectoryContentsTableViewController.m */, - 8A5CE58C2E50B2851DC9F5E24143D5A0 /* _FileInfo.h */, - 20EB53471C520D1E273F1DBAF61E06EE /* _FileInfo.m */, - 71F0CD0A9FB050DF4AEC40633A20D5DB /* _FilePreviewController.h */, - E3F9C3263129A510C64A84E611C05A0F /* _FilePreviewController.m */, - 14286DD313445BB5A7BC0EB3B2460E7F /* _FileTableViewCell.h */, - B6C377E3614F2EC23E57D7BBACBB1BD6 /* _FileTableViewCell.m */, - 9F62558669A574E5C3DCA935D8CDA0AB /* _fishhook.c */, - E49FE1752B0D87C91639F9434DDED72A /* _fishhook.h */, - 57453DA5D7EE84DD06723DBC5C7FF7C8 /* _HttpDatasource.h */, - 6E540E82BA3DE1A2EBFC949646795948 /* _HttpDatasource.m */, - 79A5543DFAFE1F7E3E77472E9B38C4F9 /* _HttpModel.h */, - 7BBE9EBBDC4FFE5E84EAC451C45134A8 /* _HttpModel.m */, - 2458A524A5D2C93B9199C7A8D50D5085 /* _ImageController.h */, - 6B5EBC569B9205D8973001894A24A0E6 /* _ImageController.m */, - B898B3531671EBE2D6408F6E502D0EF4 /* _ImageResources.h */, - 1AEDB041F1D7C1149B32D84DAAE769F1 /* _ImageResources.m */, - 4A1A7323A2844656DCD480AB605ADD1B /* _NetworkHelper.h */, - 63797B471B68416C42259269183709CA /* _NetworkHelper.m */, - E745B519B92535CFB561EA86C260C137 /* _NSLogHook.m */, - B3EB80FA957D1C8FBB083A94A632BF8B /* _ObjcLog.h */, - 6F91B27C735B6D3944F14311EFDC7A3E /* _ObjcLog.m */, - A96E78D52E8CFC1FF0513093069BB55B /* _OCLoggerFormat.h */, - 1F18BC4874EC2CCFE229A891B32C462B /* _OCLoggerFormat.m */, - 8622DE30B1564BAAF7CB35543976F6D4 /* _OCLogHelper.h */, - 1F7888D5D00FF90BC84F28102CDC39CD /* _OCLogHelper.m */, - 090C75604849B778E0D986975F451271 /* _OCLogModel.h */, - CB10C31A8DF69F791C5061DF5ED60264 /* _OCLogModel.m */, - 38BD5E79753C750F22F7FE5B29E1E77C /* _OCLogStoreManager.h */, - C60E1A633DEFF61E0681ECC40B30BF90 /* _OCLogStoreManager.m */, - 1BFDFB6146BDCD6BEABF2C7F213403E5 /* _QNSURLSessionDemux.h */, - 749D8A8011EE937C2558DD61362F73CA /* _QNSURLSessionDemux.m */, - AE1E9053CE6A846D4DEA1EBA2DA96815 /* _RunloopMonitor.h */, - 95955C3639E87E28BF92F9720CF4BEB2 /* _RunloopMonitor.m */, - 33FF4DED7CF80099B5A8E6763FBB7321 /* _Sandboxer.h */, - E7B579D0140CD289B5F13B45F1F8F47F /* _Sandboxer.m */, - 74C9EA586776792F1C81E834558E3319 /* _Sandboxer-Header.h */, - A0E320F031BAEAA12AD8E2EDDEFB09A0 /* _SandboxerHelper.h */, - 475F8510148A0BC39CA06FBCFBCC4CBB /* _SandboxerHelper.m */, - 0D0A32890B215C6B56723FD6A848859A /* _SwiftLogHelper.swift */, - 8C4EF11E63A10C9AA76AA199F7E9EDD9 /* _Swizzling.h */, - 260BAC3D80488D20C1343ADB04D9BABB /* _Swizzling.m */, - 11FCFA0F9D9F265E5A522699830898BE /* _WKWebView+Swizzling.m */, - D1B88EAB1DBADD3FB17EE8C26BB0B1EC /* AboutViewController.swift */, - A14B80C759E2B9B4F6042343AA474F49 /* AppInfoViewController.swift */, - 81AE750BD22B27F7F718794B079D3742 /* Bubble.swift */, - 1E013C822B0B828129D340378AC85D90 /* CocoaDebug.h */, - 5E6D3A40F7BD2474579C389EFC2EA203 /* CocoaDebug.swift */, - 2EA87BBE791E4E718AE591602CACF1AE /* CocoaDebug+Extensions.swift */, - 7C58E7D0564B11E4865DEBC422D12A1E /* CocoaDebugDeviceInfo.h */, - AEC34FE1E106C9FDE01C1104F1C72324 /* CocoaDebugDeviceInfo.m */, - B70AD4B8CA29577846E926DBCF760810 /* CocoaDebugNavigationController.swift */, - C0244776B69BF7C20F09C63DFAE17B61 /* CocoaDebugSettings.swift */, - 201FF8AAAAC365BDF15B5FBFC474403E /* CocoaDebugTabBarController.swift */, - 10516A7C7B335196AB4A8973A5A49F82 /* CocoaDebugTool.h */, - 4AFDE96E9A9725CCA200086E7959546C /* CocoaDebugTool.m */, - 6E909F1198BCC333B634C9118C015DFE /* CocoaDebugViewController.swift */, - D5DBD48BB0B388AC44422148BE25F3BE /* CocoaDebugWindow.swift */, - A2DCE3186C24621FB00DB123A3922B54 /* Color.swift */, - 9DB700EF07BFF0E8C4A28E35569FA065 /* CrashCell.swift */, - 2792E66D9B0ECE6580BC526BC2969622 /* CrashDetailViewController.swift */, - E68A3D97CF4E721B457BC4305139E155 /* CrashListViewController.swift */, - 7E423B10714669CB357C97242F0B83E8 /* CrashLogger.swift */, - 966099FA6873B1B715884CC9C730DE13 /* CrashStoreManager.swift */, - 95B47A874ED114449A24C9ECDC711B08 /* FPSCounter.swift */, - A64C54C5D2449B2549520B4E783BF6EE /* GPBMessage+CocoaDebug.h */, - 191224E5922F1EE7DDA6134A7F439269 /* GPBMessage+CocoaDebug.m */, - 4D659F3DDFD9EC0F1BC452E6AE4C24C1 /* IgnoredURLsViewController.swift */, - 392E1B355EB884E6471917F91F189861 /* JsonViewController.swift */, - 91268BF166EF6137AEBAA0973DED5764 /* LogCell.swift */, - 35D9A32F5A538BF3622E7815BD47A5ED /* LogViewController.swift */, - 211A50B4EECA8318ADAED83D074917BE /* NetworkCell.swift */, - 6BE8E6251B7A54E955C613BEA2EEFB0F /* NetworkDetailCell.swift */, - 725BCE475EBEEE6FE36435A40927A904 /* NetworkDetailModel.swift */, - 845911F16B50930D3267EDBEBD84A493 /* NetworkDetailViewController.swift */, - 4A764D15F447189C3CAEF8BCC0198308 /* NetworkViewController.swift */, - 67D7C1F6F573B86AC3BB4E7811919E41 /* NSObject+CocoaDebug.h */, - CF686107D1D9F382744999372AF19F89 /* NSObject+CocoaDebug.m */, - 0492010BAB30D2EEA5E43FF7543AA867 /* UIBlockingBubble.swift */, - 21C19E1364F2FE05D284B9C626CFD03C /* WindowHelper.swift */, - 9E48BC61B44CCB58716897BFD2BF9750 /* Resources */, - 6CC75F14303F81A185D924DDB4AA7637 /* Support Files */, + C5A087D31AC7F65F747C894E1E4388A0 /* AMapGeoFenceError.h */, + 423527DC9A28239F20F7483EC32E6CFB /* AMapGeoFenceManager.h */, + 4367FA6D1A87345305984E657A3DB172 /* AMapGeoFenceRegionObj.h */, + E897AAB90F859174A060C8DDBF27D16C /* AMapLocationCommonObj.h */, + 64F8F3EC9BAAB0DE61217CAB246CD7EA /* AMapLocationKit.h */, + 7FC0AAE218AB9A2E6B1DA0E6A4962536 /* AMapLocationManager.h */, + 069FCC647CB3B93A9E5ADBF3EEB0B045 /* AMapLocationRegionObj.h */, + 37116D272ABED5C97C0E59B5B9D14E47 /* AMapLocationVersion.h */, + 2BD28801837FDBD27C523517AF697AB6 /* Frameworks */, + 86DB3ADCE8F9A71959FE2C58AF356630 /* Support Files */, ); - name = CocoaDebug; - path = CocoaDebug; + name = "AMapLocation-NO-IDFA"; + path = "AMapLocation-NO-IDFA"; + sourceTree = ""; + }; + 2BD28801837FDBD27C523517AF697AB6 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 90B10888BB40C9138438B0298369B506 /* AMapLocationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 2D1B72D92385B8B253F84C2313157C69 /* UIFont+DDCategory */ = { + isa = PBXGroup; + children = ( + E10C81677294DEC0812F0DB108B17A5D /* UIFont+DDCategory.h */, + DAC62A4AE212B225FD48CB3478DCD920 /* UIFont+DDCategory.m */, + ); + name = "UIFont+DDCategory"; + sourceTree = ""; + }; + 2D518ED025F1D0B3328377B3DB2E8B8A /* DDBaseTableView */ = { + isa = PBXGroup; + children = ( + 09747B681E9D7DE5A0DBB1BE144E0C40 /* DDBaseTableView.h */, + 095A41A997C856A10A916E4E9B9789F7 /* DDBaseTableView.m */, + ); + name = DDBaseTableView; + sourceTree = ""; + }; + 2DC09292B08036F7F118B65C7AC34081 /* DDImage */ = { + isa = PBXGroup; + children = ( + ); + name = DDImage; + sourceTree = ""; + }; + 2DF7B854930B8A678D569446B960194B /* Support Files */ = { + isa = PBXGroup; + children = ( + A743D7A478252536B0FE1740C6B3396E /* MJRefresh.modulemap */, + 491164066A9844F0DCAD0AF2BE952B4E /* MJRefresh-dummy.m */, + E4E0E6C84E88B93A4F4204AD43287EA8 /* MJRefresh-prefix.pch */, + AF75F4CC6699BFFF25DCC5BD24A9D799 /* MJRefresh-umbrella.h */, + 20A474CFDC875BAC8E9EC89F51CD30C3 /* MJRefresh.debug.xcconfig */, + 727F8E7A494BA569AE4094B683A77574 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; sourceTree = ""; }; 2FD92DCDAD068486A285F7D1799B2A96 /* Development Pods */ = { @@ -4283,1823 +4438,1728 @@ name = "Development Pods"; sourceTree = ""; }; - 322D56C51BD66A5B598B50DB0214BB89 /* DDBaseViewModel */ = { + 306987E307E878064093BB199F9F56B9 /* Alamofire */ = { isa = PBXGroup; children = ( - 8BB5794A3E450B84D3A3D72E52106EC8 /* DDBaseViewModel.h */, - 3579F7B591AD2CB04373A7B79766C572 /* DDBaseViewModel.m */, + E4418F5AC11A8ECE513001B24A2623FF /* AFError.swift */, + 063599E53EAE6AD0B5B1697CA6BC496B /* Alamofire.swift */, + BD08C7FAD51AC4337FEF9F79C7D425DE /* AlamofireExtended.swift */, + F69DD4E39D44A14A98BEFA9DCD3C838C /* AuthenticationInterceptor.swift */, + CFEF73D0DA58FE1742D844B5FA58BF00 /* CachedResponseHandler.swift */, + DBF5518CFE8D9C1E08556CD100480B6D /* Combine.swift */, + 240464A6A7F7A8A51968AE3BF831C36B /* Concurrency.swift */, + E91035B1EAD1D9727C77BBEA38466A6F /* DispatchQueue+Alamofire.swift */, + FC6005D86173FCBEEA6CBFE5571BD98C /* EventMonitor.swift */, + ECB4F7203AC7A2E7705C674C1A29B549 /* HTTPHeaders.swift */, + 636409CC03AC03138F73234CEACF832A /* HTTPMethod.swift */, + 158F5C62FCC315802F5E57742F5E2FE5 /* MultipartFormData.swift */, + 85AD50F8341A4D94D0D787B54F847D8C /* MultipartUpload.swift */, + A8D4250F4FED92BA07EE90A71733E861 /* NetworkReachabilityManager.swift */, + FBD00F5A339325D23E23FE9E446BBE97 /* Notifications.swift */, + 035EA066E4228579138D632B1D0C865C /* OperationQueue+Alamofire.swift */, + B086DB7D391ABAA2C3354C7DD99CA5B7 /* ParameterEncoder.swift */, + 9901E6EAB8C77F7960BD6645F1B83EF4 /* ParameterEncoding.swift */, + 7A183EB90ADF323D672CB34403E61735 /* Protected.swift */, + D3EC00B210483FA26F94240D2D0901A3 /* RedirectHandler.swift */, + FFC2AD1459A7412C36B33F4E2B95EFBC /* Request.swift */, + B69FFA11E1657904152E6434AA8D4299 /* RequestCompression.swift */, + 6AD388DDCE39854FF56407B815AC3C3E /* RequestInterceptor.swift */, + 2F5223F9061C01BE425197A50B411617 /* RequestTaskMap.swift */, + 62688DC2B29BAB34FDBB036984313D94 /* Response.swift */, + E0078D90EBD7FE8436E7450E7705AC24 /* ResponseSerialization.swift */, + EFDE21446D5138B75FB3D26EEE9311B1 /* Result+Alamofire.swift */, + 9A32FF9196EAF387678F1F95033F0E26 /* RetryPolicy.swift */, + 76F9F111CCFA61759348B66294978E11 /* ServerTrustEvaluation.swift */, + B7CF6EEBBEE2FE7E5FF6F179D320EB93 /* Session.swift */, + B6D8CA8CBBF0770EAF4C8E3E8BB1DC98 /* SessionDelegate.swift */, + B66875000A0E6FDA50AA4634FFAED866 /* StringEncoding+Alamofire.swift */, + 9EF6ECD84C4F9F7ED6AC373AD2971CD7 /* URLConvertible+URLRequestConvertible.swift */, + B9ED547F9795618EB96B3F534DDE64FF /* URLEncodedFormEncoder.swift */, + 3468A09D7BBDEFA6820FB01891DEA84B /* URLRequest+Alamofire.swift */, + 8051B460278B7D3DF7E46A8B044441DD /* URLSessionConfiguration+Alamofire.swift */, + 83D1724A19A0AB86DCA15B235266EA70 /* Validation.swift */, + 5B9F9FCC6E9A6D683DECA2004229F36D /* Support Files */, ); - name = DDBaseViewModel; + name = Alamofire; + path = Alamofire; sourceTree = ""; }; - 347F0AAF86D4567C12276A2E85507CE2 /* Kingfisher */ = { + 325C0C0F664044F64B3C483986C61FE0 /* DDBaseCollectionView */ = { isa = PBXGroup; children = ( - DDC7811423A3FEE265F82155B05D6D6C /* AnimatedImageView.swift */, - 8B8F3202C7FB361F95D19B84D6B0C567 /* AuthenticationChallengeResponsable.swift */, - 326CCADD08243843ABD0B4013C6B04FD /* AVAssetImageDataProvider.swift */, - 7F0A9BB690A91B6BE848B5516840C5FE /* Box.swift */, - 8BDAD9B4E7A73906EF0F35F2C438014A /* CacheSerializer.swift */, - 0C4D8DA058CC7CE67E230FC2DE1350B3 /* CallbackQueue.swift */, - 62EB69AC41719B8E9CFD30CC7F9D269B /* CPListItem+Kingfisher.swift */, - 57EB48C75CDE04BA99550C90E64DA2C6 /* Delegate.swift */, - F0FA23BAB50AF1B5EDF6FC9ECEDDDA17 /* DiskStorage.swift */, - 5E9CC350ACD8BD8A5C37F46C22B48B4B /* ExtensionHelpers.swift */, - 21C5704FFD5B33FBD0ABDBEA2A5E2325 /* Filter.swift */, - EA51AAD5AF1873DDACDA6E8790C500F7 /* FormatIndicatedCacheSerializer.swift */, - 2AEF1D6AE8C71A6A75919CB69961DF2C /* GIFAnimatedImage.swift */, - 7FC8E1E67B56E1BC741287D54FFC36E4 /* GraphicsContext.swift */, - 1394F840F50F088CC5F02D8BFA0F9C38 /* Image.swift */, - 0C3D3FABA15C97A229B985BCF1FBEB75 /* ImageBinder.swift */, - 2857906ECDB45412AE648E87F84F9774 /* ImageCache.swift */, - 1F16CE9143796AD795E02BF9159413BA /* ImageContext.swift */, - 720096C21236BFBD1BF9C8C037898C5C /* ImageDataProcessor.swift */, - CB71E1C28AC7179AB69BBB82807BFB9D /* ImageDataProvider.swift */, - F5ABB90128FEAE04A9370398EF32D6A5 /* ImageDownloader.swift */, - DB0E651FE2BD1EC762B1FC207BB1FDFB /* ImageDownloaderDelegate.swift */, - 6EC928BCA4CF5A500505E824C706B6EC /* ImageDrawing.swift */, - 7910984455763F0F80ADA7A0698B586F /* ImageFormat.swift */, - 4B43A4F91A87BDAE3402EF2DDF54440B /* ImageModifier.swift */, - F02DC7DAE11ADB8A90C1E3F0919D77DF /* ImagePrefetcher.swift */, - 69FC3E7917CAD556296BC9F7C97FEF14 /* ImageProcessor.swift */, - F1CEE7F79DBE6F454F04C9B5DF4CE23B /* ImageProgressive.swift */, - 8152C4C1927B37D1E6A41CCED65470C6 /* ImageTransition.swift */, - 9ABF91550A94657B250608299F8E4BA0 /* ImageView+Kingfisher.swift */, - A8F991FD306B521E4E214E9117B13C0C /* Indicator.swift */, - 9AF9CD5852F92A2E39968A8831887A30 /* KF.swift */, - 8D514AF12C030E0278B8AA2472B8DA67 /* KFAnimatedImage.swift */, - A60750B8EB0FE3C140EA0A46DB990D2C /* KFImage.swift */, - 1DF1159335EC9445B0EE6953F53FBAB5 /* KFImageOptions.swift */, - A39339A892CD9039160325C8842ADF6F /* KFImageProtocol.swift */, - 2B744159FDE5590E018C1D7D11CEBC0B /* KFImageRenderer.swift */, - 2B17CFFCA78C56D75F39A61579D14144 /* KFOptionsSetter.swift */, - 8E3E101E14998A6D764AA32B4FB5D4B2 /* Kingfisher.swift */, - 39AA88A03EC3F304FE1AD4928E8B1A03 /* KingfisherError.swift */, - 812A6EBE15FB481271B5BB454C644936 /* KingfisherManager.swift */, - F326678D8CEBEAC5E9935EC7D4C1F20D /* KingfisherOptionsInfo.swift */, - 3BDCDE5CD24DF02C762F0EE40E58D8D9 /* MemoryStorage.swift */, - 4D9A2D5C5A997A110B4FA99870D6BEB1 /* NSButton+Kingfisher.swift */, - 03608C6F24B45B7439B8263C92C9791A /* NSTextAttachment+Kingfisher.swift */, - 46FDCAB58B3E2FEBECDE7E4F3C183B8F /* Placeholder.swift */, - FDABA221089C89B60A9331D151951F27 /* RedirectHandler.swift */, - 059DC4F844A8D2B5A1E05636D873E0A5 /* RequestModifier.swift */, - 7795A738F6FB0FE86AEDE5D0487244DE /* Resource.swift */, - 51986CF059E46B3A83C06612FE7409EC /* Result.swift */, - 536EB57B52B8347A6125E1380B8A1DB3 /* RetryStrategy.swift */, - 152D35B1A68C3B3C2BBFE22EBEE2D309 /* Runtime.swift */, - AAF5E23D236573782D9BD272C23F08E3 /* SessionDataTask.swift */, - 1FAB5194BF034D626E93979161C6DC58 /* SessionDelegate.swift */, - 0D2BCEFB8CB21FA817C0B8D0D33D4FAE /* SizeExtensions.swift */, - 01ACA89FF509C2DF0DCB95838720808F /* Source.swift */, - A064BE51181997C7C3FAABD55BDE53BB /* Storage.swift */, - 14941C5679B49C621A2A15DCBA3439B0 /* String+MD5.swift */, - 2BDFF4C82756F110DAD61D6DF089A63A /* TVMonogramView+Kingfisher.swift */, - C6322433B5CE6D3812A61942ABA4477B /* UIButton+Kingfisher.swift */, - 0AB11E82F713F4A6AD5D6014014D7453 /* WKInterfaceImage+Kingfisher.swift */, - EAA18DE0DD738839C03262566C0BF035 /* Support Files */, + 0BB2958F3B606E34E8549FDA584A8CF4 /* DDBaseCollectionView.h */, + 83167A9E6C50B8B6FA6E75CC84A013D0 /* DDBaseCollectionView.m */, ); - name = Kingfisher; - path = Kingfisher; + name = DDBaseCollectionView; sourceTree = ""; }; - 3516A067660FF521CE7A0F7BEA438DC4 /* DDView */ = { + 35242C454C91334AD34D9FE4B6CC4990 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDView; - sourceTree = ""; - }; - 35E0DED36249D8F34987EADFD511F413 /* DDMALocation */ = { - isa = PBXGroup; - children = ( - EEC22AD8D3A5D7D09D79AFF0BD858503 /* DDMALocationManager.h */, - D16FB72EDDBED74EEE3C0C6DDC5BDED5 /* DDMALocationManager.m */, - ); - name = DDMALocation; - sourceTree = ""; - }; - 36FFFFA18E67AF0D310D586971612C19 /* DDAttributedString */ = { - isa = PBXGroup; - children = ( - ); - name = DDAttributedString; - sourceTree = ""; - }; - 3701487A555F0F93042746932201172D /* AMapSearch-NO-IDFA */ = { - isa = PBXGroup; - children = ( - CD2408DF97BF37EE6CFC0BEA7EABEE17 /* AMapCommonObj.h */, - 088FA362F741E00B911F22F8A3969A57 /* AMapNearbySearchManager.h */, - 2C0E550430157D7645C4EF226E2C2081 /* AMapNearbyUploadInfo.h */, - 9690C46310501EFABBB8E36211EF70C8 /* AMapSearchAPI.h */, - 7D2E67E24664B26C9393E729E2F2EE6A /* AMapSearchError.h */, - F25519FAD5FDECA3282624B37A7F936F /* AMapSearchKit.h */, - 8D3B76286656D4B1D009B61364ED998E /* AMapSearchObj.h */, - 64F953907FAFD04C590B783588DACBE0 /* AMapSearchVersion.h */, - A2F829C5F0FF0DD69A3126EDE1ED31CD /* Frameworks */, - BDA3379D74FFBDFF13287C4B946DBF0B /* Support Files */, - ); - name = "AMapSearch-NO-IDFA"; - path = "AMapSearch-NO-IDFA"; - sourceTree = ""; - }; - 383F71909FFA8CB6C9F4438C15962CFB /* UIViewController+DDCategory */ = { - isa = PBXGroup; - children = ( - AB64B22A556E78821DBB3BC92CDEC80F /* UIViewController+DDCategory.h */, - 7463DC95E1AE19FABC7F78B01D833242 /* UIViewController+DDCategory.m */, - ); - name = "UIViewController+DDCategory"; - sourceTree = ""; - }; - 38C446AA3D9BB1DF1F8C041E0716EA22 /* DDMANaviManager */ = { - isa = PBXGroup; - children = ( - 8FD4B625CF6BDFD4FCFC8B77AE85F99D /* DDMANaviManager.h */, - 4C91829A101A13CD9330DE9BF116C27E /* DDMANaviManager.m */, - ); - name = DDMANaviManager; - sourceTree = ""; - }; - 39E49FE3FB9B037DD8DC434C0C2B8CA9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 742C4F35E40262C02E9B397016C32EB3 /* IQKeyboardManagerSwift.modulemap */, - B9232D0E42FF4048FF87F42781E2849B /* IQKeyboardManagerSwift-dummy.m */, - E915A8E0A00D905FFF04732D8E4298EB /* IQKeyboardManagerSwift-prefix.pch */, - 9AD54622C2C5FBEB30F5EA7E746607FA /* IQKeyboardManagerSwift-umbrella.h */, - A52A466DAF59680385B092D04B194020 /* IQKeyboardManagerSwift.debug.xcconfig */, - A766EACFF72F7D6A313EE2DDC6AB3119 /* IQKeyboardManagerSwift.release.xcconfig */, + D5FA242D0BC24A63181522905ABEECA4 /* RxRelay.modulemap */, + 99273BA87ADC0AEE4DC5823BCBC5BAAC /* RxRelay-dummy.m */, + CA7BD4D510CD2A8B6686B3034A0F4BB6 /* RxRelay-prefix.pch */, + F80828FBA69B5D6A24F4AA45B2F2CE8C /* RxRelay-umbrella.h */, + E3E24CF9DEAFDB0E85DA8CFC3738681E /* RxRelay.debug.xcconfig */, + 5000BC9CDA5C4570236B166AA9367856 /* RxRelay.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; + path = "../Target Support Files/RxRelay"; sourceTree = ""; }; - 3A0D3470471B096C82BC616D5FE67012 /* Support Files */ = { + 3B1D16DAE46EB92AB5C1D62D6708F5C0 /* Support Files */ = { isa = PBXGroup; children = ( - CFA26C26449980ED1C75E9E70D84C494 /* DDColorKit_Private.modulemap */, - AB44F109C6AA07335CA3D1472AA099CE /* DDColorKit_Private-dummy.m */, - 2C7516242A12218F6A5AFE223B0FE690 /* DDColorKit_Private-prefix.pch */, - F120F32F9C99EB3C58DF7780DDB69971 /* DDColorKit_Private-umbrella.h */, - 21879AC52A1ED47FE0DEAB0DDCA4EF1A /* DDColorKit_Private.debug.xcconfig */, - 13BA6A7F9E6E5433BA84589610F47EC4 /* DDColorKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDColorKit_Private"; - sourceTree = ""; - }; - 3A3D8F196624F5FE176A6CC73276A224 /* DDTableView */ = { - isa = PBXGroup; - children = ( - ); - name = DDTableView; - sourceTree = ""; - }; - 3B0A7503959F7D7A0E6C3E1B2342B26A /* UINavigationController+DDCategory */ = { - isa = PBXGroup; - children = ( - 060FA5D91EF706993469069999EBE7B5 /* UINavigationController+DDCategory.h */, - BD54122631E2AD4DA40DB14E676FFB9D /* UINavigationController+DDCategory.m */, - ); - name = "UINavigationController+DDCategory"; - sourceTree = ""; - }; - 3B661629EBD3C81F081F03E3729E1A6C /* DDBaseImage */ = { - isa = PBXGroup; - children = ( - 58C1C6F6157FEC58FB8A7A0387E861F8 /* DDBaseImage.h */, - 6291E8699D5147865705448839109BBF /* DDBaseImage.m */, - ); - name = DDBaseImage; - sourceTree = ""; - }; - 3F6B45430B634DB1EEF222AA22A39EF6 /* DDBaseTextField */ = { - isa = PBXGroup; - children = ( - EBA61D6CCFC730CAC6B228A467AC659B /* DDBaseTextField.h */, - 9BBEF16D36E94DE16CA89322A78460FC /* DDBaseTextField.m */, - ); - name = DDBaseTextField; - sourceTree = ""; - }; - 40B177EBEBC42B865E99FC4D47DADF00 /* UIImageView+DDCategory */ = { - isa = PBXGroup; - children = ( - 4F68E7601FC2C898F9CC996862D34AF4 /* UIImageView+DDCategory.h */, - 088C09058BB2570EDF78370B12BA832A /* UIImageView+DDCategory.m */, - ); - name = "UIImageView+DDCategory"; - sourceTree = ""; - }; - 417DD8ECF3B93481DB440258FB95B4E1 /* UIFont+DDCategory */ = { - isa = PBXGroup; - children = ( - 58233E80ACA3C75C245DE5754A1B2694 /* UIFont+DDCategory.h */, - 3DFCE2A56E4A5D41B16CF9211F33330A /* UIFont+DDCategory.m */, - ); - name = "UIFont+DDCategory"; - sourceTree = ""; - }; - 428D2ADC2E5B7885A1CBFF9C121E6889 /* DDNavigationController */ = { - isa = PBXGroup; - children = ( - ); - name = DDNavigationController; - sourceTree = ""; - }; - 443B8E1F34C54F87383A1106BF567667 /* DDTextField */ = { - isa = PBXGroup; - children = ( - ); - name = DDTextField; - sourceTree = ""; - }; - 44F6665D777C3D2F3BE5D4E0BB393900 /* DDCollectionView */ = { - isa = PBXGroup; - children = ( - ); - name = DDCollectionView; - sourceTree = ""; - }; - 45F0E3D4252598A24163906E5BF36D35 /* Support Files */ = { - isa = PBXGroup; - children = ( - 69A9FC1A4B81BD88BF78FF90D16796CA /* AMapNavi-NO-IDFA.debug.xcconfig */, - 2C8A9F23888F8BD999130A8142CC3D5C /* AMapNavi-NO-IDFA.release.xcconfig */, + 77F4625CBBB5DC75BBB33BF26EBABD8B /* AMapNavi-NO-IDFA.debug.xcconfig */, + 3CD27A8BFF67162BC239D59EB91BD364 /* AMapNavi-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapNavi-NO-IDFA"; sourceTree = ""; }; - 462637252D9597A73F3018F3C2031DE1 /* DDViewController */ = { + 42929C82AFB21BE378653AC31FD52314 /* OCLog */ = { isa = PBXGroup; children = ( + 9967D4A42FB0C314006E72BC1686FFDB /* DDOCLog.h */, ); - name = DDViewController; + name = OCLog; sourceTree = ""; }; - 463CDBF8DF54CD424D0207D3FE6F17D7 /* Trace */ = { - isa = PBXGroup; - children = ( - 9F7939A0625764022EF1F66DF4E85C96 /* MATraceReplayOverlay.h */, - 18EC4801CC07766764E6BED0D232376F /* MATraceReplayOverlay.m */, - 399CEE85A4BC440039D3AA9DE6B84B20 /* MATraceReplayOverlay+Addition.h */, - 4E357C2A66AABB3ECE290AE4D7E81DC2 /* MATraceReplayOverlayRender.h */, - D484DAF16D3C2B78A13A6F2CC3B541F4 /* MATraceReplayOverlayRender.m */, - ); - name = Trace; - sourceTree = ""; - }; - 47BDB973272AD8CADAA526E8246E670D /* Core */ = { - isa = PBXGroup; - children = ( - DF102F480C5585C873949F74CD6E6A27 /* NSBezierPath+SDRoundedCorners.h */, - 948088BC25B78A3C0C1892BAF133FE44 /* NSBezierPath+SDRoundedCorners.m */, - F57BBDC53D00B1525DC34FC34F47705B /* NSButton+WebCache.h */, - 830FF62466B301D50D5FE85C96B237E4 /* NSButton+WebCache.m */, - 68AAB276D44CF24BF1E97E84471A063F /* NSData+ImageContentType.h */, - 96A29DF2B38B7A65DB274C63F620C801 /* NSData+ImageContentType.m */, - C8131202E752B708B73CA6FEE5A98217 /* NSImage+Compatibility.h */, - 5152735ED3EA7674641DF370E113370E /* NSImage+Compatibility.m */, - 9868EFECD149E069F0C6C5F77C2A1AEC /* SDAnimatedImage.h */, - 99416ED0869AEA2B532CE9E43BE606A3 /* SDAnimatedImage.m */, - DB307AC80074AAF3976573883A4A77F0 /* SDAnimatedImagePlayer.h */, - 826A603CD85B15C19622C3476674289D /* SDAnimatedImagePlayer.m */, - FC418A3342C5C8505CED786FB9BF853F /* SDAnimatedImageRep.h */, - 6E5336AA87C7AA59876B2F5FF70BFF83 /* SDAnimatedImageRep.m */, - 190F7E4873178B1FBD5DBF22D7B811AE /* SDAnimatedImageView.h */, - 2D67B72CE0C585469DD4B6F011EF7E18 /* SDAnimatedImageView.m */, - 6E7C9996BF801C67E2385792CDCADAC3 /* SDAnimatedImageView+WebCache.h */, - 581CF1C9B7015F5E92BE0DB94EF1AA3F /* SDAnimatedImageView+WebCache.m */, - 2FC4019B6993B043EDEE9C587ECFAF32 /* SDAssociatedObject.h */, - 5FF970453E817282339BAF2446F3BE09 /* SDAssociatedObject.m */, - D4FDD76519FB62ED16EA3D5AB3F219BB /* SDAsyncBlockOperation.h */, - BEAAE7841957C3B553A53E49D8AC4CD6 /* SDAsyncBlockOperation.m */, - 39E980A67B73BC825D7C27AA0FFC9721 /* SDDeviceHelper.h */, - DC255FD48257E1555CE0FA26E0FA5749 /* SDDeviceHelper.m */, - DBB1B441E3B9186A94DED772B1B0839D /* SDDiskCache.h */, - D53BBE11B64EF7BF498CA168DD261505 /* SDDiskCache.m */, - 067783A0D85FE3D28A0E5DF90100381C /* SDDisplayLink.h */, - D4B2D737E24FDD4F773BA963191F64DC /* SDDisplayLink.m */, - B06E50F3CB595A4D33E8AD91135AE055 /* SDFileAttributeHelper.h */, - E4C8B222B37796B78E441858FD0BCF01 /* SDFileAttributeHelper.m */, - DF71A58353E1B67365C60AC02AD740F0 /* SDGraphicsImageRenderer.h */, - A6DBE340E62A016911B52D193647E9A2 /* SDGraphicsImageRenderer.m */, - 42FC0128CC0ADF415645029EFF97E2E7 /* SDImageAPNGCoder.h */, - 19E1957CA12EC4BD5D405BA0A7F2857D /* SDImageAPNGCoder.m */, - 6A0027FE4DFD6E25B9D9FF698509CD82 /* SDImageAssetManager.h */, - 7F3C240B8CC2350DAAE26010353CFBED /* SDImageAssetManager.m */, - 8ABD0B8D14CF3E130EB7B95AF056E851 /* SDImageAWebPCoder.h */, - 94AFAB4FBCBB87A45AC49036E38C46D8 /* SDImageAWebPCoder.m */, - AD5DB56022E8C0F6B1AECF186E0817BD /* SDImageCache.h */, - 9F05D13DCDC56A4E138937E6B5050FDA /* SDImageCache.m */, - 8BF25882EE595FC8674AA811365C5AEF /* SDImageCacheConfig.h */, - 2A25C0C7FC7B8ED2AB7959E9D25BE507 /* SDImageCacheConfig.m */, - 43FA4CE53C37D05B66545B0B041C5360 /* SDImageCacheDefine.h */, - 814C18098893345D19D7501AA7C68A58 /* SDImageCacheDefine.m */, - B0F284102902F2165A61061AEF98FF2A /* SDImageCachesManager.h */, - 2B141E2C82B24CFDED57D497946FD269 /* SDImageCachesManager.m */, - A0AFD1D8470EFA6EEB6B8D6375633E3C /* SDImageCachesManagerOperation.h */, - 9F91CA3BF88AD8D87DB97A5F5488C78A /* SDImageCachesManagerOperation.m */, - 8AC1A35D714DA48D81A57D9B8E14ABEF /* SDImageCoder.h */, - 82E5C696A693FB753825210C5D062297 /* SDImageCoder.m */, - AD4EF7EC0E67040BE00997E5D19545B7 /* SDImageCoderHelper.h */, - BFC181C4A3493C715B5A204FFB45618F /* SDImageCoderHelper.m */, - 571F42959945767501ED548C202F68DA /* SDImageCodersManager.h */, - 5244955517F8F9317A39EE0A9C00BD8C /* SDImageCodersManager.m */, - 6DDEB7AEECFE20AAC3B5916DA0E55F34 /* SDImageFrame.h */, - 64E31042CD312505872ED7D6ED9B90CA /* SDImageFrame.m */, - 99180BF31EF555A477ADBD194998DCCB /* SDImageGIFCoder.h */, - 985B7BA73F195E5320E502534849EC7F /* SDImageGIFCoder.m */, - 7C49D5A012F09061719657BC9833506F /* SDImageGraphics.h */, - D6DCE776C96E9919423399D17CFE5C80 /* SDImageGraphics.m */, - 46D7CE707D544992FF9E68B0C860FDBA /* SDImageHEICCoder.h */, - 8022649B8E797661695D2D46E237266C /* SDImageHEICCoder.m */, - 6271DDC416D739E386DB51A02248B88B /* SDImageIOAnimatedCoder.h */, - 948320964486788735B8618D17F56F90 /* SDImageIOAnimatedCoder.m */, - 1947A7C209734AD509AD2D3235ECE18C /* SDImageIOAnimatedCoderInternal.h */, - 1886B0537C7FE810E8EDD73C586EA9E1 /* SDImageIOCoder.h */, - 71B4A859140D7573E40F828EB36B7908 /* SDImageIOCoder.m */, - 619E6B6A5D4701A3123C290FE8D90A73 /* SDImageLoader.h */, - 5B531821DAE505D1C97FDCACA9C99DA9 /* SDImageLoader.m */, - 925BE7B2956B5239132D061B2432566C /* SDImageLoadersManager.h */, - EFD813BD01648A4D6479E04B7D2688EA /* SDImageLoadersManager.m */, - BBD832BD46545FE17BD992C421F1097E /* SDImageTransformer.h */, - 8635EE17A6D7BB697765FBFC3F13873E /* SDImageTransformer.m */, - 60F1E136AB67F560FE3E743B0537DE5D /* SDInternalMacros.h */, - D10D3BC95381C10A2D49F114C089D8E9 /* SDInternalMacros.m */, - 92487E21781B1A61055FD7A502888598 /* SDMemoryCache.h */, - 3B482406DAB781D56F8EA227930A5259 /* SDMemoryCache.m */, - E1EE79A28CBAB5D632928CE1E21F8C26 /* SDmetamacros.h */, - C8A0FE639535622811069F577975CA59 /* SDWeakProxy.h */, - D8CEE12E892F7A1C9ACA4FD84249A3D4 /* SDWeakProxy.m */, - 561F70EF42DD70C172F8DD80ABBB8FA7 /* SDWebImage.h */, - 38B88A6348569A5AE39158BD2A6D5E19 /* SDWebImageCacheKeyFilter.h */, - DDA2908392CA06AB2FBAFD58F0D345DA /* SDWebImageCacheKeyFilter.m */, - 62B50C723D2B8ABBDF5BDBBE7A71A4C3 /* SDWebImageCacheSerializer.h */, - AAD6E128A03B2D04C10303BC71A81E21 /* SDWebImageCacheSerializer.m */, - 14BE7DD65C522354C64396F0CABE96E7 /* SDWebImageCompat.h */, - 582F10FC9CAC1F7369279824EDF1F6EB /* SDWebImageCompat.m */, - 85797D735E62198DD25020D4FC347465 /* SDWebImageDefine.h */, - 5D444BC2585191286D8A4CEC9B8407CB /* SDWebImageDefine.m */, - 87359800908EF50A582B603954A041B3 /* SDWebImageDownloader.h */, - C0073D01F34CDFDB6790FCB4F2EAC708 /* SDWebImageDownloader.m */, - 633570189C871CDA51DD5123F5F25760 /* SDWebImageDownloaderConfig.h */, - 19D26BD7DCCE2C616FAB30068E3CBFA6 /* SDWebImageDownloaderConfig.m */, - F30C5725E6355F9042468CCD26B326A3 /* SDWebImageDownloaderDecryptor.h */, - 6F0C75512BB544B4C064D4A8BF1D0258 /* SDWebImageDownloaderDecryptor.m */, - A8ED434D86EB99FBA422B32B58DDFD63 /* SDWebImageDownloaderOperation.h */, - CD4C858EB8C90129A72A83C139712CEC /* SDWebImageDownloaderOperation.m */, - 3678E017719784301C765CFF481BF1F9 /* SDWebImageDownloaderRequestModifier.h */, - 32DAECA6C2C37D94DE97ADFB7652199C /* SDWebImageDownloaderRequestModifier.m */, - 9A4112BE9991923EA36444A77046953B /* SDWebImageDownloaderResponseModifier.h */, - F1FB14ED5C27608F4CB2FDD555FC9881 /* SDWebImageDownloaderResponseModifier.m */, - 9FBF2496BBB723BA10E9BE2AB4A58F10 /* SDWebImageError.h */, - D4566B80981E7C6029D1E05DAEAD6F1C /* SDWebImageError.m */, - 059DDF2302B864D876628B981F12C228 /* SDWebImageIndicator.h */, - 124247FB25C59D3A890A99169EDF4254 /* SDWebImageIndicator.m */, - 32C4E4C346C9F8246E438416244F130C /* SDWebImageManager.h */, - DF63448BBD8AD42EF5DFEDEA9156C0DA /* SDWebImageManager.m */, - 70A62EC8E329054619400D026A70F229 /* SDWebImageOperation.h */, - E38B59CC8B7957B5F6C28006CC15AD21 /* SDWebImageOperation.m */, - 9EBCE58E02CB20B244E306CD11BE1099 /* SDWebImageOptionsProcessor.h */, - 55C4D86D0F8EECEC5C572C23E9E310D2 /* SDWebImageOptionsProcessor.m */, - 8A3938975083EDBCB8E972D6AA74C631 /* SDWebImagePrefetcher.h */, - 093E05DAF528DFC1DC945C301992328B /* SDWebImagePrefetcher.m */, - 5AC58BD76F50D2D076FB6D110255BB8F /* SDWebImageTransition.h */, - 0062C85BC9459A30D0EC7427F89C85F3 /* SDWebImageTransition.m */, - 8A232068AE8C9BDC39AC284EAFF6296F /* SDWebImageTransitionInternal.h */, - 26C34C8C29ED1872D1FF58EEFF49A9E6 /* UIButton+WebCache.h */, - 63D7776F0A4554DBCAE8AEB17991C0EB /* UIButton+WebCache.m */, - 7494AEAEB4442B28DA58EBF5913260BA /* UIColor+SDHexString.h */, - EDC698A1C50E6F8C263102BE0C4906E2 /* UIColor+SDHexString.m */, - 81A6256CEF6644E6129547B9A103D6B9 /* UIImage+ExtendedCacheData.h */, - 72D534CEEB3ECA897C43BF46739559A4 /* UIImage+ExtendedCacheData.m */, - 8ACD98525CC15FE3D262A35D21B50777 /* UIImage+ForceDecode.h */, - 43669D53466BB023C6D6644720DC1297 /* UIImage+ForceDecode.m */, - A5F359CE457A935A58567A3719544249 /* UIImage+GIF.h */, - 7B2FB86A03C3BECE59F6E526DD4DD1C0 /* UIImage+GIF.m */, - B9AD8B20BCBED020F4F17FEB7C159B63 /* UIImage+MemoryCacheCost.h */, - 2EBB93F5CB6CFE5AC92B6915D4B1DB7A /* UIImage+MemoryCacheCost.m */, - 173584371E0DA0F253976DD9331CD9E4 /* UIImage+Metadata.h */, - B03BDA4B6F993439188393A48A2E683D /* UIImage+Metadata.m */, - F2333C6F8D8E91E25418E44C2BAA4771 /* UIImage+MultiFormat.h */, - 51CF07B90D549F769615CADAD4E187B7 /* UIImage+MultiFormat.m */, - 2989AA033E69E31EF202203017262397 /* UIImage+Transform.h */, - E440F91D08554533E289EA71AB4EE266 /* UIImage+Transform.m */, - DE8F600357F6756FC82595DFEF48EE6F /* UIImageView+HighlightedWebCache.h */, - 727574CA87986921A6D8A74E0FF1615F /* UIImageView+HighlightedWebCache.m */, - BBD31FA4541212185BD5161BDD776162 /* UIImageView+WebCache.h */, - 782F634740045D91EB17D9EB1B778461 /* UIImageView+WebCache.m */, - 51D2FE8795F5CBDFA49029EE085A685C /* UIView+WebCache.h */, - 9AEF56EBB88B0C3448C476E0FE814BB4 /* UIView+WebCache.m */, - 8CD7054E55660472607281E6F91EB915 /* UIView+WebCacheOperation.h */, - 11AA84DC5EE88FD6E906831386FB5FA7 /* UIView+WebCacheOperation.m */, - ); - name = Core; - sourceTree = ""; - }; - 48D7F750303A731CE8E679E474DC40D6 /* Resources */ = { - isa = PBXGroup; - children = ( - 6FEBC4C791F3F8B2ED6A2F7CDF03E612 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 48F38F087C2F2261A6A3E09B24E67692 /* Support Files */ = { - isa = PBXGroup; - children = ( - 21F380F185008AEED4400FB28CE917AB /* DDAutoUIKit_Private.modulemap */, - 5751F80712FB74888168A3177C78B7A2 /* DDAutoUIKit_Private-dummy.m */, - A3FF04385F21B4DC2DF1B7E786A47B6C /* DDAutoUIKit_Private-prefix.pch */, - 13CD53CB9BC008854E713049B593F303 /* DDAutoUIKit_Private-umbrella.h */, - 81C136E7986700C62A219583DCEEE10C /* DDAutoUIKit_Private.debug.xcconfig */, - A9741523F9C0F40F3BE3646CA3C63F2F /* DDAutoUIKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDAutoUIKit_Private"; - sourceTree = ""; - }; - 4A1C7F9324017071C037902D1B0AB73C /* DDMAMap */ = { - isa = PBXGroup; - children = ( - 6058E15018E406674404A9CA7D0942B3 /* Annotation */, - 17DA272A66FB3373A9ECC04EA4BB4843 /* AnnotationView */, - 110A5B930451D803E311E01BD0D289E7 /* MapView */, - 6F9A5A2D8348D5277ADBAAD2A6BD46CA /* Overlay */, - 005D06D8DC6755EEC97CA84523A0ED94 /* Sources */, - 463CDBF8DF54CD424D0207D3FE6F17D7 /* Trace */, - ); - name = DDMAMap; - sourceTree = ""; - }; - 4FF258275B115790AB68E4FB5D449332 /* DDImageView */ = { - isa = PBXGroup; - children = ( - ); - name = DDImageView; - sourceTree = ""; - }; - 508377EADC9D83C85CD8E56251670F0E /* Core */ = { - isa = PBXGroup; - children = ( - 3EC78D136F3F8A470D7482E19BCFB66C /* Array+ZLPhotoBrowser.swift */, - 7A91512E2837E4983CBE42BCAD4E6BF8 /* Bool+ZLPhotoBrowser.swift */, - 4353AE820D1DD910B59B38094B378A0E /* Bundle+ZLPhotoBrowser.swift */, - 72599292075D0A540D55A1E8E1C5A327 /* Cell+ZLPhotoBrowser.swift */, - 36F9687878009B970826907047598D92 /* CGFloat+ZLPhotoBrowser.swift */, - 2FAF3B1441C435A0A27ADF991AD157CF /* NSError+ZLPhotoBrowser.swift */, - D6C426840933C313328908BB131BDCA3 /* PHAsset+ZLPhotoBrowser.swift */, - 1737098B0F9C2A67F408AB5156A7CE20 /* String+ZLPhotoBrowser.swift */, - 6DDFA51363BEAF947BB0BB3E669A069E /* UIColor+ZLPhotoBrowser.swift */, - 5DF7479F5BD199A78E5468BF29765EEE /* UIFont+ZLPhotoBrowser.swift */, - 5788A424A6B05EE9F99A7BAA3F19AB3B /* UIImage+ZLPhotoBrowser.swift */, - 678CC2725E07249CF5531BEE667DC5F4 /* UIView+ZLPhotoBrowser.swift */, - 860A3E58E33165DB845FAE91B0980D2E /* UIViewController+ZLPhotoBrowser.swift */, - 284350F2A0A4562201E232EF9D1371A2 /* ZLAddPhotoCell.swift */, - 8E549273E8DE69359708104366B9E178 /* ZLAdjustSlider.swift */, - 3A73F663FB1C9A809CF4C6CE92DB5430 /* ZLAlbumListCell.swift */, - 67F306F87EFAF7048D5F657E7CBDC29B /* ZLAlbumListController.swift */, - C8AD78AEE16471F04DCF9C1E842C74A6 /* ZLAlbumListModel.swift */, - 1EC49BC072F97491ACBD7B2C25418E4D /* ZLAnimationUtils.swift */, - 532EA8878718B762D41D8969DEC67C52 /* ZLBaseStickerView.swift */, - B2D0F3BB74D4D355CE1B21193B3E0D07 /* ZLCameraCell.swift */, - CE5E2B3E3CDD8F47CDC9A80C9A858653 /* ZLCameraConfiguration.swift */, - BBB32CAA6ADC6B1C885E3D97EF2FBC4B /* ZLClipImageDismissAnimatedTransition.swift */, - 4CCDF0754FE0B7D0DA594CB42268DCF1 /* ZLClipImageViewController.swift */, - AF6A658AB8A69A002017D804AC4A335F /* ZLCollectionViewFlowLayout.swift */, - 43CBF6284584AFE860C672FF837C2165 /* ZLCustomAlertProtocol.swift */, - AF010309BFE65A0AA47E1C5FF3810474 /* ZLCustomCamera.swift */, - D4AA5A50FC2B2FC56D7B7382710B4EEC /* ZLEditImageConfiguration.swift */, - 5B01BDBCF865DAC12FBAFE1BC091557D /* ZLEditImageViewController.swift */, - FA73B4B2B97F3C68FC15A1F0D1318979 /* ZLEditToolCells.swift */, - BCC2E8A41021796269085A8EB42D9D3C /* ZLEditVideoViewController.swift */, - 724B625D903A6429CCCDC2C53E060668 /* ZLEmbedAlbumListView.swift */, - 02FC555B8B9023FB2635EB4906ADAAF4 /* ZLEnlargeButton.swift */, - CA3BF4CC39AAA6B2F89253114B3A8744 /* ZLFetchImageOperation.swift */, - 58FC54F6426573CFEAF6CE23A23F61C1 /* ZLFilter.swift */, - 9BFD7A4B2DBBB1D216D54EDCC3814EA2 /* ZLGeneralDefine.swift */, - E7D6CD7A5E7DBCFBB06FB747AE7AA2AE /* ZLImageNavController.swift */, - FDBFFF833B24160E59F9F484BDCDC1FC /* ZLImagePreviewController.swift */, - E5469862EA9606249755816B7D1B55E4 /* ZLImageStickerView.swift */, - D6C05C019EA1E6DA75F62333B9A56682 /* ZLInputTextViewController.swift */, - 84653CC7073EC5B5BFEB8C235B396232 /* ZLLanguageDefine.swift */, - 0EA35DF54A8FA9B72C4566751A326C7A /* ZLPhotoBrowser.h */, - ABC8B29566BD72E5F6205C1E2F104CB6 /* ZLPhotoBrowser.swift */, - E5CCE12878B1C494F8F5CFF71DACF479 /* ZLPhotoConfiguration.swift */, - BF368235C4F00DE03C5F897C25800D81 /* ZLPhotoConfiguration+Chaining.swift */, - 69B847878DA5580EC134B46FC71A6787 /* ZLPhotoManager.swift */, - 8D6439EC68077C466F3FB94392BAEDEA /* ZLPhotoModel.swift */, - B7A4B46924FC5D3E04E0D7B5D8565C91 /* ZLPhotoPreviewAnimatedTransition.swift */, - 91BD26A080ACB4934A31B974ACEAE0DA /* ZLPhotoPreviewCell.swift */, - 8CD37A795B5653516E4A92C301C18ECF /* ZLPhotoPreviewController.swift */, - 7A720BB6CF55E5F7974D1B1E36616313 /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 1C1F18FB27A099295D1593E8F991AE5A /* ZLPhotoPreviewSheet.swift */, - E744CFFA682109B46ED5C9D30B579B15 /* ZLPhotoUIConfiguration.swift */, - A2D4502DB65862C49BBDDC39D00CE22B /* ZLPhotoUIConfiguration+Chaining.swift */, - 9D71ABCA2BF464281E1D9E1E101A6F96 /* ZLProgressHUD.swift */, - 59B835FA342A4029752D508DE0369F40 /* ZLProgressView.swift */, - FA405F546B0B4C75088AD944FF0E2831 /* ZLResultModel.swift */, - FF637CA5AA0D0470519D43984882DB07 /* ZLTextStickerView.swift */, - 6477FBFF5DADE616AA93BBE5CB93EE98 /* ZLThumbnailPhotoCell.swift */, - 8634A6E503FABAFA46C265F93F337BB1 /* ZLThumbnailViewController.swift */, - 75A693B9DC7DAE1EC4B9A759C044737C /* ZLVideoManager.swift */, - E105233C6B43795CA5307C12758234E5 /* ZLWeakProxy.swift */, - ); - name = Core; - sourceTree = ""; - }; - 5103173E772774DAA639B9F2CE777B93 /* Support Files */ = { - isa = PBXGroup; - children = ( - 425D75A774D810BDB520946D54C40236 /* DDMAMapKit_Private.modulemap */, - 8863BF413C99CE64FEF81670076E3601 /* DDMAMapKit_Private-dummy.m */, - 3D7B163F667B9D4176D021D9E2BE302C /* DDMAMapKit_Private-prefix.pch */, - C42E19319341F4429062830DC7D021B8 /* DDMAMapKit_Private-umbrella.h */, - 2218430D93BA45B7E5E36127863D8DFA /* DDMAMapKit_Private.debug.xcconfig */, - F541262A6572E0631FE0BF7DDE75372B /* DDMAMapKit_Private.release.xcconfig */, - 9F92C483B00761F7E482E2D6F8B77AB7 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/DDMAMapKit_Private"; - sourceTree = ""; - }; - 51996E177AE26E1EC64FB48CB0501CDC /* JXCategoryView */ = { - isa = PBXGroup; - children = ( - 94757F28CCE6D9EE047AEB043A34EDBD /* JXCategoryBaseCell.h */, - F217789F2F68C826AD4B03C33BB9293F /* JXCategoryBaseCell.m */, - 4A39335CB9B6B6D10FB5F9151CFF8113 /* JXCategoryBaseCellModel.h */, - 475186334BA2112322565084C8456DBB /* JXCategoryBaseCellModel.m */, - 767E9C5AC2151B89EBB26AA0A33431BF /* JXCategoryBaseView.h */, - 758DC4F795A503A9254EC3DA18BAD2FE /* JXCategoryBaseView.m */, - 86BCF6807150C8ED3EA3E15B393137A7 /* JXCategoryCollectionView.h */, - 27CBFECF21CD45D35A8F99FC6D4A499F /* JXCategoryCollectionView.m */, - A537671C8BA8AB8D8504353831FC99E3 /* JXCategoryDotCell.h */, - 9B2EB1AC5A67B4C89871F2734E5A12DD /* JXCategoryDotCell.m */, - 540C7625F4FA9D5E8BC48CBDA1AF3554 /* JXCategoryDotCellModel.h */, - 18D5A432A9520CE96BB40FA20BF94A50 /* JXCategoryDotCellModel.m */, - 3450A1EC044AEA9F0E8EE0A75F8617E0 /* JXCategoryDotView.h */, - 413FC6CFC59865D4FDAC7801A517F259 /* JXCategoryDotView.m */, - 05BD18966450D2D049D1571CDFFAA9B2 /* JXCategoryFactory.h */, - 6D1A07C585D97980D725C454491EE563 /* JXCategoryFactory.m */, - 9DFA5ED0FD0A5EFE437212DB9E1BE856 /* JXCategoryImageCell.h */, - 77F1E0490A9478DCAF24F50DBA662520 /* JXCategoryImageCell.m */, - 680397AC4D7DA15C80146410F5713B18 /* JXCategoryImageCellModel.h */, - B80E424A5BF127A36C8E72CC7B7963C9 /* JXCategoryImageCellModel.m */, - 4D3C081AF490CE5CA7D1F57D8F4CB920 /* JXCategoryImageView.h */, - E46E80E8FF34B41C047DB1FB2CF6462A /* JXCategoryImageView.m */, - 9FBE299B298813D8931AE13575865166 /* JXCategoryIndicatorBackgroundView.h */, - 77E30E4BEA319F547EAEF74EAE0AD48E /* JXCategoryIndicatorBackgroundView.m */, - A44187D3109D7509B6B0A505B04C9D49 /* JXCategoryIndicatorBallView.h */, - 3095E702EE4187DFC3CAE7315110141E /* JXCategoryIndicatorBallView.m */, - A47210BF5CF138CCBD7914B4A2FDA38E /* JXCategoryIndicatorCell.h */, - B88BDA56E33715952A7CD23D1E1E4AB1 /* JXCategoryIndicatorCell.m */, - CCDC06E6B59B22F866F3C1FCAD5FDD8A /* JXCategoryIndicatorCellModel.h */, - E465C5FE5A574BFDDD81FAF1CF0ED944 /* JXCategoryIndicatorCellModel.m */, - 57733E952B7862D9DC984EE9A9CEB134 /* JXCategoryIndicatorComponentView.h */, - FE3327015BE4B2D561846B1A39512500 /* JXCategoryIndicatorComponentView.m */, - EB0FF1228569CFD95CDF8DA1191EA9DE /* JXCategoryIndicatorDotLineView.h */, - C0A1C2896686056E2D836E0FF9187C7A /* JXCategoryIndicatorDotLineView.m */, - 0F47D4732DF0AFF1E074A22A26D772AF /* JXCategoryIndicatorImageView.h */, - 15FEEC21FBBA82C0939F4D2086E0583B /* JXCategoryIndicatorImageView.m */, - 5A155D70616ACA458EF6E529435BDFEC /* JXCategoryIndicatorLineView.h */, - 0DC362C36FAFAC36484B3DB27436DD5F /* JXCategoryIndicatorLineView.m */, - 8A78B86CA3886584D9E18ED9DDE099D2 /* JXCategoryIndicatorParamsModel.h */, - 79F3C1501BE2DF98D9FB7BE3F1F40524 /* JXCategoryIndicatorParamsModel.m */, - 7D90DE0DB28A82A2011E5E9BADA3EDE3 /* JXCategoryIndicatorProtocol.h */, - F20D3DD1F4AF25AA8661013D26527F97 /* JXCategoryIndicatorRainbowLineView.h */, - 0F99779510ECA1B29802DA720B1F2DAB /* JXCategoryIndicatorRainbowLineView.m */, - F3DABD8A3FBCDD5889960F4F675EBD4A /* JXCategoryIndicatorTriangleView.h */, - ED4A002D79650CCDCFFF0BF85E258B56 /* JXCategoryIndicatorTriangleView.m */, - 09BDA859494CD38F4FF32C245697F49E /* JXCategoryIndicatorView.h */, - 00DA901F9E1E2BDA4D4B376E53B266DB /* JXCategoryIndicatorView.m */, - B4B1845F43D98FFB4F5A6BF9BFF77445 /* JXCategoryListContainerRTLCell.h */, - FB11C6604132CA9F2EDC3525FA857C62 /* JXCategoryListContainerRTLCell.m */, - 186A0D39D062E1161AD60B52CB19C066 /* JXCategoryListContainerView.h */, - 30177AB4173FBEEFDD4BE3C8869746F5 /* JXCategoryListContainerView.m */, - 2A5741BD7134A07EFFF657F748787991 /* JXCategoryNumberCell.h */, - 0965EF557A5666514679BC6CF42A27E4 /* JXCategoryNumberCell.m */, - 5A1E134F1F03DD301B580E4AA5692DFA /* JXCategoryNumberCellModel.h */, - 60D95A43C8845836DC0E97354517FD2E /* JXCategoryNumberCellModel.m */, - 7A39E0A956BFC60C2C1F1F2159C69E3D /* JXCategoryNumberView.h */, - 45CC671272BC90068B5324444789BD36 /* JXCategoryNumberView.m */, - BFAA48BA089320CFBB4D3103921903D3 /* JXCategoryTitleCell.h */, - 6E7ABF66BB942C102540BB131EFF7BB8 /* JXCategoryTitleCell.m */, - 28DCE8F9B967414DD7DEAED53340DBC8 /* JXCategoryTitleCellModel.h */, - 53A4C7EA22E4A3AE2C4D52D56E67EDB4 /* JXCategoryTitleCellModel.m */, - C4AD352B48F100E73A65ADE5D9D5876B /* JXCategoryTitleImageCell.h */, - A1615AFF1CF03F98BDA15B74D1170953 /* JXCategoryTitleImageCell.m */, - BBA33A1A35F90841578BC980BF78115A /* JXCategoryTitleImageCellModel.h */, - FF06DB4688B1D272A9EBED6D5D83A985 /* JXCategoryTitleImageCellModel.m */, - 8DEF1C87E00A8605A8BA35AFF9CDDB3D /* JXCategoryTitleImageView.h */, - 157D9F9E067FDBC4C7EE54DDA1CDB7E5 /* JXCategoryTitleImageView.m */, - 491FB900DADF1CF04733B60BCC3C0000 /* JXCategoryTitleVerticalZoomCell.h */, - 5F991ABB5FA8D336AB6376A7072E0556 /* JXCategoryTitleVerticalZoomCell.m */, - 716E6B125C1A02A9359C6D767ED1A6D6 /* JXCategoryTitleVerticalZoomCellModel.h */, - 86613F7B776DC01F8D02D2EC71DB49DB /* JXCategoryTitleVerticalZoomCellModel.m */, - 2B8083AEA259B53B047BC84087E7A4A3 /* JXCategoryTitleVerticalZoomView.h */, - C54094EA4D179F5ED79C508E730DD671 /* JXCategoryTitleVerticalZoomView.m */, - 485941FF752C3ADDDA5B181F11FA4F01 /* JXCategoryTitleView.h */, - 492CEF482F5CD3D236C233EB41274302 /* JXCategoryTitleView.m */, - C05EAC868EDFF4721B81DD89FBBB1D08 /* JXCategoryView.h */, - 6923811BB660446AD26AF21C22C364F1 /* JXCategoryViewAnimator.h */, - D240559F94C16944EEE7924304FC8A65 /* JXCategoryViewAnimator.m */, - 42C652AFBFDDF2F8DA3C002719655F7B /* JXCategoryViewDefines.h */, - 0C72C46FDF27DA1E27DA839CD75F84CC /* RTLManager.h */, - 454C5CF3AA35F8A63A594931F34E5F85 /* RTLManager.m */, - 1A2453359AF1C54F70DCC3AC5009D536 /* UIColor+JXAdd.h */, - 334DF8B7DAF1C4BE19D2D02AC50B4BDF /* UIColor+JXAdd.m */, - 7F0D5830637D99386AB5508CC555A332 /* Support Files */, - ); - name = JXCategoryView; - path = JXCategoryView; - sourceTree = ""; - }; - 523F2112E14471044CBE6BE337D1D9EA /* DDWebImage */ = { - isa = PBXGroup; - children = ( - 367E8C3C25E026FB3602C02ACF1B5740 /* UIImageView+DDWebCache.h */, - 646290FD0E4474D3716B80D1ADC4FACF /* UIImageView+DDWebCache.m */, - ); - name = DDWebImage; - sourceTree = ""; - }; - 5342B38EE68D6FBD9299A89F884DF741 /* DDTimerKit_Private */ = { - isa = PBXGroup; - children = ( - 2B364F22A4708526E9B89CF614013446 /* GCDTimer */, - AA8064E183BB5BAD235D058F855084B5 /* Support Files */, - ); - name = DDTimerKit_Private; - path = DDTimerKit_Private; - sourceTree = ""; - }; - 53A6AEBD2E6664DB7226A6225DA08DBC /* DDBaseTabBarController */ = { - isa = PBXGroup; - children = ( - 3E8E552147D1EB14E954F88DC8115351 /* DDBaseTabBarController.h */, - ABF492FEE34164C02D8EF5E2B6B21DA3 /* DDBaseTabBarController.m */, - ); - name = DDBaseTabBarController; - sourceTree = ""; - }; - 54B412EAEF20F3F4AE8C8A26731E1CA6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 38A9D5EFE1A58D4C2CC246F250CC6FA5 /* DDNetworkingOfAlamofireKit_Private.modulemap */, - 98D97DA7314494EC431FB1DA3C8FB53A /* DDNetworkingOfAlamofireKit_Private-dummy.m */, - 24A19A82295B678E519B8588A5F562BF /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, - 517C35803FB941A3FCF052B8C2CD7D01 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, - 299BD6B014514DF4C02B5F0746BC0FB0 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, - 68631E5856137B5BE489CE1A578E8352 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; - sourceTree = ""; - }; - 559D2A406AB8177CB850A2EC4073FDED /* DDTableViewCell */ = { - isa = PBXGroup; - children = ( - ); - name = DDTableViewCell; - sourceTree = ""; - }; - 55CD9A03E880FF01A71EE2B205634A35 /* DDMASearch */ = { - isa = PBXGroup; - children = ( - 8FC7D9E3696407EC9F890FA6B058A200 /* DDMASearch.h */, - C8E34729C09C20E37C2DEC992E6C6F38 /* DDMASearch.m */, - ); - name = DDMASearch; - sourceTree = ""; - }; - 595DCBAB173EFE42E48923ECC6BE3496 /* UIBarButtonItem+DDCategory */ = { - isa = PBXGroup; - children = ( - 5CBD2EF8E718D050A9CDD8638464B2E2 /* UIBarButtonItem+DDCategory.h */, - EC2AD145FB1CD185935A5BDF7A9A65F8 /* UIBarButtonItem+DDCategory.m */, - ); - name = "UIBarButtonItem+DDCategory"; - sourceTree = ""; - }; - 5B3F53E511D91449A6BF16F3F2FB21EF /* Support Files */ = { - isa = PBXGroup; - children = ( - BCA8C2A499A29853AF8BD1D2DA321290 /* DDBasicControlsKit_Private.modulemap */, - EF60813DFDC6B540013F5C6595E0C616 /* DDBasicControlsKit_Private-dummy.m */, - C696762A5D064CB68ECABB03AB184220 /* DDBasicControlsKit_Private-prefix.pch */, - A7E07CA34D6AF247C3FC218AA0D6CA97 /* DDBasicControlsKit_Private-umbrella.h */, - 9E14FD625EA4A46B04781E096F36533A /* DDBasicControlsKit_Private.debug.xcconfig */, - 5F44B62855B85998460F78F4E809C9BB /* DDBasicControlsKit_Private.release.xcconfig */, - AC4D97D6B99C8606ADE86C7C313FE0B3 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/DDBasicControlsKit_Private"; - sourceTree = ""; - }; - 6058E15018E406674404A9CA7D0942B3 /* Annotation */ = { - isa = PBXGroup; - children = ( - F3BD307BF621D56AAAE43972E6025CFA /* DriveRouteCustomAnnotation.h */, - 1BBA98AF0208A37441C72EE42F98FE5A /* DriveRouteCustomAnnotation.m */, - DE32B35CEC6B686CF87CD5A0FF182655 /* MAPointAnnotation+DDCategory.h */, - C5D58D5889DAC28FE9260A9FDF9B45C4 /* MAPointAnnotation+DDCategory.m */, - ); - name = Annotation; - sourceTree = ""; - }; - 607EE9240403CCB33307CDE368464615 /* SnapKit */ = { - isa = PBXGroup; - children = ( - 52ADB8CC4656F838A1A5C55A808B7C0F /* Constraint.swift */, - 7B34A9372F96F5DF56C655A29C90B128 /* ConstraintAttributes.swift */, - EE40557A229CF6B89AD1106C46F66D5A /* ConstraintConfig.swift */, - D3FC34190A7CD1F43C4C99903FBDB890 /* ConstraintConstantTarget.swift */, - 55996648304594F2AFA3AA665995DAC3 /* ConstraintDescription.swift */, - D6196517D3B65E3C4FC5DFBC8C244A9E /* ConstraintDirectionalInsets.swift */, - 63B915066C6FC68E4AD1181ED9AD0DFD /* ConstraintDirectionalInsetTarget.swift */, - 3FFD6D19CFF022D0F4AA00AA74386AFB /* ConstraintDSL.swift */, - 208893CD935B10E94F32DF060275E086 /* ConstraintInsets.swift */, - A71A68F89C2996C00F9255416081371E /* ConstraintInsetTarget.swift */, - 30071D7F7675AED531813B8E5E677C18 /* ConstraintItem.swift */, - 5540B709F5DA40EE5D2C8DE83098D617 /* ConstraintLayoutGuide.swift */, - 2AE4AFC0E2EF54CBE7E11CCEAFB3AE63 /* ConstraintLayoutGuide+Extensions.swift */, - 6E5377686CB39B974DF453B49BA3D435 /* ConstraintLayoutGuideDSL.swift */, - 6A51BA4BBAE4D7EDB2B793BC9A488EEB /* ConstraintLayoutSupport.swift */, - 74F70D270D677D9C1ED63FA0094AA033 /* ConstraintLayoutSupportDSL.swift */, - 831CF78D9BD85494EA4A3EF6CF2AD37E /* ConstraintMaker.swift */, - 7CAC69E2C54FEEBB59252EA362B67889 /* ConstraintMakerEditable.swift */, - 2D16219C175CF9447DE65945B6A414A2 /* ConstraintMakerExtendable.swift */, - FC45C4460FB1DD5BC00709DDD6E0F1A1 /* ConstraintMakerFinalizable.swift */, - 67896D0D1A59072C1C5E2A2698BB1D24 /* ConstraintMakerPrioritizable.swift */, - 15A48A80FF75080F27C4D20F484076E7 /* ConstraintMakerRelatable.swift */, - 6DA16832D633B89AF52CEC0801F4C1E3 /* ConstraintMakerRelatable+Extensions.swift */, - 36511B588A04D2679444A192628025F9 /* ConstraintMultiplierTarget.swift */, - 081D81209B3148E840517A6E4394D4E7 /* ConstraintOffsetTarget.swift */, - D28B2A636049EA55993574D71E4B23C8 /* ConstraintPriority.swift */, - CF2A1E82C8485CA19C8F39971EA27CAD /* ConstraintPriorityTarget.swift */, - 401A089E1E3A73F755768B81BE606AB4 /* ConstraintRelatableTarget.swift */, - AF8F8B37939B1B10BD1ADEB62376FB61 /* ConstraintRelation.swift */, - D61EB95A8FDE997C2C7B2C9F141893D5 /* ConstraintView.swift */, - 6EDD610AA1E4071BCF6A592C8123ACA0 /* ConstraintView+Extensions.swift */, - EC73BF3F9884DCD2BFC1E632E17BF84B /* ConstraintViewDSL.swift */, - 50E0AE0314D6A53E8B4C4B75F95315C2 /* Debugging.swift */, - 2C7C9AC509A095AFB813BF7C094704C5 /* LayoutConstraint.swift */, - 284486C95843EEEAEA2E683036334FA9 /* LayoutConstraintItem.swift */, - 0DB6D5DE7121405872B2154BB9A3234C /* Typealiases.swift */, - 130EA6E263BCF30A0B2935D78F7B8C08 /* UILayoutSupport+Extensions.swift */, - F9BB84C183F945A98A589D87EDEB1555 /* Support Files */, - ); - name = SnapKit; - path = SnapKit; - sourceTree = ""; - }; - 60B92619AF6B4BC3368B70473ABA4518 /* DDBaseCollectionView */ = { - isa = PBXGroup; - children = ( - 349A6FB82B4993952BC8AEAF05BC8112 /* DDBaseCollectionView.h */, - E3B7EC0BF15C6FCCBC86715679871E70 /* DDBaseCollectionView.m */, - ); - name = DDBaseCollectionView; - sourceTree = ""; - }; - 6304B5ED26AEEFD476EDE782774CC0BF /* DDCollectionViewCell */ = { + 460D979DB6DB3B32DEBDB978B2133056 /* DDCollectionViewCell */ = { isa = PBXGroup; children = ( ); name = DDCollectionViewCell; sourceTree = ""; }; - 635D7D68F3E2DAF8B2AA2EF8D9E707DF /* DDToastKit_Private */ = { + 46614B5D41353BC1B677BD9EB8BBCD0C /* DDMASearch */ = { isa = PBXGroup; children = ( - 95602F1137CABDE3144CDD2D447693CF /* SwiftToast.swift */, - 23EB72A2AE192BD65EAEDF369537202C /* Toast.swift */, - A69263A1429B0DC72394FBC0741A7775 /* Support Files */, + 205130321D69A9FF12D17E1EC94A3ED5 /* DDMASearch.h */, + 9108F0CBC944881974AA7FD03FF2A2A7 /* DDMASearch.m */, + ); + name = DDMASearch; + sourceTree = ""; + }; + 46DC3E10737542B8E0125D654A458F3C /* DDBaseView */ = { + isa = PBXGroup; + children = ( + A7BDCF8B6F81042A6E4990F84CECD5F9 /* DDBaseView.h */, + E181C8E40B1E4405FEB2DB47E725399A /* DDBaseView.m */, + ); + name = DDBaseView; + sourceTree = ""; + }; + 476BA112B38C2527CD9444295BE80414 /* DDToastKit_Private */ = { + isa = PBXGroup; + children = ( + 811A9A50BDC949353D65806C1A18CAA5 /* SwiftToast.swift */, + 5F46A6C5B36C9C426B4B2D65A40D61B2 /* Toast.swift */, + FAD4814543811F59CD77BCEED3D3362D /* Support Files */, ); name = DDToastKit_Private; path = DDToastKit_Private; sourceTree = ""; }; - 63E23346CFE12FC0BCA61EA54FB9342B /* DDTextView */ = { + 483B426E3F56F4C05F4D059E6817B166 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDTextView; - sourceTree = ""; - }; - 63E369C861E19E27D1FD00A823C44030 /* UILabel+DDCategory */ = { - isa = PBXGroup; - children = ( - 281424EA62479289B009EC923D797105 /* UILabel+DDCategory.h */, - 2838A02E0E39BF9F007F10615E7E446C /* UILabel+DDCategory.m */, - ); - name = "UILabel+DDCategory"; - sourceTree = ""; - }; - 67E4A55D495D625687A05600B994BD1F /* Support Files */ = { - isa = PBXGroup; - children = ( - 650179D4A65A9DCE7EA7673BA43BE77C /* DDFontKit_Private.modulemap */, - AA479C4B9D5026DB1ECBD8AB80829C2A /* DDFontKit_Private-dummy.m */, - CA215C6B60F3C74624056981F342F702 /* DDFontKit_Private-prefix.pch */, - D6F666BB69ECD0C21A03F117207C400C /* DDFontKit_Private-umbrella.h */, - B96950B9AC7B1158B4E23FEA1722694E /* DDFontKit_Private.debug.xcconfig */, - 2B8DF32B4B22FCB0840D9C6454A18067 /* DDFontKit_Private.release.xcconfig */, + 5CB13AFF1C9FFE486F082FB615CAE0BF /* DDNetworkingOfAlamofireKit_Private.modulemap */, + E6DCBB2378CAE771588D6BEF2E518DBE /* DDNetworkingOfAlamofireKit_Private-dummy.m */, + 4A179BD421AD2A3F2159D9802336F265 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, + 144C8B4A054604D33D6C3DE348DC471C /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, + 299618895A9808A9EA1032FB34C764F8 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, + A3CADEDCB6676280F940FAE651EA00B0 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDFontKit_Private"; + path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; sourceTree = ""; }; - 6B86CB16D471D5905151D704575DDE50 /* UINavigationItem+DDCategory */ = { + 4979B0918EC0F109706A95ECAC06A056 /* Support Files */ = { isa = PBXGroup; children = ( - FB7B1A24C2351B85EC463FFE4E8F69BB /* UINavigationItem+DDCategory.h */, - F0CC6EA575B574C15023829B0267BD1B /* UINavigationItem+DDCategory.m */, - ); - name = "UINavigationItem+DDCategory"; - sourceTree = ""; - }; - 6CC75F14303F81A185D924DDB4AA7637 /* Support Files */ = { - isa = PBXGroup; - children = ( - CA3B2D13095AEFAB6D89704215C51FDA /* CocoaDebug.modulemap */, - 03E0BB918188E0A2612A8B49996EB332 /* CocoaDebug-dummy.m */, - 2DC80999E0C94C2D479DE7C0CE223B4E /* CocoaDebug-prefix.pch */, - 4DC2F0637666ECC8D56236D6552BCB5B /* CocoaDebug-umbrella.h */, - 59A290864B2953AD9A10B08C33E591BB /* CocoaDebug.debug.xcconfig */, - BA5EC75571E9951D38244333DD5C44A9 /* CocoaDebug.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/CocoaDebug"; - sourceTree = ""; - }; - 6F2C079CBEF50E70EE5E4C4C490D1296 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - 6CA68676AF4D20634F8059AD69A86AF0 /* MJRefresh.h */, - 4EAB2D737F4CE980F0C5BE739B98711A /* MJRefreshAutoFooter.h */, - ECEAFCDDDD7FFB926E69A341F8B1B9AB /* MJRefreshAutoFooter.m */, - BC0786E29B3F21C18C8AFE2253D7D588 /* MJRefreshAutoGifFooter.h */, - A411E057BBB389D9A440EFE58296DD5B /* MJRefreshAutoGifFooter.m */, - 06468694208ED1D48E138CFCFC075063 /* MJRefreshAutoNormalFooter.h */, - B79606D09D9A2B9CA97248DDED6BF6E3 /* MJRefreshAutoNormalFooter.m */, - 46A0A46742B4358DF1E4EAA4E8D84615 /* MJRefreshAutoStateFooter.h */, - 304CF1B4E58DCE1A465ADEEFD37A06A9 /* MJRefreshAutoStateFooter.m */, - 3E0CC5AAB0C84B082AB68777173ED101 /* MJRefreshBackFooter.h */, - 801A1A907D14C849D947B5BF14D0BF90 /* MJRefreshBackFooter.m */, - 70CFE6A2F7D567D8E2A9EF8C91C19723 /* MJRefreshBackGifFooter.h */, - CDA6DD09140B3205E48C8897934E6679 /* MJRefreshBackGifFooter.m */, - B6F06D293015BF40A1A7F1C4B65B58B6 /* MJRefreshBackNormalFooter.h */, - 8A67963B8ACF7E179A50FCF6F96E6EAA /* MJRefreshBackNormalFooter.m */, - DA74A101C598D7B275D75420CEA9FFA8 /* MJRefreshBackStateFooter.h */, - 0647B334D5F5DB6083228512EEE59D51 /* MJRefreshBackStateFooter.m */, - 229CD2051FB427B6F00EF3E912EF2555 /* MJRefreshComponent.h */, - F87DE5F7A7F3793B383A33662C06C426 /* MJRefreshComponent.m */, - 5B6D084862EFE728EE990AF27731298A /* MJRefreshConfig.h */, - B5ACC146AB1E99CC19A852424A23F4A4 /* MJRefreshConfig.m */, - 2AD967CBFA1B1ECD33B344FBF3561E05 /* MJRefreshConst.h */, - 45849152C163D24800E6C31BBCCC7610 /* MJRefreshConst.m */, - CD94A2441823E88FF296086ED7250366 /* MJRefreshFooter.h */, - E35D2186BC5DB8C262E0BF15D22373E2 /* MJRefreshFooter.m */, - 5B4A7A97CCE0049797106B81220E964F /* MJRefreshGifHeader.h */, - 6D5A9B50EBC4E8A4B0373CC2AD822143 /* MJRefreshGifHeader.m */, - 26F57EC215C213FE1CC37F0CDCB4BEA8 /* MJRefreshHeader.h */, - 4C7E0D38ECBA019D1BEEDCB76B5B749E /* MJRefreshHeader.m */, - EB4884D2E26EFA58702A3F604E6842AE /* MJRefreshNormalHeader.h */, - 0CD46E0C9480B55E337DEB1251A4FEAC /* MJRefreshNormalHeader.m */, - 01F39DB53ADFDC41465DE5A578A23C22 /* MJRefreshNormalTrailer.h */, - 0F073010C659AE7CE9B92BDE40A3CA96 /* MJRefreshNormalTrailer.m */, - 6F08E7EB40E770FC6C2E37543E229704 /* MJRefreshStateHeader.h */, - F34314D323B9B1DF36D0A7E2B92D32D4 /* MJRefreshStateHeader.m */, - 4814CDF0FB94EEC31DF77C1ECCDBFF3B /* MJRefreshStateTrailer.h */, - 0DF280910D400F64F4A506AEFCD701D7 /* MJRefreshStateTrailer.m */, - 40C00341B494661A58D67A0E07B8F3FD /* MJRefreshTrailer.h */, - 3653F7AADB0C7049D390C3CE35C4529C /* MJRefreshTrailer.m */, - 0899F205E222F097EED696503EC95B33 /* NSBundle+MJRefresh.h */, - BCC57DE6F06B220E48BDC09CEB3B746C /* NSBundle+MJRefresh.m */, - 213AF3F7D1769EA2EBE91F25444E3F69 /* UICollectionViewLayout+MJRefresh.h */, - B68C09BE5D94C17661F37F2F74466AFF /* UICollectionViewLayout+MJRefresh.m */, - C372D17253AAE093C1B8D894EA5DC1D1 /* UIScrollView+MJExtension.h */, - 24F7A366088E230F6BC71D1C0BBB5B9B /* UIScrollView+MJExtension.m */, - CC3C3DDE14E6621C535CC8D357C96DB1 /* UIScrollView+MJRefresh.h */, - C56910CC0DE689CDA38FB5EDB50151B2 /* UIScrollView+MJRefresh.m */, - 2372A7C6C5175036FE7B5DC1EC0F6F4F /* UIView+MJExtension.h */, - A39196E747CF9D829AFF2C32451F378D /* UIView+MJExtension.m */, - 179660DC3D324684FAA0CA8CB64CA8A1 /* Resources */, - AB6CEBB6738093682158A2E24A601717 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6F9A5A2D8348D5277ADBAAD2A6BD46CA /* Overlay */ = { - isa = PBXGroup; - children = ( - 270E89F7F3AAE9ABBD414523023B6874 /* MABaseOverlay+DDCategory.h */, - 86A93A64299E4077326FDF3E6BB84464 /* MABaseOverlay+DDCategory.m */, - ); - name = Overlay; - sourceTree = ""; - }; - 6FD1DB0A5DD9D54277C098075B11AC5D /* AMapLocation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 7D134BE9C856920D8B40EEE9815B2332 /* AMapGeoFenceError.h */, - 84221A2AEC7032DCB5D78C330A6CEB5F /* AMapGeoFenceManager.h */, - 13CF1148237B8D752BD87BBFFDDF3BBA /* AMapGeoFenceRegionObj.h */, - A4A6C5A3A3A8F62D5B50303199159C5A /* AMapLocationCommonObj.h */, - 7EC04AEDF689A561AC4E1BBA9C2670B3 /* AMapLocationKit.h */, - 5F4C4B7A48BB07397F9A10BE74380A30 /* AMapLocationManager.h */, - 08B0C78874F417020E9C65AEB9DB1732 /* AMapLocationRegionObj.h */, - A976D4FEF2F806079F309FE0D416C091 /* AMapLocationVersion.h */, - 09A3494CD9AF67F3177734668AC1D465 /* Frameworks */, - 81DE81F0349815E4A533FC3339EAA070 /* Support Files */, - ); - name = "AMapLocation-NO-IDFA"; - path = "AMapLocation-NO-IDFA"; - sourceTree = ""; - }; - 7169DCA2AFD16980650D6FC9B2699D4E /* DDBaseTableViewCell */ = { - isa = PBXGroup; - children = ( - 6622B97FD3082F0A941F032413137448 /* DDBaseTableViewCell.h */, - 629E75CD1861C8C940C16D5E8B887D91 /* DDBaseTableViewCell.m */, - ); - name = DDBaseTableViewCell; - sourceTree = ""; - }; - 76D28ED142C9615604482A2E89844C0B /* DDControlsKit_Private */ = { - isa = PBXGroup; - children = ( - CB4A948F6266DC3E3B3931F2461CC34C /* DDAttributedString.swift */, - 834C711D27BDEA5CADEE199B6DA169B5 /* DDButton.swift */, - 5A3A079A85E37BF6EB0062E9BFB5478B /* DDCollectionView.swift */, - E68F5B5CD4C2A5EB45B31E5DB9F073A0 /* DDCollectionViewCell.swift */, - 3EC004A44EC6C246667477E8F7EA5E91 /* DDImage.swift */, - E6061E65490B9CD5F9A8018A22C025C5 /* DDImageView.swift */, - 920C6D8A356BEA8687D84681276C45CA /* DDLabel.swift */, - B50B5BC56620A0B7BF8E97BA8E4AC5C3 /* DDMutableAttributedString.swift */, - 20F30F54F9586B5FB5664349BE463632 /* DDNavigationController.swift */, - 21DA82BA32A9C5F61BE4670E77A98D20 /* DDScrollView.swift */, - C1419759DBFCDF8CF21F56E3B76954A0 /* DDTableView.swift */, - 4F3E0C49DBFE02FFF0A7A78DF774DCA7 /* DDTableViewCell.swift */, - 43B42C93977358B9EC083C59E8ACD458 /* DDTextField.swift */, - 9AB18CF8620BF94E1F731A4446D7AB4B /* DDTextView.swift */, - 0B1089BF060E15350C95BAB2779BFAD4 /* DDView.swift */, - 26F8C2B04EA804C88EE6E45B206886AB /* DDViewController.swift */, - 36FFFFA18E67AF0D310D586971612C19 /* DDAttributedString */, - DB79C2EC262A618ADFA76ADEEED475AC /* DDButton */, - 44F6665D777C3D2F3BE5D4E0BB393900 /* DDCollectionView */, - 6304B5ED26AEEFD476EDE782774CC0BF /* DDCollectionViewCell */, - EB49AE9A0845515FC31BC3D497972A3D /* DDImage */, - 4FF258275B115790AB68E4FB5D449332 /* DDImageView */, - FFB9DFF22B406A40DC91169B38F2523D /* DDLabel */, - 428D2ADC2E5B7885A1CBFF9C121E6889 /* DDNavigationController */, - 26477042E3F78A9DEA7414A553084B1C /* DDScrollView */, - 3A3D8F196624F5FE176A6CC73276A224 /* DDTableView */, - 559D2A406AB8177CB850A2EC4073FDED /* DDTableViewCell */, - 443B8E1F34C54F87383A1106BF567667 /* DDTextField */, - 63E23346CFE12FC0BCA61EA54FB9342B /* DDTextView */, - 3516A067660FF521CE7A0F7BEA438DC4 /* DDView */, - 462637252D9597A73F3018F3C2031DE1 /* DDViewController */, - 875FF4E46417D0CE5E6AB015D22F3A61 /* Support Files */, - ); - name = DDControlsKit_Private; - path = DDControlsKit_Private; - sourceTree = ""; - }; - 795C48525EBC68825A4F720288D5F4D2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 772DE766D5650E85C638027088A232B5 /* RxRelay.modulemap */, - F4902BC6DF5E0AF417020B0B0A85F97D /* RxRelay-dummy.m */, - 63A6F5CDFA5B45F3539B531E7E48D006 /* RxRelay-prefix.pch */, - 40E0095DD226C6410B7FEAE7583BD7EF /* RxRelay-umbrella.h */, - C891FBEAB76608A48E1B6CD7998961B3 /* RxRelay.debug.xcconfig */, - DF20BC6019F470C13908298C7B9C8355 /* RxRelay.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxRelay"; - sourceTree = ""; - }; - 7F0D5830637D99386AB5508CC555A332 /* Support Files */ = { - isa = PBXGroup; - children = ( - 61EF7B23BD2388210C13C0F40E5CB3B5 /* JXCategoryView.modulemap */, - BC9A84D2AFA01FAFFB7B15F6B4A23FBC /* JXCategoryView-dummy.m */, - 448A9841E9519513536209ADD80E359C /* JXCategoryView-prefix.pch */, - 1084A0E13C10EB5B1FC3722CEB7A0FC4 /* JXCategoryView-umbrella.h */, - 76DB9795BBE792DC6979BA36E151A4C9 /* JXCategoryView.debug.xcconfig */, - 959C1B6FEB1985BDB5F9CC28FB33E122 /* JXCategoryView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JXCategoryView"; - sourceTree = ""; - }; - 81DE81F0349815E4A533FC3339EAA070 /* Support Files */ = { - isa = PBXGroup; - children = ( - FF46B67A6AE8906DCAB86A3C984502BE /* AMapLocation-NO-IDFA.debug.xcconfig */, - 4039582F365FCE77213C1A9DD3FBB35F /* AMapLocation-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation-NO-IDFA"; - sourceTree = ""; - }; - 827DAABBA54462C0CB0589CD35E8F57C /* Support Files */ = { - isa = PBXGroup; - children = ( - 1E0FAA230DB94629C7DA4C61BEBD28F5 /* DDWebImageKit_Private.modulemap */, - EB123175332081AB09DFA6944BAF3807 /* DDWebImageKit_Private-dummy.m */, - 11C70B1844B9261D19A07CD901D22B79 /* DDWebImageKit_Private-prefix.pch */, - ED131DCF62687CBFE429D6856800FE31 /* DDWebImageKit_Private-umbrella.h */, - 09E666674B25CA108A21DE386E18B33E /* DDWebImageKit_Private.debug.xcconfig */, - 24CD7D168AC11BE43EB1381D06DDBE95 /* DDWebImageKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDWebImageKit_Private"; - sourceTree = ""; - }; - 849D7EBAE937B353629C3DE527391045 /* ESTabBarController-swift */ = { - isa = PBXGroup; - children = ( - A1456D45CFE873D952CD771693FB7FF3 /* ESTabBar.swift */, - 36E9FD7093E63CF55CAF03AEBF49A365 /* ESTabBarController.swift */, - 305F454BE438D559D42DDCF6025E007F /* ESTabBarItem.swift */, - 756F4A83E5523D6A91CCBA199D0ACD37 /* ESTabBarItemBadgeView.swift */, - 49CC3DD35E46AE44F4A45BD2199C5F35 /* ESTabBarItemContainer.swift */, - 29171FC4906B12667E346E00999D0FD0 /* ESTabBarItemContentView.swift */, - 85A8E91731A18FB9A3EA33A47DCDD6B9 /* ESTabBarItemMoreContentView.swift */, - 1CC24CAEB6755DAB10E1E6E698A418A4 /* Resources */, - B831AB9CFBB469D387B0B1D4DEA5BD15 /* Support Files */, - ); - name = "ESTabBarController-swift"; - path = "ESTabBarController-swift"; - sourceTree = ""; - }; - 86A4A45DDD2D80BF1D6AC42DE1CB4391 /* UIView+DDCategory */ = { - isa = PBXGroup; - children = ( - 25CAD7014EF770AFA1A6D2AF6E11B252 /* UIView+DDCategory.h */, - F47D897623A60F1B34E89A23B84A6955 /* UIView+DDCategory.m */, - ); - name = "UIView+DDCategory"; - sourceTree = ""; - }; - 86B7A5DA0A282B0286F64737424AF0EE /* UIApplication+DDCategory */ = { - isa = PBXGroup; - children = ( - 97257F3326C1F7A21E728908F92A943F /* UIApplication+DDCategory.h */, - EB03256D312DAAF6F86F49A7D1BDF0ED /* UIApplication+DDCategory.m */, - ); - name = "UIApplication+DDCategory"; - sourceTree = ""; - }; - 875FF4E46417D0CE5E6AB015D22F3A61 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8839E7006B0E10F1CD0E9F078C1FAEC4 /* DDControlsKit_Private.modulemap */, - 18BE948DD704E2F42370AF6AE5E367E2 /* DDControlsKit_Private-dummy.m */, - A41C806C503B5AA939380EBB493E0611 /* DDControlsKit_Private-prefix.pch */, - C1DF8F69946FC7F87A05BD1C94BB8A91 /* DDControlsKit_Private-umbrella.h */, - 7A7CF64C6C47083DA2E2ABC6BC9E6BD2 /* DDControlsKit_Private.debug.xcconfig */, - 2F1B03C376B645370952749E0D58ECDF /* DDControlsKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDControlsKit_Private"; - sourceTree = ""; - }; - 87F30047752767DD3B6D1FF405D4EF49 /* Pods-OrderScheduling */ = { - isa = PBXGroup; - children = ( - 25BA22D5958BA548603A19AAB93FA26A /* Pods-OrderScheduling.modulemap */, - 8B1880AC825E74CCE495FAE2385D03D2 /* Pods-OrderScheduling-acknowledgements.markdown */, - F26CCFC26F3DA09504605CC57138E371 /* Pods-OrderScheduling-acknowledgements.plist */, - 484C4661DAB5EADAD81249F2FB129619 /* Pods-OrderScheduling-dummy.m */, - ACCD14442C07FDF6FABB9413A016758F /* Pods-OrderScheduling-resources.sh */, - D85B8BF3698115B7F620042AE16B7874 /* Pods-OrderScheduling-umbrella.h */, - FC6ADF39936BEB2CFFFD7E2E76154921 /* Pods-OrderScheduling.debug.xcconfig */, - B975BF86311A33053F172E4E22C01E07 /* Pods-OrderScheduling.release.xcconfig */, - ); - name = "Pods-OrderScheduling"; - path = "Target Support Files/Pods-OrderScheduling"; - sourceTree = ""; - }; - 8BA33FDE8D8F05574F81B830512BE7B5 /* DDMATrackManager */ = { - isa = PBXGroup; - children = ( - 95FF7F7AA34074D72844A28B0E0D0250 /* DDMATrackManager.h */, - 7725D391211EE469110BED2E124D85EF /* DDMATrackManager.m */, - ); - name = DDMATrackManager; - sourceTree = ""; - }; - 8DC0764907638A1DDD863789BEEFEE14 /* JPush */ = { - isa = PBXGroup; - children = ( - C748900A095587364E7F7ADD73F32283 /* Frameworks */, - 9DDDE61EC2F06795E57FA17BB9D5EC79 /* Support Files */, - ); - name = JPush; - path = JPush; - sourceTree = ""; - }; - 8F2B54C65448F8F5A760A946B88F943F /* DDColorKit_Private */ = { - isa = PBXGroup; - children = ( - 95A54731579F86781625A312F489BCEC /* ColorUtil.swift */, - 6F991FBB3570647570ED5E4FF989C5B3 /* UIColor+Hue.swift */, - 3A0D3470471B096C82BC616D5FE67012 /* Support Files */, - ); - name = DDColorKit_Private; - path = DDColorKit_Private; - sourceTree = ""; - }; - 947882843B96745CD33FC287DD7EE79F /* DDLogKit_Private */ = { - isa = PBXGroup; - children = ( - 0F17739208F3878EBD567DA78D3593F6 /* OCLog */, - B55B4B5399A0DCBFD316B2B70753F90C /* Support Files */, - 1D875DA5C70CA533E488B989FA9E96E2 /* SwiftLog */, - ); - name = DDLogKit_Private; - path = DDLogKit_Private; - sourceTree = ""; - }; - 97E75CF671AB3A8CB148605DBA8E5643 /* JCore */ = { - isa = PBXGroup; - children = ( - EFE0AA447C9C4792B0BB0C491F2C7BCE /* Frameworks */, - FEF6EDF93FDAB3001B75152B764EE27E /* Support Files */, - ); - name = JCore; - path = JCore; - sourceTree = ""; - }; - 9902B9451B2B31894FD44720C5F2CC48 /* SwiftEntryKit */ = { - isa = PBXGroup; - children = ( - AA778500EAA5225B5260F99AB0EC9495 /* EKAccessoryNoteMessageView.swift */, - AFD2734514D6998A0F182EE22CCCB0E6 /* EKAlertMessage.swift */, - 27410D305D3ECC9F4E111247301F43A0 /* EKAlertMessageView.swift */, - EDC2591D071CF5CB3999D2B6FAD5216C /* EKAttributes.swift */, - CAD544C5A678DF7A6BBC29764095481A /* EKAttributes+Animation.swift */, - BBE810A167774FCEEB167D7C037CB794 /* EKAttributes+BackgroundStyle.swift */, - B1BBDE3F825CC3BDCBFD08BDA422F2A7 /* EKAttributes+DisplayMode.swift */, - D4CF2270C1575343701BC45C5D727D42 /* EKAttributes+Duration.swift */, - 309C2DBFDA03BBAE7EF27D1A292E13A3 /* EKAttributes+FrameStyle.swift */, - 1133AFCD1A68A47965F948B249CE5E6E /* EKAttributes+HapticFeedback.swift */, - A2C881BA3C33E4B393AE1FAAF0A7285D /* EKAttributes+LifecycleActions.swift */, - FE4D5462B282D6B852E796592B54232E /* EKAttributes+PopBehavior.swift */, - 8BEF98A610B652B29D36DA4932FA047E /* EKAttributes+Position.swift */, - 9073C4752A8ED85001B969BBFE8941C8 /* EKAttributes+PositionConstraints.swift */, - BE412C57E926E93225F367FA6CEB5116 /* EKAttributes+Precedence.swift */, - 1D78A588DC163F888AD345A85D591AEB /* EKAttributes+Presets.swift */, - F8B3CC9C3759D5CD8479173F99F4C507 /* EKAttributes+Scroll.swift */, - 880512A3DE5D5AA3BD2A4784254CA873 /* EKAttributes+Shadow.swift */, - 11FD5A5924682F3D2F4F235E5464FE2B /* EKAttributes+StatusBar.swift */, - 01C381936C38E0954A1569279C930759 /* EKAttributes+UserInteraction.swift */, - C344C6D340EAD336065DC16EDCDE74D0 /* EKAttributes+Validations.swift */, - 2634A3238A259B903B2D0B08C111FBD5 /* EKAttributes+WindowLevel.swift */, - 1E383BDB1AD89DF7B1856AFA2CF34311 /* EKBackgroundView.swift */, - EAA585770EE9472F8F29B9CC05F3D262 /* EKButtonBarView.swift */, - C6655A0AE7E92CE9CCB28C0057808A4A /* EKButtonView.swift */, - 575D3F761935952F498F08C75DACC3A0 /* EKColor.swift */, - D0FFE33517C062D49A1406C4CD1B8A01 /* EKContentView.swift */, - 38DFCC8B231BA13A4FCFEA8AD1106A37 /* EKEntryView.swift */, - 2D3036482FE56FD5F603C57D9EB53601 /* EKFormMessageView.swift */, - 5D1CC7E64BCBC5748DE9189904F0B7C2 /* EKImageNoteMessageView.swift */, - 893C7E7C93F46B20BD28FA27050C311B /* EKMessageContentView.swift */, - 79F461A36E98EF1DCA3ECCAD38276765 /* EKNoteMessageView.swift */, - 9DEB47F5EF7977AC7B0B7387FBB862A9 /* EKNotificationMessage.swift */, - FD0DEEC961A6E09FB0F0140CB13862E8 /* EKNotificationMessageView.swift */, - 7FA335C1C3ABC0B4935472E124D27934 /* EKPopUpMessage.swift */, - 400B041C18671DFE739631BDBA822055 /* EKPopUpMessageView.swift */, - 9A2B561DEFE95BDD8C15D6BB65CD807D /* EKProcessingNoteMessageView.swift */, - 9AA0DB7FAD5D57BBC40707EC483769CC /* EKProperty.swift */, - A86E8AC7B8F64AE941E8BF2A26539E2C /* EKRatingMessage.swift */, - F9620C9645869120771CEC20A0008129 /* EKRatingMessageView.swift */, - 758A48DEE27DDF6AAD74BAB29A634E34 /* EKRatingSymbolsContainerView.swift */, - 3982F97D0F26947AD6130B4A360634D5 /* EKRatingSymbolView.swift */, - 521C494A9029DC5A1D2EC6E693C2AFF2 /* EKRootViewController.swift */, - 053875A576AF7556EDF5F0A3E445AA7F /* EKSimpleMessage.swift */, - CF6742FCD90EAF09257C242B20DF6087 /* EKSimpleMessageView.swift */, - A9C79A352FC670B18A64C256DB1C0C97 /* EKStyleView.swift */, - 536958529E6A1D268251027398722517 /* EKTextField.swift */, - FCD404B7F8B4682D1D266E3C6339485D /* EKWindow.swift */, - BF5F8986E82FA50822DC0215D1248850 /* EKWindowProvider.swift */, - 69CDAEDB05D84225EFF4FD9D409A3806 /* EKWrapperView.swift */, - E47199E76EA99EB95B30A952A88F84E4 /* EKXStatusBarMessageView.swift */, - FCF3C04E262749962557B4D8C7A84721 /* EntryAppearanceDescriptor.swift */, - E5EA80F6F0B6CA6E04F6CC720F8DD58E /* EntryCachingHeuristic.swift */, - D31C2F50E6130FE2E145C237B4711643 /* GradientView.swift */, - 3763A73E286A2ADF351EC73A2118D490 /* HapticFeedbackGenerator.swift */, - DF9D6DA56049002A43B29040BA01CCC3 /* QLCompatibility.swift */, - 730642D7031B15384A4CF336EE7F61F1 /* QLUtils.swift */, - 87C1C1DBB45C90E17B07F0B1E37564C4 /* SwiftEntryKit.swift */, - C2EF5E4B8FCAF28896605555DC2B264A /* UIApplication+EKAppearance.swift */, - DADFA14A68AD99E5DA796FFF4C742941 /* UIColor+Utils.swift */, - 394C47842097AED2838BA072275E96B3 /* UIEdgeInsets+Utils.swift */, - ED8C15E27B795724447C41E59C7CCC51 /* UIRectCorner+Short.swift */, - 976BD8B0B63EAC70C5CDE8610C86081A /* UIView+QLContentWrap.swift */, - 89ED37E286FAF7D101EAB65402CBD63B /* UIView+QuickLayout.swift */, - 3AD89826D471D53F44EFD47B9FBF2781 /* UIView+Responder.swift */, - A71F461D00D105535C7C7902CF181E69 /* UIView+Shadow.swift */, - C576FA2D6CC34BE302E2D122E87BCE75 /* UIView+Utils.swift */, - EDC35289080A1730C20B7821B8AF8E6D /* UIViewArray+QuickLayout.swift */, - 12CEEB2FC3DE4F9343EEE8FC27E9236F /* Support Files */, - ); - name = SwiftEntryKit; - path = SwiftEntryKit; - sourceTree = ""; - }; - 9A06CD1B2686E55C04176F1DB2C14966 /* MapKit */ = { - isa = PBXGroup; - children = ( - F4F0C169F69FEC2269A6C15643AB855F /* MKAnnotationView+WebCache.h */, - C3051AE75A31F7AB443DB39D2121CD63 /* MKAnnotationView+WebCache.m */, - 6880B96FC073AE1753F687745F3C1B17 /* SDWebImageMapKit.h */, - ); - name = MapKit; - sourceTree = ""; - }; - 9B6F343F5AB5F18C03A6E46449D89968 /* DDBaseImageView */ = { - isa = PBXGroup; - children = ( - EE99D9B39BADE4A62C5C61AE07424644 /* DDBaseImageView.h */, - 50F9E45233EBF0A4D34C0E5B809AF110 /* DDBaseImageView.m */, - ); - name = DDBaseImageView; - sourceTree = ""; - }; - 9B7E54C729C8E8FF72460322C748647B /* UIScrollView+DDCategory */ = { - isa = PBXGroup; - children = ( - E83D1A9CD540F5695C0ED4A006469691 /* UIScrollView+DDCategory.h */, - 2C99F4DC48C39264370FA1C37B247803 /* UIScrollView+DDCategory.m */, - ); - name = "UIScrollView+DDCategory"; - sourceTree = ""; - }; - 9C23B0C09A25D7BDA6337E763D3906F7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 016DD716CBCF46D5BE3E137101126401 /* Alamofire.modulemap */, - 048AD6090B3A9C7777FCBEE9CFC7B3BE /* Alamofire-dummy.m */, - 23349E0183B016DB1DF6F32ADF2F41B9 /* Alamofire-prefix.pch */, - A55E5F44AA46BB0519C0B4152B615F9F /* Alamofire-umbrella.h */, - 12EBEC43A65154F97C5CB484CC72F88F /* Alamofire.debug.xcconfig */, - 757F94B657B5D14DB967186549AF72DF /* Alamofire.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Alamofire"; - sourceTree = ""; - }; - 9DDDE61EC2F06795E57FA17BB9D5EC79 /* Support Files */ = { - isa = PBXGroup; - children = ( - 340E250B033DCDE952E26FC5539562EB /* JPush-xcframeworks.sh */, - 7E71F263E9BCFC549E4278A5175A9ECF /* JPush.debug.xcconfig */, - 85841DFD916EC8536CB60711681811FF /* JPush.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JPush"; - sourceTree = ""; - }; - 9E48BC61B44CCB58716897BFD2BF9750 /* Resources */ = { - isa = PBXGroup; - children = ( - 258D520DB32B54A2FAABE578F768779A /* _icon_file_type_app@2x.png */, - 553883F1A2DCD0263895272720C226B2 /* _icon_file_type_bugs@2x.png */, - BAE91FAC2DF3A5889EA1F581133A6356 /* _icon_file_type_close@2x.png */, - 557D2842314C41EA2C5D8A3C4187C596 /* _icon_file_type_down@2x.png */, - 55325A966E7866D33182DCAADD73E728 /* _icon_file_type_logs@2x.png */, - 2D9C93F316B019D10B01AFB5F283D85C /* _icon_file_type_mail@2x.png */, - 27DA13E6D21A689049ED2BE7E563FACC /* _icon_file_type_network@2x.png */, - E27B7E15FA15F2E903792A03EE96AE65 /* _icon_file_type_sandbox@2x.png */, - F81CE764350FDE664D6C132EBDA3AFCE /* _icon_file_type_up@2x.png */, - 720E83BA503C651A7584867627A26327 /* App.storyboard */, - 0FC07736886D676DEC8FE1739EE72C11 /* icon_file_type_7z.png */, - E7064A8284F845D8AB50122456346F40 /* icon_file_type_7z@2x.png */, - B175F24241E0944E06EAD49D86E705A8 /* icon_file_type_7z@3x.png */, - F557A1C983CBEEA147E88CAF9A732B1A /* icon_file_type_aac.png */, - 8C805119339EC94942A0B113705A11F3 /* icon_file_type_aac@2x.png */, - 24242C5990EF5D3077A8158D868A1D15 /* icon_file_type_aac@3x.png */, - 84A62EEF1A53B39469A52552FE378B71 /* icon_file_type_apk.png */, - 7E8FCA5EC60E523AF5C97954E1F46C95 /* icon_file_type_apk@2x.png */, - 8BA4809EE7AB641986DE0EFEAC934FFD /* icon_file_type_apk@3x.png */, - 9EF86342B657E91E683ED2586AB38935 /* icon_file_type_avi.png */, - 8C1030F8B6D377F6AC672AB7544DD728 /* icon_file_type_avi@2x.png */, - E41195825DB3A5B8947F6FB9DAF5B79E /* icon_file_type_avi@3x.png */, - 4BEFE36E49792DEEFAD83B6A8D02216B /* icon_file_type_bin.png */, - 5EDF7B60006080FB7F6F331A775A2A7A /* icon_file_type_bin@2x.png */, - 498A42130FA2D2325E36F2C7ED87EB83 /* icon_file_type_bin@3x.png */, - 61057D6587178AD078C970F69FE027C0 /* icon_file_type_bmp.png */, - 96DB29F6690916B216E901CCB2F1443D /* icon_file_type_bmp@2x.png */, - FC8A92D60695E170F8C5BA35295E74DC /* icon_file_type_bmp@3x.png */, - 26D12EFEE9432163046ADFF6486557C1 /* icon_file_type_css.png */, - 79755531827D1D079B1C4071DDD501DD /* icon_file_type_css@2x.png */, - FC97C4E1F7C18BD86D2E623689B2449F /* icon_file_type_css@3x.png */, - D98C09820D5C3A2DBF5D0EC203F07313 /* icon_file_type_dat.png */, - B8A2DA7653197BC457C3D9485933FD7C /* icon_file_type_dat@2x.png */, - 1D5CA039EAB27137354C55935CC9646D /* icon_file_type_dat@3x.png */, - 6498C02B49E31264F7765A28624A0606 /* icon_file_type_db.png */, - 90DC4FA89131A13FDF04928621DA2EA1 /* icon_file_type_db@2x.png */, - 5FC0DFA9C75664813DD037F6FF7D7869 /* icon_file_type_db@3x.png */, - 05FB51C8EB9B22FE11A2B71B53F6F274 /* icon_file_type_default.png */, - 5593BFCC2F68C877FF0454CC85A88D83 /* icon_file_type_default@2x.png */, - DC2A1CA4E6BC896ACD3DB1A7EF1BD2D4 /* icon_file_type_default@3x.png */, - 3187408084043C4E297AB7D74DB4F131 /* icon_file_type_dll.png */, - B98D3A1517CACC47517B17EDCCBEBDEC /* icon_file_type_dll@2x.png */, - 2B10897E8E7589B03B543BFE8D4EF23A /* icon_file_type_dll@3x.png */, - B59ABCD518D6E52C356CB7D350A2CCE4 /* icon_file_type_dmg.png */, - BABFF7F5873A5A72C60540F76672EED4 /* icon_file_type_dmg@2x.png */, - F5B5073CBB2F8B3889EF039FAAB5B4A1 /* icon_file_type_dmg@3x.png */, - DC6A2185AC686DE4D1463D0A6ADB740B /* icon_file_type_doc.png */, - 47916959951939EA4FA659004B055287 /* icon_file_type_doc@2x.png */, - 1EE82E402BBCE8ACAE77118DF105B095 /* icon_file_type_doc@3x.png */, - 107B831B1749A3DB29DBD166DA54B099 /* icon_file_type_eps.png */, - E7D38B7DD333C630B2229C48439A1B88 /* icon_file_type_eps@2x.png */, - 68D29690EEDE81304D9848AA90A77614 /* icon_file_type_eps@3x.png */, - EA88F566B829137E88BA63831BC0CBEA /* icon_file_type_fla.png */, - 2A8CAD1292E677E183B2311FF115723A /* icon_file_type_fla@2x.png */, - EE59FD8A970BBF147E32132895857DD5 /* icon_file_type_fla@3x.png */, - 0D462BB1408B8F933F15973BE0429403 /* icon_file_type_flv.png */, - D59E1C3386F1CCEB6CCDD38CBC66E28C /* icon_file_type_flv@2x.png */, - CA6B37115BE2C76C54065860D9BCBCD5 /* icon_file_type_flv@3x.png */, - 11446F87E94C8246E3FCD74E7648619F /* icon_file_type_folder_empty.png */, - 2FF4580C603C63EB67EC489826A66D78 /* icon_file_type_folder_empty@2x.png */, - 82425A89AD5665BFB75992B576F75E06 /* icon_file_type_folder_empty@3x.png */, - 8F6AECCD78D5D2029CE9130CF3B923BD /* icon_file_type_folder_not_empty.png */, - 928D43E1B5603D768FF7DDD720ED5D68 /* icon_file_type_folder_not_empty@2x.png */, - A03641BD4D5332C4BE77AED98602F73E /* icon_file_type_folder_not_empty@3x.png */, - 5674310D6F256C21E8CA4A93A3F16560 /* icon_file_type_gif.png */, - CE7F17DEECC778EDA2861C237544DF73 /* icon_file_type_gif@2x.png */, - A69FA7A4F0EB4FDFD5F6EC3E2B9ACD91 /* icon_file_type_gif@3x.png */, - 90326395AB5322897FA8AD4D3443C767 /* icon_file_type_html.png */, - E21B9A8BDACAA6E7FC0F176383DCFBD5 /* icon_file_type_html@2x.png */, - C24DBFB6BFDB05750F20071E8BF01FD5 /* icon_file_type_html@3x.png */, - 5656A84F63915AD09598011BB9096D43 /* icon_file_type_ipa.png */, - FCDF79FC8DA62D58F2939450BD67C5F0 /* icon_file_type_ipa@2x.png */, - 97C4F6CBE69F8D3E7544EFDF6A672410 /* icon_file_type_ipa@3x.png */, - 8F6653DC814FB34A205FC5BE79DBB647 /* icon_file_type_jar.png */, - 4627AD386FD145D07AE8CDEAE994C860 /* icon_file_type_jar@2x.png */, - 6C17360CD18A26E5C759429B508FE760 /* icon_file_type_jar@3x.png */, - ABBA618E08BF9ACA1A66B7700AC43334 /* icon_file_type_java.png */, - 644BD7AD863232543D06A38B75D67125 /* icon_file_type_java@2x.png */, - 0C7BCD91092742D70C3651E7FAD191AB /* icon_file_type_java@3x.png */, - CD6B8F2580B3562AD767D50217DA2BB4 /* icon_file_type_jpg.png */, - 15B212DC95B1886A7F74C1EE1AD8328A /* icon_file_type_jpg@2x.png */, - 19710492B9C9D393C6D9B17FB0641608 /* icon_file_type_jpg@3x.png */, - 00F85E2399BACC18E945B5E6043AED8C /* icon_file_type_js.png */, - F9F0A19AD6AF997E4313109338756ECE /* icon_file_type_js@2x.png */, - 3939EBD8BAB2194B144F872609E29800 /* icon_file_type_js@3x.png */, - 00ED73F7F7BA779C641346311A139A91 /* icon_file_type_json.png */, - D3C14064FDE072521F12CF5205AAE94B /* icon_file_type_json@2x.png */, - 9EB517555DFE915E21B1564637AA9A5B /* icon_file_type_json@3x.png */, - E23F087B85B50E036B18E541EB56E53F /* icon_file_type_keynote.png */, - EB709E55D92D866245320639727CA4EC /* icon_file_type_keynote@2x.png */, - DB32E1064B4AB1FBB1E91483A58A0C33 /* icon_file_type_keynote@3x.png */, - 75BE87B3F6991B575D5CB98EAD157F1D /* icon_file_type_md.png */, - 8CEA925F70A9F37447DEFD721978BCEF /* icon_file_type_md@2x.png */, - A3B20FF0D7B17A955C76FE123553C16D /* icon_file_type_md@3x.png */, - 2884ACA5045D1B28B7CAC24FCE876E43 /* icon_file_type_midi.png */, - F6B676DDE0CBEB320F34D116FB0680D3 /* icon_file_type_midi@2x.png */, - B45BC52ECFB2139B91BA2EE7D805E032 /* icon_file_type_midi@3x.png */, - A23EE3B2F31B852071FC309D933A81EA /* icon_file_type_mov.png */, - BA37F486FF9B254709869104EEF146FA /* icon_file_type_mov@2x.png */, - 9AAB3DBE245B47C3E2C1D92E32461202 /* icon_file_type_mov@3x.png */, - F4881D18F02CA97AC89C9885F98BF75E /* icon_file_type_mp3.png */, - C8F89C3E6720FD1FCE6FBB2F8CEA0FF7 /* icon_file_type_mp3@2x.png */, - F1F9C431984CD2CB97B257F7C3EC6401 /* icon_file_type_mp3@3x.png */, - BE627CDD63348932FB1D415344C83388 /* icon_file_type_mp4.png */, - 6EA0A1E4938E47AC38377E31A7594773 /* icon_file_type_mp4@2x.png */, - D03B84875EA80F2FED318631031871D7 /* icon_file_type_mp4@3x.png */, - 9A608A53E6B99EB40446E0E35F430638 /* icon_file_type_mpg.png */, - 75EB9AC77BA97D93B70597C0E01C6B76 /* icon_file_type_mpg@2x.png */, - D39CBA51FD843FCE4CECC46F9A583C13 /* icon_file_type_mpg@3x.png */, - 662C1D0F6E8546DFD0E9F4A20D84A601 /* icon_file_type_numbers.png */, - 5F6C4AD1B268FB8D6E993209F73BA56D /* icon_file_type_numbers@2x.png */, - BDF88AD08148C8B25A45D075005EA0FD /* icon_file_type_numbers@3x.png */, - 7C1E19792AF590E001092905BD8EB57F /* icon_file_type_ogg.png */, - 307A6B15CE2098A8B3199ADCCE33CEB5 /* icon_file_type_ogg@2x.png */, - 6CEECAD0101452EEFC8FFD514676EF58 /* icon_file_type_ogg@3x.png */, - FDA7AA74EED693A26A339F4ACBA7AB30 /* icon_file_type_pages.png */, - F5110327083DFF7009EFC51BBEB370C8 /* icon_file_type_pages@2x.png */, - B94BD67C8F83DC362374CEFB12D2E23C /* icon_file_type_pages@3x.png */, - B9BD0D90916B1A429AEEFD94F276DF3E /* icon_file_type_pdf.png */, - CDD0581B32AA697474A30EFCCA3F7DF5 /* icon_file_type_pdf@2x.png */, - FAFA2EE81ED37DC177A608477938B9A9 /* icon_file_type_pdf@3x.png */, - 8F974747E0B8F6C6297FD67C723CEA08 /* icon_file_type_php.png */, - 1A839A06FB33B1C00C904ACCA6A05C17 /* icon_file_type_php@2x.png */, - 0ED74D8846C22A14EA82581481E212B0 /* icon_file_type_php@3x.png */, - 8ABFABF83213A5FBC495AC51BBD5D994 /* icon_file_type_plist.png */, - 657F0837C8803DAD66C474670BB8CF15 /* icon_file_type_plist@2x.png */, - 33E987F944A43026771229A5CEC38818 /* icon_file_type_plist@3x.png */, - 39AE99B88A797252808FC9DE79D6F46D /* icon_file_type_png.png */, - 401FC2CC71DC54D6741A269D23316E86 /* icon_file_type_png@2x.png */, - DB9959C0D70BC56403FBBFDF6691F0FC /* icon_file_type_png@3x.png */, - A60A6BCD3DCF1C9DB2BBC7D1232AA4E3 /* icon_file_type_ppt.png */, - 7FD90F6906622C4B7443A519508AAE07 /* icon_file_type_ppt@2x.png */, - AFB46199460D4B72F06F20B8D9E96129 /* icon_file_type_ppt@3x.png */, - 65AF25A1282463632CC119618362220B /* icon_file_type_psd.png */, - D2C858ACEAF5FDCEC88703D8CEAF2415 /* icon_file_type_psd@2x.png */, - 6CC45163D0952D61B1215293378B6BCB /* icon_file_type_psd@3x.png */, - 2BB0A2319A60E781395253F312C89111 /* icon_file_type_sql.png */, - 3DFF1DDA43E00E2FB3B2858912EB336F /* icon_file_type_sql@2x.png */, - A0B91B0B54FDF5FB40449D7DCE3D149C /* icon_file_type_sql@3x.png */, - 88A7C4A5B2DAEDC6F416C505CB32B246 /* icon_file_type_svg.png */, - A3F0BD138609BC857F5C29F49187B4E2 /* icon_file_type_svg@2x.png */, - 56C88BB2DD822D484093084C8428450A /* icon_file_type_svg@3x.png */, - E93A1C62F4687E195DAB46C831D2828B /* icon_file_type_swift.png */, - ABB07DC83EBC9B629C92F5D0F267B701 /* icon_file_type_swift@2x.png */, - 0FA9E13D92902D77D1571C793FF58295 /* icon_file_type_swift@3x.png */, - 731DF5E564C6009BB52CEAF07B569FAA /* icon_file_type_tif.png */, - 79C6A4E9EE63C0123904A459D599851B /* icon_file_type_tif@2x.png */, - 12C88EDA706FAFB486549C6811D601A9 /* icon_file_type_tif@3x.png */, - AE060960C3AAA95D679421CFE0C9F0C3 /* icon_file_type_torrent.png */, - 14B7A4251F1248508A9CEE53A9390713 /* icon_file_type_torrent@2x.png */, - C5FD07CFDE3CBCABCB12B04C53CD5472 /* icon_file_type_torrent@3x.png */, - 81DFA1E9DDC9F177F9CB5959741D005B /* icon_file_type_ttf.png */, - 6C123885C5D0ABB2717E1F9EF111F344 /* icon_file_type_ttf@2x.png */, - 1237965B2308A6483780F74A38C1FB12 /* icon_file_type_ttf@3x.png */, - 4183DCBB3245CAFCEE7728EA9EC6BDE2 /* icon_file_type_txt.png */, - 791AF6220552D74651240D469A11989D /* icon_file_type_txt@2x.png */, - C17755755D0A9EB8F9A369C3A1348E18 /* icon_file_type_txt@3x.png */, - 5A581964A2C3FE82AF8AAE2D14EFEB91 /* icon_file_type_wav.png */, - 2E460684EA326B0DCA3014D237715F07 /* icon_file_type_wav@2x.png */, - 56B4FC02FFD31E2C72A0A97EF811B1E5 /* icon_file_type_wav@3x.png */, - B2CCB4ADB93D09E6B27FEBCC3FF30E8B /* icon_file_type_wmv.png */, - CA07F5DB106AAE01FCACCA3966263B5A /* icon_file_type_wmv@2x.png */, - 6D7F6523E2D1732FBD5A325474AE88DA /* icon_file_type_wmv@3x.png */, - 463EBF716F95FEB858D73F03CE0B5583 /* icon_file_type_xls.png */, - F4E723DC6C0240E2BA4CE20F26C9EAAC /* icon_file_type_xls@2x.png */, - 01CE0D5FC876AAF840C36B87F3306183 /* icon_file_type_xls@3x.png */, - 03F1677A94AB2626C030548BCB141571 /* icon_file_type_xml.png */, - CD404945FE419C8BF572D86AD243F7DA /* icon_file_type_xml@2x.png */, - 40F93F8E6C413C416B3F5B8745746B4C /* icon_file_type_xml@3x.png */, - 9615E8CE5EE2C7344D3523BB28A5F982 /* icon_file_type_zip.png */, - 7E7E990EB3644C3D21F4D4449B672EF5 /* icon_file_type_zip@2x.png */, - 433CE3D53B70FADC2B60F95EC963A518 /* icon_file_type_zip@3x.png */, - 80ECF23E53E6CE6F98E83D5E12859271 /* Logs.storyboard */, - 20E9DDC581862CE4AF4DB9CA62FAB2BD /* Manager.storyboard */, - FE802BCBE800BB3BC3EFD426B623A113 /* Network.storyboard */, - 5853D805A16BD06C4D67C36759FC8197 /* NetworkCell.xib */, - ); - name = Resources; - sourceTree = ""; - }; - A2F829C5F0FF0DD69A3126EDE1ED31CD /* Frameworks */ = { - isa = PBXGroup; - children = ( - 9E02B9945A93FE30D786A043EF341446 /* AMapSearchKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - A318B7502D13B9A28F2AEA4FD776E2B0 /* DDNetworkingOfAlamofireKit_Private */ = { - isa = PBXGroup; - children = ( - 5FDE2EF8E85980182FC22667EA4C90B7 /* DDAF.swift */, - 600708E45CA7FDBB44BF7FD1E5576777 /* DDAlamofire.swift */, - 54B412EAEF20F3F4AE8C8A26731E1CA6 /* Support Files */, - ); - name = DDNetworkingOfAlamofireKit_Private; - path = DDNetworkingOfAlamofireKit_Private; - sourceTree = ""; - }; - A4EA6AEB4C5E2AC004AE413F7D1FA211 /* Support Files */ = { - isa = PBXGroup; - children = ( - D1AC634ADE3C81C3B7B8A43CF7B559AB /* RxCocoa.modulemap */, - F8BC97E867350A3053DBE92C6EC0A8EF /* RxCocoa-dummy.m */, - A49FCF1539D895061B368A86105F7E0B /* RxCocoa-prefix.pch */, - B3855CC889B6D2C78D09449EE7578DB1 /* RxCocoa-umbrella.h */, - A1DDF196DAB955DA64AA4D54DE5E661A /* RxCocoa.debug.xcconfig */, - 4AC1B07A9E27A83E78E0C2FE4A2CD3B1 /* RxCocoa.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxCocoa"; - sourceTree = ""; - }; - A63DF8BC149C4298868BF4B993D64A9F /* CALayer+DDCategory */ = { - isa = PBXGroup; - children = ( - ECB3F0C716E63D7D5F146A5226375CAE /* CALayer+DDCategory.h */, - 116A0812D64F17C8563EB280CD9D0F51 /* CALayer+DDCategory.m */, - ); - name = "CALayer+DDCategory"; - sourceTree = ""; - }; - A69263A1429B0DC72394FBC0741A7775 /* Support Files */ = { - isa = PBXGroup; - children = ( - 01D8BDD03BDCE20DC3354D7F3CAA6447 /* DDToastKit_Private.modulemap */, - 155F90FB75E094BC35848310D13D9FEE /* DDToastKit_Private-dummy.m */, - 3C6583A2197E9C445FAEE38422FDA6C0 /* DDToastKit_Private-prefix.pch */, - B1100A3E3FBFFA38C0DB8E6DC7E93F5E /* DDToastKit_Private-umbrella.h */, - 10253C43612CE3253AECC7C78D83BB52 /* DDToastKit_Private.debug.xcconfig */, - D34B6BC0C967B4922B043A353735D86F /* DDToastKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDToastKit_Private"; - sourceTree = ""; - }; - AA7F69263419495BEB77D8E372A3DC9E /* UICollectionView+DDCategory */ = { - isa = PBXGroup; - children = ( - 6D15068FE19FD823E52051B724BA90BF /* UICollectionView+DDCategory.h */, - F7BA3B22E5F5B4C71EA9DBF1A7943F47 /* UICollectionView+DDCategory.m */, - ); - name = "UICollectionView+DDCategory"; - sourceTree = ""; - }; - AA8064E183BB5BAD235D058F855084B5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 205F82DEBA3B04C845D9996FEE80F29B /* DDTimerKit_Private.modulemap */, - D143175061C2BAAED25C866BB295BED6 /* DDTimerKit_Private-dummy.m */, - CA14E486EF21A6DA93B4FAC0BF2FBF17 /* DDTimerKit_Private-prefix.pch */, - 057B19B7773B39986068FEC0E44030BE /* DDTimerKit_Private-umbrella.h */, - 212BD408E1762B0501A18EDB70A185AE /* DDTimerKit_Private.debug.xcconfig */, - A2E05B0451A303073070A5F2AFEE99BA /* DDTimerKit_Private.release.xcconfig */, + F0F0484ADC3E331C51F0D786E943FCA9 /* DDTimerKit_Private.modulemap */, + 88E093DB1B7D410B35798105363A254D /* DDTimerKit_Private-dummy.m */, + 92E7B65CFC47F271ECD2356E6E51E2E5 /* DDTimerKit_Private-prefix.pch */, + 9EC1515A6699847F9984EB45D6A3CB8C /* DDTimerKit_Private-umbrella.h */, + 0981FA2D974B7DA1461FCF7D39593F85 /* DDTimerKit_Private.debug.xcconfig */, + AF8ABB6D642AE83C6DD0CCBE614D1D74 /* DDTimerKit_Private.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/DDTimerKit_Private"; sourceTree = ""; }; - AB6CEBB6738093682158A2E24A601717 /* Support Files */ = { + 4988CD98D189B4BC6CA947282A2551BA /* Support Files */ = { isa = PBXGroup; children = ( - 61DC654DB2FBEEF0E8A505F1C7F751BB /* MJRefresh.modulemap */, - B65D357819BCD87A7313B896AECFEBE2 /* MJRefresh-dummy.m */, - 3D088CF67716E8D720BC11E380204829 /* MJRefresh-prefix.pch */, - 93824D972F9A85DF7F24ECF39C5D84E3 /* MJRefresh-umbrella.h */, - 2D0EE05BCD1733730F2588A1640E8B04 /* MJRefresh.debug.xcconfig */, - 722E0C74F8E5271EBBADE4C7F3A0FD4D /* MJRefresh.release.xcconfig */, + 9BB62B7C226B55A6D2B45170283BC1B7 /* DDProgressHUDKit_Private.modulemap */, + 7090549CB55A7E7E9050A0669A4859B5 /* DDProgressHUDKit_Private-dummy.m */, + 55C057AD8AACA5B9F29D42D322824953 /* DDProgressHUDKit_Private-prefix.pch */, + 6E09F8E7A2A5468DBE1FAC19BFE09413 /* DDProgressHUDKit_Private-umbrella.h */, + 4C93B922E993BEF594C72AD3F72884B6 /* DDProgressHUDKit_Private.debug.xcconfig */, + 649F3FC0797F2AB7163E7BB3401069E0 /* DDProgressHUDKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MJRefresh"; + path = "../Target Support Files/DDProgressHUDKit_Private"; sourceTree = ""; }; - B1DF7EBCAA94F393E58DCEC29CEE1ECA /* Support Files */ = { + 49EC4D585237004C4C0CD0B612B7AD3F /* Support Files */ = { isa = PBXGroup; children = ( - BEFD88322C18353D6D0B0C424CEE44CA /* DDCategoryKit_Private.modulemap */, - 5642FBEF6D03D7F828F0A9B2DCF2E913 /* DDCategoryKit_Private-dummy.m */, - 6170877861E9096573B7B4E01E4152F6 /* DDCategoryKit_Private-prefix.pch */, - 564091B23DDF324EC811C6D6491B718B /* DDCategoryKit_Private-umbrella.h */, - D005561955907CCDCD0F6AEA827F2F71 /* DDCategoryKit_Private.debug.xcconfig */, - 191195C9727155A1B8FD355B554C4F39 /* DDCategoryKit_Private.release.xcconfig */, + 3A0E00D603C08639DFA612994727229F /* SwiftEntryKit.modulemap */, + 544845D0933A72537A55D4CF8F3E9BE0 /* SwiftEntryKit-dummy.m */, + D0B3822C79C4D6FCEE794D7A2C6F9783 /* SwiftEntryKit-prefix.pch */, + 85B90C5463AD93C624E40C8305DFCE65 /* SwiftEntryKit-umbrella.h */, + D98B0CFDC1D5301D7CE356356C1BFEB2 /* SwiftEntryKit.debug.xcconfig */, + 550B9432BFB4616D94B28A390373F7EF /* SwiftEntryKit.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDCategoryKit_Private"; + path = "../Target Support Files/SwiftEntryKit"; sourceTree = ""; }; - B37F3EDD6665A3A88685749BD10B5B2D /* DDBasicControlsKit_Private */ = { + 4C79EC10FC2CE4C93D149223711712CA /* DDMATrackManager */ = { isa = PBXGroup; children = ( - E018B861101930E867FA6430342A0B4E /* DDBasicControls.h */, - FF0E3044FC004E1EB89A5E6DDCB5EF05 /* DDBaseAnimation */, - CEE9667AE49519FC67A247F8F56D6B59 /* DDBaseAttributedString */, - FE772AD6941A5919C5A4974C212D64E9 /* DDBaseButton */, - 60B92619AF6B4BC3368B70473ABA4518 /* DDBaseCollectionView */, - 1E5C4D3B1561A0A7FFB86EE17221FF06 /* DDBaseCollectionViewCell */, - 3B661629EBD3C81F081F03E3729E1A6C /* DDBaseImage */, - 9B6F343F5AB5F18C03A6E46449D89968 /* DDBaseImageView */, - 078FD575946BDC04E2CBC94251119560 /* DDBaseLabel */, - D59D4FDBFBC84C1E4C2D3A2A95BFEC63 /* DDBaseModel */, - 1058C2093E2557CBF14DDAFC650286DB /* DDBaseNavigationController */, - 2137CAB9AAF3BF5F555DAFEB8FA8B872 /* DDBaseScrollView */, - 53A6AEBD2E6664DB7226A6225DA08DBC /* DDBaseTabBarController */, - D924AEF04B6F9A134C76076DD6FA0AFF /* DDBaseTableView */, - 7169DCA2AFD16980650D6FC9B2699D4E /* DDBaseTableViewCell */, - 3F6B45430B634DB1EEF222AA22A39EF6 /* DDBaseTextField */, - D6C222953221E9474416F6CD56753F7C /* DDBaseTextView */, - C97B92CA1AB9DDFA0FE062029D5D4D6A /* DDBaseView */, - DA53D67AF38CCBFDDDECC55BA8A8BBCB /* DDBaseViewController */, - 322D56C51BD66A5B598B50DB0214BB89 /* DDBaseViewModel */, - 5B3F53E511D91449A6BF16F3F2FB21EF /* Support Files */, + A71C73694165FD35759AD60BE2884C78 /* DDMATrackManager.h */, + B91D03C6778E0EE5D72B2D44B2ACB04A /* DDMATrackManager.m */, ); - name = DDBasicControlsKit_Private; - path = DDBasicControlsKit_Private; + name = DDMATrackManager; sourceTree = ""; }; - B55B4B5399A0DCBFD316B2B70753F90C /* Support Files */ = { + 4CC945E7322AF931A480D421ACBEC972 /* DDMAMapKit_Private */ = { isa = PBXGroup; children = ( - 702DCA49EDCF2FCC99B456931E7F55EA /* DDLogKit_Private.modulemap */, - 6F42B4B5F2B26F38C213D7D7B1D36490 /* DDLogKit_Private-dummy.m */, - 660F9305CF09577A1929501F9A24C610 /* DDLogKit_Private-prefix.pch */, - 4A2491578C76013DFC4784B0CE440B77 /* DDLogKit_Private-umbrella.h */, - 39F2E56443FC0985FA2837EA19EE685A /* DDLogKit_Private.debug.xcconfig */, - C5E0E0A27BCD7C8F2D7B6449D8E43B3C /* DDLogKit_Private.release.xcconfig */, + E808F32A23945B1D514E756DB0BBE4E7 /* DDMALocation */, + 66D5B43010216CE00965D802A378AA6C /* DDMAMap */, + A86810FF0A5F2A098D21D6BA2A1C043C /* DDMANaviManager */, + 46614B5D41353BC1B677BD9EB8BBCD0C /* DDMASearch */, + 4C79EC10FC2CE4C93D149223711712CA /* DDMATrackManager */, + DCD9656C4F30C2A74CFBCBB3C6F541C1 /* DDMAUtil */, + 8C63A5BD9D7F773A47176D4BA39267B6 /* Support Files */, + ); + name = DDMAMapKit_Private; + path = DDMAMapKit_Private; + sourceTree = ""; + }; + 4DA9F4EAB954C7158877B1C6DC88D7D3 /* DDBaseLabel */ = { + isa = PBXGroup; + children = ( + 9B480203167A2910841FD3FE324B8DB7 /* DDBaseLabel.h */, + EB2A0ED422FC65E9637B1A70E98B8B24 /* DDBaseLabel.m */, + ); + name = DDBaseLabel; + sourceTree = ""; + }; + 530B0963626D3D2956AC66A9E44ECF38 /* Resources */ = { + isa = PBXGroup; + children = ( + A37DE59A70C4A2ED0421534A67D6E052 /* AMap.bundle */, + 5EC8F7438ECD3DEC85D183401847DB6D /* AMapNavi.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 53B33DC1A1E81A55B2F7AB47234E79F7 /* DDBaseScrollView */ = { + isa = PBXGroup; + children = ( + 940FCE7FA4DAE95F913AD3F581E527B5 /* DDBaseScrollView.h */, + 6A627C6D3A0213EEC70BA9B856C6AAC0 /* DDBaseScrollView.m */, + ); + name = DDBaseScrollView; + sourceTree = ""; + }; + 53F5A15DB1DA2AD6D215267EDCB87231 /* DDCategoryKit_Private */ = { + isa = PBXGroup; + children = ( + FC3DCF4721ED7EBA1F6B9682289315BB /* DDCategory.h */, + 54EBA95AB79D29D976661773913DCA86 /* CALayer+DDCategory */, + CDC8857F89B4B5C238C900A3C0B8BB76 /* NSAttributedString+DDCategory */, + 806F3DC3BD75C0DDA954DC55C39AD1F5 /* NSBundle+DDCategory */, + 1BD8FB8BB4F6D326F56E374AE9C260D9 /* NSObject+DDCategory */, + 6317BBD255D43BE5DFE05E62406AE7C3 /* NSThread+DDCategory */, + 95C8319F0CF2B78268CF3ECD3C0D52E4 /* NSURL+DDCategory */, + 70F63AC6671B4DF6A9E24EF9A4F78126 /* Support Files */, + B02C5AB1E5E82DC17C01999EB850DC54 /* UIApplication+DDCategory */, + 208E6C3D3E4BCED98AC26075BA9AFB09 /* UIBarButtonItem+DDCategory */, + 9EBFBF8EAA182A23975F10B1B9038858 /* UIButton+DDCategory */, + E6AD42C63E79E98607637E1A46C4BB4D /* UICollectionView+DDCategory */, + 1F1636C504A77F5465025B11CAD95279 /* UICollectionViewCell+DDCategory */, + 2D1B72D92385B8B253F84C2313157C69 /* UIFont+DDCategory */, + 7022226124F78887A172D145A6BC8BA9 /* UIImage+DDCategory */, + 292F17B090AA5AE04FB90CA192B7DBB1 /* UIImageView+DDCategory */, + DA6BCB6619B910C2608BEF4A383B9F36 /* UILabel+DDCategory */, + 66B48479D391294545032DF3E94DE38F /* UINavigationBar+DDCategory */, + 723D365C0DF11DB7FA39EAF1C3780BAF /* UINavigationController+DDCategory */, + 6532A9AC8179094FEF145A9C76E2FBEA /* UINavigationItem+DDCategory */, + 8CD1227D1BCACDF4CB0AA15D64F1E666 /* UIScreen+DDCategory */, + F503ED074973230E284A6B7DD0F56D89 /* UIScrollView+DDCategory */, + 8BBE15ECA11647C3B22A6677B1F3EB94 /* UITabBarController+DDCategory */, + 18D689DA27ECC2D029FA5F65E0F2DE56 /* UITableView+DDCategory */, + E56E1912BB3A55D4C6A6594D7C7A9B64 /* UITableViewCell+DDCategory */, + 91818F2111CFA3107AB4BE1FEF1B81FA /* UITextField+DDCategory */, + FBAC10E2B7D000837FAE08A8501C2A53 /* UITextView+DDCategory */, + D406051FACC5DF8829723977A17E1D45 /* UIView+DDCategory */, + F5F91DAE05476F7922394E053814B88C /* UIViewController+DDCategory */, + 5FB9FE004EA1AFB6E0E73CF3A997398A /* UIWindow+DDCategory */, + ); + name = DDCategoryKit_Private; + path = DDCategoryKit_Private; + sourceTree = ""; + }; + 54EBA95AB79D29D976661773913DCA86 /* CALayer+DDCategory */ = { + isa = PBXGroup; + children = ( + EE1A58976225757D9C058A170C2BFBF3 /* CALayer+DDCategory.h */, + 97490AF1C58A5A2BFF6C84C029D10690 /* CALayer+DDCategory.m */, + ); + name = "CALayer+DDCategory"; + sourceTree = ""; + }; + 56F2639FB158850EBB1C6A75F9304FE5 /* Support Files */ = { + isa = PBXGroup; + children = ( + BD2AB7E8AB18EC687ABCB86665F279BF /* DDAutoUIKit_Private.modulemap */, + 2358AF698C49CE67615DE4176D171BB3 /* DDAutoUIKit_Private-dummy.m */, + 3FA1191C6B589F99797F8096DD8DFA73 /* DDAutoUIKit_Private-prefix.pch */, + 6A1DDDE4390292403A04A392F4EF0019 /* DDAutoUIKit_Private-umbrella.h */, + 1AEC12A1E3994058EBEF31BA5DDC9C1B /* DDAutoUIKit_Private.debug.xcconfig */, + E0E10F344613279E5ED0A784DF814AA8 /* DDAutoUIKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDLogKit_Private"; + path = "../Target Support Files/DDAutoUIKit_Private"; sourceTree = ""; }; - B831AB9CFBB469D387B0B1D4DEA5BD15 /* Support Files */ = { + 59D159D6BB930EA42E1A9DA7B31F9029 /* Resources */ = { isa = PBXGroup; children = ( - 7278147A0AA2E916F9CF093D5D592FF4 /* ESTabBarController-swift.modulemap */, - 7C53A59EB512612E657D64E6171A5A6F /* ESTabBarController-swift-dummy.m */, - 00B3218C602DA61FF85721EC58BC1065 /* ESTabBarController-swift-prefix.pch */, - 07B6D264B5D6F095AF7FD4B417C6896E /* ESTabBarController-swift-umbrella.h */, - 872E4E484DB9B4B985E58A2A7FACED26 /* ESTabBarController-swift.debug.xcconfig */, - 7321B2BE3972387CF54536B46A63AB4C /* ESTabBarController-swift.release.xcconfig */, + B67C2006FC96D4162EA5E6C0C23D7584 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 5A0BFF3F057089B124450D7A96D7438C /* DDCollectionView */ = { + isa = PBXGroup; + children = ( + ); + name = DDCollectionView; + sourceTree = ""; + }; + 5A6249077247F30E9D163C17652B81E2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 79691809A7515BAB1EA978E270D477A2 /* IQKeyboardManagerSwift.modulemap */, + C94E39EFF118CDCEA6547CDB7C11A9E4 /* IQKeyboardManagerSwift-dummy.m */, + 06B2DF90AD819D84B5A84DE3D4639AD8 /* IQKeyboardManagerSwift-prefix.pch */, + E43018D7EB535CADDABB054941B59294 /* IQKeyboardManagerSwift-umbrella.h */, + A694CA2BE17A1732D38F5FB29AFE7E24 /* IQKeyboardManagerSwift.debug.xcconfig */, + 39A031A72D88977AB56C32C75D7926A3 /* IQKeyboardManagerSwift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/ESTabBarController-swift"; + path = "../Target Support Files/IQKeyboardManagerSwift"; sourceTree = ""; }; - BDA3379D74FFBDFF13287C4B946DBF0B /* Support Files */ = { + 5A82AD7E146D8CDA2AFD0C2D9FF07F28 /* AnnotationView */ = { isa = PBXGroup; children = ( - 597DFD19F403D0635AAE2DE327E6422C /* AMapSearch-NO-IDFA.debug.xcconfig */, - 9923CE0B52474ED202ECC77855D5C415 /* AMapSearch-NO-IDFA.release.xcconfig */, + E8DD80A987FC55AF56052513BFF11B3D /* DriveRouteCustomAnnotationView.h */, + DE833E2670E9301FBE07367038E99F9A /* DriveRouteCustomAnnotationView.m */, + ); + name = AnnotationView; + sourceTree = ""; + }; + 5B812463C1109710A1917E8735EAB4F0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1799342F231F7E81BAF643CA4C6F9150 /* DDBasicControlsKit_Private.modulemap */, + 708AD840B84CF7E700764A74A0E80872 /* DDBasicControlsKit_Private-dummy.m */, + D9CC84BB2A0FB6AE4D2FE8CF0029358B /* DDBasicControlsKit_Private-prefix.pch */, + 725230A84A324B689F36207242EAF14F /* DDBasicControlsKit_Private-umbrella.h */, + 434AE393223D13322300DD043181C248 /* DDBasicControlsKit_Private.debug.xcconfig */, + 6B0850BF4610975CDD36A3FB71A2AC6B /* DDBasicControlsKit_Private.release.xcconfig */, + CB59AF80F2755E6DCB83864D69DBE6BD /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/DDBasicControlsKit_Private"; + sourceTree = ""; + }; + 5B9F9FCC6E9A6D683DECA2004229F36D /* Support Files */ = { + isa = PBXGroup; + children = ( + C0A92A9A79F0CF2A829C0AD442873524 /* Alamofire.modulemap */, + 8452831676805879DDED857359B9E138 /* Alamofire-dummy.m */, + 538DDEE23268DB0B086CAE5E3B2E735F /* Alamofire-prefix.pch */, + 4A19794174D03C604E02333614D4C784 /* Alamofire-umbrella.h */, + 4CA5E6ABE77AF3AA55DAB5F0355705CA /* Alamofire.debug.xcconfig */, + 95FC350C77F2CCE5BE97ABAAD324C73A /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 5C0834E549F74AC7CA8E518169267AD2 /* Resources */ = { + isa = PBXGroup; + children = ( + A8596B5B2C556CE0B705AC6BEB83B454 /* Sources_DDMAMap */, + ); + name = Resources; + sourceTree = ""; + }; + 5CB5207BC9171A2E6B29EE184A4B450E /* Core */ = { + isa = PBXGroup; + children = ( + E690F96290156A923F6F3D3FA6448916 /* NSBezierPath+SDRoundedCorners.h */, + 145DC0B3D78A69465503998D816CF4A3 /* NSBezierPath+SDRoundedCorners.m */, + 4DB1274A9FBE896E46A8753AD56F3727 /* NSButton+WebCache.h */, + 6F4246529C4EF6E829ADB01A5AFAD894 /* NSButton+WebCache.m */, + 2DB2AD1C7D85D1C7A42BF3F24C291308 /* NSData+ImageContentType.h */, + 6B7AC1E78BC870CCCD2DB36FF6D27EEC /* NSData+ImageContentType.m */, + 39C6CDAD8CA72B52A4B87E9DD0111596 /* NSImage+Compatibility.h */, + F26540141759438D37D2C7B606CD8DFB /* NSImage+Compatibility.m */, + 29CA7F5017637DC8C7392D0D6A83FC83 /* SDAnimatedImage.h */, + 8B347E25753A1AA696FC3787FEA8299A /* SDAnimatedImage.m */, + BD13EE8D959E22D25466EB43D3FF458D /* SDAnimatedImagePlayer.h */, + 2A2AF936CBB239663634105825CA2CC0 /* SDAnimatedImagePlayer.m */, + A1F0AE8C1B20388FEE5787CA1527F6F7 /* SDAnimatedImageRep.h */, + 61CFA2693CE1C5FB20DEE909EDA31CE5 /* SDAnimatedImageRep.m */, + BAE374B96C5A0E3CD836653EAEC8A2D4 /* SDAnimatedImageView.h */, + 97311730ED6997138BCF8107DBA198A1 /* SDAnimatedImageView.m */, + ACBBD87529C253A98D69E6977711D188 /* SDAnimatedImageView+WebCache.h */, + 711431DA43140BAC13B08490353E56A0 /* SDAnimatedImageView+WebCache.m */, + 1FACBB6C60D656A069365A5E45B780FC /* SDAssociatedObject.h */, + 52E13C124A6FD1B5574C3B5D7FB3820B /* SDAssociatedObject.m */, + 3D734A22AA11D3BC219F32D5810FC745 /* SDAsyncBlockOperation.h */, + 863F693A5B68AF2A5158A24EDDD70CA7 /* SDAsyncBlockOperation.m */, + 313BFDE72FB10918220BA54210F0CEAB /* SDDeviceHelper.h */, + 46D213BFF285A8465586A7CA0545032C /* SDDeviceHelper.m */, + 1B0605D32D41D9C78ECA3148C71A5943 /* SDDiskCache.h */, + CC7124BA2C09FB08F22611BD92D6DB69 /* SDDiskCache.m */, + A4B1D8D1C0F2F18FD6C3E17DE0089B40 /* SDDisplayLink.h */, + AC4D1132452DC2DBA838D7E9B06D082E /* SDDisplayLink.m */, + C0446794A1DC5AEFBDC4980D20FAAE8D /* SDFileAttributeHelper.h */, + 5B068E293CF3E2C91EF9701251FA038B /* SDFileAttributeHelper.m */, + 28352BE2438F4919A86E913F1E40DDB5 /* SDGraphicsImageRenderer.h */, + 66EA66452B52CB6B92B6402BEF7903CB /* SDGraphicsImageRenderer.m */, + F33654FFA200AD37E0AEA164365D3028 /* SDImageAPNGCoder.h */, + 77DCB6CA884A3A5A9AA01AB76F251EBE /* SDImageAPNGCoder.m */, + 03055BF64422A37503A80402C63DB7F9 /* SDImageAssetManager.h */, + C54F7E55836F5EEA1BFBDC44E7892D69 /* SDImageAssetManager.m */, + 40075AE4D7D3C004F0F8C182B1F48EA2 /* SDImageAWebPCoder.h */, + 7738ED7E76FEF83905D055EAEDF4C306 /* SDImageAWebPCoder.m */, + C0F5790EA0C3159E426F73E882E59BB2 /* SDImageCache.h */, + 6CE57080146CCCF3348C83AA82527076 /* SDImageCache.m */, + A60D14DC0C571DEBA8CFBCC000802724 /* SDImageCacheConfig.h */, + 9E226C491F4FAEEB47C513344C621B0B /* SDImageCacheConfig.m */, + DBB9947669E5E7F1083CA86E27CC6340 /* SDImageCacheDefine.h */, + 6A890C8C8BE8AF8422E89D337C302078 /* SDImageCacheDefine.m */, + 40772471A6D334C53EAEF4947E32361E /* SDImageCachesManager.h */, + 79D85C09F4F80807B0B2038AAFF32B48 /* SDImageCachesManager.m */, + 31631DAA9EEC8652A814167C208B950D /* SDImageCachesManagerOperation.h */, + E4577B60D00DE62AA33A1BD9D7130C1D /* SDImageCachesManagerOperation.m */, + 5FF0D789CCAB849732A40302ED8A2095 /* SDImageCoder.h */, + 7847C4AD7B018943FCCAB442AF63B210 /* SDImageCoder.m */, + A5500AF5B930E30C6F1D8BCDAD72DF70 /* SDImageCoderHelper.h */, + 0207A8E72ED70076D64F40DA85A42A0D /* SDImageCoderHelper.m */, + 81634AB20189866C1DAACBE7ADE3FE71 /* SDImageCodersManager.h */, + 13718FB640351EB5F4E2AB74183AC8A4 /* SDImageCodersManager.m */, + AF470FEAF749C252502872919CB42AFD /* SDImageFrame.h */, + 63FD2C7AC900E9098AF4958B55AAFB1A /* SDImageFrame.m */, + 12635B7706B924723B0A979BE19CFDEF /* SDImageGIFCoder.h */, + 0EF176349EBEE2A8D787872DD3FA4BC6 /* SDImageGIFCoder.m */, + B1B0D284ECE18243FDD2727F49B2150C /* SDImageGraphics.h */, + 032D20942647365D0955309A5622E8EC /* SDImageGraphics.m */, + 7BD325A592921BB9C1EB98F1090D0886 /* SDImageHEICCoder.h */, + 612AE2EF9C0251B4BA33440073E96293 /* SDImageHEICCoder.m */, + E447095A01B20211111302CC9F7AF2BE /* SDImageIOAnimatedCoder.h */, + 156A8B0BC674EAAABC54844E34633185 /* SDImageIOAnimatedCoder.m */, + F6CA35F41983DEA1553B3822C6B01534 /* SDImageIOAnimatedCoderInternal.h */, + 52C84061E551B48500F06F17C56EED41 /* SDImageIOCoder.h */, + 07AE42E37D882CA068BCBC87DA252E1B /* SDImageIOCoder.m */, + 55FFE80E25F450CD60B3EA96E7E25385 /* SDImageLoader.h */, + A7692D6BC0ED9FE4B84720C78519C1D1 /* SDImageLoader.m */, + 691A0793B7F3E1C7A066E631CAC5C309 /* SDImageLoadersManager.h */, + F21E640ED5AD00EF3E6A8A6CDF4125A5 /* SDImageLoadersManager.m */, + 73F02D3ABE9263B051487F54451FAD51 /* SDImageTransformer.h */, + 1A6F2EFDDDFFFC5F1799C86B531E4DCD /* SDImageTransformer.m */, + 043558E7C08A7178619F95E09B60F943 /* SDInternalMacros.h */, + FF95836F7C38201C37E7822A6602D202 /* SDInternalMacros.m */, + AD7A95BCBC44E02FBFA20CDA3AAEE767 /* SDMemoryCache.h */, + 60F78CC8E18A1AF6A8C7F0B7ACF3336A /* SDMemoryCache.m */, + 1C1202EBA3EF3B80BDEE28D1D24B0AD3 /* SDmetamacros.h */, + AD3024614ACBD94003621A5529C304F2 /* SDWeakProxy.h */, + 8DBD8218C0BD83632A4084E1331AD753 /* SDWeakProxy.m */, + 329DF1246D99A6E6632CBCBE7027B1F8 /* SDWebImage.h */, + 5C30CBF3E591EDE9750A2BB0AE5B63B9 /* SDWebImageCacheKeyFilter.h */, + 8164F8177C21B783BD25488DF7CC8572 /* SDWebImageCacheKeyFilter.m */, + F3EE1D07E6A48C831D2130DFA3BE7034 /* SDWebImageCacheSerializer.h */, + 90408D901F3AE9E324F203FD50CA681A /* SDWebImageCacheSerializer.m */, + 4D3D3FBB32C7CA30CCA834CFF221B49C /* SDWebImageCompat.h */, + 6BB6294F61B25B9927408AF581C6D8BE /* SDWebImageCompat.m */, + B096E96BD3DA5B3C7F1A80CCBC9943F1 /* SDWebImageDefine.h */, + FA16C87249768835D971345B1A86CC4F /* SDWebImageDefine.m */, + A738F2276C353FA2E1D6F17958859664 /* SDWebImageDownloader.h */, + 2DE2F9F8CDA4B6AD8D389CECA81820B8 /* SDWebImageDownloader.m */, + 93F787DE69F982C3A01AA8B19F2C3ABB /* SDWebImageDownloaderConfig.h */, + A9A290190881BC042D7BE0945E102E0F /* SDWebImageDownloaderConfig.m */, + 53833BC74F15B67022BC312529BA5F3B /* SDWebImageDownloaderDecryptor.h */, + FF00472C1873F6C4BCF076A83705712F /* SDWebImageDownloaderDecryptor.m */, + 456EFF224DA4D2A0F65D7650ED537061 /* SDWebImageDownloaderOperation.h */, + 28C6A6A750F28E9016EE8D50FE0D6F7E /* SDWebImageDownloaderOperation.m */, + B237E6623D9A3F3E9DAFCDC0EB60E206 /* SDWebImageDownloaderRequestModifier.h */, + F8EBC9258A934EB27F64CD058BD7AD4E /* SDWebImageDownloaderRequestModifier.m */, + 00FADF3AC2BB52553428D08791A857B6 /* SDWebImageDownloaderResponseModifier.h */, + 781571645372B0EA1859B033F3D8501E /* SDWebImageDownloaderResponseModifier.m */, + EF82F208E28FCA3D990DE5F04AC23C61 /* SDWebImageError.h */, + A0712D4E042D92CCEAABF02AC5068B78 /* SDWebImageError.m */, + 9AB3D321B0DFEA98A8CB29B886B28E18 /* SDWebImageIndicator.h */, + 74B3A291399A6F8D2CC5FCD58BC1DBD8 /* SDWebImageIndicator.m */, + 7B7BE885FDA900E629F32B5C3CFD8D78 /* SDWebImageManager.h */, + 10E662842CCB8BB7D80D506AC8114EFE /* SDWebImageManager.m */, + 428B648BF8DD480E28D2039995852BEB /* SDWebImageOperation.h */, + DDDE70154CECE8AD06500F98BD45B746 /* SDWebImageOperation.m */, + 86D395B9C5239072CB7F7435A8FC8C45 /* SDWebImageOptionsProcessor.h */, + CDC9FFB81001C44ECDF00E736A25DBBF /* SDWebImageOptionsProcessor.m */, + 9D5D3000924A28854BF30C741A44BA71 /* SDWebImagePrefetcher.h */, + C75838A8FC87FF810F5A71F1E2579FFC /* SDWebImagePrefetcher.m */, + 324A0266D047B200EB21F33F982AB10A /* SDWebImageTransition.h */, + E90860D5F6356F8383CD2F8B1413B9E7 /* SDWebImageTransition.m */, + 3E61CB9BAE0DA7EBFB6EE53FDE1D18E4 /* SDWebImageTransitionInternal.h */, + 7C01AECA86EF24FC9BE590AF588FB4CD /* UIButton+WebCache.h */, + 06C43AE1D7C8D4001CFB5C081AE21214 /* UIButton+WebCache.m */, + 89B15BA86D5F88C2031F2AC62300E48C /* UIColor+SDHexString.h */, + E0694086949B0979DB64995BA7904F1F /* UIColor+SDHexString.m */, + 4636EDF91953D144F850359AA9C9226A /* UIImage+ExtendedCacheData.h */, + 29CA4D50B3EB2929D5A945F27DBBA637 /* UIImage+ExtendedCacheData.m */, + C5AA5A352540A630BF56509C30BD7783 /* UIImage+ForceDecode.h */, + 5549B9DF5F019051A946DAB3142520EE /* UIImage+ForceDecode.m */, + 395E9F893E250E24DC05768A16393E89 /* UIImage+GIF.h */, + A1808F46B33625C3E478921DD3303095 /* UIImage+GIF.m */, + CE1FDC3D653F1CBF7198EE642D18A04C /* UIImage+MemoryCacheCost.h */, + B120A99A8616D788D59F73F65251D541 /* UIImage+MemoryCacheCost.m */, + 7E02D221BCF73BDE49106615898F8F66 /* UIImage+Metadata.h */, + B09C6BE5639A28C62BF6075481A94626 /* UIImage+Metadata.m */, + 517820C8F602E3186D139F11EDD215CA /* UIImage+MultiFormat.h */, + B98CF75160642F82AC07FB2CD3202816 /* UIImage+MultiFormat.m */, + C7D78CBE8B6C7F0FF7DEA659F2DE0D88 /* UIImage+Transform.h */, + C23821534388B6C03C78262EFBAA6B93 /* UIImage+Transform.m */, + A0A8B41E68B3B3854E4BB4C353ADA5AE /* UIImageView+HighlightedWebCache.h */, + 465EB567CD99C104B469C43862959165 /* UIImageView+HighlightedWebCache.m */, + 784FCC80A105A86AB6FE7106D4D2EE4D /* UIImageView+WebCache.h */, + 1788876B15D9E7B8668403422B62887B /* UIImageView+WebCache.m */, + E8F153A6B0E8E8B687F268DE2043EAA3 /* UIView+WebCache.h */, + AEBCAE5DA62574EB5EE90146402A05BE /* UIView+WebCache.m */, + 4426FE7BB13C959614D30D603B8DFA59 /* UIView+WebCacheOperation.h */, + F6769A824070386F3BEF43E8C7AEE0C7 /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + 5E911B85D5FE9ED79485A88E7DE160A0 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1D751249F078CE1414BD471C12578BA5 /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 5E92CB01E300FE330B7F93290B4E10A2 /* DDTimerKit_Private */ = { + isa = PBXGroup; + children = ( + EC56909A36A0FE98504EBE4377BDC1F0 /* GCDTimer */, + 4979B0918EC0F109706A95ECAC06A056 /* Support Files */, + ); + name = DDTimerKit_Private; + path = DDTimerKit_Private; + sourceTree = ""; + }; + 5FB9FE004EA1AFB6E0E73CF3A997398A /* UIWindow+DDCategory */ = { + isa = PBXGroup; + children = ( + E3F43827C3BAA4D52E434F8CB44752C3 /* UIWindow+DDCategory.h */, + F8FE6D48C403C42ECF59EA2DDB7A89C1 /* UIWindow+DDCategory.m */, + ); + name = "UIWindow+DDCategory"; + sourceTree = ""; + }; + 608A6118006FF5CB6225A82FA1311B30 /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */, + CA4C3A23CF67AF861CBCBF4F978F7146 /* CocoaDebug */, + 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */, + 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */, + 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */, + EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */, + 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */, + 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */, + 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */, + DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */, + 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */, + FB908FBF9F755AFB285A27A674140F71 /* DDMAMapKit_Private-DDMAMapKit_Private */, + 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */, + 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */, + 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */, + A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */, + AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */, + F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */, + C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */, + B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */, + E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */, + BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */, + FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */, + 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */, + 979486118B3E90C08386079D57962701 /* SnapKit */, + DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */, + ED363DD89BB17FB9F31F94524BA59CBB /* ZFPlayer */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */, + ); + name = Products; + sourceTree = ""; + }; + 60B3A46FA687A41FC360C6B1D25CF0D6 /* JCore */ = { + isa = PBXGroup; + children = ( + A8A9D463BA6FC96C59BF037F4F749753 /* Frameworks */, + 7F0F560195C2BCC68A2A9291D8C07961 /* Support Files */, + ); + name = JCore; + path = JCore; + sourceTree = ""; + }; + 61D25D3FE688025AD24BE07C029A6481 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6768401D56F26BE09FE17407898D77E0 /* Kingfisher.modulemap */, + 513ECFF25FA5F27062DE2EC2387B8859 /* Kingfisher-dummy.m */, + 73E16EC3055C84138E037C5DAA0B0E78 /* Kingfisher-prefix.pch */, + 92CBEBCA4251835958F10EF7F5824F1E /* Kingfisher-umbrella.h */, + B9C1C0E9530D45CC2F90913FFFA0A1A5 /* Kingfisher.debug.xcconfig */, + 40599A2F57B0ECBDB61FCEA5DABD9C53 /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 62C1BE90EC1DFC8BFEA31917E7D5FF11 /* MJRefresh */ = { + isa = PBXGroup; + children = ( + 5EE72B303FED281DCE4501B32C1968D9 /* MJRefresh.h */, + F469C8EC56801D8393C8319A96943298 /* MJRefreshAutoFooter.h */, + 3918CA5CC326508770C0DECE685CEF67 /* MJRefreshAutoFooter.m */, + E653A9427017D4AC315F0062F219DD60 /* MJRefreshAutoGifFooter.h */, + 412A53FA2DB7DD8AE3C58B33E7922C42 /* MJRefreshAutoGifFooter.m */, + 11EBD7B10221D72F59F1B37D142AF3AF /* MJRefreshAutoNormalFooter.h */, + FCD8AA3997CDCF93B01263187FA294FC /* MJRefreshAutoNormalFooter.m */, + 24F9E3FAE8DD218B05F29FAC79FA67D0 /* MJRefreshAutoStateFooter.h */, + 46D8A8F6A82B40CE45C4D6460431311B /* MJRefreshAutoStateFooter.m */, + 852394B4669DACF47435FF42951C5228 /* MJRefreshBackFooter.h */, + 1520465CB60000ADEA5803AAE7A9D61D /* MJRefreshBackFooter.m */, + 3570A3E8C6AD7F7B827FDAE6575C4C45 /* MJRefreshBackGifFooter.h */, + EC8354BB25750413C9C7511E61B00A36 /* MJRefreshBackGifFooter.m */, + 6BA5CB46AFDE8F9C68D6DB5E777E1E38 /* MJRefreshBackNormalFooter.h */, + 04EFC53428ABBF05C2CE5B06233297B9 /* MJRefreshBackNormalFooter.m */, + 42F3B714E3C1AFD34FC0889589A003AC /* MJRefreshBackStateFooter.h */, + 698D65BCB86F1EFBB4044CA1FD5084FD /* MJRefreshBackStateFooter.m */, + 1501984C055C14132F634954D7538C95 /* MJRefreshComponent.h */, + 61189B68445F5DBB2F303C455770BAB9 /* MJRefreshComponent.m */, + C1F831A9968933F0CD14F0E3D583418D /* MJRefreshConfig.h */, + 8C9EF575597F9F7CFC970ECB32022BFB /* MJRefreshConfig.m */, + 32B600443C63883B8CD143928EE4985F /* MJRefreshConst.h */, + 2E2DEBBA313225DD7F97D83BCA0DF6BE /* MJRefreshConst.m */, + 00085239B86966B3FBACAB1CEC761201 /* MJRefreshFooter.h */, + C1E6A1947DADF070FF1AE6719B6A0334 /* MJRefreshFooter.m */, + 9DF61E291B21E75EC83C848259E68362 /* MJRefreshGifHeader.h */, + 2401AE6C60B27D6558FC404A265205BF /* MJRefreshGifHeader.m */, + 83EFA5F5329A2748C44A2B01C49B67E3 /* MJRefreshHeader.h */, + 1311A89C439F3F86D462758ECF8BFDC6 /* MJRefreshHeader.m */, + A51779D6F2697BC21567BE6EF2B1B115 /* MJRefreshNormalHeader.h */, + F104944345325A63DB53FC75B26935A2 /* MJRefreshNormalHeader.m */, + B72E89B61356261B6E302DB9E2E8FBC1 /* MJRefreshNormalTrailer.h */, + 3A48FE340BA88832AD091A745DE897E2 /* MJRefreshNormalTrailer.m */, + 782C5E888064B0C0711365E508720554 /* MJRefreshStateHeader.h */, + BE6B92F52916E236A7C395C86F92A8DC /* MJRefreshStateHeader.m */, + 184ED50B4CD70EAA83B77C06CE3B482E /* MJRefreshStateTrailer.h */, + 7159F6464BF2853BBBBA3CB268075F1D /* MJRefreshStateTrailer.m */, + 1F69CE77536D09B3A6A4D830133402FF /* MJRefreshTrailer.h */, + D44C092B2901205E37A225BCCBF63D86 /* MJRefreshTrailer.m */, + 379F68FC8FF0A37C3322B1639AFD268D /* NSBundle+MJRefresh.h */, + 122DB1ABC168CADE1A922293DBC6D8BC /* NSBundle+MJRefresh.m */, + F2F3E192AB2EC28B6BDA3003D7710F1B /* UICollectionViewLayout+MJRefresh.h */, + D35B154939AE423BA0301C60665B3F4C /* UICollectionViewLayout+MJRefresh.m */, + 686572016F4CDDF02664E2F37E617204 /* UIScrollView+MJExtension.h */, + 5F5945651C0B7F4E31E89701B83BF082 /* UIScrollView+MJExtension.m */, + 671609D2BFAB66A942245279435847D6 /* UIScrollView+MJRefresh.h */, + 2CA03E5E75E6660E93497870D7EB60D2 /* UIScrollView+MJRefresh.m */, + C4966BBC7564FA618AE13A30C154B6FA /* UIView+MJExtension.h */, + A515FAF5DC67978EEFDEE9EDA99F0306 /* UIView+MJExtension.m */, + B47330085B4AEEEC020FC27335569A1E /* Resources */, + 2DF7B854930B8A678D569446B960194B /* Support Files */, + ); + name = MJRefresh; + path = MJRefresh; + sourceTree = ""; + }; + 6317BBD255D43BE5DFE05E62406AE7C3 /* NSThread+DDCategory */ = { + isa = PBXGroup; + children = ( + AB9672F87153194D3D0225E335B056DC /* NSThread+DDCategory.h */, + 2B8D3240DEF93BCD0F3A26AEE5CD912E /* NSThread+DDCategory.m */, + ); + name = "NSThread+DDCategory"; + sourceTree = ""; + }; + 6324392C523B58EBBCDD5971EB878963 /* DDBaseTextField */ = { + isa = PBXGroup; + children = ( + 96A92BABB8E5850D325A251DBE041095 /* DDBaseTextField.h */, + 1621790E838B8AFB8DF33F41D71E2EE8 /* DDBaseTextField.m */, + ); + name = DDBaseTextField; + sourceTree = ""; + }; + 636079B7E8607344AE4508D27B7812F2 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 56E7B0E90C3BA70F455FB96537402436 /* jpush-ios-5.0.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 641798AC0509AAFA8492DA81B9B9E3D7 /* Support Files */ = { + isa = PBXGroup; + children = ( + FA1D070DD704C34B11F53F7F1CF04656 /* AMapSearch-NO-IDFA.debug.xcconfig */, + 2630F61AF81F643384363037309A074F /* AMapSearch-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapSearch-NO-IDFA"; sourceTree = ""; }; - C1192E09672D940A882836A1DF0950D2 /* DDTransitionAnimation */ = { + 6532A9AC8179094FEF145A9C76E2FBEA /* UINavigationItem+DDCategory */ = { isa = PBXGroup; children = ( - 1DB05F2BCED20A810CBAA62C1BAEDCB4 /* DDViewControllerAnimatedTransition.h */, - 17075B86399C6DB935AA08E181723791 /* DDViewControllerAnimatedTransition.m */, + 1ECCDF91111D22AB20DA55F3D0A96EDB /* UINavigationItem+DDCategory.h */, + 46EFA0F28BF313CF52601714100A6D26 /* UINavigationItem+DDCategory.m */, ); - name = DDTransitionAnimation; + name = "UINavigationItem+DDCategory"; sourceTree = ""; }; - C3FFC0108DA729FF0B9D023A04F31AAF /* DDWebImageKit_Private */ = { + 66B48479D391294545032DF3E94DE38F /* UINavigationBar+DDCategory */ = { isa = PBXGroup; children = ( - 523F2112E14471044CBE6BE337D1D9EA /* DDWebImage */, - C963CEEC3607B033E527DC0AE5FBD11C /* SDWebImage */, - 827DAABBA54462C0CB0589CD35E8F57C /* Support Files */, + E66B5A656D615770B73C931E7749AB13 /* UINavigationBar+DDCategory.h */, + 185C92A657E93C1C35ED53DB482C02DC /* UINavigationBar+DDCategory.m */, + ); + name = "UINavigationBar+DDCategory"; + sourceTree = ""; + }; + 66D5B43010216CE00965D802A378AA6C /* DDMAMap */ = { + isa = PBXGroup; + children = ( + F723C46FF2AA9CFFEF905FE17EFE9D77 /* Annotation */, + 5A82AD7E146D8CDA2AFD0C2D9FF07F28 /* AnnotationView */, + FFCE7AF793F93E05ED29B8A37E7445DE /* MapView */, + DAEA850F74ACF35117204CEFE58DE706 /* Overlay */, + A5043C94F981AD3418CFA302C639EBA9 /* Sources */, + AE17E4CA5C565C96427DF9A41F22972C /* Trace */, + ); + name = DDMAMap; + sourceTree = ""; + }; + 6C77F03ACA13B05E62348668D5FED658 /* DDBaseViewController */ = { + isa = PBXGroup; + children = ( + B5291FC7B045361F59CC4A3ECBEB12F9 /* DDBaseViewController.h */, + 796BB6AD08035F6ED41E9280B8B59189 /* DDBaseViewController.m */, + DED1635287398DD9988794D19CDE3A79 /* Resources */, + ); + name = DDBaseViewController; + sourceTree = ""; + }; + 7022226124F78887A172D145A6BC8BA9 /* UIImage+DDCategory */ = { + isa = PBXGroup; + children = ( + E7036BCB617B67415AD14B6BD908DC8C /* UIImage+DDCategory.h */, + 1CD749D21AE967551F779A3002C7FE05 /* UIImage+DDCategory.m */, + ); + name = "UIImage+DDCategory"; + sourceTree = ""; + }; + 70F63AC6671B4DF6A9E24EF9A4F78126 /* Support Files */ = { + isa = PBXGroup; + children = ( + F579513409FAF80272D37287624E4DA6 /* DDCategoryKit_Private.modulemap */, + 3BC4927B21C4D27CBD9A26EDBA75092D /* DDCategoryKit_Private-dummy.m */, + 3DEE98FCE09C822E6EB909E7433162B8 /* DDCategoryKit_Private-prefix.pch */, + 705C47BED0CF532D09D3BBE19559C79B /* DDCategoryKit_Private-umbrella.h */, + 3C391FD7C2EFB3D9363345F7D3C7A785 /* DDCategoryKit_Private.debug.xcconfig */, + F482DB16D88102711A1C29D3BF8E5571 /* DDCategoryKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDCategoryKit_Private"; + sourceTree = ""; + }; + 715D19A8231B9B5EC03FCECC94AE826D /* SwiftEntryKit */ = { + isa = PBXGroup; + children = ( + 3A661DD74B4C607FDC57AB2939F245D5 /* EKAccessoryNoteMessageView.swift */, + 2F243BF87AB45371D428D7B76333D8A5 /* EKAlertMessage.swift */, + C4FF58079BD8730517007E7A34F76443 /* EKAlertMessageView.swift */, + 575551663352BA962BE4148CB0244A9D /* EKAttributes.swift */, + 1F7344BEDB7AAC4F5569BF4AF72D2E9F /* EKAttributes+Animation.swift */, + 3BAE6577D503BBDB1BE39CD81BF643AE /* EKAttributes+BackgroundStyle.swift */, + 8CC16F924F196892DEC31D3E49E02B55 /* EKAttributes+DisplayMode.swift */, + 21B01F4F7F62B33FF2291E6BDD36CCDC /* EKAttributes+Duration.swift */, + 012C540D35A17C88E617ED688895FDCA /* EKAttributes+FrameStyle.swift */, + 21028F4495F9E6E78FBC9786F369485E /* EKAttributes+HapticFeedback.swift */, + 729CF33D3AF4FCBD188FB6C0ABE783D7 /* EKAttributes+LifecycleActions.swift */, + 2AE5A26769E17C371BFC42663697A51C /* EKAttributes+PopBehavior.swift */, + 75974171D1911468515EA5FB32C4CDDE /* EKAttributes+Position.swift */, + 4684B9E249B41DB34586DDBACDE79F28 /* EKAttributes+PositionConstraints.swift */, + 1D7BBA0AC661D5E1C4C20ACF96EA55E4 /* EKAttributes+Precedence.swift */, + 11B969A958EAC0596FA0318608CFFA56 /* EKAttributes+Presets.swift */, + 3597A6868966C0DDC5EF692947FCDA56 /* EKAttributes+Scroll.swift */, + 09F8706FD0A8A73C54D109429170C708 /* EKAttributes+Shadow.swift */, + 9735C2F699A2897E4A87BC57515059B6 /* EKAttributes+StatusBar.swift */, + E37D001C2421670D80165556D3E2A8B4 /* EKAttributes+UserInteraction.swift */, + 2EB100F700BEC78B8228FE476559D0EC /* EKAttributes+Validations.swift */, + 1714280F2E8FB3B37AC6C4DEFDD2977B /* EKAttributes+WindowLevel.swift */, + 021343692A8B30DA6D11C3FCB174A9DD /* EKBackgroundView.swift */, + F4AF2AD57E925C1B799A1E1E61B48CB1 /* EKButtonBarView.swift */, + 0EDDB5BE21636EC581687500D5B35969 /* EKButtonView.swift */, + BDE1B3E26903D2A311B8406A343E9D98 /* EKColor.swift */, + 7D0B924F482A9600E5C4EE8C2458F4D3 /* EKContentView.swift */, + 32DA158F1885A4FB06915FC4D644443E /* EKEntryView.swift */, + 13E37849971F07A5DB04C5B32043004C /* EKFormMessageView.swift */, + BFC679F57F5DB0F699CB425AFCB2271C /* EKImageNoteMessageView.swift */, + 1D00D25EBA603D369EEB0C3B409DA303 /* EKMessageContentView.swift */, + 7248DDEA7E41821AD1584C8DE0429B1A /* EKNoteMessageView.swift */, + 3F52D055AE06A9DCC5092A8D47B24EFD /* EKNotificationMessage.swift */, + 92BF351B1F93BCAD9B2FD79F3826E6BD /* EKNotificationMessageView.swift */, + 270C7AB6746DBAB565C4CC45B2EFE56F /* EKPopUpMessage.swift */, + F21C5740A85CD288B19D352801DA7735 /* EKPopUpMessageView.swift */, + EF96E12E1C9EAA9EAF7F1625FB3E6606 /* EKProcessingNoteMessageView.swift */, + 816A2DAC3059BF2D1A5EB64A8FD4DC81 /* EKProperty.swift */, + 034D6D155E85616017237744FB30D886 /* EKRatingMessage.swift */, + CB583B73987D3A9756C8AF28AD0E7342 /* EKRatingMessageView.swift */, + 3DCBD31DD2BE79F27BF7F5D56A309B81 /* EKRatingSymbolsContainerView.swift */, + FA06130E3F8FA378C6E623A2331E164A /* EKRatingSymbolView.swift */, + C0FDC1B67C9EFBC0153D67BE026B9152 /* EKRootViewController.swift */, + EC14E77794267A2FFCFA88C6B0B7A9CA /* EKSimpleMessage.swift */, + C4173095EE459F05F546E4CFC7BC37AA /* EKSimpleMessageView.swift */, + 3AC5B3D96C03474AAC51E2B20EC515FB /* EKStyleView.swift */, + C4CBDAF5E7BCA5141D88A4D430950734 /* EKTextField.swift */, + DEA554AA4318FE22B229284700D68BE2 /* EKWindow.swift */, + B77670AADD8F21A145D8C6A722218B78 /* EKWindowProvider.swift */, + 83C90A33D8C138ACBCA24C8605F69479 /* EKWrapperView.swift */, + 5141227188E43EF3E02C63E1360BC8AA /* EKXStatusBarMessageView.swift */, + 8108FB54D5DBCB872EA062EC567C309F /* EntryAppearanceDescriptor.swift */, + C7B14B35B51C7C0A6DFA34F16ADD1EAC /* EntryCachingHeuristic.swift */, + E8861F9C8690C36A4176F5F7487FD918 /* GradientView.swift */, + C2E25EDA158F2F673C03750AC4D6FFAB /* HapticFeedbackGenerator.swift */, + 6AD238A58CBD941483A8509AA8C22237 /* QLCompatibility.swift */, + 0CFAD22E15751B4ACA8E3C9AC81FB371 /* QLUtils.swift */, + 8A268D2BDA94AD280D2DE4C11BCE64E5 /* SwiftEntryKit.swift */, + 1A83E83A21E44801E36B38E70F90E8E8 /* UIApplication+EKAppearance.swift */, + A16276A496FB3A902D2A964CE0E29DE9 /* UIColor+Utils.swift */, + 3F37E2052DB21D9CF6D73C48E8C8E24F /* UIEdgeInsets+Utils.swift */, + F9C90EC10722349061BBF65CE09E3F9E /* UIRectCorner+Short.swift */, + 22982301729C1DB4549D4E627D1F2016 /* UIView+QLContentWrap.swift */, + A80BEED850CDA5DBC1221F60011DF541 /* UIView+QuickLayout.swift */, + A8AF1512651E4779EC36D36A19C43CFA /* UIView+Responder.swift */, + 78CEC97D4D7024DCABF270A8F298E9C0 /* UIView+Shadow.swift */, + FBAF6C14D434C53ADFC0EBF8F07AC1D2 /* UIView+Utils.swift */, + F86441220BCD676459F1661E6BE0C079 /* UIViewArray+QuickLayout.swift */, + 49EC4D585237004C4C0CD0B612B7AD3F /* Support Files */, + ); + name = SwiftEntryKit; + path = SwiftEntryKit; + sourceTree = ""; + }; + 716B11DB96507CBDC2AD4704EEE6B6BD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 94AECCE83B74950AEB9B54E1F071BD7A /* AMapNaviKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 71B3AF5C86FCAADAD9E521F714E8867F /* Support Files */ = { + isa = PBXGroup; + children = ( + 12083140EB04243050A3F4C459CB1F53 /* JXCategoryView.modulemap */, + 7BA94BB39B1FD71B282FED6A1C0CD56A /* JXCategoryView-dummy.m */, + A325F0C875C2A7F3102D7CF3D7FB7152 /* JXCategoryView-prefix.pch */, + 753EE6074BD8B5EA7E0B2413A8EFC021 /* JXCategoryView-umbrella.h */, + 73BB4790DEA59FB4F361FCA722222167 /* JXCategoryView.debug.xcconfig */, + 837601AB7BD409296E22FCB34536B2FF /* JXCategoryView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JXCategoryView"; + sourceTree = ""; + }; + 723D365C0DF11DB7FA39EAF1C3780BAF /* UINavigationController+DDCategory */ = { + isa = PBXGroup; + children = ( + 41A1691C2BE865FFC017905977BD57AB /* UINavigationController+DDCategory.h */, + 80441C73AF76E57F9D59BA9E79F69E93 /* UINavigationController+DDCategory.m */, + ); + name = "UINavigationController+DDCategory"; + sourceTree = ""; + }; + 729532DAAA0332A17B447D2C84E5E4CA /* RxCocoa */ = { + isa = PBXGroup; + children = ( + 98724D7B1EABFBF353512DFD69D2B04D /* _RX.h */, + 4C048C396EA2DAAEA951DA48415E5382 /* _RX.m */, + 8AFC699C70BA70AB3645F58B2E62B35F /* _RXDelegateProxy.h */, + 9E109C1834669DFDEFCA69A1CC60EAB0 /* _RXDelegateProxy.m */, + 577E38A9A6BF9EB43463F828DB4D315A /* _RXKVOObserver.h */, + 5BD101BA0F3DF3EF326886B74E83A7F2 /* _RXKVOObserver.m */, + 6894D17AAE8B5A951CCD612F7CC3CECD /* _RXObjCRuntime.h */, + 365A4052B6E59C09099A31957DE7E81D /* _RXObjCRuntime.m */, + 90CF8F5D7891E78E8A7382237FD5A7CD /* Bag.swift */, + CCAF666562DAFB8A53747C2B587EC53A /* BehaviorRelay+Driver.swift */, + FBA5236A10552A8D29952DC1BBA85621 /* ControlEvent.swift */, + 7E8B774400628397C7EBA8A9D6D9F000 /* ControlEvent+Driver.swift */, + D06DF6006040EBFE642C4211B2E979CB /* ControlEvent+Signal.swift */, + B8BA1129BB0D9156FDC8312742502691 /* ControlProperty.swift */, + DFCEB9DBE5108EEC6772AD74661FD6DE /* ControlProperty+Driver.swift */, + F280235E25541D09832DCA29E478B8DA /* ControlTarget.swift */, + 980C82F87875D28C99868867D59CDF13 /* DelegateProxy.swift */, + FCABA63244D1F291478A402FDBAC9200 /* DelegateProxyType.swift */, + EE87D4C3493004D07C6C76692F2B3A8A /* DispatchQueue+Extensions.swift */, + 13B4E318B704CA907F63566C88F1C614 /* Driver.swift */, + 1C7A0CB4ABDADF628879C75D0AB2EB3E /* Driver+Subscription.swift */, + 2FF9E750AD2CB0D27E9E681C96674924 /* Infallible+Bind.swift */, + B0958A1C3A6CFF23F345E87811801EE6 /* InfiniteSequence.swift */, + 877E49582EABC64A702AD5DCFBB58DCE /* ItemEvents.swift */, + 8E73B115D245467D0908201CB410C86A /* KVORepresentable.swift */, + F3BE35F972C55B9C8376B636CA186387 /* KVORepresentable+CoreGraphics.swift */, + D9354FA62ABB03C45705BBEF58600F38 /* KVORepresentable+Swift.swift */, + 41DC2B44A57D2F703C7977131F386292 /* NotificationCenter+Rx.swift */, + F5F22048ED168D7CC15C3D4CEAF95386 /* NSButton+Rx.swift */, + A544AE37AA7B38BFF491C784B2DE243F /* NSControl+Rx.swift */, + 3AB2785530B705AD077BC6CC48F3368D /* NSObject+Rx.swift */, + 55A46D06818E2484012E72D3FAE7DF38 /* NSObject+Rx+KVORepresentable.swift */, + 3FE99F043033AAE33ADBD0AEC0466359 /* NSObject+Rx+RawRepresentable.swift */, + CA5454FCB730A15EF4B63661C557D81F /* NSSlider+Rx.swift */, + FA2504A811A701D90CC365CF677EE106 /* NSTextField+Rx.swift */, + 0847AE3B76C3D6615236A8F2653F11A2 /* NSTextStorage+Rx.swift */, + 12B44B006BD58C612E0F86E136C16A69 /* NSTextView+Rx.swift */, + 209642D29237FB7ED9D0F590B130F978 /* NSView+Rx.swift */, + BFA70A578F054FDB3448BFD49F908056 /* Observable+Bind.swift */, + 9E5899322119940A1642B33C160A68F1 /* ObservableConvertibleType+Driver.swift */, + 66688685D55C063BC977F2021C5EB576 /* ObservableConvertibleType+SharedSequence.swift */, + C511CEDDCA901AC2D08593D20EAB0BBA /* ObservableConvertibleType+Signal.swift */, + 50AE82A5CA9DF47336E1E962CE42DD3D /* Platform.Darwin.swift */, + FB668C22CDC4518E5CE846A3E92D6B43 /* Platform.Linux.swift */, + E7E90A07226C95628B8509AB4AABDE84 /* PriorityQueue.swift */, + 1FD2C8D901E64BA06535DE0EDA471CE6 /* PublishRelay+Signal.swift */, + 6D4CE960A7E78CBA3CEFEE9B2F5660E1 /* Queue.swift */, + ADAF57DC39FC3A0266E93AA0C88F4C27 /* RecursiveLock.swift */, + C74C018C49FB5BC47A6E919FCF9BF826 /* RxCocoa.h */, + CF228C986829D024EE886D7D4AE44AF5 /* RxCocoa.swift */, + 2B8E9E9E061E70D89C558E3324C7CE15 /* RxCocoaObjCRuntimeError+Extensions.swift */, + DB1514E1F49F2931ADBA7C318C388567 /* RxCocoaRuntime.h */, + 2BDA37888227E5DA6805BE9E1739DB50 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, + 0011A5E14E8B2E251595B207824FD930 /* RxCollectionViewDataSourceProxy.swift */, + 2464E8D274F116876E5B2C0452BE1C63 /* RxCollectionViewDataSourceType.swift */, + 8095EFFA351143E593BE2FAD3C69DA9F /* RxCollectionViewDelegateProxy.swift */, + 7D6EE9FE0C48DF9098F0F844B5A8A014 /* RxCollectionViewReactiveArrayDataSource.swift */, + E4571D24A288F895D335EE5F8400AB15 /* RxNavigationControllerDelegateProxy.swift */, + 372E269A3B1B8F73493062A96BCE3655 /* RxPickerViewAdapter.swift */, + EF1BB0428F27AB1657C796221F0882F3 /* RxPickerViewDataSourceProxy.swift */, + 9A2C9951D15F3F23EAE6E9DAB44FA4CD /* RxPickerViewDataSourceType.swift */, + 090800DEDCDFA80FE07A076C987C0242 /* RxPickerViewDelegateProxy.swift */, + 8A502788870581DCDA44475703B43260 /* RxScrollViewDelegateProxy.swift */, + 065E2A98AFE12C2F8BF33E13DC63C011 /* RxSearchBarDelegateProxy.swift */, + 1A6987D11B028C1DB7AEC5D60CEF38B3 /* RxSearchControllerDelegateProxy.swift */, + CE1FE1D2FA14A41A9FC07D5A7706D6F2 /* RxTabBarControllerDelegateProxy.swift */, + 43650378CFCBD8352483239F4ECE666A /* RxTabBarDelegateProxy.swift */, + 4C7C8DE3149B543F333F559DB95BBA61 /* RxTableViewDataSourcePrefetchingProxy.swift */, + E263E249C714F19EF4872EC0D69900CE /* RxTableViewDataSourceProxy.swift */, + 163024904771E55DECAFF9B479D878BD /* RxTableViewDataSourceType.swift */, + 804CB750DDD621ED32C9471D181596DD /* RxTableViewDelegateProxy.swift */, + 50D33A2DF0A6CAE66A8526E72D018F81 /* RxTableViewReactiveArrayDataSource.swift */, + 3D7324CBD8419273FB160452ECC42640 /* RxTarget.swift */, + 9D77EB884993753C32C834B124B73055 /* RxTextStorageDelegateProxy.swift */, + D288B7154D00F645F93C53207D5B47A1 /* RxTextViewDelegateProxy.swift */, + 890597939DB4F7DBE878C66F622CE7BB /* RxWKNavigationDelegateProxy.swift */, + 955F04BE8AC42B4F88DD40EA874FF588 /* SchedulerType+SharedSequence.swift */, + AB921B5A270B10366D55185A89F538D9 /* SectionedViewDataSourceType.swift */, + E6BB16E6AAF36A66D2DB02FB4293519E /* SharedSequence.swift */, + F43C5F2560E56D94D2C02FDA7766CB10 /* SharedSequence+Concurrency.swift */, + 7D1F0AEBAD1B4935ACCA118EF3D9BC29 /* SharedSequence+Operators.swift */, + 6DF3AA1CD86F8AFFD014007E117B48E4 /* SharedSequence+Operators+arity.swift */, + CF2C8DD0E3B832C3C3BA38181D5FA02B /* Signal.swift */, + 8EAF28D51BC3581CFC4D398A97B9BD0D /* Signal+Subscription.swift */, + 7066AD6620A5050115F538A1B3278951 /* TextInput.swift */, + FCD8B52DE9388A8BCA117A201292AC2E /* UIActivityIndicatorView+Rx.swift */, + 1EC3D80DF4687C093EF72D57E4B50FEF /* UIApplication+Rx.swift */, + FA4D4DD8BBE39081EA839C077586C3C9 /* UIBarButtonItem+Rx.swift */, + FB0B4F4BD25D2D033286909588BA48C2 /* UIButton+Rx.swift */, + F63CA63F81481FADBD9A6409DBA88DA2 /* UICollectionView+Rx.swift */, + 9083BB027C5892FD772CFA69FAD4405A /* UIControl+Rx.swift */, + 58187CF235C04D93B117A8DCB1EECE83 /* UIDatePicker+Rx.swift */, + A7144689D190630E63029215165D9ABF /* UIGestureRecognizer+Rx.swift */, + 26E2006B1FDAC20429739FBEE951343C /* UINavigationController+Rx.swift */, + E59B283FF6C29B7AB5CB6812CF265333 /* UIPickerView+Rx.swift */, + BE88FA853E55D5013792EFA63E9999AF /* UIRefreshControl+Rx.swift */, + 6CECA1A13B1C670229E544F1D86331D4 /* UIScrollView+Rx.swift */, + 330BF527708EF0AB56F3AE494B7BAA5A /* UISearchBar+Rx.swift */, + B62D0574816C549EC984BE5866A4C65F /* UISearchController+Rx.swift */, + 302FAB13D84C66AEACC78E382C079F45 /* UISegmentedControl+Rx.swift */, + 2584E531DAE215B053136880BEC6AFC3 /* UISlider+Rx.swift */, + EFE8BA9FE1FEEFEBD62F9B42217C2D77 /* UIStepper+Rx.swift */, + 90F57426EC8A2A08133F43C33427D178 /* UISwitch+Rx.swift */, + 6A68B8BBB1AF1A036B15DBCAAD922AA1 /* UITabBar+Rx.swift */, + F6692669BA66619BD8C44734F47119C2 /* UITabBarController+Rx.swift */, + F29D256B07FFA3BF592050C9045F9987 /* UITableView+Rx.swift */, + 1F36E956C2974A7DE34CA252342C36C5 /* UITextField+Rx.swift */, + 17D0904181D9227EE42DC95FE58BE8F7 /* UITextView+Rx.swift */, + A2ABE06C08503FDF1E3F8F1890E8C4EC /* URLSession+Rx.swift */, + 69D8075ACFACE73D3EC2802778007245 /* WKWebView+Rx.swift */, + F381A9B191EB191C8425A35E64A50A18 /* Support Files */, + ); + name = RxCocoa; + path = RxCocoa; + sourceTree = ""; + }; + 758DB57FF6D6B1DF04ED29F91910BE19 /* Support Files */ = { + isa = PBXGroup; + children = ( + 410350E724DF0E2F41BB2F4C0E244521 /* AMapTrack-NO-IDFA.debug.xcconfig */, + 04050C9F25E5909779C1440FEF6BECCD /* AMapTrack-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + 79E5CDF2126EB0688BE1FAB13AEF2A60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9A7B017F143928E57D4AD751B06DC8A2 /* DDColorKit_Private.modulemap */, + 148243D848FBBCD24BE81F6AA6027297 /* DDColorKit_Private-dummy.m */, + 4A8AFA6D1BEBEC3765FD038758CCAE84 /* DDColorKit_Private-prefix.pch */, + 3F4AFE6100D6932A9DADBA37302AB774 /* DDColorKit_Private-umbrella.h */, + 5C26D4B106B232C42A1498B469F45DF1 /* DDColorKit_Private.debug.xcconfig */, + E0F9D8034E59E8B3DE7B6596BAED1001 /* DDColorKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDColorKit_Private"; + sourceTree = ""; + }; + 7DD7043B901996CA6B67C57C142C76FB /* SnapKit */ = { + isa = PBXGroup; + children = ( + 1632CC4FB7ACB0A09FE7D6B771C087EF /* Constraint.swift */, + 802D2ADA3908F84F3E0395FD55474946 /* ConstraintAttributes.swift */, + 6489646D8460336A5A7C07E269D64BD9 /* ConstraintConfig.swift */, + 7E4EF822909D0768B019595C09006A0F /* ConstraintConstantTarget.swift */, + 79A007230B0950235BE6A0AE1F58223C /* ConstraintDescription.swift */, + 64A0235796C01E5F4EEA83E04608B82E /* ConstraintDirectionalInsets.swift */, + A9795B46193FB18519D308D0A8A51E4F /* ConstraintDirectionalInsetTarget.swift */, + EDBDF5C4A6A454134E9AA212B45F8941 /* ConstraintDSL.swift */, + 643C5042E4EE80EF0C5F4669EE059F1E /* ConstraintInsets.swift */, + 1FA4E7CBDDDC37E941F20AC34C9B792A /* ConstraintInsetTarget.swift */, + 0C23DE1CBC8A4A019736B07653E08901 /* ConstraintItem.swift */, + 238E199508B6D6CE7427FDF917FB47DA /* ConstraintLayoutGuide.swift */, + F9A92963E1257C90EC799803D4E290C0 /* ConstraintLayoutGuide+Extensions.swift */, + B25892EB23863B8B9F3DBB416B837A23 /* ConstraintLayoutGuideDSL.swift */, + 89A1416FF119EBBEDEF5D40490920778 /* ConstraintLayoutSupport.swift */, + 6F7C07EC471EBB02A68F1D6D11470FDC /* ConstraintLayoutSupportDSL.swift */, + 94006D4A49785B086C9F6C172E056C65 /* ConstraintMaker.swift */, + 9CEA623A2B7C8608BDCE6B89E776EA3F /* ConstraintMakerEditable.swift */, + 7EC3247410C33818D90F1A3DB2DA9548 /* ConstraintMakerExtendable.swift */, + C307FD7D58A345C1727A13E4643ED6D0 /* ConstraintMakerFinalizable.swift */, + 853F6567022F83DF8345FBC13DF2EB89 /* ConstraintMakerPrioritizable.swift */, + D89C0B70B7B38D637C09BED46014A4BA /* ConstraintMakerRelatable.swift */, + 2F1561E35BD48AC0922C7C212FE57007 /* ConstraintMakerRelatable+Extensions.swift */, + B438B30E40D5E2840898DFA191FBBE40 /* ConstraintMultiplierTarget.swift */, + 87B942B5DE696ADA532AF4340D62520B /* ConstraintOffsetTarget.swift */, + B93B3BEE686849B52C6181B3390EDE42 /* ConstraintPriority.swift */, + 3AF68DE371028C9FD377B304DC9D38A3 /* ConstraintPriorityTarget.swift */, + 0DB005E2E160269FDACE55E398290AAB /* ConstraintRelatableTarget.swift */, + BA422E953B70E5E27EDEFB97EF36A1B5 /* ConstraintRelation.swift */, + 381FC5F738425A04825AF49F4E5589D1 /* ConstraintView.swift */, + 4088095F143D78D1406C997E3212859A /* ConstraintView+Extensions.swift */, + F2DEC1218F588001819B52445A9B1AE1 /* ConstraintViewDSL.swift */, + 20615E3BB08D514B15BE2DF8F9F01A70 /* Debugging.swift */, + 6E7D6BD099AF5853021BF134BF298257 /* LayoutConstraint.swift */, + DDCEC4595F61249B88BD286D34943DA3 /* LayoutConstraintItem.swift */, + 19BF52F9C9CDC4208CA5ABC39FD6599C /* Typealiases.swift */, + 2D74ADAD156DE572765F323A40F57D71 /* UILayoutSupport+Extensions.swift */, + 9D8778D0369D95C538CDA2A651BD4BBF /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 7F0F560195C2BCC68A2A9291D8C07961 /* Support Files */ = { + isa = PBXGroup; + children = ( + 622ED98BE51DB5463DEFF0CE26FC44F7 /* JCore-xcframeworks.sh */, + B8243C760C230257A809E0C58C3A5222 /* JCore.debug.xcconfig */, + 236182B83E753B81DB16A10AAB673F26 /* JCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JCore"; + sourceTree = ""; + }; + 806F3DC3BD75C0DDA954DC55C39AD1F5 /* NSBundle+DDCategory */ = { + isa = PBXGroup; + children = ( + 01548F116178FBBCB83B2C6DCA2A284E /* NSBundle+DDCategory.h */, + 647DD74712EDFE1AFE38AE8A2B2529C6 /* NSBundle+DDCategory.m */, + ); + name = "NSBundle+DDCategory"; + sourceTree = ""; + }; + 80920276AD684B2CC5FC987E1F0AF6CB /* DDBaseAttributedString */ = { + isa = PBXGroup; + children = ( + 0BC74F7DE74897E97115F7E46B782C7D /* DDBaseAttributedString.h */, + CB141B10192E08E0FAEE81F6BAE4CB56 /* DDBaseAttributedString.m */, + 6B98D69D264A8B0C9D58A2B174C7DF90 /* DDBaseMutableAttributedString.h */, + 4EDDCAC56621EC061EED06C76B7CACD2 /* DDBaseMutableAttributedString.m */, + ); + name = DDBaseAttributedString; + sourceTree = ""; + }; + 8432BB8D873F2BEC096D150B200DED91 /* DDAttributedString */ = { + isa = PBXGroup; + children = ( + ); + name = DDAttributedString; + sourceTree = ""; + }; + 86DB3ADCE8F9A71959FE2C58AF356630 /* Support Files */ = { + isa = PBXGroup; + children = ( + 14D3C6C86F22FDE6BD99A3222AF856DC /* AMapLocation-NO-IDFA.debug.xcconfig */, + 09EB208E553154DF20A962CB0C3D0EEA /* AMapLocation-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation-NO-IDFA"; + sourceTree = ""; + }; + 87AC4700ABED4787EF749AABD3FEE00C /* DDBaseViewModel */ = { + isa = PBXGroup; + children = ( + E351218C23894D317B9908B13747AB9B /* DDBaseViewModel.h */, + 42C733486BC47EB7B6ABE14ABB544895 /* DDBaseViewModel.m */, + ); + name = DDBaseViewModel; + sourceTree = ""; + }; + 880574B7BCB4EB479901EF3449FCF2F5 /* DDBaseNavigationController */ = { + isa = PBXGroup; + children = ( + 8B4AFD980C04209BEA1EF271DA363BE9 /* DDBaseNavigationController.h */, + F33178BC2C7536FCECB478D8065324C6 /* DDBaseNavigationController.m */, + 71E5A8FD0ED46CBDAF58331B9D47CDEB /* DDNavigationControllerDelegateReceiver.h */, + 3F8372D06A960D0D3DB2E3DEDB7EA1C9 /* DDNavigationControllerDelegateReceiver.m */, + ); + name = DDBaseNavigationController; + sourceTree = ""; + }; + 8A7617073B738A911F9823C5FC91AB56 /* DDWebImageKit_Private */ = { + isa = PBXGroup; + children = ( + C7B346314154D3CBBA5AC9E4890E50F0 /* DDWebImage */, + D8C28F41F017206D471ECA66A2EF82B6 /* SDWebImage */, + 0F1122484D898944DA9A39056ED35C46 /* Support Files */, ); name = DDWebImageKit_Private; path = DDWebImageKit_Private; sourceTree = ""; }; - C748900A095587364E7F7ADD73F32283 /* Frameworks */ = { + 8BBE15ECA11647C3B22A6677B1F3EB94 /* UITabBarController+DDCategory */ = { isa = PBXGroup; children = ( - A1631F96F870B7EAFAE72B24689D5B92 /* jpush-ios-5.0.1.xcframework */, + 1095744BA7AF75501E773CA14829EA0E /* UITabBarController+DDCategory.h */, + A695F70F2C37097109AD68F957CD1400 /* UITabBarController+DDCategory.m */, ); - name = Frameworks; + name = "UITabBarController+DDCategory"; sourceTree = ""; }; - C8C18E742FA4F920908D4A83B9250473 /* Support Files */ = { + 8C63A5BD9D7F773A47176D4BA39267B6 /* Support Files */ = { isa = PBXGroup; children = ( - E84F0D1976A9855CD11E04F4B0DCFB3A /* AMapFoundation-NO-IDFA.debug.xcconfig */, - 17A4C0AB67F2DDCED368BBCB8B2F954F /* AMapFoundation-NO-IDFA.release.xcconfig */, + 4795FED57AFD8241E544C1FE54331500 /* DDMAMapKit_Private.modulemap */, + 487FFA567BD8D5B8A2428AD1D89B3513 /* DDMAMapKit_Private-dummy.m */, + 537353E58C786C220CF0016CD72314D2 /* DDMAMapKit_Private-prefix.pch */, + 88A82EBECBB5E650090C65D90FC99E26 /* DDMAMapKit_Private-umbrella.h */, + 2C471BA57A2512A1FC707CFF0D634DE5 /* DDMAMapKit_Private.debug.xcconfig */, + 6E232F6C426E14F7C7D5327C3BB709AE /* DDMAMapKit_Private.release.xcconfig */, + 8B42A0138B911637D655F54900D33E0A /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/DDMAMapKit_Private"; + sourceTree = ""; + }; + 8CD1227D1BCACDF4CB0AA15D64F1E666 /* UIScreen+DDCategory */ = { + isa = PBXGroup; + children = ( + ED6A6EB582186A993A6910EE4A32934B /* UIScreen+DDCategory.h */, + 8F892A1AC4E9E0C3C7359358947D4717 /* UIScreen+DDCategory.m */, + ); + name = "UIScreen+DDCategory"; + sourceTree = ""; + }; + 91818F2111CFA3107AB4BE1FEF1B81FA /* UITextField+DDCategory */ = { + isa = PBXGroup; + children = ( + 621A5F62F08CF491ADD743D9F47CBD7F /* UITextField+DDCategory.h */, + 45F5E04506B3292423CB002066A0192F /* UITextField+DDCategory.m */, + ); + name = "UITextField+DDCategory"; + sourceTree = ""; + }; + 9478C7A6F2508A6F125300B45C697640 /* DDViewController */ = { + isa = PBXGroup; + children = ( + ); + name = DDViewController; + sourceTree = ""; + }; + 95C8319F0CF2B78268CF3ECD3C0D52E4 /* NSURL+DDCategory */ = { + isa = PBXGroup; + children = ( + F12A5D1AC4B378BE0207E38CADF82772 /* NSURL+DDCategory.h */, + E8C0223152BE465D23A785BD049A0C4A /* NSURL+DDCategory.m */, + ); + name = "NSURL+DDCategory"; + sourceTree = ""; + }; + 990A1F121D2E257144A432359AAC560C /* DDControlsKit_Private */ = { + isa = PBXGroup; + children = ( + 421D07F50421A257568E205C2E532C02 /* DDAttributedString.swift */, + A96B2338DB3B88D1894CF9106A9DA134 /* DDButton.swift */, + ED39EC958FD44C178F4C5C6C347A6380 /* DDCollectionView.swift */, + CC05C0D06E41E53BAC346D349BA27E81 /* DDCollectionViewCell.swift */, + EA22A91DC36D0FEC13332E8DF768C2CC /* DDImage.swift */, + BBE6C0D021900CB4AB0C77F9A14911B6 /* DDImageView.swift */, + FFEEB63C04F183CBA8F9330EEEF29AF5 /* DDLabel.swift */, + 2B54A9FEA3CCDD17FF9CC0DD207EB84C /* DDMutableAttributedString.swift */, + FEAC83F7226B26FBE323939EDE633B7B /* DDNavigationController.swift */, + 0EFE338350C5CD0EC964DE7137A04ABD /* DDScrollView.swift */, + 1CF1FC3DD6C212065B10DFF6643342BC /* DDTableView.swift */, + 7F48695C8A30427A0CD4D7AC868D2BA6 /* DDTableViewCell.swift */, + CC5A76E91D7B1358ED32FE7016B7F3A1 /* DDTextField.swift */, + B331E02A21DC87ADEDFD532606FD24EE /* DDTextView.swift */, + C97CB1A4FFB9671C5080AD239933619C /* DDView.swift */, + 5E6925C5EBB24C1070216A7DA1490E56 /* DDViewController.swift */, + 8432BB8D873F2BEC096D150B200DED91 /* DDAttributedString */, + FB7D367079000517A29D3BC4C673BAD6 /* DDButton */, + 5A0BFF3F057089B124450D7A96D7438C /* DDCollectionView */, + 460D979DB6DB3B32DEBDB978B2133056 /* DDCollectionViewCell */, + 2DC09292B08036F7F118B65C7AC34081 /* DDImage */, + 154E4FFDFDC9485C829A31922D3FB30A /* DDImageView */, + DB2F092160C13E7E78B13F8C7DD9DFE1 /* DDLabel */, + E9FE244FC3F45B2573F6C6A92FA1823F /* DDNavigationController */, + 06DEB84B746F2DCCE798A20FCCF7FD24 /* DDScrollView */, + 1F72D1787D582A247BED6185C81F387B /* DDTableView */, + AC5C0C3D0403E6FB0887114363902652 /* DDTableViewCell */, + ECA85F0EEACD10EE6D4F5213A5B43705 /* DDTextField */, + 0376CC8A954FE97ED4C0F751A0576F94 /* DDTextView */, + 9D678DFFABDEC72437F651E6D39C8FDD /* DDView */, + 9478C7A6F2508A6F125300B45C697640 /* DDViewController */, + A340AA855F7C616B03D9E4396CB29BC3 /* Support Files */, + ); + name = DDControlsKit_Private; + path = DDControlsKit_Private; + sourceTree = ""; + }; + 9952251C674C50B2886D9CB4588A493F /* Support Files */ = { + isa = PBXGroup; + children = ( + 66C16BBD918784876389EFEA2CCCC6F9 /* AMapFoundation-NO-IDFA.debug.xcconfig */, + 54726DDF52072725E178CA048097E3E1 /* AMapFoundation-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapFoundation-NO-IDFA"; sourceTree = ""; }; - C963CEEC3607B033E527DC0AE5FBD11C /* SDWebImage */ = { + 9D678DFFABDEC72437F651E6D39C8FDD /* DDView */ = { isa = PBXGroup; children = ( - 47BDB973272AD8CADAA526E8246E670D /* Core */, - 9A06CD1B2686E55C04176F1DB2C14966 /* MapKit */, ); - name = SDWebImage; + name = DDView; sourceTree = ""; }; - C97B92CA1AB9DDFA0FE062029D5D4D6A /* DDBaseView */ = { + 9D8778D0369D95C538CDA2A651BD4BBF /* Support Files */ = { isa = PBXGroup; children = ( - FF98766CA43DBFC0038E70026195E060 /* DDBaseView.h */, - 85D0B619C035B038DA3CA5C8CD4B39DC /* DDBaseView.m */, + 31641863110F883645195AB17FD0AA66 /* SnapKit.modulemap */, + A0401503EE7AB7581306017A02D993ED /* SnapKit-dummy.m */, + 08B04D533469371C5839543A04C1DA4D /* SnapKit-prefix.pch */, + 98961F51923D00F2EBD62F27CB608363 /* SnapKit-umbrella.h */, + 445343ACA6A66670E80BEE26C43BE731 /* SnapKit.debug.xcconfig */, + F8541E5A50283E7E17C51169E27A6EE0 /* SnapKit.release.xcconfig */, ); - name = DDBaseView; + name = "Support Files"; + path = "../Target Support Files/SnapKit"; sourceTree = ""; }; - C9ABF876760BCB5950DFB6B71F2FB1E4 /* RxCocoa */ = { + 9EBFBF8EAA182A23975F10B1B9038858 /* UIButton+DDCategory */ = { isa = PBXGroup; children = ( - B9B0CB11F15804EC195033991596D449 /* _RX.h */, - 889D96602BAE219F599FEC5D89686AAB /* _RX.m */, - CEAB73B39E068736585099898F714A7E /* _RXDelegateProxy.h */, - 36BA06CDB13FEAC2EE8FB07475581CD7 /* _RXDelegateProxy.m */, - 31438D21B37501439CE6E505AB884B4A /* _RXKVOObserver.h */, - A1CACA8315AAF79274D865C773455366 /* _RXKVOObserver.m */, - D77366EA9374DCF6E6440B958FD4B5C7 /* _RXObjCRuntime.h */, - E313EF23A3BC9ABEAD609A3F8B85CEC3 /* _RXObjCRuntime.m */, - 3F360ACB949FF16B55AD021F55AA0149 /* Bag.swift */, - 6B68071C9E5BDDD65038B21C7EF993A3 /* BehaviorRelay+Driver.swift */, - 482BB09A6B206B75C5EC50A5A3491604 /* ControlEvent.swift */, - A88F5B433868E96805F029053D8600C1 /* ControlEvent+Driver.swift */, - AA7A174373C19D66B6F67027699E75F2 /* ControlEvent+Signal.swift */, - 924A0F2B3AC1836783AA54F15C96B3FE /* ControlProperty.swift */, - B1FC211C6A65B5BD25F45375C5B3A633 /* ControlProperty+Driver.swift */, - 96AD90C783378DEF780EF6C63AF80BA7 /* ControlTarget.swift */, - 4DD976F0669B45BFB1A722D98A9F0F69 /* DelegateProxy.swift */, - EC486AC65B36ADAD2AD636F0B5A2E809 /* DelegateProxyType.swift */, - D527D71DAE9924DF3670FD05F6777002 /* DispatchQueue+Extensions.swift */, - 7CE1A775AFEDBE083360D990C8AC2C4C /* Driver.swift */, - 0FDF906576252EE2669C441FBA4A02A7 /* Driver+Subscription.swift */, - 39141ADC743AB6CB48DF376D534AE6A0 /* Infallible+Bind.swift */, - 0144269D993E5C4A759EB12EB3423C1F /* InfiniteSequence.swift */, - 8BA6CE0E96F84A64666D50C0E6317D01 /* ItemEvents.swift */, - BBCC4F4281DD81E60EBCEEE67AEB17B5 /* KVORepresentable.swift */, - FCEEC80BF09B9A3345512EEE4947B02C /* KVORepresentable+CoreGraphics.swift */, - 1E4EC50C936EA81F3F015304D605E948 /* KVORepresentable+Swift.swift */, - C6BD725F3785C75B15694C7DE7926F05 /* NotificationCenter+Rx.swift */, - A7CC1F4417CC31DA4C1BECD6D95B3B60 /* NSButton+Rx.swift */, - 526A3218DFC3082DBC4F2162ED14D039 /* NSControl+Rx.swift */, - 8151AF4633A632E6DB26105B0F52D275 /* NSObject+Rx.swift */, - 74917FCF53E18C022CAF54A6A6F9D887 /* NSObject+Rx+KVORepresentable.swift */, - 3B7656EFBACC83F9DBACF5F858FEE8F9 /* NSObject+Rx+RawRepresentable.swift */, - 4D2D704B0AD3C471038073E72B372B6A /* NSSlider+Rx.swift */, - 35299FA20586740E3804A0E69B9B88CC /* NSTextField+Rx.swift */, - E12D4C1015BB2C529503AF1C2ACD03AF /* NSTextStorage+Rx.swift */, - 5E9C1A8A8BAB0018AD9DD1D838B4EE4C /* NSTextView+Rx.swift */, - EF9A3089314364B11F7F0770CB03104D /* NSView+Rx.swift */, - E5C6D50CBA04F365D24026704C26BF98 /* Observable+Bind.swift */, - C9434F0F66CF4A1B20A6A6EA0BE9ED0C /* ObservableConvertibleType+Driver.swift */, - 5EAF7B43651C7A6919E81C17C65F2D38 /* ObservableConvertibleType+SharedSequence.swift */, - F5F73B007916456E93194159F8665485 /* ObservableConvertibleType+Signal.swift */, - A4B6E3A08C62E769FCB19953E0DD3CC7 /* Platform.Darwin.swift */, - 758022EC0FCD2B72ACF52C7D32DBC028 /* Platform.Linux.swift */, - 272D4770253965F1DE5F5E571CC187D7 /* PriorityQueue.swift */, - C9FE0DCB1C6A0ED2913381CDB51866CD /* PublishRelay+Signal.swift */, - 273E6414F57F0C40E86CB85950FC2E03 /* Queue.swift */, - 506B9DF07A8DA602DB2D29455280B566 /* RecursiveLock.swift */, - 8A4637D4C7F9D704F077A5D5157B56A1 /* RxCocoa.h */, - 1EDBD749B5A40A50099EE2A01EE1CF58 /* RxCocoa.swift */, - C0934F44704EBEAFFB8EE05F5B20CBD8 /* RxCocoaObjCRuntimeError+Extensions.swift */, - F716E4358044424F8433A82A4C990052 /* RxCocoaRuntime.h */, - D39D0A9337D386CEFF9954EB535F5B11 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, - 117818A57CB5977B749481559A8CDDA7 /* RxCollectionViewDataSourceProxy.swift */, - A39611AF5C1265925FA57E277F2C47C3 /* RxCollectionViewDataSourceType.swift */, - 29D0A219FED9B5CA5F3804843C464B2E /* RxCollectionViewDelegateProxy.swift */, - BF022985E1738617E3C13754234ACA1D /* RxCollectionViewReactiveArrayDataSource.swift */, - A5C3353F6234E45232B465E719F73DD0 /* RxNavigationControllerDelegateProxy.swift */, - C19C61068DD914455FD1F2DC56BB47EA /* RxPickerViewAdapter.swift */, - 8F0E7FA8CA812E94AFDE7E26E00288F0 /* RxPickerViewDataSourceProxy.swift */, - 8F5BD0145D29A31A3805EF80008E0EC3 /* RxPickerViewDataSourceType.swift */, - 6CE650874F0695D483DE2EBBAC4C3FE6 /* RxPickerViewDelegateProxy.swift */, - 0418A76CDC9BD87649E673808B984ABA /* RxScrollViewDelegateProxy.swift */, - FB95B43D764D9D873D72E5D614813F7A /* RxSearchBarDelegateProxy.swift */, - CE539D74A0D72FC0E797CB0F92661E84 /* RxSearchControllerDelegateProxy.swift */, - DB9C7447FFE5B690B64C0ED18696B1C6 /* RxTabBarControllerDelegateProxy.swift */, - A82B9D019F857CE45A4F57EF89E98A02 /* RxTabBarDelegateProxy.swift */, - 69C988C3689237AFD04DC03366B264D1 /* RxTableViewDataSourcePrefetchingProxy.swift */, - 952E97E9BBF071AFB11CEA74E8AE74CD /* RxTableViewDataSourceProxy.swift */, - 90241DCD420DDB9953767923AA188756 /* RxTableViewDataSourceType.swift */, - A2CE9AE0C23B2D030DF9F23BC266E0BD /* RxTableViewDelegateProxy.swift */, - 132C8D321FD17260F40DB253F906EA4C /* RxTableViewReactiveArrayDataSource.swift */, - 4EED8723B81B48CCA341C8EEAF954058 /* RxTarget.swift */, - DC2AA05F119635AD4906A500962B4D4B /* RxTextStorageDelegateProxy.swift */, - D152BD20B7CF6928DFA1AF862497BB56 /* RxTextViewDelegateProxy.swift */, - 0FBC45798DA90DB820B64C121F1D1C8D /* RxWKNavigationDelegateProxy.swift */, - 26E45154BEA3A1E9C2918F9CC04A7132 /* SchedulerType+SharedSequence.swift */, - 577955864600B8E9614C61213EE98B24 /* SectionedViewDataSourceType.swift */, - EA2E733D838894B097B0EB2D9DC39C9B /* SharedSequence.swift */, - B0C93CA59674CE77DA760153FA48B752 /* SharedSequence+Concurrency.swift */, - 3DDF7C361F9763E176D74A6FABEB1673 /* SharedSequence+Operators.swift */, - D2B343C949B7AE0BCA4BCEED74DCD42D /* SharedSequence+Operators+arity.swift */, - D74EC67039356FD9D781948980C4784A /* Signal.swift */, - 689FCD68152DB4066D609FE104D38E63 /* Signal+Subscription.swift */, - 4FE17373F49CC34AD8C7FFC8C4863F7A /* TextInput.swift */, - 892B3A55263BD4A991D8534F52E76A17 /* UIActivityIndicatorView+Rx.swift */, - B6CEC0A504B1CDB195C357EDDB0DD937 /* UIApplication+Rx.swift */, - 29BCE4317BD1319D524C067C7CCB8EFD /* UIBarButtonItem+Rx.swift */, - 59D2A435616E9236B2747CC7E7E318EC /* UIButton+Rx.swift */, - C4C67DD5224625EC36BC26FFEB28B6E7 /* UICollectionView+Rx.swift */, - EBCA94188443BE7E58CC31AC1AA27FCA /* UIControl+Rx.swift */, - 92BF56193179B7737CDA581BD2D65409 /* UIDatePicker+Rx.swift */, - 3AECE5547D768FE15FD14A1755112B47 /* UIGestureRecognizer+Rx.swift */, - DA81F819716C4B76CAC4CDF991D97A44 /* UINavigationController+Rx.swift */, - 5B8B480582C4B8F5385203C6B9F40EFF /* UIPickerView+Rx.swift */, - 7BB16CB4080769F16575DAC0B67993D5 /* UIRefreshControl+Rx.swift */, - F8B4F891E9AB98FF358FB5718BBB2337 /* UIScrollView+Rx.swift */, - 42ED8FB817FE9DA5FD6CEE29379EC6A6 /* UISearchBar+Rx.swift */, - 661BA0EB2CD0CED18B87A28A7D42E2CF /* UISearchController+Rx.swift */, - C90101FD3951B3817959068D4FC8992B /* UISegmentedControl+Rx.swift */, - 1276478EBCE5DE4E36535FE0716A3CDD /* UISlider+Rx.swift */, - 4CF14F394BCF4D35C70BF4F4318061D6 /* UIStepper+Rx.swift */, - 0720A54E96EBBEC9D1505A2DB4778513 /* UISwitch+Rx.swift */, - 4A10611AD52FD4561F39F49B56E9900D /* UITabBar+Rx.swift */, - C8BE385C9A4AB3F4F2E89336A3654F38 /* UITabBarController+Rx.swift */, - D90A97051AEDDBFBB45CE81FA1163036 /* UITableView+Rx.swift */, - 36DB71AEB368874A1113C458FF95E753 /* UITextField+Rx.swift */, - AD80EBAC553669199274BAE34FD4256D /* UITextView+Rx.swift */, - FD5FBA0B39C4F71F95A07EA8A34D368C /* URLSession+Rx.swift */, - 308264C20876950F896D82B65BA066F3 /* WKWebView+Rx.swift */, - A4EA6AEB4C5E2AC004AE413F7D1FA211 /* Support Files */, + 4DB5D46936B023D7D79990DBF8AC0A2B /* UIButton+DDCategory.h */, + 659DF159A3250CB839A383DC1655080B /* UIButton+DDCategory.m */, ); - name = RxCocoa; - path = RxCocoa; + name = "UIButton+DDCategory"; + sourceTree = ""; + }; + A2A224D2238F6AEEE7461B10D1B24D5A /* DDFontKit_Private */ = { + isa = PBXGroup; + children = ( + DD3B0A1270B181B4B24297D82F315F52 /* FontUtil.swift */, + 28EE55336B6A4A04A775EE6DE3EF056B /* Support Files */, + ); + name = DDFontKit_Private; + path = DDFontKit_Private; + sourceTree = ""; + }; + A340AA855F7C616B03D9E4396CB29BC3 /* Support Files */ = { + isa = PBXGroup; + children = ( + C15319095233A13D923A66D4D43DD6DA /* DDControlsKit_Private.modulemap */, + 2AB21F8236ECB221359F4700EF44B840 /* DDControlsKit_Private-dummy.m */, + C4C8055EAF756E5BB5E3C064B451704E /* DDControlsKit_Private-prefix.pch */, + B7423113B3A51F0D0F8F8583DA413B6C /* DDControlsKit_Private-umbrella.h */, + EC9E6ADE37DFDFA0879FBE3295C8A31B /* DDControlsKit_Private.debug.xcconfig */, + 50AA4B33DA03C3D50CFE89301146C6E3 /* DDControlsKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDControlsKit_Private"; + sourceTree = ""; + }; + A342362CBF22A26F09CCF9E0865AFBF1 /* DDBaseAnimation */ = { + isa = PBXGroup; + children = ( + 0FB9D398DA611F687DC9856FA8B6D4D0 /* DDTransitionAnimation */, + ); + name = DDBaseAnimation; + sourceTree = ""; + }; + A4C784A67F44C330F2222BB6C7D5124D /* DDLogKit_Private */ = { + isa = PBXGroup; + children = ( + 42929C82AFB21BE378653AC31FD52314 /* OCLog */, + E01AEA5764A68AAB3F42394070D8EB86 /* Support Files */, + F692F3BD23C4A7A8D02BFCEAB7741178 /* SwiftLog */, + ); + name = DDLogKit_Private; + path = DDLogKit_Private; + sourceTree = ""; + }; + A5043C94F981AD3418CFA302C639EBA9 /* Sources */ = { + isa = PBXGroup; + children = ( + 5C0834E549F74AC7CA8E518169267AD2 /* Resources */, + ); + name = Sources; + sourceTree = ""; + }; + A86810FF0A5F2A098D21D6BA2A1C043C /* DDMANaviManager */ = { + isa = PBXGroup; + children = ( + C33916170EB7D5C6C2600186E27004C9 /* DDMANaviManager.h */, + CC10E6ED6570FB8C63088542E0134DB2 /* DDMANaviManager.m */, + ); + name = DDMANaviManager; + sourceTree = ""; + }; + A8A9D463BA6FC96C59BF037F4F749753 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4DF939E722262087BD12B5146ED97BBB /* jcore-ios-4.2.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + AAF2A6B7079B0DF8D61D0206D3DE8BB1 /* DDBaseTextView */ = { + isa = PBXGroup; + children = ( + A84251400FF8FFE1085FEF6EE56D5A65 /* DDBaseTextView.h */, + 171631374BFAE9FE433E80E7B43288A5 /* DDBaseTextView.m */, + ); + name = DDBaseTextView; + sourceTree = ""; + }; + AC5C0C3D0403E6FB0887114363902652 /* DDTableViewCell */ = { + isa = PBXGroup; + children = ( + ); + name = DDTableViewCell; + sourceTree = ""; + }; + AE17E4CA5C565C96427DF9A41F22972C /* Trace */ = { + isa = PBXGroup; + children = ( + DFEC5EF485632CEC0F307E78A16204D0 /* MATraceReplayOverlay.h */, + BF36FA58A1D8B36BF76D056F87E7D2A1 /* MATraceReplayOverlay.m */, + 104355BF46125D5DB718605995F7195B /* MATraceReplayOverlay+Addition.h */, + 6715C8E62C164C41A18182EDF9C4AEAB /* MATraceReplayOverlayRender.h */, + D866846BD1DD3A63432DE5D2889773BF /* MATraceReplayOverlayRender.m */, + ); + name = Trace; + sourceTree = ""; + }; + AF9274331B47EDC31BF8FDDCD0E8F63A /* AMapFoundation-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 2C724D3D434FDDA179A557F62AB4B75A /* AMapFoundationConst.h */, + DF2B8A68CF7EF5A58A85101AABFFB668 /* AMapFoundationKit.h */, + 13775CFF23ABF4FDBFC2B505C61880C7 /* AMapFoundationVersion.h */, + 75942173B4AA60DB3FCC282FC5FA277B /* AMapServices.h */, + CFE6192826DE4EFC608DB5CB90126CF5 /* AMapURLSearch.h */, + F11CAE0CAD6EB6538D90000220B11F20 /* AMapURLSearchConfig.h */, + 98ABF30DB23DB8DABB73CD47558949AD /* AMapURLSearchType.h */, + 447BF01B04E1B0A619C5E391DC114051 /* AMapUtility.h */, + 5E911B85D5FE9ED79485A88E7DE160A0 /* Frameworks */, + 9952251C674C50B2886D9CB4588A493F /* Support Files */, + ); + name = "AMapFoundation-NO-IDFA"; + path = "AMapFoundation-NO-IDFA"; + sourceTree = ""; + }; + B02C5AB1E5E82DC17C01999EB850DC54 /* UIApplication+DDCategory */ = { + isa = PBXGroup; + children = ( + 60E134ED386E9AA06EB34B3962A7B43E /* UIApplication+DDCategory.h */, + 5CC1CF5641238ACFD29C76D8961E1828 /* UIApplication+DDCategory.m */, + ); + name = "UIApplication+DDCategory"; + sourceTree = ""; + }; + B0BFF4BD37A511DF6DE7C1A542F14C57 /* Frameworks */ = { + isa = PBXGroup; + children = ( + A5DC0EC08EC6EE8F358F8602DE71AA80 /* AMapSearchKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + B2EA7AFE5932614C719BA2006AC87BE3 /* AMapTrack-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 6588F15318AEFC76E96F3B72A28701DE /* AMapTrackCommonObj.h */, + E45247EC426A286A33D34DB983E11141 /* AMapTrackError.h */, + 1FC4BB17A6F3A80719DB1443DBB8DE6E /* AMapTrackHistoryObj.h */, + 9EB432E2DDF070DEEFEC7A5F7294F45B /* AMapTrackKit.h */, + 6FEE35145B0C3E348CFBDF42EC62651D /* AMapTrackManager.h */, + 806AD7FA5696DE759C345643AAD3E562 /* AMapTrackManagerOptions.h */, + E0FEB01C8FC7137AF171D9BECFE4A516 /* AMapTrackTerminalObj.h */, + 2EDF241A539BC1B6143449A1FA764E76 /* AMapTrackTrackObj.h */, + 72FD2361043285133419CB84B103FBDF /* AMapTrackVersion.h */, + E6CF93AEE0B1375E2CF8D7D50BCF2ED2 /* Frameworks */, + 758DB57FF6D6B1DF04ED29F91910BE19 /* Support Files */, + ); + name = "AMapTrack-NO-IDFA"; + path = "AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + B47330085B4AEEEC020FC27335569A1E /* Resources */ = { + isa = PBXGroup; + children = ( + 49EFE153605D5A81EFB9749998BFBD96 /* MJRefresh.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + B5AB2D8BB6052FE61C553F4F8FFACF62 /* DDBaseImage */ = { + isa = PBXGroup; + children = ( + 2F49E9215D39845C087B8B562B7BCF49 /* DDBaseImage.h */, + C86FFF1A7EFB8330C740CC51C2499A04 /* DDBaseImage.m */, + ); + name = DDBaseImage; + sourceTree = ""; + }; + B7A58B45BF70BDBA1174E4EF2641509B /* DDBaseTabBarController */ = { + isa = PBXGroup; + children = ( + 0A7898A81C9E37F9BF0733807DB78711 /* DDBaseTabBarController.h */, + 46389B92DA7968DB0242BF645133BCA9 /* DDBaseTabBarController.m */, + ); + name = DDBaseTabBarController; + sourceTree = ""; + }; + B9CF170BF2166A7D1F97345D3243EF93 /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 539D7C52DF52D6C21787EA3EA59E27D3 /* IQBarButtonItem.swift */, + 28ABA33BD34A7F5C7D2134EF0EC772E5 /* IQInvocation.swift */, + B3301BF7299C9618D773639B819EE369 /* IQKeyboardManager.swift */, + 73CEF43E8A39C3396B0F0930CC913ED0 /* IQKeyboardManager+Debug.swift */, + CE5EDBC123A968528EAF3DBDA9791182 /* IQKeyboardManager+Internal.swift */, + B5CF864A3749C117D3C7FEF1F04EB4CF /* IQKeyboardManager+OrientationNotification.swift */, + 257C770311E94F0234F737F65E5444D5 /* IQKeyboardManager+Position.swift */, + 3F69352988A17CEF6607E2235E960798 /* IQKeyboardManager+Toolbar.swift */, + 08E6684186313DCF3E76743AEECB4FE7 /* IQKeyboardManager+UIKeyboardNotification.swift */, + 4ECC4022B6804EC83629E95F92172C5F /* IQKeyboardManager+UITextFieldViewNotification.swift */, + 8C2B757E53161994158B9552F9C72060 /* IQKeyboardManagerConstants.swift */, + 4A0118B35B70943420A430D3BC158375 /* IQKeyboardManagerConstantsInternal.swift */, + 5A9D8685F215C69A9D62906E06E570A0 /* IQKeyboardReturnKeyHandler.swift */, + 3A159A63FF90A5756613D46DAB0D43EC /* IQNSArray+Sort.swift */, + 8D9D59779101118A8DE295F45565E322 /* IQPreviousNextView.swift */, + DE64B1906F8A9BA59DB2331892F687DE /* IQTextView.swift */, + 674879F3CC8B2AE77F6BFFF0BA22DA3F /* IQTitleBarButtonItem.swift */, + B6471BA1FC948318CC5EC7846F0435DA /* IQToolbar.swift */, + 9C51E80915AADBFC388E6AF705D610BB /* IQUIScrollView+Additions.swift */, + A65C8AE97C644360EF16C6E799568B48 /* IQUITextFieldView+Additions.swift */, + 0EC7B67E6A41596FD0A262630177B882 /* IQUIView+Hierarchy.swift */, + 6C40BE4B96ADDD9A8037FA6E6C52D883 /* IQUIView+IQKeyboardToolbar.swift */, + B90EC3A7488C608A7AF7ED2860FC35DC /* IQUIViewController+Additions.swift */, + 5A6249077247F30E9D163C17652B81E2 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + BE8E74CA05A25E166B1E763CDCA21E8E /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4619126527AF4B9E3500B05BB5AF20E2 /* jpush-extension-ios-2.0.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + C5C4B93FC244BA0F74803882F9613BA3 /* Resources */ = { + isa = PBXGroup; + children = ( + 02751EC1A194D41E75C4AE72106ADD2A /* _icon_file_type_app@2x.png */, + 372B6996642B86A1A4E4D365C6E9F572 /* _icon_file_type_bugs@2x.png */, + 9A592AC0710C3177874DFAF24B33F601 /* _icon_file_type_close@2x.png */, + 614831EED017C80355E02E80AF11B34D /* _icon_file_type_down@2x.png */, + E8979E34316F5E64F889DD938A889591 /* _icon_file_type_logs@2x.png */, + 7A35F2CDA65E544F991B3F0A6776A08A /* _icon_file_type_mail@2x.png */, + ED54C616E149CA2F79A742BC86A81489 /* _icon_file_type_network@2x.png */, + 4CA6CE585F4DCBBEEB48388ABCFE9223 /* _icon_file_type_sandbox@2x.png */, + 4941A7853CFD453092AEFB704C5C4150 /* _icon_file_type_up@2x.png */, + 4A1357B92B970C82282AD5EFDBCC09C1 /* App.storyboard */, + 3762347381519FE8F5EE0D1E0CE1D54D /* icon_file_type_7z.png */, + B5772F740160861AABC383361E08E9A1 /* icon_file_type_7z@2x.png */, + 8CAD6671BAEF5B95920AF667854B4D1C /* icon_file_type_7z@3x.png */, + 61B6AC4D700D9594FE0B582071D43146 /* icon_file_type_aac.png */, + 8939E4728F9C50F42B5FD41F813F9607 /* icon_file_type_aac@2x.png */, + DD638C9CDB09D635B8146B8E82817CB0 /* icon_file_type_aac@3x.png */, + 3C52CE6A3939877C9070E8FE6C2D3F9C /* icon_file_type_apk.png */, + D7F86AAC56D52ACB0A22C947EB227743 /* icon_file_type_apk@2x.png */, + 96CD4FEA754BB52305E80CA0381B8409 /* icon_file_type_apk@3x.png */, + 9EE32BD85BDB915F6609DC9A96DCB16E /* icon_file_type_avi.png */, + 4ABAD1A0F58BDF1393189CC002DC1EF5 /* icon_file_type_avi@2x.png */, + 25FC39D5E840762EF4C3D15F0FF0664F /* icon_file_type_avi@3x.png */, + DC5F9279FE81BC1EA859817EC69A5F80 /* icon_file_type_bin.png */, + 6E9E219C582C0EFC19241E27D7F168D7 /* icon_file_type_bin@2x.png */, + 2B49557F2FD1B2AA280984159A50CEFB /* icon_file_type_bin@3x.png */, + DC5DA6DA24922DE1EF9F8B0A11C531CF /* icon_file_type_bmp.png */, + D69A76F2171AEF422EBA7864D043A368 /* icon_file_type_bmp@2x.png */, + BEF588B2ACFD77641838C20E503C1E80 /* icon_file_type_bmp@3x.png */, + 9FE3E2A576F1E86C64D57332AC38D792 /* icon_file_type_css.png */, + B327F4281BD1A83C2CF456D27E74D377 /* icon_file_type_css@2x.png */, + 5E8E870A1A8CB1F79CB066D1D45170C9 /* icon_file_type_css@3x.png */, + 1D64D16E59715BAC1AC18BC49B277808 /* icon_file_type_dat.png */, + 18454CD650C85DD30615651073EF4140 /* icon_file_type_dat@2x.png */, + DEE6009D0632783869EE31E3282B0A29 /* icon_file_type_dat@3x.png */, + 1658591F1E470430800BAC614545DC72 /* icon_file_type_db.png */, + D5E27546920097659BF0CEB03C5C41B6 /* icon_file_type_db@2x.png */, + B52B4382AC0CA2746457FF6AB72F7590 /* icon_file_type_db@3x.png */, + B1BF470D24F97414FCC02327C996AD5F /* icon_file_type_default.png */, + BE25C9E9FD5C100CF81C154A86879B9F /* icon_file_type_default@2x.png */, + B50E76743AAC5E928F74CE139140279C /* icon_file_type_default@3x.png */, + 1D1C14A756D8CD440ECFEC2219CE566F /* icon_file_type_dll.png */, + E9C8AF95A590B1A08351F9EDBC92F8F8 /* icon_file_type_dll@2x.png */, + 4EA34337FC6C3E5095AE5CDC2902011A /* icon_file_type_dll@3x.png */, + FFC157C90B9552F96FE3C3EF42C4B1BD /* icon_file_type_dmg.png */, + EBE404F89A20057C4306DC21B64CC5D2 /* icon_file_type_dmg@2x.png */, + 70405DFDBF09ECB8286E187F37C2173B /* icon_file_type_dmg@3x.png */, + 04EEF49620D42EF64B0B47B5096D48DD /* icon_file_type_doc.png */, + 39EF8D23BB8811016B106398FF898F83 /* icon_file_type_doc@2x.png */, + 77C780A8A98EFBC49E040E8B3B9FFD3A /* icon_file_type_doc@3x.png */, + 2E4AF0F39FBA14E0B08E36FEECB34D8F /* icon_file_type_eps.png */, + 2F0DB189F8E802F40CD6B4BAC5E3BE73 /* icon_file_type_eps@2x.png */, + 9E1853030A12280AAA4DB1B5ECFF931C /* icon_file_type_eps@3x.png */, + FE1F52ECBC4A922B4C078EB193137E5D /* icon_file_type_fla.png */, + F036B6B56FBD6CFA3035DE37773A6404 /* icon_file_type_fla@2x.png */, + ED33DAE8D466DBA5318E5F42915F8BDA /* icon_file_type_fla@3x.png */, + B7C3B85EFDE6758142A9DE2B4C53D7E7 /* icon_file_type_flv.png */, + 2637C5FB016F48341B3F4AA9B52FD71B /* icon_file_type_flv@2x.png */, + A0BBF87D77E9ECF0B5A4663BCD72F001 /* icon_file_type_flv@3x.png */, + AFFBC76B5C1542E5099172E156918D78 /* icon_file_type_folder_empty.png */, + 17382FA4AC0AC92B0F8C268EDF7BF93B /* icon_file_type_folder_empty@2x.png */, + DD8B78AF7D8F4470C624EA22C06BC041 /* icon_file_type_folder_empty@3x.png */, + C980AB0C566BFDEF8FC7AC98081C8365 /* icon_file_type_folder_not_empty.png */, + E5BD477E78BDA4BE7D3567C995A4A46B /* icon_file_type_folder_not_empty@2x.png */, + EA2BAD85CA17547A938D44C31808C656 /* icon_file_type_folder_not_empty@3x.png */, + D611BFB4EF0386BCF190E06BF383CABA /* icon_file_type_gif.png */, + BA285E881AEB5FFEA13A55D0D2CAE861 /* icon_file_type_gif@2x.png */, + 5F6600FC50950140FC8C8AC39C50911F /* icon_file_type_gif@3x.png */, + 364A2D767B0FBE1053C0752C25D4E6DA /* icon_file_type_html.png */, + 3A9CF94136EE39476EB09D75AA598264 /* icon_file_type_html@2x.png */, + BBC28CCC93FC865D825D205800F405CE /* icon_file_type_html@3x.png */, + 883F3F55BF5FE9DA3F4C840270D030D5 /* icon_file_type_ipa.png */, + AB5969770C04468D483E41295877FD45 /* icon_file_type_ipa@2x.png */, + B8664B890F057F993A85E61A00113DCE /* icon_file_type_ipa@3x.png */, + 1108A236B3886AC468503166920DB250 /* icon_file_type_jar.png */, + 9224F5CF841755FA6AD95C6C7D209CD6 /* icon_file_type_jar@2x.png */, + 2F394F4179F89285C5E032F20F377EEA /* icon_file_type_jar@3x.png */, + CB0F501156AB601F2CDA8CB0AE3ED5DD /* icon_file_type_java.png */, + 33765518798C5DB8EB817C2A48A71EB8 /* icon_file_type_java@2x.png */, + BCECD8B6A9D8A8DE5908EBF896033CB7 /* icon_file_type_java@3x.png */, + 3B2C939F4342840A4F872E8469F2A4B4 /* icon_file_type_jpg.png */, + FE8683B689A6AE574E09180A53B762B9 /* icon_file_type_jpg@2x.png */, + 301896DFA63C9B9224588BD0650CA8FD /* icon_file_type_jpg@3x.png */, + 3629FBC0F183C695C59EF1FAFB2F5731 /* icon_file_type_js.png */, + D7ADDDD9790ACBA2289E1E31987D7EE5 /* icon_file_type_js@2x.png */, + C665E183AD8045821FB36D8790A6E289 /* icon_file_type_js@3x.png */, + 8A4810B7A83175FE6B4E545E6EEAEB67 /* icon_file_type_json.png */, + CB08C699652CC9124AC5A20B85962B87 /* icon_file_type_json@2x.png */, + 6ECC8EE822E87A01BC46EF885AEF757D /* icon_file_type_json@3x.png */, + EDFE4D839CA0C225C76D88F3CF6801AB /* icon_file_type_keynote.png */, + A75A6FE83C637C5188FD2BDAA130BB5F /* icon_file_type_keynote@2x.png */, + D8A8CAC9E3609F9E707D8D37945B1316 /* icon_file_type_keynote@3x.png */, + 7D2BB4CC1B9C72E091A630929CC98D34 /* icon_file_type_md.png */, + DF76745C518C82D19803FB761A559103 /* icon_file_type_md@2x.png */, + EF00110DD652CD9608E7CD8D1121AC5D /* icon_file_type_md@3x.png */, + 44D9B35FC3D3A2C957F2E9C45389F695 /* icon_file_type_midi.png */, + D7DC5E5EA326D0B4373366D197D16249 /* icon_file_type_midi@2x.png */, + 037F8BB2E8FF940B6AF02AADBA8B6818 /* icon_file_type_midi@3x.png */, + 0FB6A4812821B68B1A6DA6BF1AE499FB /* icon_file_type_mov.png */, + 9251999F9D1B3C3F573E10FC2992B851 /* icon_file_type_mov@2x.png */, + A61832100863827EEE021DE810BA06FE /* icon_file_type_mov@3x.png */, + 5991A746F4BC7C5DBCA4552C798F12B8 /* icon_file_type_mp3.png */, + 8B8B6C0ED1C05632F04C8455BA6C1E16 /* icon_file_type_mp3@2x.png */, + 741FC80F0C99A76838F0A3C4C06C2B9B /* icon_file_type_mp3@3x.png */, + D5EBEFDC72FBE35CD6AA4E77F514B038 /* icon_file_type_mp4.png */, + FA43898D795FBB9F597B17D214A94F76 /* icon_file_type_mp4@2x.png */, + EC81BC3B7CEC17080225D7B2D5939DDE /* icon_file_type_mp4@3x.png */, + 0D25C809D18593D69CFC55BA860B871F /* icon_file_type_mpg.png */, + 0851D879EA45F21CF381579367F1E43E /* icon_file_type_mpg@2x.png */, + 18C215BCE7B6750C33312DFFFA2AFA9E /* icon_file_type_mpg@3x.png */, + 0A8E43EE0D33A3F0386043EB7E596B8D /* icon_file_type_numbers.png */, + E96A282BDEE6B953C82B00E1292BACE6 /* icon_file_type_numbers@2x.png */, + 4E30BFEF2BDAA880A55C45E1B05A73A9 /* icon_file_type_numbers@3x.png */, + 8E2D8597A7B4B2A2709935FF0642DC5A /* icon_file_type_ogg.png */, + 86E2E679B023F7562D216D0788C6D7C4 /* icon_file_type_ogg@2x.png */, + 81EF3AA42CD3CF2A5DDED41D7593F4C2 /* icon_file_type_ogg@3x.png */, + CA07AA4670E64E46317C216D5DD1C50D /* icon_file_type_pages.png */, + 9E2E7DA39500E10E966C9E3D9BB4667E /* icon_file_type_pages@2x.png */, + FFD7824CAAEF9FE2DBB3FDA508A9DBA9 /* icon_file_type_pages@3x.png */, + A8C211AC2A64A5840F0A62CB2A1F92A9 /* icon_file_type_pdf.png */, + BB7D8459C38617CD0B02F52C677C59E7 /* icon_file_type_pdf@2x.png */, + 5B018F3886FFE0120F804E17D7052EFC /* icon_file_type_pdf@3x.png */, + 92CAA770DD989E68730358D210333148 /* icon_file_type_php.png */, + 0053E78F2D780B5E88B2CF5945F973E2 /* icon_file_type_php@2x.png */, + 0FB950D2A7C9A3C52010018459F006CF /* icon_file_type_php@3x.png */, + DBFEC5F25683A06D66271C0C9D605DFF /* icon_file_type_plist.png */, + F6B44421E75CAADC6DA709892839B881 /* icon_file_type_plist@2x.png */, + 65CEC03F332EDDA399E4B7235E86322E /* icon_file_type_plist@3x.png */, + 4558B8CF1BD18BC38F77972A8B7ABDFF /* icon_file_type_png.png */, + 7EC49A059193825B315F1B0B5762E090 /* icon_file_type_png@2x.png */, + 772950510F482B8B86D25F9EFC1003DB /* icon_file_type_png@3x.png */, + 5A1FAEA2B6AF3CB51D0A42DF7CA51AAC /* icon_file_type_ppt.png */, + B2D44445D72585CC79919E577A69A5CA /* icon_file_type_ppt@2x.png */, + AC2CC309CAC93D011789BE741622B21D /* icon_file_type_ppt@3x.png */, + E22E74C9B71A030D11FF072462B26BCE /* icon_file_type_psd.png */, + 1C963DCE27B0C1AC4D3F88AE388DF894 /* icon_file_type_psd@2x.png */, + C21100103AFDB9659783C0AC5563FFB3 /* icon_file_type_psd@3x.png */, + 31DF6B50E6DE9BB4607740F35BB23AEF /* icon_file_type_sql.png */, + C3ADA818E4B060F812412D6AA9A9A80D /* icon_file_type_sql@2x.png */, + 3C6B88747DBC4DCF66A064B955D9EBDA /* icon_file_type_sql@3x.png */, + 35BB3ED811814398DE38785C2520D264 /* icon_file_type_svg.png */, + BCEECF11AF02C636FC356ACCCFC817E9 /* icon_file_type_svg@2x.png */, + 357F1C43F8FFD424F7A5FBC3D3F33E6D /* icon_file_type_svg@3x.png */, + 04F6E3F0DA9043C39BB97560A1F3A929 /* icon_file_type_swift.png */, + 00195730B84305B8088375266455437A /* icon_file_type_swift@2x.png */, + 72B1096EDDDE52DF593738FA6BABA90B /* icon_file_type_swift@3x.png */, + 6366A358566CC404748DDB8E9B0FE128 /* icon_file_type_tif.png */, + 637FA13E4A44F1B2448EDC81470459AF /* icon_file_type_tif@2x.png */, + 7DDB1AAD6B5589E7D37D2C88224913BD /* icon_file_type_tif@3x.png */, + 9A7EDABCE2BC1582E5AD91A48DD4D7E0 /* icon_file_type_torrent.png */, + FC767523C8737C95F90FF84D1FCB71EC /* icon_file_type_torrent@2x.png */, + 70B8B8EB485BD09416C1A613CE9FDF0D /* icon_file_type_torrent@3x.png */, + 2304997C289639D29FAD5088D39511F2 /* icon_file_type_ttf.png */, + 4D237B965C8C6807FB196DFA579E4DF6 /* icon_file_type_ttf@2x.png */, + F729268E520DE773672707B9E861AAD7 /* icon_file_type_ttf@3x.png */, + C587E5E66110B6DC0CE8FCB025F67BEA /* icon_file_type_txt.png */, + 22A3B1D81406CF39E88697BA814A4F3F /* icon_file_type_txt@2x.png */, + FFF1E1835B3200AD791DAA4201523F1E /* icon_file_type_txt@3x.png */, + 6DBBF28C76D050DC1000459EAF41B0AE /* icon_file_type_wav.png */, + CF0D31B0A38E54288CC485ED595EFAEE /* icon_file_type_wav@2x.png */, + 021F821B21670EC03376B0AE5B227A72 /* icon_file_type_wav@3x.png */, + F809CD9BA9B14E22A670843FE24DADA6 /* icon_file_type_wmv.png */, + 31E0CD5837738B7F302D3329FB982CF5 /* icon_file_type_wmv@2x.png */, + 66982ECAEBE2B38E7571C417D0EBD5DA /* icon_file_type_wmv@3x.png */, + 8056BC2748E8F2865BB30BAADC729C22 /* icon_file_type_xls.png */, + E61958AF938515A169311B42F6FAFD63 /* icon_file_type_xls@2x.png */, + A43CF8B4831716CABDB458C6A67389ED /* icon_file_type_xls@3x.png */, + 4C98077771ACABEFF7351C9F3BF8E0EC /* icon_file_type_xml.png */, + 4E22F91CCA32455A112808D18C00ED1D /* icon_file_type_xml@2x.png */, + FD4AD5C0DF5F54EA8A60F8E8B388F9AE /* icon_file_type_xml@3x.png */, + 334A7DE797A35558D4EF94894B196056 /* icon_file_type_zip.png */, + 80A85F774E835BB77031496E3D66B009 /* icon_file_type_zip@2x.png */, + 495B038C30B51DF5D6C7E36A09C82094 /* icon_file_type_zip@3x.png */, + AA6DBCAB21F25F8989FF2BDA9766D407 /* Logs.storyboard */, + BF4BF867BAE362DB739CD457931FE1AE /* Manager.storyboard */, + 8A53E1BADD45D8385E3D58A9D8A47E67 /* Network.storyboard */, + E4EB7F2C6D3AF036A3EA94F223A691DF /* NetworkCell.xib */, + ); + name = Resources; + sourceTree = ""; + }; + C60EAC2482313007839F69B7D65F7194 /* ESTabBarController-swift */ = { + isa = PBXGroup; + children = ( + BC52DF736F3920669CEE24DF1D214C77 /* ESTabBar.swift */, + F061B0409475523E7702C682FEEF140C /* ESTabBarController.swift */, + 947BAED41F75A2F0FB282609920A7260 /* ESTabBarItem.swift */, + E4D8B06B2CCEC9EEFEC42249E9CDBE74 /* ESTabBarItemBadgeView.swift */, + B3BAE0BEC06C29153E700AB97F17A21E /* ESTabBarItemContainer.swift */, + C098F3B3BF1B9E506034F5E376EA95DF /* ESTabBarItemContentView.swift */, + 992B3480F3129FE8FA021CB02837A2A3 /* ESTabBarItemMoreContentView.swift */, + 0B6836FF3F1943A03071C3C71250E567 /* Resources */, + DCDCC2DDCB0B5CFFB14152E42F9F1E51 /* Support Files */, + ); + name = "ESTabBarController-swift"; + path = "ESTabBarController-swift"; + sourceTree = ""; + }; + C6BF63C3AF09703A75E297D6FC65CEC1 /* DDColorKit_Private */ = { + isa = PBXGroup; + children = ( + E8B40EC6A9952F20179836B7DED824AF /* ColorUtil.swift */, + 19315903F720F83840222062FC2B187F /* UIColor+Hue.swift */, + 79E5CDF2126EB0688BE1FAB13AEF2A60 /* Support Files */, + ); + name = DDColorKit_Private; + path = DDColorKit_Private; + sourceTree = ""; + }; + C7B346314154D3CBBA5AC9E4890E50F0 /* DDWebImage */ = { + isa = PBXGroup; + children = ( + 28E1A032BBE53B354FFA099FB4750438 /* UIImageView+DDWebCache.h */, + 77D2B4F0C598F5F1ECF44EB76BC4D194 /* UIImageView+DDWebCache.m */, + ); + name = DDWebImage; + sourceTree = ""; + }; + CA1BDD2561A33C97AC5D9203E17A9F9D /* DDNetworkingOfAlamofireKit_Private */ = { + isa = PBXGroup; + children = ( + 443CB59B0586F4684BC71662BAD1F9F4 /* DDAF.swift */, + BE2E61C6FF3C5037F4270B62D00A4D02 /* DDAlamofire.swift */, + 483B426E3F56F4C05F4D059E6817B166 /* Support Files */, + ); + name = DDNetworkingOfAlamofireKit_Private; + path = DDNetworkingOfAlamofireKit_Private; sourceTree = ""; }; CBBEA97C6D095C1CF9DDA23C1B9D5D9B /* ZFPlayer */ = { @@ -6115,24 +6175,26 @@ path = "/Users/zd/Downloads/iOS相关/ZFPlayer-master"; sourceTree = ""; }; - CCEF46B3B5BFF4A5C35E5C950255F941 /* UIButton+DDCategory */ = { + CD5E8041AAAD071A930C2EBA4F6C866A /* Targets Support Files */ = { isa = PBXGroup; children = ( - 0A366F5216A82D1C2B1DC19F3E52A834 /* UIButton+DDCategory.h */, - D2D859E1CE2BB76EE3BC633FF0810D80 /* UIButton+DDCategory.m */, + F117CF72F55448484F5E8509956D04E8 /* Pods-OrderScheduling */, + 222070C446C6684B4AD374CD64512282 /* Pods-OrderSchedulingNotificationService */, ); - name = "UIButton+DDCategory"; + name = "Targets Support Files"; sourceTree = ""; }; - CEE9667AE49519FC67A247F8F56D6B59 /* DDBaseAttributedString */ = { + CDC8857F89B4B5C238C900A3C0B8BB76 /* NSAttributedString+DDCategory */ = { isa = PBXGroup; children = ( - 2E7554C1D9766A6A749F6E284A9BD439 /* DDBaseAttributedString.h */, - 5511045338CB066D200261853A25697E /* DDBaseAttributedString.m */, - 0D648E51FCE079114A32B944396C5BE0 /* DDBaseMutableAttributedString.h */, - F922EEB8C61B67CC05BFA0DD8C528B19 /* DDBaseMutableAttributedString.m */, + 3EA03AB6502BFC0901B750CBE01B019B /* NSAttributedString+DDCategory.h */, + 7813732DE8A9F5706F6BAF81101043E5 /* NSAttributedString+DDCategory.m */, + 79DDEC2D81027B8F89500BD3C1A67547 /* NSMutableAttributedString+DDCategory.h */, + 34E016C5BE8B80C2C9D991B28602A7F6 /* NSMutableAttributedString+DDCategory.m */, + 16D1C4AB52AB0F18DE4501DAC9A3432D /* NSMutableParagraphStyle+DDCategory.h */, + B43983D6A22CDE602EF27B7BCB05D556 /* NSMutableParagraphStyle+DDCategory.m */, ); - name = DDBaseAttributedString; + name = "NSAttributedString+DDCategory"; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -6141,184 +6203,134 @@ 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, 2FD92DCDAD068486A285F7D1799B2A96 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - FE0C676955EC784594AA98AC7EBB20E6 /* Pods */, - 0BBF9A2B7A5BA7DEBE25732402D5D622 /* Products */, - 1F1D631D94DD75582056095E9D9F94F9 /* Targets Support Files */, + 1A2092DCE736AC3EFAB5618CD6DDE5D6 /* Pods */, + 608A6118006FF5CB6225A82FA1311B30 /* Products */, + CD5E8041AAAD071A930C2EBA4F6C866A /* Targets Support Files */, ); sourceTree = ""; }; - CF9C9E695598CB2014483DEC3D94159C /* Resources */ = { + D08CFDDA6667EC703C7B57ADCFF6528D /* Support Files */ = { isa = PBXGroup; children = ( - DE7E942FABFB4E76A53293A42EF78DE0 /* AMap.bundle */, - 4D7B1421C2987F73450663CB76EC70D8 /* AMapNavi.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - D3AB315EAE5A97F162123C512C7CACC6 /* Support Files */ = { - isa = PBXGroup; - children = ( - E3AE3969373FCC4E02795EEC06F16536 /* DDProgressHUDKit_Private.modulemap */, - B4F03940C1E54AED0E58A174126B3A93 /* DDProgressHUDKit_Private-dummy.m */, - 4EFD847E0201C7BE5FC983F00CB9E08F /* DDProgressHUDKit_Private-prefix.pch */, - 5473A7786AA8CEFB658AE02D38BB2AF5 /* DDProgressHUDKit_Private-umbrella.h */, - 1D3EF2003F8CD6098981B8D8A52D93DC /* DDProgressHUDKit_Private.debug.xcconfig */, - 2332F485BFA8EFFE7D1788B1472D0518 /* DDProgressHUDKit_Private.release.xcconfig */, + DCBAC346E14C39F4C832C7B8A54187C2 /* ZLPhotoBrowser.modulemap */, + CED782091A91C5F324DE53B00EA042A0 /* ZLPhotoBrowser-dummy.m */, + 56C196FACB93F649B7E8B8F8837BC490 /* ZLPhotoBrowser-prefix.pch */, + F022DCD757B39D0CE38B290F21BDC27C /* ZLPhotoBrowser-umbrella.h */, + F20AE6A7C47AD627C57A4DFB3A9CF48A /* ZLPhotoBrowser.debug.xcconfig */, + FC39FA394421C88EC2EBEA632058B5CF /* ZLPhotoBrowser.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDProgressHUDKit_Private"; + path = "../Target Support Files/ZLPhotoBrowser"; sourceTree = ""; }; - D3C34B54066343C04FF6FF5B3D51C252 /* NSThread+DDCategory */ = { + D406051FACC5DF8829723977A17E1D45 /* UIView+DDCategory */ = { isa = PBXGroup; children = ( - CAEDD2275E4DD388754793EE07C23B75 /* NSThread+DDCategory.h */, - 803B0D1A3B14F2D0FC2B891756FF10D8 /* NSThread+DDCategory.m */, + 8CA8DB2E04147911FC8C8353A181D3FC /* UIView+DDCategory.h */, + C90F68CD32DBBDE6CA7898821FACD97B /* UIView+DDCategory.m */, ); - name = "NSThread+DDCategory"; + name = "UIView+DDCategory"; sourceTree = ""; }; - D4858A6E63EBBF2D678FD45B62BB166A /* AMapNavi-NO-IDFA */ = { + D4FFD48D6628C7C20CDC3B0C5FCB3E99 /* DDBaseCollectionViewCell */ = { isa = PBXGroup; children = ( - 9ED5619BBF371608E2F93CC2840F982D /* AMapNaviBaseManager.h */, - 5EA4559EA4BCFF78BFC45161D99A9304 /* AMapNaviCommonObj.h */, - BAAEF507FB48CD24E6DFE6E0E1E9BE74 /* AMapNaviCompositeAnnotation.h */, - EC70D4B0B76AD9EEE46A627C8F306745 /* AMapNaviCompositeManager.h */, - 6B308B7E29EAB48554269B3E6232B8B9 /* AMapNaviCompositeUserConfig.h */, - 652B3CB250086F61D9DCA6013692EBDA /* AMapNaviDriveDataRepresentable.h */, - 3AED3D0E08A3175E21D4839D019E9A5E /* AMapNaviDriveManager.h */, - 599D9E46695172A35220A57D4A48F96A /* AMapNaviDriveView.h */, - 76704A168A519B5DD9FDCAE7A4BDB0B6 /* AMapNaviEleBikeDataRepresentable.h */, - F325049ADE4E2817497756D084BE74BD /* AMapNaviEleBikeManager.h */, - F1687A1F7A33112D0C44C16592310B67 /* AMapNaviHeaderHandler.h */, - 4414137513CA5BE7C7C2B9691B0EFB04 /* AMapNaviHUDView.h */, - 4793A994B1C77F29FB5C1111F4CE140B /* AMapNaviInfo.h */, - 7285511C4EB50A521694EA28EB96E46C /* AMapNaviKit.h */, - B089E5DAD7B1F6D34A5619763E2EE273 /* AMapNaviLocation.h */, - F2F51AC986E17C877052D7B4BC1AFCD2 /* AMapNaviManagerConfig.h */, - 3B4CA6428C4977C63FE6225AEF2932AC /* AMapNaviRideDataRepresentable.h */, - 8007E3FA68EDCCABAEA7373403ED0B4A /* AMapNaviRideManager.h */, - 8D5C20CEC1E7E86393E1B65851F73CD5 /* AMapNaviRideView.h */, - FA91C88A70417F05DC7F6F23FC730BE2 /* AMapNaviRoute.h */, - 0AAC2F5FBAD0E9E0AB9F2F9BCCE64752 /* AMapNaviStatisticsInfo.h */, - 949A10FDC5BEDE43CA6DB299E5D79409 /* AMapNaviTrafficBarView.h */, - 70CA5E656F9ABF3E35376B86C1EC29EF /* AMapNaviTravelManager.h */, - 92719FE50B6B404C8D335B0147B099AC /* AMapNaviVersion.h */, - 26601BFBAC416FC510A476190C6F0EBC /* AMapNaviWalkDataRepresentable.h */, - 786B816F47CAF148595A9ECEE930EED4 /* AMapNaviWalkManager.h */, - 807606175DCA11FBCB18F4BAE40F4D05 /* AMapNaviWalkView.h */, - 625C31CA50495F7490E22008C2FB3D83 /* MAAnimatedAnnotation.h */, - 418EC1400F244FBD79B3F18E360472A8 /* MAAnnotation.h */, - 05D7D703E92970250C28260F4D513D82 /* MAAnnotationMoveAnimation.h */, - 0FA71EADB0E074ED4FEDA61D9C2EFD97 /* MAAnnotationView.h */, - 4CDFFCFD57CEE2F46118F1DC96038DA0 /* MAArc.h */, - 5BF9FEE220EDD00B42AC3A246A3A179C /* MAArcRenderer.h */, - 95A9958CAAFD479DF6EF7A2AFCA01E4B /* MABaseOverlay.h */, - C2125D5F0DC03E523B205EB786C6358B /* MACircle.h */, - 69104AE1495F7FFC9DBB26B7A9AC348D /* MACircleRenderer.h */, - FA23E2F1DC60294A26A85E53A9DF997A /* MAConfig.h */, - F00088ACA7C52BCB9D5B0AF5D2A4B81C /* MACustomBuildingOverlay.h */, - 91A0AE412EECF5F5AAEB1630AD475C7B /* MACustomBuildingOverlayRenderer.h */, - 9DA1BDDB456A94480DDE06A99844E59B /* MACustomCalloutView.h */, - 7E74062957DECF45F3806CAAF12B9D7B /* MAGeodesicPolyline.h */, - 28BA9A11975D39712279230B23A2C339 /* MAGeometry.h */, - 178C18A1EE1A4135B74BB21AB78F11F7 /* MAGltfOverlay.h */, - B2B130F75DFD1D0233D1E24D252AB311 /* MAGltfOverlayRenderer.h */, - 6C0EAE7431F3AFF5335F7B5F37AB6F73 /* MAGroundOverlay.h */, - 2265E0F3F587D97473A249F326C2A354 /* MAGroundOverlayRenderer.h */, - 1622C8BABD1D40FABFAA79D547DABFC6 /* MAHeatMapTileOverlay.h */, - C2C462305630A06A24853D6E558636A0 /* MAHeatMapVectorGridOverlay.h */, - 0E859E3B506CB98AE2D8105C62A77910 /* MAHeatMapVectorGridOverlayRenderer.h */, - D2A46596EA083A1456A629EF5D4E1369 /* MAHeatMapVectorOverlay.h */, - 6122C9FA810B8606CD1C362300906D5E /* MAHeatMapVectorOverlayRender.h */, - 1092B38E897294A0AAFC10952676063D /* MAIndoorInfo.h */, - DEC2537B0B3C21660DF50C27A384CF4B /* MALineDrawType.h */, - B19A5F71BBA380AFDF2747318B510158 /* MAMapAccessibilityIdentifier.h */, - 91873B99DC2DBFED80FEFF2ED5666A4A /* MAMapCustomStyleOptions.h */, - 58D9080A8253822BED3E089C7E86A12A /* MAMapKit.h */, - 3C26D75E862C7DFF7588403043F28036 /* MAMapStatus.h */, - 761CD2AF7C4609A944CF775956D29CC1 /* MAMapVersion.h */, - D14A3ADBEA6B710E57AF16177ED42A57 /* MAMapView.h */, - 2E291C449CD15498D041603684A0B4FA /* MAMultiColoredPolylineRenderer.h */, - 3A94A232C664536353F93314F8B6EC2B /* MAMultiPoint.h */, - 6F5FA1AA501ECF6033F0C76FAF1C9FC1 /* MAMultiPointOverlay.h */, - 293029E3073810117B5BE481DE38CCC9 /* MAMultiPointOverlayRenderer.h */, - 3079530D6FB3250B79DBE34846229862 /* MAMultiPolyline.h */, - 6B4C86832B1832B31CDA24CA2A08D1D7 /* MAMultiTexturePolylineRenderer.h */, - 646EB3ACC988CAC2ABC3B747BD007125 /* MAMVTTileOverlay.h */, - A5FB1BAEA034AB5C6886B46F0F945CA1 /* MAMVTTileOverlayRenderer.h */, - 0340BD1C00636462ABFEA92B5ADC9092 /* MAOfflineCity.h */, - E1F8B05B6E631A484B05EF35961301D7 /* MAOfflineItem.h */, - 95D658C0427C95923C9534D728EF6512 /* MAOfflineItemCommonCity.h */, - CCCC4DA7BB3D06664CE7D36C3898B67C /* MAOfflineItemMunicipality.h */, - 5FB950575B367FA26BA89A34CF7DE0E5 /* MAOfflineItemNationWide.h */, - 40620B541C5CF4FE520C1ED2F9D38750 /* MAOfflineMap.h */, - CCCD6D23DA1823736AA1206CCE285182 /* MAOfflineMapViewController.h */, - 75F83AC2EBA9CADB74B5F2D78FAE26F7 /* MAOfflineProvince.h */, - 97A7CF25B2E5EDE8746A5A2509FEB451 /* MAOverlay.h */, - 9CC7D1C25404C7603F0FFFD4F2509D28 /* MAOverlayPathRenderer.h */, - E2DE7F43C3BCB9E3DE2010A419F4AF96 /* MAOverlayRenderer.h */, - 884EF94F5E347457AD386B41C33DA1D7 /* MAParticleOverlay.h */, - 4E641A9869B67D26ECB71CE612D06C4B /* MAParticleOverlayOptions.h */, - 44C1D1D4E44AB8BB81A64EB6F8DE616C /* MAParticleOverlayRenderer.h */, - EEFD8667B74BC46E988E4048A826E640 /* MAPathShowRange.h */, - D64AD2909CB4224E6C878C1809470F77 /* MAPinAnnotationView.h */, - FC494D90B7314129AA832C6E20A3F9BC /* MAPointAnnotation.h */, - 9FA8638CC7A5657A182EDD76FA881CEE /* MAPolygon.h */, - CDF4286E311220A2E6F21F1CCAC01FB2 /* MAPolygonRenderer.h */, - 32A0BA73730B1D1E30BEA5EE64F4ACF8 /* MAPolyline.h */, - 8203AE9F5C9DFF8E404D5AC69A3CD650 /* MAPolylineRenderer.h */, - C4EF562ED02F7742E7E03E987166CFB7 /* MAShape.h */, - 7D0A768DE3645C424B70150E9BCED721 /* MATileOverlay.h */, - C428E440D35483317EC1BBC2DE3FAE0D /* MATileOverlayRenderer.h */, - 203C27514C89003D5D0E62B03AB9DB38 /* MATouchPoi.h */, - 6B525E8F86602DCA4BB669A9B85D5477 /* MATraceLocation.h */, - E5610C35BCC8DB078DD0A40106E3FD21 /* MATraceManager.h */, - 75CCB81B20CB9A47768A3F21F30DB2F2 /* MAUserLocation.h */, - 5B79A58AE1374CFF5299A9B12AE3639A /* MAUserLocationRepresentation.h */, - DE6C3A4A9178FCF2F4310B5EDBF65788 /* Frameworks */, - CF9C9E695598CB2014483DEC3D94159C /* Resources */, - 45F0E3D4252598A24163906E5BF36D35 /* Support Files */, + 69035CE88D7AF798727C4F8226C6D568 /* DDBaseCollectionViewCell.h */, + AE96470C940BA4B1E0A8F6476E2BCB3B /* DDBaseCollectionViewCell.m */, ); - name = "AMapNavi-NO-IDFA"; - path = "AMapNavi-NO-IDFA"; + name = DDBaseCollectionViewCell; sourceTree = ""; }; - D4EC27EC43367094BCBA50A9DDF8EB7B /* UITableView+DDCategory */ = { + D5BECB38DFA15A9000A48484F0590806 /* JXCategoryView */ = { isa = PBXGroup; children = ( - BA7CF7B56ABE377250C41188B65F7C1B /* UITableView+DDCategory.h */, - 5208F15613BC75B1583063083ABA0738 /* UITableView+DDCategory.m */, + 1E3A4445F6B88B126D679AE1B9DEC25D /* JXCategoryBaseCell.h */, + C35A3D219FC3600AA64AAA53FAF32BB4 /* JXCategoryBaseCell.m */, + F800A0F2504A2E9F16866FF45FE105E8 /* JXCategoryBaseCellModel.h */, + A6B15B502E04D177E2C90D5C0332BD7F /* JXCategoryBaseCellModel.m */, + DF2102E453E086E3DBEFE6C4C6C1A44F /* JXCategoryBaseView.h */, + D0C43BD8EB0DF500781F215DC9797DFB /* JXCategoryBaseView.m */, + D218EE534BDCE1AEA726D5B6E8EA6642 /* JXCategoryCollectionView.h */, + 14462657A27F270F3EC5BAE636FB4B0F /* JXCategoryCollectionView.m */, + F92AE85FA054A116B8293C6493B5EF42 /* JXCategoryDotCell.h */, + 5EC31CC5E9AADA44EB922D7C9FE5821E /* JXCategoryDotCell.m */, + A2E266C2B2C0B8B73B1F76A6D4490AAC /* JXCategoryDotCellModel.h */, + C95D8ECB5510534FE85527F74E1090D0 /* JXCategoryDotCellModel.m */, + E58F155608C42B362002368AE8C411C3 /* JXCategoryDotView.h */, + 0AC5B9B0DAB99E4DC6D66E94DDA31F34 /* JXCategoryDotView.m */, + 84D59067DC836781EDDAB98A1AA44FD5 /* JXCategoryFactory.h */, + DA083D0BBE5F3EA0754540B0604C71F8 /* JXCategoryFactory.m */, + 3CDE4B79D4969027D09B2B806D4EE533 /* JXCategoryImageCell.h */, + 94A6D83985A0F30A9F7ED52AEF613087 /* JXCategoryImageCell.m */, + 87CFA8A0A6799829CBFC65D9E54A49F1 /* JXCategoryImageCellModel.h */, + AA38ECF36D4EB260F9E7713B35210A40 /* JXCategoryImageCellModel.m */, + 70FD69C273D0A5BDB307B1495F77996C /* JXCategoryImageView.h */, + 1AAB1C2C885FCFF2FAB7EAB227820F16 /* JXCategoryImageView.m */, + E901630C8A45B5CF4EA610970AF8B6D1 /* JXCategoryIndicatorBackgroundView.h */, + 1A760DA7F344104BAC4130482D2A9A8C /* JXCategoryIndicatorBackgroundView.m */, + 9C642C52A74FCD128E0EEA1120DD4A4E /* JXCategoryIndicatorBallView.h */, + 7CB82752AF682B37271455F5F85ED7F2 /* JXCategoryIndicatorBallView.m */, + BCCA0175F7FDCA718A32393BC24BDDC8 /* JXCategoryIndicatorCell.h */, + B66C4669C3F7B65787AAC3C493B9D409 /* JXCategoryIndicatorCell.m */, + 5B7340396DF576D9BF11939B6B1C6C83 /* JXCategoryIndicatorCellModel.h */, + D5890CDD479EB51D6ED75AB907A80A6B /* JXCategoryIndicatorCellModel.m */, + 38F1C9F02A30B8428C923B14371F109B /* JXCategoryIndicatorComponentView.h */, + CC82B37E2EE7BF6F10F5B707A5E4E4DA /* JXCategoryIndicatorComponentView.m */, + 0CE9CE86C5541BCBD291BC257074D634 /* JXCategoryIndicatorDotLineView.h */, + AE27EE3DB56B5DB8A11FEA28084CD99D /* JXCategoryIndicatorDotLineView.m */, + EC9AC8C908AD6E0B5053F6E4EFC0CC25 /* JXCategoryIndicatorImageView.h */, + 8429D750A94FA8528DEB8E79748ACD4E /* JXCategoryIndicatorImageView.m */, + 355A1469972C9065FCF7F5DA3C6A7443 /* JXCategoryIndicatorLineView.h */, + 76C7B84F5A705D5A447E45E87815C0A4 /* JXCategoryIndicatorLineView.m */, + BDF768898EE8E50E9BEE06075FA6D9B4 /* JXCategoryIndicatorParamsModel.h */, + 4D3457CF863B8AB0CD0F1709E5BA4E23 /* JXCategoryIndicatorParamsModel.m */, + CFB78678C9475983130524C6FB7FAF0B /* JXCategoryIndicatorProtocol.h */, + 6A623C4810F2A8A09CE5E208F3CFD696 /* JXCategoryIndicatorRainbowLineView.h */, + 44FDBBB99B5D824EB9B03C297BAC7710 /* JXCategoryIndicatorRainbowLineView.m */, + F0323843D11B651C7BAA60F1BF076BC8 /* JXCategoryIndicatorTriangleView.h */, + 5A60986282200D26BCB59A176E7329AD /* JXCategoryIndicatorTriangleView.m */, + 51D311128CA591D52BAAA4098F4EA254 /* JXCategoryIndicatorView.h */, + BE7012AC2561BF0EAC8327EACE7E25F5 /* JXCategoryIndicatorView.m */, + 8F1ECFB22692B187794190362B677DC2 /* JXCategoryListContainerRTLCell.h */, + 29AF5C9CD8BF39B37ACF1C272E42D5F4 /* JXCategoryListContainerRTLCell.m */, + 1C9DF830A788F85434C2EDB3AA1F0239 /* JXCategoryListContainerView.h */, + DA739035491CB62610025ABA30367D02 /* JXCategoryListContainerView.m */, + 6BEE17926962B8BA6BEE8CFE127BEB7B /* JXCategoryNumberCell.h */, + 6203826FD66702EABC4229A2AE3F433E /* JXCategoryNumberCell.m */, + A2CF9FFF8F9DDF68A125BD68FC810C81 /* JXCategoryNumberCellModel.h */, + 3CE261EA88E3F2E746CD8BC4EA7F231B /* JXCategoryNumberCellModel.m */, + 6E95D4A65B866BEF3AD26F4A4C44BDC5 /* JXCategoryNumberView.h */, + B2834B6A14968DD7A5F5D8568346F091 /* JXCategoryNumberView.m */, + CEE3B44E31830122D2C71413F0028A49 /* JXCategoryTitleCell.h */, + 48E42F658846C3EF5F8829A0765B2FA0 /* JXCategoryTitleCell.m */, + 139A5BEA3A39E44D3ACCA26236F5999E /* JXCategoryTitleCellModel.h */, + 79A1D6FF763D4239862D39A55B03B981 /* JXCategoryTitleCellModel.m */, + 3D4ADB598645B26ABD6CB6ADC0CE3A3B /* JXCategoryTitleImageCell.h */, + 85800956C6F122323433E27CCEB81700 /* JXCategoryTitleImageCell.m */, + 8A19A477D0E1D5D81F7EC2738CE66EEA /* JXCategoryTitleImageCellModel.h */, + BAC8B1617D2BB77D51642452D9FFF840 /* JXCategoryTitleImageCellModel.m */, + 7DC89DD9BD9C6BDEE2190FAFFD760AC6 /* JXCategoryTitleImageView.h */, + 7915B4110A3201C6E738A5741FC34CBE /* JXCategoryTitleImageView.m */, + F5E80951DD87DAE5A55E5498C07BCC43 /* JXCategoryTitleVerticalZoomCell.h */, + EB31D87EFB375621E6E885CADD3CA2D3 /* JXCategoryTitleVerticalZoomCell.m */, + 0DE0F32926863C7EC58FA0C4C3E96AFC /* JXCategoryTitleVerticalZoomCellModel.h */, + 9C6A122A5EFD9D1625B847FCBAF199E1 /* JXCategoryTitleVerticalZoomCellModel.m */, + 7003C0527E908FB4381D4505668EF0B4 /* JXCategoryTitleVerticalZoomView.h */, + 4290A2088A07F3DA57407C2DDDA0178B /* JXCategoryTitleVerticalZoomView.m */, + A87B5551A3FD93CF2AC813B17759F380 /* JXCategoryTitleView.h */, + 68266C670A37D89B9EEA613DC0FF3600 /* JXCategoryTitleView.m */, + A55904CB1CB780C74550329C54EADA5C /* JXCategoryView.h */, + 126069DAC6F43B1BFDAA5390529D1717 /* JXCategoryViewAnimator.h */, + E33954FB4DABB55AD6D5ABCF16F954A6 /* JXCategoryViewAnimator.m */, + 70088982C8CC8460898F3AABA035F74F /* JXCategoryViewDefines.h */, + 0EBD22BD51E784FC3FEB1D3DD05EE5BD /* RTLManager.h */, + DCE6852E5414CAF765EAA83E45AB416E /* RTLManager.m */, + 485BCDC07113C6986D24CE8298C444D0 /* UIColor+JXAdd.h */, + C01C96A62A9D3BFDA350E027D204D6F0 /* UIColor+JXAdd.m */, + 71B3AF5C86FCAADAD9E521F714E8867F /* Support Files */, ); - name = "UITableView+DDCategory"; - sourceTree = ""; - }; - D59D4FDBFBC84C1E4C2D3A2A95BFEC63 /* DDBaseModel */ = { - isa = PBXGroup; - children = ( - F0E1AEC025AB6D37259362F51F1C37D2 /* DDBaseModel.h */, - D46394D030DDA7A93B5F36BFE53DD2F4 /* DDBaseModel.m */, - ); - name = DDBaseModel; - sourceTree = ""; - }; - D61EA987E7C1B049A612E44D9C7BE649 /* Resources */ = { - isa = PBXGroup; - children = ( - 0A0BF2153D87CFD8C592C29D8A32FBF2 /* Sources_DDMAMap */, - ); - name = Resources; - sourceTree = ""; - }; - D6C222953221E9474416F6CD56753F7C /* DDBaseTextView */ = { - isa = PBXGroup; - children = ( - 5D7A6CF0BB659BCF9BFE81D23A5EF0FD /* DDBaseTextView.h */, - 0F9CB8CFF86E395422469CA35EB52621 /* DDBaseTextView.m */, - ); - name = DDBaseTextView; + name = JXCategoryView; + path = JXCategoryView; sourceTree = ""; }; D80ED0537AEA647AFCDB551574CA632F /* Frameworks */ = { @@ -6343,14 +6355,6 @@ path = "../../../Desktop/中道救援/OrderScheduling/Pods/Target Support Files/ZFPlayer"; sourceTree = ""; }; - D84F7EF0C90A03E4D7B32FFE490B133B /* Resources */ = { - isa = PBXGroup; - children = ( - 1E3916328A47D988F1BDE716BD9BAA19 /* DDBaseViewController.xcassets */, - ); - name = Resources; - sourceTree = ""; - }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -6358,82 +6362,93 @@ name = Frameworks; sourceTree = ""; }; - D924AEF04B6F9A134C76076DD6FA0AFF /* DDBaseTableView */ = { + D8C28F41F017206D471ECA66A2EF82B6 /* SDWebImage */ = { isa = PBXGroup; children = ( - D92B60CBF99CD32081E59325F0F91481 /* DDBaseTableView.h */, - 32A4318D6548A15D9D9E7509228C10B2 /* DDBaseTableView.m */, + 5CB5207BC9171A2E6B29EE184A4B450E /* Core */, + 10192A5D24E6AF863E382012B6E17552 /* MapKit */, ); - name = DDBaseTableView; + name = SDWebImage; sourceTree = ""; }; - D9B5E1788C8F4A2C8F5F6956003692C5 /* Support Files */ = { + DA6BCB6619B910C2608BEF4A383B9F36 /* UILabel+DDCategory */ = { isa = PBXGroup; children = ( - 59CB4BA2FECA28EC00BEDAB278B4840D /* AMapTrack-NO-IDFA.debug.xcconfig */, - 2111FB7A5FD11EFF6EC74E453D093C43 /* AMapTrack-NO-IDFA.release.xcconfig */, + 3B660079A8671BB45C37B85EC1EAF859 /* UILabel+DDCategory.h */, + A4DC27BB1AE51C6C127F293567A88BEC /* UILabel+DDCategory.m */, + ); + name = "UILabel+DDCategory"; + sourceTree = ""; + }; + DAEA850F74ACF35117204CEFE58DE706 /* Overlay */ = { + isa = PBXGroup; + children = ( + 3C79A5019389B87903DA01C8E5BF6E8D /* MABaseOverlay+DDCategory.h */, + 3C9CB755A561B91310BE56375908F171 /* MABaseOverlay+DDCategory.m */, + ); + name = Overlay; + sourceTree = ""; + }; + DB2F092160C13E7E78B13F8C7DD9DFE1 /* DDLabel */ = { + isa = PBXGroup; + children = ( + ); + name = DDLabel; + sourceTree = ""; + }; + DBF4358EEA5EAC828FA05A0E554173D3 /* DDAutoUIKit_Private */ = { + isa = PBXGroup; + children = ( + 365C66E3019C4B92D15EF87424D56517 /* AutoUI.swift */, + 56F2639FB158850EBB1C6A75F9304FE5 /* Support Files */, + ); + name = DDAutoUIKit_Private; + path = DDAutoUIKit_Private; + sourceTree = ""; + }; + DCD9656C4F30C2A74CFBCBB3C6F541C1 /* DDMAUtil */ = { + isa = PBXGroup; + children = ( + 377FDB0F9BE59888DA4B01872B77AF12 /* DDMAGeometry.h */, + 8077D1E878BBDC6BC09F39FA55AE7B37 /* DDMAGeometry.m */, + ); + name = DDMAUtil; + sourceTree = ""; + }; + DCDCC2DDCB0B5CFFB14152E42F9F1E51 /* Support Files */ = { + isa = PBXGroup; + children = ( + 03BE4E695CF0E2BCE0E5630817A1A2EC /* ESTabBarController-swift.modulemap */, + EDB64557F8A54465273724E84B4D67A1 /* ESTabBarController-swift-dummy.m */, + 8B7C257F28E4852CFA20E9ADBEE3711E /* ESTabBarController-swift-prefix.pch */, + 0B7AD76EBA8FDAEE7C5ED9B839B252E8 /* ESTabBarController-swift-umbrella.h */, + 79266511F283A37052B01AC06A8F5092 /* ESTabBarController-swift.debug.xcconfig */, + 48DEC21E7DA7B8CDC9976CB677E5D2C8 /* ESTabBarController-swift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AMapTrack-NO-IDFA"; + path = "../Target Support Files/ESTabBarController-swift"; sourceTree = ""; }; - DA53D67AF38CCBFDDDECC55BA8A8BBCB /* DDBaseViewController */ = { + DED1635287398DD9988794D19CDE3A79 /* Resources */ = { isa = PBXGroup; children = ( - 9F7A56ECEEB397C8DC71D7973678881A /* DDBaseViewController.h */, - 8374441EF601E694AC4A4C42973904AD /* DDBaseViewController.m */, - D84F7EF0C90A03E4D7B32FFE490B133B /* Resources */, + E98C8DD971434C02357308751BA6F1F7 /* DDBaseViewController.xcassets */, ); - name = DDBaseViewController; + name = Resources; sourceTree = ""; }; - DB79C2EC262A618ADFA76ADEEED475AC /* DDButton */ = { + E01AEA5764A68AAB3F42394070D8EB86 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDButton; - sourceTree = ""; - }; - DCC18574FA034D9DD4D3F72208F9CD00 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5BAAD018A08186902C186125AE292AE4 /* ZLPhotoBrowser.modulemap */, - 23FBD1C725CA427B3E87358263DA6359 /* ZLPhotoBrowser-dummy.m */, - 01AD8553C256C106DE9588A5974B1EC7 /* ZLPhotoBrowser-prefix.pch */, - 2DBE01A7A70E6F14A7BC136953484656 /* ZLPhotoBrowser-umbrella.h */, - 5BFB1B556E74ECF1D7B40D213E765072 /* ZLPhotoBrowser.debug.xcconfig */, - D25023E8BD5830277A322556D5AC4E9C /* ZLPhotoBrowser.release.xcconfig */, + E51A7EA7858384880AC7DB0DCFAB9758 /* DDLogKit_Private.modulemap */, + A0A6E93590DA6CA6C3A9F2A284E444D5 /* DDLogKit_Private-dummy.m */, + E05E6857C05021CE287FED6440E20A18 /* DDLogKit_Private-prefix.pch */, + CB5AB1F5F73A771D471B8390486F3955 /* DDLogKit_Private-umbrella.h */, + 2488E27989005F565E35941EC3F4B877 /* DDLogKit_Private.debug.xcconfig */, + B3F74347FB19359DDCF38B878C1172B6 /* DDLogKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - DE475989671CF08FBD6315BDB699F137 /* DDProgressHUDKit_Private */ = { - isa = PBXGroup; - children = ( - 9CE02AA1D958675B45B76BA4BABF84E8 /* DDProgressHUD.swift */, - 2068ACC54FB582768FF185D6625D0234 /* MBProgressHUD.h */, - 81AFAD77D7B0EEB05D9196E8229EB0FD /* MBProgressHUD.m */, - D3AB315EAE5A97F162123C512C7CACC6 /* Support Files */, - ); - name = DDProgressHUDKit_Private; - path = DDProgressHUDKit_Private; - sourceTree = ""; - }; - DE6C3A4A9178FCF2F4310B5EDBF65788 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 369289F0FE20683A2B176B957F86C02D /* AMapNaviKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - E06306D0FDD099976612BEF5BEE165D3 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 63C94657456F930EC8DE2E6535547C9B /* AMapTrackKit.framework */, - ); - name = Frameworks; + path = "../Target Support Files/DDLogKit_Private"; sourceTree = ""; }; E278C3CFA1B4292E3563FAB13C5D7261 /* Core */ = { @@ -6478,383 +6493,462 @@ name = Core; sourceTree = ""; }; - E8037763796A07B74A0A8C6940B54B60 /* DDCategoryKit_Private */ = { + E56E1912BB3A55D4C6A6594D7C7A9B64 /* UITableViewCell+DDCategory */ = { isa = PBXGroup; children = ( - 3DC3EE79B6E28DA0DD1DA5FD42B9FD4E /* DDCategory.h */, - A63DF8BC149C4298868BF4B993D64A9F /* CALayer+DDCategory */, - EE3D192636CED5F94F51E51C10AFAC78 /* NSAttributedString+DDCategory */, - 2188B139F61B6FD8634D0F8188C931D6 /* NSBundle+DDCategory */, - 0728F2C2539FA05CEE77C16DA9F9605C /* NSObject+DDCategory */, - D3C34B54066343C04FF6FF5B3D51C252 /* NSThread+DDCategory */, - 13970F51CBD75223A52DA74208A6315D /* NSURL+DDCategory */, - B1DF7EBCAA94F393E58DCEC29CEE1ECA /* Support Files */, - 86B7A5DA0A282B0286F64737424AF0EE /* UIApplication+DDCategory */, - 595DCBAB173EFE42E48923ECC6BE3496 /* UIBarButtonItem+DDCategory */, - CCEF46B3B5BFF4A5C35E5C950255F941 /* UIButton+DDCategory */, - AA7F69263419495BEB77D8E372A3DC9E /* UICollectionView+DDCategory */, - 13DB673CE62E915CEED5485A1944D601 /* UICollectionViewCell+DDCategory */, - 417DD8ECF3B93481DB440258FB95B4E1 /* UIFont+DDCategory */, - 1D9D44583A5A1103A8662148EE203A80 /* UIImage+DDCategory */, - 40B177EBEBC42B865E99FC4D47DADF00 /* UIImageView+DDCategory */, - 63E369C861E19E27D1FD00A823C44030 /* UILabel+DDCategory */, - 27F28F533BB9CE04A1CCCD966C0E17BF /* UINavigationBar+DDCategory */, - 3B0A7503959F7D7A0E6C3E1B2342B26A /* UINavigationController+DDCategory */, - 6B86CB16D471D5905151D704575DDE50 /* UINavigationItem+DDCategory */, - EEC481D100C55C2B246A604102647AC9 /* UIScreen+DDCategory */, - 9B7E54C729C8E8FF72460322C748647B /* UIScrollView+DDCategory */, - 05012121915B86062DF2407B765A4924 /* UITabBarController+DDCategory */, - D4EC27EC43367094BCBA50A9DDF8EB7B /* UITableView+DDCategory */, - 29BA80131655AB1E3ECDDC05C1882837 /* UITableViewCell+DDCategory */, - FAD423B6B01821FEA9A7C1ECB23D2857 /* UITextField+DDCategory */, - EEC38C81689EDA545C993F6F0664494A /* UITextView+DDCategory */, - 86A4A45DDD2D80BF1D6AC42DE1CB4391 /* UIView+DDCategory */, - 383F71909FFA8CB6C9F4438C15962CFB /* UIViewController+DDCategory */, - 27B180C766C2F0041CB1FD9BC366F6F2 /* UIWindow+DDCategory */, + 4E455A7067AD7493FCCBF4135C5ECD84 /* UITableViewCell+DDCategory.h */, + 3D4AD382D1DE1C9ED16F7B6E4B0B0D3E /* UITableViewCell+DDCategory.m */, ); - name = DDCategoryKit_Private; - path = DDCategoryKit_Private; + name = "UITableViewCell+DDCategory"; sourceTree = ""; }; - EAA18DE0DD738839C03262566C0BF035 /* Support Files */ = { + E6AD42C63E79E98607637E1A46C4BB4D /* UICollectionView+DDCategory */ = { isa = PBXGroup; children = ( - 2C6DECB95BD2ED28938DCB12DB159538 /* Kingfisher.modulemap */, - 9AB2D2656D0E83240D45AFED4FDDD5E5 /* Kingfisher-dummy.m */, - 875069EAB4AB0544A0C91AED62D1F154 /* Kingfisher-prefix.pch */, - 537A96113946B170232B57979ADFF950 /* Kingfisher-umbrella.h */, - 2615937927D99423CC74453FBA66B387 /* Kingfisher.debug.xcconfig */, - DC6CD5CC3EC0D0AE619B6482702B8FDE /* Kingfisher.release.xcconfig */, + 244CA1D99FAC9A2BFD6D2038CB30EC4A /* UICollectionView+DDCategory.h */, + 5D9C55AECF24D1292683E809BEDD4630 /* UICollectionView+DDCategory.m */, + ); + name = "UICollectionView+DDCategory"; + sourceTree = ""; + }; + E6CF93AEE0B1375E2CF8D7D50BCF2ED2 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 35D544FE01174A15DD23832FD5F7731E /* AMapTrackKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + E808F32A23945B1D514E756DB0BBE4E7 /* DDMALocation */ = { + isa = PBXGroup; + children = ( + DD9B9E20BDBCE8C13AA06F2555DDF82C /* DDMALocationManager.h */, + 072F9DA0FD667DFC6CB02BB2CC9C75B0 /* DDMALocationManager.m */, + ); + name = DDMALocation; + sourceTree = ""; + }; + E927768EB2CDD56C97EB022B9076C768 /* AMapNavi-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 95528EFFD952AFAA3F0DB781155021D9 /* AMapNaviBaseManager.h */, + 9341E638E2B92FE9BD019EFC2BD1F1EB /* AMapNaviCommonObj.h */, + 340485E58655C6D1ADAA82E873E9BDB4 /* AMapNaviCompositeAnnotation.h */, + 29BB2116263C2ADEB17C14F7E1DB489B /* AMapNaviCompositeManager.h */, + F23C8D9646A84CB9BAE36217477BC321 /* AMapNaviCompositeUserConfig.h */, + 15638E502424E623CC06198055F6547E /* AMapNaviDriveDataRepresentable.h */, + D0E0E0084F09951C6EF4BEA45B1E600D /* AMapNaviDriveManager.h */, + 3547138E3A45AAB7DA6B4741B5EC2201 /* AMapNaviDriveView.h */, + 04EAA142C923F99A6F57585692944B8D /* AMapNaviEleBikeDataRepresentable.h */, + 108200C2982CF773D78419268BB4EFB1 /* AMapNaviEleBikeManager.h */, + B8FCEB95537B4277E379DACB17108AC4 /* AMapNaviHeaderHandler.h */, + C69884B3D084845734049F739907D110 /* AMapNaviHUDView.h */, + A136690A96D9A1657D19C6409E50DBE6 /* AMapNaviInfo.h */, + F3E4632D0B4CA273FC8217447BE94741 /* AMapNaviKit.h */, + 94E70194E08301085E5DCC80AAFCDB4A /* AMapNaviLocation.h */, + 717E8D6502BAB8185D938D897D559A93 /* AMapNaviManagerConfig.h */, + 0066AD3B08F2974B300296F28C02DB93 /* AMapNaviRideDataRepresentable.h */, + 8895CE9339A4D764CC91E8B23C8FBD4D /* AMapNaviRideManager.h */, + A3EA543232C803199F5E833B24464E44 /* AMapNaviRideView.h */, + E8B35C264CC2AFEA8EE639E8CDF616CE /* AMapNaviRoute.h */, + 2DD7541B28462A45E7CD690FAD209469 /* AMapNaviStatisticsInfo.h */, + A492B4BA361CF401FE11C8C5C509E705 /* AMapNaviTrafficBarView.h */, + 353FE4D00B8CF1C2F38B2D3D2AA90E5C /* AMapNaviTravelManager.h */, + EFD034E6CFB0E8119991CABCE5DADFD5 /* AMapNaviVersion.h */, + CF11A9B19C35C583DC9167EE6FF89C71 /* AMapNaviWalkDataRepresentable.h */, + 2D4CDDBB750EE7A2F17DFE157C865EE9 /* AMapNaviWalkManager.h */, + 84FEBDE1D460A9E0F838F532757C8867 /* AMapNaviWalkView.h */, + 09864716871E8CAD5FAA2B43B17E45A0 /* MAAnimatedAnnotation.h */, + 2812099E44AC7B53F0DF44C3F8D8A3DD /* MAAnnotation.h */, + 23B7FBF2CF187559BFC5CFBE4ED3CC6D /* MAAnnotationMoveAnimation.h */, + 6D66D7BFC77CBC5B512428090394B3FD /* MAAnnotationView.h */, + 0ABA3822DAF2D1795D2D84F92D2FCCD3 /* MAArc.h */, + CF36633B73B6FF9DECCFE172AC68177B /* MAArcRenderer.h */, + ABD59BA0D9E56CBC7D5A4DC800920B22 /* MABaseOverlay.h */, + 5890F3836C88BC6EF5BF3D23D775156E /* MACircle.h */, + 66C4829B68597587FC4BA12176EC2409 /* MACircleRenderer.h */, + 4053F39DFD652386986519663F6E4D49 /* MAConfig.h */, + D164CB7CC6109B9E75FA2C9DBF615FAC /* MACustomBuildingOverlay.h */, + 8BDA1759B37638081A60C9C5E80AED25 /* MACustomBuildingOverlayRenderer.h */, + 6D8E9B1BF476DDF98E0B1892C5A6AF38 /* MACustomCalloutView.h */, + 12420D8C878EE10BFB76730B7CD6AAD8 /* MAGeodesicPolyline.h */, + 30B475521526CAAA8FD941E03FFC56C7 /* MAGeometry.h */, + FBF575F9D1DF3F4465AEEFD092AB02A8 /* MAGltfOverlay.h */, + CF8E22E6F53469CD9D7B507AE72C8CD6 /* MAGltfOverlayRenderer.h */, + 4CF4D5E4AA00E5D348F94B7325AA8D84 /* MAGroundOverlay.h */, + B64D00F11CC77F9EBC976D74789BEC7A /* MAGroundOverlayRenderer.h */, + BEB8BC5F6210B6CE1F4FF7596B9DFDD9 /* MAHeatMapTileOverlay.h */, + DFBDE1FA2D618A659D6868DC6E10CAF9 /* MAHeatMapVectorGridOverlay.h */, + E7AB3D32C043B12F9D9F36CB0D44831A /* MAHeatMapVectorGridOverlayRenderer.h */, + FAB4737900C303CA2D47F68F789C5B13 /* MAHeatMapVectorOverlay.h */, + 57EB3E01BA8E445BF57455366FBF8564 /* MAHeatMapVectorOverlayRender.h */, + 37A1125ED3F518AA7E3FC6CE3512449B /* MAIndoorInfo.h */, + 222A365DCA52BBB5D9AA7F8D1DE61DBC /* MALineDrawType.h */, + F28DCEC5788B9AA3B633A4186D231799 /* MAMapAccessibilityIdentifier.h */, + E4F2CB200C1D449CCFB67AAE79BB06C9 /* MAMapCustomStyleOptions.h */, + E564CA6062E8DE33E1FC0A58500BF123 /* MAMapKit.h */, + CAE2A47C5DD906C26C75951E07E80F53 /* MAMapStatus.h */, + 8F7E9946F1F6B3D847C763C763F00CC3 /* MAMapVersion.h */, + 211C97C7CC6773BAA22A245B1FB6B782 /* MAMapView.h */, + E57AE576485932F58829FB0EE67E2203 /* MAMultiColoredPolylineRenderer.h */, + 5A26DADA01BEE540BF64DA17460ED911 /* MAMultiPoint.h */, + BF60499750BE5395385D5668B9D4E0D9 /* MAMultiPointOverlay.h */, + 56671779AD5231817C9B4F671F180AB1 /* MAMultiPointOverlayRenderer.h */, + 7C74CFB8EEFBAA1C5A8E57660EA35BFA /* MAMultiPolyline.h */, + 989604B2E9A190D7FD19D90E26312F53 /* MAMultiTexturePolylineRenderer.h */, + B678F43A6DB906F607F73B26FD48B8B4 /* MAMVTTileOverlay.h */, + FB763360C923208E36B8237208AE7D75 /* MAMVTTileOverlayRenderer.h */, + 6239AD68122B0A6FC710528D9037847B /* MAOfflineCity.h */, + FA1E51B65F1AA391C1BED378599BD2AD /* MAOfflineItem.h */, + BB91789A8D2B0880F1C659EF695D0EBE /* MAOfflineItemCommonCity.h */, + 95C4CD239278CFFF84A300D2D4A93B38 /* MAOfflineItemMunicipality.h */, + A4D35CB29E160E2B5AC8FC58C8943829 /* MAOfflineItemNationWide.h */, + 4AFAA1FDC0349F2CB6C9C403F2E178A7 /* MAOfflineMap.h */, + D3DD8AC55C11ACE59FA6A0CC88090DA5 /* MAOfflineMapViewController.h */, + 02748AC257F6310852B7DF00337D15C5 /* MAOfflineProvince.h */, + 6CCB27E374704804E43DC8DE7BB8901D /* MAOverlay.h */, + F0AE07C0FFA65A5A797E364F8DEDD0BC /* MAOverlayPathRenderer.h */, + 2B953FF7CDEDADFF86687EAD9025A6D2 /* MAOverlayRenderer.h */, + 98FB0C1D921623E76A11DE7B1E669A9C /* MAParticleOverlay.h */, + 9C074B09EA5A8D0AF6A2DAB8090AD5D9 /* MAParticleOverlayOptions.h */, + C93472D3423042349D3FBD7EEE1A3894 /* MAParticleOverlayRenderer.h */, + 65265593A574B066481F9075B97EFBED /* MAPathShowRange.h */, + 3D48A4D0BAB451D9604C9176E2BC3CDB /* MAPinAnnotationView.h */, + 19526EFB3CF1DE184849ED43C0D930EC /* MAPointAnnotation.h */, + 14E7BAAF0B077ECC6478D9CECCB764D7 /* MAPolygon.h */, + 8B8A51CB0A5F43F70AF268142455933E /* MAPolygonRenderer.h */, + A889D93200A90B4AAEBF5DDFEB3CAA2C /* MAPolyline.h */, + 1DBBB35C53576FAE7652B796521476AE /* MAPolylineRenderer.h */, + 802547D12D2C2985048BA696A661AAA8 /* MAShape.h */, + F228AE3448344F05CCEC0E6B5C4FD373 /* MATileOverlay.h */, + D52D33060B34CBCBBE972666BC1BED01 /* MATileOverlayRenderer.h */, + FB4AF891AB950E943E3834E4E6E73A8D /* MATouchPoi.h */, + 0111712B2310AA039C335E3A808F0DDA /* MATraceLocation.h */, + 857EBE610CC3EF9CB4E9E4A0230368B1 /* MATraceManager.h */, + CCDD1AC2B65002FE19F0227FDE9C4B56 /* MAUserLocation.h */, + 6F8D058276F6D73887570900E8B57C57 /* MAUserLocationRepresentation.h */, + 716B11DB96507CBDC2AD4704EEE6B6BD /* Frameworks */, + 530B0963626D3D2956AC66A9E44ECF38 /* Resources */, + 3B1D16DAE46EB92AB5C1D62D6708F5C0 /* Support Files */, + ); + name = "AMapNavi-NO-IDFA"; + path = "AMapNavi-NO-IDFA"; + sourceTree = ""; + }; + E9FE244FC3F45B2573F6C6A92FA1823F /* DDNavigationController */ = { + isa = PBXGroup; + children = ( + ); + name = DDNavigationController; + sourceTree = ""; + }; + EA0CFF8A6B80087A0A979CCFA0F0221A /* Support Files */ = { + isa = PBXGroup; + children = ( + C3741B65F0C24A7176D3D1E48B9EC0D9 /* RxSwift.modulemap */, + 396DC84B144B9FE6AA6FF4BBEA9661ED /* RxSwift-dummy.m */, + D6E9A113D7F0CD1184EB2ABBD9B9331B /* RxSwift-prefix.pch */, + CBF33334B24B84B693E7DE7A5AED273E /* RxSwift-umbrella.h */, + A8FEC270556C67B71E0A0BECFACDCC5D /* RxSwift.debug.xcconfig */, + 9911BD796EAB5B15E719F14B42C0E65E /* RxSwift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Kingfisher"; + path = "../Target Support Files/RxSwift"; sourceTree = ""; }; - EADB1BE822768B05FBA26DCF55271B27 /* RxRelay */ = { + EC56909A36A0FE98504EBE4377BDC1F0 /* GCDTimer */ = { isa = PBXGroup; children = ( - 25632555532AA7FD8E50EC1852E130A2 /* BehaviorRelay.swift */, - 45C382B7E43918DCC8C6ABD0B4C47FB1 /* Observable+Bind.swift */, - 44168560703D761F7D93E8E635F2FE3F /* PublishRelay.swift */, - 18C6BDFBD33D9209919203CA09C93F89 /* ReplayRelay.swift */, - 346E129147F0A18E3704C3108C5D152B /* Utils.swift */, - 795C48525EBC68825A4F720288D5F4D2 /* Support Files */, + 85DAE253938B3789D78F65F491FD0419 /* DDTimerManager.h */, + 13C209AF8F80EAA0AB0F929BDF95E48F /* DDTimerManager.m */, + F1D0DA4E136B17F8F1ADAAF1202D1AB3 /* DDTimerObject.h */, + DB3F2D96BFF6F11F52874F0D8909EE61 /* DDTimerObject.m */, + ); + name = GCDTimer; + sourceTree = ""; + }; + ECA85F0EEACD10EE6D4F5213A5B43705 /* DDTextField */ = { + isa = PBXGroup; + children = ( + ); + name = DDTextField; + sourceTree = ""; + }; + EE7553C4DB34B8F4A7BFB0CE8547204F /* RxRelay */ = { + isa = PBXGroup; + children = ( + 997A6EEDA8F6E8B033A139E1998CAA39 /* BehaviorRelay.swift */, + 95490C3756BA562446EF88B76DD84856 /* Observable+Bind.swift */, + D2529E3E3CE645E57A9A689013FB4B1D /* PublishRelay.swift */, + 5A61A23730F09987FCF27B3CD3D924E3 /* ReplayRelay.swift */, + 1F03C62887186B534C4C9238F7A2DA15 /* Utils.swift */, + 35242C454C91334AD34D9FE4B6CC4990 /* Support Files */, ); name = RxRelay; path = RxRelay; sourceTree = ""; }; - EB49AE9A0845515FC31BC3D497972A3D /* DDImage */ = { + F07C55186BBF42941AAF298D92FF9968 /* AMapSearch-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 630870E77800ECA7A8FEF1B0CE16468C /* AMapCommonObj.h */, + EBC7006E5B8DBCA11FAA9FD8818E5F6B /* AMapNearbySearchManager.h */, + 8A24F1AE69253012C38A10E7B6728E55 /* AMapNearbyUploadInfo.h */, + BAB5124D239E0C5C29017569C10EE5FE /* AMapSearchAPI.h */, + 3844B6D98F78731857CBEEFFF550103B /* AMapSearchError.h */, + 22A5BA3FBF7ABFEC85D864640CEC332B /* AMapSearchKit.h */, + 83E6F9C224309BC7AE184F6F6921A996 /* AMapSearchObj.h */, + F77A7478F66BE2C6E4B043833DE9233D /* AMapSearchVersion.h */, + B0BFF4BD37A511DF6DE7C1A542F14C57 /* Frameworks */, + 641798AC0509AAFA8492DA81B9B9E3D7 /* Support Files */, + ); + name = "AMapSearch-NO-IDFA"; + path = "AMapSearch-NO-IDFA"; + sourceTree = ""; + }; + F0ABE3D8D779E43EC6DAD93C65B70C60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5411FA372B2C8FFEF31994F562321FB7 /* JPushExtension-xcframeworks.sh */, + D466381500DEEAD5EC92DB6AE1E7461B /* JPushExtension.debug.xcconfig */, + F531371133D95628E53037960273371E /* JPushExtension.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPushExtension"; + sourceTree = ""; + }; + F110C64ABC1E1366A78A7C7C829E6A93 /* JPush */ = { + isa = PBXGroup; + children = ( + 636079B7E8607344AE4508D27B7812F2 /* Frameworks */, + FE1D4DB183825AB1E232524CB23703ED /* Support Files */, + ); + name = JPush; + path = JPush; + sourceTree = ""; + }; + F117CF72F55448484F5E8509956D04E8 /* Pods-OrderScheduling */ = { + 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 */, + ); + name = "Pods-OrderScheduling"; + path = "Target Support Files/Pods-OrderScheduling"; + sourceTree = ""; + }; + F381A9B191EB191C8425A35E64A50A18 /* Support Files */ = { + isa = PBXGroup; + children = ( + AAFE0DF039703EDA32264739F851C1AE /* RxCocoa.modulemap */, + 9F7D8258DC12834B600F6829BC794AD9 /* RxCocoa-dummy.m */, + 09A9D1DEF782509C99DF4364772DBC07 /* RxCocoa-prefix.pch */, + 90CDFB8578D4DBA84CD3C3229972C284 /* RxCocoa-umbrella.h */, + 33249F758151F8B7B3A787C24BE56783 /* RxCocoa.debug.xcconfig */, + A2E813A9F76B49AE0A2D3B94CD0E7527 /* RxCocoa.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxCocoa"; + sourceTree = ""; + }; + F503ED074973230E284A6B7DD0F56D89 /* UIScrollView+DDCategory */ = { + isa = PBXGroup; + children = ( + 5617336F592FD615FAA5D29FE1B5B63B /* UIScrollView+DDCategory.h */, + 7D7F81A7C4EB0EDED2B95597683CBDAB /* UIScrollView+DDCategory.m */, + ); + name = "UIScrollView+DDCategory"; + sourceTree = ""; + }; + F5F91DAE05476F7922394E053814B88C /* UIViewController+DDCategory */ = { + isa = PBXGroup; + children = ( + E6F1A275C1FFAB3598EC69F033E382E0 /* UIViewController+DDCategory.h */, + 1C493B091F8BB8932C8D0BA365817E19 /* UIViewController+DDCategory.m */, + ); + name = "UIViewController+DDCategory"; + sourceTree = ""; + }; + F692F3BD23C4A7A8D02BFCEAB7741178 /* SwiftLog */ = { + isa = PBXGroup; + children = ( + 0962667516402321EFD8743CA46A8EB5 /* DDSwiftLog.swift */, + ); + name = SwiftLog; + sourceTree = ""; + }; + F723C46FF2AA9CFFEF905FE17EFE9D77 /* Annotation */ = { + isa = PBXGroup; + children = ( + 052EDF520BD2689576CC0230B6BF7515 /* DriveRouteCustomAnnotation.h */, + B9CCDD936CDAC9602B3922F9721487B3 /* DriveRouteCustomAnnotation.m */, + D7834C7D0E45A81774FDDD959C02705E /* MAPointAnnotation+DDCategory.h */, + 2DC408DD91CF9729DE9CDB5CC38CB748 /* MAPointAnnotation+DDCategory.m */, + ); + name = Annotation; + sourceTree = ""; + }; + FAD4814543811F59CD77BCEED3D3362D /* Support Files */ = { + isa = PBXGroup; + children = ( + 5A41F82EE4DC705A803D16361E88E28B /* DDToastKit_Private.modulemap */, + 74D6B9C134D5B6C3A248619D6F261734 /* DDToastKit_Private-dummy.m */, + 22DD9D40F6F8E54D95AC9587FAF57268 /* DDToastKit_Private-prefix.pch */, + 7981F3C790FDA1C8D91E56776C4546AE /* DDToastKit_Private-umbrella.h */, + 927D8A7E39812142194EF915949263F7 /* DDToastKit_Private.debug.xcconfig */, + 6D54F3ED972D7A7C3BB17923CCA2C2CE /* DDToastKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDToastKit_Private"; + sourceTree = ""; + }; + FB7D367079000517A29D3BC4C673BAD6 /* DDButton */ = { isa = PBXGroup; children = ( ); - name = DDImage; + name = DDButton; sourceTree = ""; }; - EE3D192636CED5F94F51E51C10AFAC78 /* NSAttributedString+DDCategory */ = { + FBAC10E2B7D000837FAE08A8501C2A53 /* UITextView+DDCategory */ = { isa = PBXGroup; children = ( - 4BF8DF237813F6BFA5450D314DD0DBC7 /* NSAttributedString+DDCategory.h */, - F48AE2AB65E45C9355FE8BFE548F5388 /* NSAttributedString+DDCategory.m */, - A6F7A62370E37896CA1C783AB25C0AC5 /* NSMutableAttributedString+DDCategory.h */, - B2C3BDF75ABEA76A96AA44476B1D5545 /* NSMutableAttributedString+DDCategory.m */, - 2B403225F2321B44614A5DC930A5055F /* NSMutableParagraphStyle+DDCategory.h */, - 174E3DACA99AF172031E5CF89493887A /* NSMutableParagraphStyle+DDCategory.m */, - ); - name = "NSAttributedString+DDCategory"; - sourceTree = ""; - }; - EEC38C81689EDA545C993F6F0664494A /* UITextView+DDCategory */ = { - isa = PBXGroup; - children = ( - BCCA5CAE574B4E898C504E92B1D30FFD /* UITextView+DDCategory.h */, - 628102D7F4AE8D4DA71957D2B26ACFF4 /* UITextView+DDCategory.m */, + 6EAF476D576B2A79979D37B88B0F68D4 /* UITextView+DDCategory.h */, + 08AD6E245CD573B4CF3B1ED732526904 /* UITextView+DDCategory.m */, ); name = "UITextView+DDCategory"; sourceTree = ""; }; - EEC481D100C55C2B246A604102647AC9 /* UIScreen+DDCategory */ = { + FBD7A21ACC79E86DE4AA40F2D0F77BDD /* DDBaseModel */ = { isa = PBXGroup; children = ( - 4F43EEC9B34ADB68BFB1D2FAB5F57394 /* UIScreen+DDCategory.h */, - 79EE6894F734C9A175435AC20637AA74 /* UIScreen+DDCategory.m */, + F8AE2369519B4895DD76921469641548 /* DDBaseModel.h */, + D62B13137A3B79300D2D02E49C510B30 /* DDBaseModel.m */, ); - name = "UIScreen+DDCategory"; + name = DDBaseModel; sourceTree = ""; }; - EFE0AA447C9C4792B0BB0C491F2C7BCE /* Frameworks */ = { + FE1D4DB183825AB1E232524CB23703ED /* Support Files */ = { isa = PBXGroup; children = ( - 5FE15B2C1474DFCE77AE671FF3AEF7C6 /* jcore-ios-4.2.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F4C8FE9E48E09C48C7E8812B5D842B1D /* RxSwift */ = { - isa = PBXGroup; - children = ( - 9C80E4FFF42AD0EA3F35911D9D067776 /* AddRef.swift */, - 8BF0F536B7191BF66DFD5019F774EF3B /* Amb.swift */, - D33297C5407DA8A46F7F26F4D68905EB /* AnonymousDisposable.swift */, - 6283639F26FAFDB5EF77451064150AE2 /* AnonymousObserver.swift */, - DE568804C54D488310BD59AD611A0D0B /* AnyObserver.swift */, - 713EC9BCF11CFE5AA866C1A230EA2FFC /* AsMaybe.swift */, - 21794BA823C474980E47FB0B0FB327E4 /* AsSingle.swift */, - 5C619ECE9AED93CACBB23D78D005B858 /* AsyncLock.swift */, - 0A1DAF920A14A2038788BC7055F8031A /* AsyncSubject.swift */, - 70079E41CC776EFDCF5E27FB9E84873A /* AtomicInt.swift */, - 9E4625A7673C4C22CFDA2FB08624CE3C /* Bag.swift */, - 00C48E8251C7B5272147F5A7A24D0197 /* Bag+Rx.swift */, - 6B0E3F9FCBB6F70B76489C919CEC8275 /* BehaviorSubject.swift */, - 421DBE3C3CC9E2B2B2D8D940EA666532 /* BinaryDisposable.swift */, - 512E6361B0ECC71029EEC2FA9263F351 /* Binder.swift */, - CE95AB82E97883A14CE5721C42984E6F /* BooleanDisposable.swift */, - 05BAEED72A80C11187397C46A5D53617 /* Buffer.swift */, - 23DED8941B36FDF74C018EDA1B58E93C /* Cancelable.swift */, - 24227801FD1B1107233400F6D33A0805 /* Catch.swift */, - 596F3AD10E0A8E8CD0B1075207B5F909 /* CombineLatest.swift */, - 7A1699CEF0EC74C2B0460326F2D0FA5A /* CombineLatest+arity.swift */, - BB0F3207E30BDFD0B8882D8AD972BF9E /* CombineLatest+Collection.swift */, - 09D5B038E80B9BEA81B9A12F77E073A4 /* CompactMap.swift */, - 59B8CD527F892070459E0DB0CE97823B /* Completable.swift */, - C4902CCEC2CE507821643D0116A28424 /* Completable+AndThen.swift */, - 9D19678BE35F87AD26AEDCF8C693C3ED /* CompositeDisposable.swift */, - 7B062B012FC5C3F6512B8ABDC067CCD6 /* Concat.swift */, - 5400F8B71B76BBBE3B7EF408CDE906FD /* ConcurrentDispatchQueueScheduler.swift */, - FC9832E253F2FA4CB356963F1273FD99 /* ConcurrentMainScheduler.swift */, - DF39BED752B52801A968821197AE5065 /* ConnectableObservableType.swift */, - 943E3B4191B0D734E2A610DECE779468 /* Create.swift */, - BACFDE027973824A5CFE0163A5B43638 /* CurrentThreadScheduler.swift */, - 9D3A46EE298961BD3704BF652D430ACD /* Date+Dispatch.swift */, - B981D3B6B0EB4EBC88F634329BB17D3A /* Debounce.swift */, - A52366E54140EDC457A492C6F32C3605 /* Debug.swift */, - A713E651C27367F0A0E3E5A5317450AC /* Decode.swift */, - BF7E5A8D5FE20DFD1C75CBD2689AAC44 /* DefaultIfEmpty.swift */, - 432BC93CFEF940E13FDEED3438CA69F2 /* Deferred.swift */, - CB1EDB82ECD262C4F43AB19A6C4482C8 /* Delay.swift */, - DAE7D9C91CFF9B7A4DC401E4BD46C730 /* DelaySubscription.swift */, - AD6E6A1B93A3B8593F218F942C2EF441 /* Dematerialize.swift */, - 710B67B0F4998788295EE1527B469120 /* DispatchQueue+Extensions.swift */, - F5CD839213F71C6CC86243392380F691 /* DispatchQueueConfiguration.swift */, - CF70E67E31B7DA4F45C9192882C8CBE0 /* Disposable.swift */, - 6890B63EAA20F710EFF75FF37640A168 /* Disposables.swift */, - BF4BB49DA5A18A755A6C3362C33E524F /* DisposeBag.swift */, - 279332F0056934C53814298151A59F66 /* DisposeBase.swift */, - 95D8939B5A954FCB9E63BE4882B36111 /* DistinctUntilChanged.swift */, - 46F950F23400949154A0AB617CACF8F6 /* Do.swift */, - E2CC274638547B7DDBA4EA00A56243AE /* ElementAt.swift */, - 82A094E8E5432650DB5FFC2C689CDBD0 /* Empty.swift */, - 97702ECA1820A890696C68048C907CD4 /* Enumerated.swift */, - 012F8EDB33D65E92A6FE48966990A1D6 /* Error.swift */, - BA0DCADD95F74FC9133A185435885342 /* Errors.swift */, - F631A6E123368D2F75BA810CE17DCBD6 /* Event.swift */, - 81CF7983B3375BC1197FB7C83C56AD9E /* Filter.swift */, - F2EB60D28FE74B0EA7A407658EAD152E /* First.swift */, - F29A316459A020B4B5F2807399928A83 /* Generate.swift */, - BD294D482BDDBB0A75E684E4AD7404A6 /* GroupBy.swift */, - 54B4856B7D4C3A34F03C55F68A64DF7F /* GroupedObservable.swift */, - CFF4A710BF3BA1866D9B39880D6B74C6 /* HistoricalScheduler.swift */, - C72E657694616CC97EC3F95CA005766F /* HistoricalSchedulerTimeConverter.swift */, - 8FA2C7CC0F100583049C31BA19E5C299 /* ImmediateSchedulerType.swift */, - 19A0F82F60353A6F57319131550181D9 /* Infallible.swift */, - 971376CA7E36025AFFEAB780A340BE6E /* Infallible+CombineLatest+arity.swift */, - 5FC015B792907DC2734B9C0FCE22E16C /* Infallible+Concurrency.swift */, - A9D14C5582BD41AF7E80C03B4528907D /* Infallible+Create.swift */, - 57C4CB827011F88F8176FAF294929DF3 /* Infallible+Operators.swift */, - A0803FEF680877B29C6B891C19E07946 /* Infallible+Zip+arity.swift */, - 9EAFB75500D7E85BC2D4FB804A2B845E /* InfiniteSequence.swift */, - 6CF00D301E69083E04F1E7AC9EE12B69 /* InvocableScheduledItem.swift */, - 5E445738FE6CDB59494A1B777808D7B0 /* InvocableType.swift */, - 05D72A0AA529E143228054B7F81C68C2 /* Just.swift */, - B7F5FDBC74E767F5E03E5B0B1E1FACAE /* Lock.swift */, - FCA0BAE7E0AD015730BCC2EF5A30F753 /* LockOwnerType.swift */, - A6EABB818FFDDEDB9B4BF444C76C2C3C /* MainScheduler.swift */, - 8F76A70CE10F9C2826D538347FB5F95B /* Map.swift */, - 8672E6D959461CC324422042B8C8D31B /* Materialize.swift */, - 4C5DD99FFAD6F582B92BFB9D3E9567A1 /* Maybe.swift */, - F0E98C0DAC0BC9C2E4620F1BE61C0C8C /* Merge.swift */, - 94C90F0B1944D852C96DA74666FFE6A9 /* Multicast.swift */, - 2B88A855E756BCCF784D5DE6CF187038 /* Never.swift */, - 63BC28F9ABCCB5AFD4FB5D869134A113 /* NopDisposable.swift */, - 5238D40E7860B4B3B5FA44714C64C915 /* Observable.swift */, - 17FB7B8DA5F8352A2D8AF8B55C60FF94 /* Observable+Concurrency.swift */, - CA6D969B8131848DA052809301DC05CC /* ObservableConvertibleType.swift */, - ABCBF6056734FB356C2B85255A8B87BE /* ObservableConvertibleType+Infallible.swift */, - 3A6DB0C9F26C9C562DA34E420DCBF9AD /* ObservableType.swift */, - 490512AC5579455C1BD357CF9F299703 /* ObservableType+Extensions.swift */, - 0454A92D460E3AF564D890D4E16111F7 /* ObservableType+PrimitiveSequence.swift */, - 2558086F77E47115C3783452F319A588 /* ObserveOn.swift */, - BDDEEFC442D75C8748FF03CA9E9604A7 /* ObserverBase.swift */, - 6E17C4BB0CEB42123E560EF70EE2A77A /* ObserverType.swift */, - 7791B1A23F41DD8FFA1416D558C85C26 /* OperationQueueScheduler.swift */, - F3E4F37AFE1E1A5A2743F2ACFF42FB8D /* Optional.swift */, - 1B54742832AD5B5F4ABE898DB9D0C92C /* Platform.Darwin.swift */, - 03171E206F09EB3EBFA128AB791DAB54 /* Platform.Linux.swift */, - D2899EB0D6588231EBE89BB9649BBCF5 /* PrimitiveSequence.swift */, - ED60405A73273B0E32B537DB78C342DA /* PrimitiveSequence+Concurrency.swift */, - 69822CB4B00120E6A1354AE8D718801F /* PrimitiveSequence+Zip+arity.swift */, - 23A0CE18046087466B2905AA2E037315 /* PriorityQueue.swift */, - F12614B0D9B7A39664C49D46C9C6B5B7 /* Producer.swift */, - 6D788D0F57B401DA1AC282275FE7151B /* PublishSubject.swift */, - 99958163A4A3B5526D5D52DABD8553CD /* Queue.swift */, - E18F5B0EA6C8CCA4B54C50998EFF93E2 /* Range.swift */, - 7001EDA0D57DB9B162E342748A5AE7CC /* Reactive.swift */, - 4D73E7E178A53B9E4D9B227E5B264DB9 /* RecursiveLock.swift */, - DBAD135B5A74B837A4A7953AE75311C4 /* RecursiveScheduler.swift */, - BEB4EEF28D3AC29CBAF5C89C491183C9 /* Reduce.swift */, - 03286829DF51642402EBF9E0857598CD /* RefCountDisposable.swift */, - 58AA381015B057AD7686A9E799772735 /* Repeat.swift */, - 8EA7A437F5172C3C634606F4A38C1E02 /* ReplaySubject.swift */, - 120A84D7818FECD1A8942EE13DD14BC1 /* RetryWhen.swift */, - 135B6875547C76B1A29D65AF24265C05 /* Rx.swift */, - 0C7DE1DF1AF659BAF07245945A2D5242 /* RxMutableBox.swift */, - 7C9B4A5532109D109E11797F9E0B8E79 /* Sample.swift */, - 93B7670A78E1B649E974D16013E6EB13 /* Scan.swift */, - 78033E012CCDA021DEA18549C2FF7130 /* ScheduledDisposable.swift */, - 83C363E641E14F3B121F5405FE09CFE2 /* ScheduledItem.swift */, - CC13DDAC2C805C5A9191B4B65971DF43 /* ScheduledItemType.swift */, - D6464CF47375A4F0A2F5AA529F607FD6 /* SchedulerServices+Emulation.swift */, - 853EB88CC8D715C06F30263152DA0C13 /* SchedulerType.swift */, - C6211B0FE9CE22D592B76643147389DD /* Sequence.swift */, - 85F89B95B46F79A4BE95C3FF0B9F1168 /* SerialDispatchQueueScheduler.swift */, - 209DD29E292A5830D19C67D2920A6B37 /* SerialDisposable.swift */, - DD4EB2A9723A25081B40EF819D1E5EDC /* ShareReplayScope.swift */, - 831BA4935F1A2FF841667C081197F953 /* Single.swift */, - BE94FCEC304A48CCCA216F4D1E475457 /* SingleAssignmentDisposable.swift */, - 7F83CD3FBEF002B11AE6CD5D30D6D72E /* SingleAsync.swift */, - 7B275FEB01885C309741447C54DF0D83 /* Sink.swift */, - 7A96B6F361792D931DD464EF46613195 /* Skip.swift */, - D423627134023DF77CBABBCDA8796566 /* SkipUntil.swift */, - D44F17FE8A5722B5D55F4F91BF5297E9 /* SkipWhile.swift */, - 9B359F21BF3192A277072F33B7B0CFFC /* StartWith.swift */, - AD5ED50566BE7DEA9878D9F6AD52C8E6 /* SubjectType.swift */, - D997FC59BAD5D7F2B958966B1CD9F462 /* SubscribeOn.swift */, - 2AAEE9CBA7A6BBCB21A351B12CFEA42E /* SubscriptionDisposable.swift */, - E9071999500EDEDDD7589F3FB356883A /* SwiftSupport.swift */, - 879EE9CB273654B32B5A5996DE32C6C1 /* Switch.swift */, - D856B146E0975849B3F7FD6A565AF879 /* SwitchIfEmpty.swift */, - 58E40B64B936FBEC52F384A088F20F58 /* SynchronizedDisposeType.swift */, - 3ECD769CFCF77254565B896EE44E53B7 /* SynchronizedOnType.swift */, - 6E15219340117107A75A152D34C98CE3 /* SynchronizedUnsubscribeType.swift */, - 1FF7843F76A492E47E30395DD2057AC8 /* TailRecursiveSink.swift */, - C2448ECA1C3BBEA1EDFD741341771202 /* Take.swift */, - 55E06D81A004C97FA1DDBC30FD0A4D9A /* TakeLast.swift */, - 8CE974B67A8A1BF55216B3AF294A30C9 /* TakeWithPredicate.swift */, - 99337A7D0F188277AC10785FCC04601B /* Throttle.swift */, - BB2505C4A306A8DF8E664ABCE37F514E /* Timeout.swift */, - C7B0672E983E41D8EC5E1AAC3F24F9BE /* Timer.swift */, - 5C754CC2F714AF0320E34A2EA1E0DC27 /* ToArray.swift */, - EE00471CC1C941AB36DAE0C4C1F19E69 /* Using.swift */, - 23A4D50E849600607DC7CCA32F5D9883 /* VirtualTimeConverterType.swift */, - 3033AB72C1C8BB05E7C49E0ACDE27B3E /* VirtualTimeScheduler.swift */, - C40C1AC5870D132B5C7FDBDACC20AA3A /* Window.swift */, - 57BC14C6C576F19F40B19B9501352BB4 /* WithLatestFrom.swift */, - 5D348A6DC3841066B8B5C3FA26A20D6A /* WithUnretained.swift */, - FFCEE68D31A96707733E82D09060C86A /* Zip.swift */, - 91CFF8647007AB91FAFC7403589791E9 /* Zip+arity.swift */, - B4CBBF23356F418356AD8F455329C649 /* Zip+Collection.swift */, - 25105C6CA4C244A50DBD9DFD415825DE /* Support Files */, - ); - name = RxSwift; - path = RxSwift; - sourceTree = ""; - }; - F9BB84C183F945A98A589D87EDEB1555 /* Support Files */ = { - isa = PBXGroup; - children = ( - 103F44D92A2A94F076FDACC7CE1701DF /* SnapKit.modulemap */, - 6B4EC3ACEEE62438CE4307208DB29CF3 /* SnapKit-dummy.m */, - BE3A893FBAFEF3CA6BC6F9C9CE9F0A39 /* SnapKit-prefix.pch */, - 7AAC749EC6E26B629FE2CC42641696B7 /* SnapKit-umbrella.h */, - 470FB5CE4D8CF7E7860B9F5D828B0317 /* SnapKit.debug.xcconfig */, - 85689EA6477D79DF8C483147AC36F14D /* SnapKit.release.xcconfig */, + AE60C147673577D709072F3FF6885463 /* JPush-xcframeworks.sh */, + 5AD58788B9605F4396ABD0BF3F2C69DD /* JPush.debug.xcconfig */, + 00FC9EB614EA2828EDCE7BBB6FE2F72A /* JPush.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SnapKit"; + path = "../Target Support Files/JPush"; sourceTree = ""; }; - FAD423B6B01821FEA9A7C1ECB23D2857 /* UITextField+DDCategory */ = { + FE8F71D1EC775B692238DB51E7DA48AE /* Core */ = { isa = PBXGroup; children = ( - A594DF37B57F409E3C4FB9611F8AE984 /* UITextField+DDCategory.h */, - 8D86CEFB6C3FE42E86DFCDFCAFB58E3B /* UITextField+DDCategory.m */, + 2E5CF5B55B8CDB298463A8A7E33AB4A4 /* Array+ZLPhotoBrowser.swift */, + 2F758A9D925B136B6639D1A34AFC5F25 /* Bool+ZLPhotoBrowser.swift */, + 1F77255CC8D3E0381412541E687017E2 /* Bundle+ZLPhotoBrowser.swift */, + 3370ECB69F3FAA7780F58E2B5F137059 /* Cell+ZLPhotoBrowser.swift */, + 3C0A991AA400F7218D0B7D79A9185924 /* CGFloat+ZLPhotoBrowser.swift */, + 51A06776FDF96655DB2223FD6D9F3B6C /* NSError+ZLPhotoBrowser.swift */, + 32C9E375E185D193C96142CE58B3CEDC /* PHAsset+ZLPhotoBrowser.swift */, + 4295012D5D1EBB839FECC9E0A513FB8A /* String+ZLPhotoBrowser.swift */, + 491295BFCF28FFC9B649CE48EA980256 /* UIColor+ZLPhotoBrowser.swift */, + 821501CC76A6BF8846721DB00AF32F88 /* UIFont+ZLPhotoBrowser.swift */, + 8EA66C223B4BCDD9F97DCB66DE60ADF4 /* UIImage+ZLPhotoBrowser.swift */, + E46AC0A56CF1591AF260EE9FE9447854 /* UIView+ZLPhotoBrowser.swift */, + B3C472103C6FE27B757AA902908921A0 /* UIViewController+ZLPhotoBrowser.swift */, + 4F8656B9CF9A116B90F7A86FF2B07349 /* ZLAddPhotoCell.swift */, + 2B4A63DBC945B17094B12A0DDEFFE5EA /* ZLAdjustSlider.swift */, + C863F03358CAAF1C4F515083F57112A1 /* ZLAlbumListCell.swift */, + F64B7D30D551F782BC0BCCFF5FBEC937 /* ZLAlbumListController.swift */, + 2897B690A8B1FEEBCA7F89125DCC16B8 /* ZLAlbumListModel.swift */, + 8678C2B9CDDEFEB63F5EF61F4A828532 /* ZLAnimationUtils.swift */, + 3AB44CEA59872DFA6DA94872F0EDF0D4 /* ZLBaseStickerView.swift */, + 5ADDE886C96862CEDD2F508EBE7A67B9 /* ZLCameraCell.swift */, + 19DA6CD9DACD3F16F6682D61D78CB734 /* ZLCameraConfiguration.swift */, + BB766CA1C987328A242BF1150767189B /* ZLClipImageDismissAnimatedTransition.swift */, + 75ACC6008AF586A8DEA1840AFBDC4B16 /* ZLClipImageViewController.swift */, + 8014816CE748896D1C740DEA15C1F94C /* ZLCollectionViewFlowLayout.swift */, + 728C72477573424C3A1480F63F5111C3 /* ZLCustomAlertProtocol.swift */, + 157DEB977A6F98DC95C6CFCF158C35D6 /* ZLCustomCamera.swift */, + 6D165AF83800D1B081EDFCB1E710CD1F /* ZLEditImageConfiguration.swift */, + EFBAF13F8ABD7524AB9E68468BA377A8 /* ZLEditImageViewController.swift */, + B9FB50DF36662C6435B96059CD38E9BF /* ZLEditToolCells.swift */, + 8F7C2DDBFF38277F4FDE68CDE39C2C7D /* ZLEditVideoViewController.swift */, + 8AC5CBC69AAD53C50C78EB19302A7461 /* ZLEmbedAlbumListView.swift */, + 77C424CE415DE5C56E125EC0E24FF345 /* ZLEnlargeButton.swift */, + 58D15456535AB48C0816DE87C968C497 /* ZLFetchImageOperation.swift */, + 167A72B5D302A7F19A93FBBD2B4B004C /* ZLFilter.swift */, + 9C995D12BAC9A496CFF2B27CDBC002F0 /* ZLGeneralDefine.swift */, + D5629F16CC27EEE0DAED50DA80B0636C /* ZLImageNavController.swift */, + AC44BA0C980361147918D097C5F5A8A7 /* ZLImagePreviewController.swift */, + 7B2B95F7F63892A8685E31D74CF4D3FC /* ZLImageStickerView.swift */, + F8596F163A4EEEC3E34CD14381950430 /* ZLInputTextViewController.swift */, + EF7FAE9D76DCE04915B5A95BA0755C68 /* ZLLanguageDefine.swift */, + 27106EEF0FC7BEB09E997DBF253BD13D /* ZLPhotoBrowser.h */, + B9710E2301E3BC054F0CF78886F6548B /* ZLPhotoBrowser.swift */, + 41B6E1FD5893A309284F8120A23AECBA /* ZLPhotoConfiguration.swift */, + 6A514A858591D710388C21BA55B70095 /* ZLPhotoConfiguration+Chaining.swift */, + E033A9640F44F0354474DBF644B9D188 /* ZLPhotoManager.swift */, + 22B13AC5CA4A970274F7CDFA1B1E6A73 /* ZLPhotoModel.swift */, + BD692C9FDA019A1F9FF5B75403153A51 /* ZLPhotoPreviewAnimatedTransition.swift */, + 022CE583B028556CEC36A442A9594C17 /* ZLPhotoPreviewCell.swift */, + 1082C7432ABBE4127485383214E7C527 /* ZLPhotoPreviewController.swift */, + 3BFD8BF3D6040FB540E6E12A763C4F9B /* ZLPhotoPreviewPopInteractiveTransition.swift */, + C128B41C4E68B3CAB525D15AE6DF7BCF /* ZLPhotoPreviewSheet.swift */, + 1A5C9239CF8AE575CA1B7969217F6403 /* ZLPhotoUIConfiguration.swift */, + 4268EB11E31322FBFC3A19668281010C /* ZLPhotoUIConfiguration+Chaining.swift */, + 4900009F76C44F11CAA412C4759EA38C /* ZLProgressHUD.swift */, + CD3EE573A829465DFE72CA7D470662D6 /* ZLProgressView.swift */, + 3C41515C833D0E835F1C5B51B33E76A1 /* ZLResultModel.swift */, + 366F859879DAF17174798A6422B9EF5B /* ZLTextStickerView.swift */, + 57173938E288F2CEA3E2A89C55471ADD /* ZLThumbnailPhotoCell.swift */, + 5A2DFA6D69E5D23F625B4E4E7EF5B704 /* ZLThumbnailViewController.swift */, + 2B0AF35D5CA99CFB3B04CA3E4E43DCD2 /* ZLVideoManager.swift */, + F0CA4331631523C921A213CEE6FCB296 /* ZLWeakProxy.swift */, ); - name = "UITextField+DDCategory"; + name = Core; sourceTree = ""; }; - FE0C676955EC784594AA98AC7EBB20E6 /* Pods */ = { + FF9F1F3CC11BDD39E0DE59F7516EA994 /* DDBasicControlsKit_Private */ = { isa = PBXGroup; children = ( - 087D5C8BD4E4A5549DAAB93255086CF1 /* Alamofire */, - 1699EFF69C460D76FE8410DD422A2669 /* AMapFoundation-NO-IDFA */, - 6FD1DB0A5DD9D54277C098075B11AC5D /* AMapLocation-NO-IDFA */, - D4858A6E63EBBF2D678FD45B62BB166A /* AMapNavi-NO-IDFA */, - 3701487A555F0F93042746932201172D /* AMapSearch-NO-IDFA */, - 0F4854C781F05A7D7681E9EC3BFCEAA5 /* AMapTrack-NO-IDFA */, - 2F78327DECD3228AFDCEF971504446CA /* CocoaDebug */, - 1B554748FC08365F33A1018952E89BCB /* DDAutoUIKit_Private */, - B37F3EDD6665A3A88685749BD10B5B2D /* DDBasicControlsKit_Private */, - E8037763796A07B74A0A8C6940B54B60 /* DDCategoryKit_Private */, - 8F2B54C65448F8F5A760A946B88F943F /* DDColorKit_Private */, - 76D28ED142C9615604482A2E89844C0B /* DDControlsKit_Private */, - 2F0BD6925A4D13BDAB91B0C547871F17 /* DDFontKit_Private */, - 947882843B96745CD33FC287DD7EE79F /* DDLogKit_Private */, - 2AF495DF562A8A5338E6CDE0B48B6E6A /* DDMAMapKit_Private */, - A318B7502D13B9A28F2AEA4FD776E2B0 /* DDNetworkingOfAlamofireKit_Private */, - DE475989671CF08FBD6315BDB699F137 /* DDProgressHUDKit_Private */, - 5342B38EE68D6FBD9299A89F884DF741 /* DDTimerKit_Private */, - 635D7D68F3E2DAF8B2AA2EF8D9E707DF /* DDToastKit_Private */, - C3FFC0108DA729FF0B9D023A04F31AAF /* DDWebImageKit_Private */, - 849D7EBAE937B353629C3DE527391045 /* ESTabBarController-swift */, - 125AA94448E6AB4C924AB2A521857C96 /* IQKeyboardManagerSwift */, - 97E75CF671AB3A8CB148605DBA8E5643 /* JCore */, - 8DC0764907638A1DDD863789BEEFEE14 /* JPush */, - 51996E177AE26E1EC64FB48CB0501CDC /* JXCategoryView */, - 347F0AAF86D4567C12276A2E85507CE2 /* Kingfisher */, - 6F2C079CBEF50E70EE5E4C4C490D1296 /* MJRefresh */, - C9ABF876760BCB5950DFB6B71F2FB1E4 /* RxCocoa */, - EADB1BE822768B05FBA26DCF55271B27 /* RxRelay */, - F4C8FE9E48E09C48C7E8812B5D842B1D /* RxSwift */, - 607EE9240403CCB33307CDE368464615 /* SnapKit */, - 9902B9451B2B31894FD44720C5F2CC48 /* SwiftEntryKit */, - 02316E5C84932211EC76C2BA184D11DB /* ZLPhotoBrowser */, + B28CF4F9458DA198E92FDEDACC252DCD /* DDBasicControls.h */, + A342362CBF22A26F09CCF9E0865AFBF1 /* DDBaseAnimation */, + 80920276AD684B2CC5FC987E1F0AF6CB /* DDBaseAttributedString */, + 184A2348D5F0B30E7A99156B693F1DA8 /* DDBaseButton */, + 325C0C0F664044F64B3C483986C61FE0 /* DDBaseCollectionView */, + D4FFD48D6628C7C20CDC3B0C5FCB3E99 /* DDBaseCollectionViewCell */, + B5AB2D8BB6052FE61C553F4F8FFACF62 /* DDBaseImage */, + 03625E1F6C109432E37EBAC9B81009F5 /* DDBaseImageView */, + 4DA9F4EAB954C7158877B1C6DC88D7D3 /* DDBaseLabel */, + FBD7A21ACC79E86DE4AA40F2D0F77BDD /* DDBaseModel */, + 880574B7BCB4EB479901EF3449FCF2F5 /* DDBaseNavigationController */, + 53B33DC1A1E81A55B2F7AB47234E79F7 /* DDBaseScrollView */, + B7A58B45BF70BDBA1174E4EF2641509B /* DDBaseTabBarController */, + 2D518ED025F1D0B3328377B3DB2E8B8A /* DDBaseTableView */, + 227D65F2D7A2076733DB24001B35099E /* DDBaseTableViewCell */, + 6324392C523B58EBBCDD5971EB878963 /* DDBaseTextField */, + AAF2A6B7079B0DF8D61D0206D3DE8BB1 /* DDBaseTextView */, + 46DC3E10737542B8E0125D654A458F3C /* DDBaseView */, + 6C77F03ACA13B05E62348668D5FED658 /* DDBaseViewController */, + 87AC4700ABED4787EF749AABD3FEE00C /* DDBaseViewModel */, + 5B812463C1109710A1917E8735EAB4F0 /* Support Files */, ); - name = Pods; + name = DDBasicControlsKit_Private; + path = DDBasicControlsKit_Private; sourceTree = ""; }; - FE772AD6941A5919C5A4974C212D64E9 /* DDBaseButton */ = { + FFCE7AF793F93E05ED29B8A37E7445DE /* MapView */ = { isa = PBXGroup; children = ( - BC2D880CBB47C78E3605DD2D272B252B /* DDBaseButton.h */, - 2A34013D691D14FE91E535836BEE733A /* DDBaseButton.m */, + CCF71D823833AED9373C29CBE367F9C7 /* DDMAMapView.h */, + 0D6CDB3FD471EFDC79964764B8493F93 /* DDMAMapView.m */, ); - name = DDBaseButton; - sourceTree = ""; - }; - FEF6EDF93FDAB3001B75152B764EE27E /* Support Files */ = { - isa = PBXGroup; - children = ( - B9E3C7D6C4975C5D02B79D2E30533F4A /* JCore-xcframeworks.sh */, - 2C0B9032BEEE147FE27318ABB4110133 /* JCore.debug.xcconfig */, - C7A6BF6986A5B4A7023C70DD83FAF880 /* JCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JCore"; - sourceTree = ""; - }; - FF0E3044FC004E1EB89A5E6DDCB5EF05 /* DDBaseAnimation */ = { - isa = PBXGroup; - children = ( - C1192E09672D940A882836A1DF0950D2 /* DDTransitionAnimation */, - ); - name = DDBaseAnimation; - sourceTree = ""; - }; - FFB9DFF22B406A40DC91169B38F2523D /* DDLabel */ = { - isa = PBXGroup; - children = ( - ); - name = DDLabel; + name = MapView; sourceTree = ""; }; /* End PBXGroup section */ @@ -6976,51 +7070,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 35A9FF5A2B78AAA06B3C288B81991D43 /* Headers */ = { + 3137E447D6BDD606382BB0C43872D908 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CCA379488C22D21EF4CE5D384C8C47B1 /* DDLogKit_Private-umbrella.h in Headers */, - 383FE97DF37C12A5685EEB826E8A46E9 /* DDOCLog.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 36ECCC399F311CDC93C75EFF67D13D49 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D1E3947230D320774396CD67F88DE3F3 /* CALayer+DDCategory.h in Headers */, - 9D7BE05FD7725E96B062A7598A41B648 /* DDCategory.h in Headers */, - 0C33F3DCE6BF1D04981AF807893F32E2 /* DDCategoryKit_Private-umbrella.h in Headers */, - 7128BBCC42019AAE53D15EE25BE897EE /* NSAttributedString+DDCategory.h in Headers */, - 8F3429A07785F64154DC059F00A516F4 /* NSBundle+DDCategory.h in Headers */, - 94389BA3D4A7040B4536CB31EB5363E7 /* NSMutableAttributedString+DDCategory.h in Headers */, - C7E696986E0F52452F78E2BB68201044 /* NSMutableParagraphStyle+DDCategory.h in Headers */, - 2BF91AA691E259F9AB118FC45127FBE2 /* NSObject+DDCategory.h in Headers */, - 58C38B8C27293170AE483C5677890B5F /* NSThread+DDCategory.h in Headers */, - D193132C6DE2C6A4371E0CF38E16EB03 /* NSURL+DDCategory.h in Headers */, - 199F82E08FA4D1340F97901F2A294A4E /* UIApplication+DDCategory.h in Headers */, - B18415E6F7E8417F6DA550D49C6ECF95 /* UIBarButtonItem+DDCategory.h in Headers */, - 6C5CF5FD907E1FEE6FFDAD2D81401153 /* UIButton+DDCategory.h in Headers */, - 7388CDA9D27800CE2170B1E3EB5F3F0A /* UICollectionView+DDCategory.h in Headers */, - 73AB6FBA3ECF9889C3FABC366B5CC9E4 /* UICollectionViewCell+DDCategory.h in Headers */, - 669C1B756A4AA99D28E230E8F8FEE7CF /* UIFont+DDCategory.h in Headers */, - 805A9BC55F0154EFF27AF2C59FFF1AC6 /* UIImage+DDCategory.h in Headers */, - 733717DE8157CCC199287CF9D7DCA321 /* UIImageView+DDCategory.h in Headers */, - 570566714B21264253C2B2711D043905 /* UILabel+DDCategory.h in Headers */, - 81776D9979637328F185D9B65F14233B /* UINavigationBar+DDCategory.h in Headers */, - A9BDC686CF68BDC7BDEBDB94F533447F /* UINavigationController+DDCategory.h in Headers */, - B9BA38DE158D7BA33850A2393DBDD1B7 /* UINavigationItem+DDCategory.h in Headers */, - 007AEE9E1F8CD4D6C9224443FF97646E /* UIScreen+DDCategory.h in Headers */, - 5E70BD41B26A18521EE0D457B05CB71A /* UIScrollView+DDCategory.h in Headers */, - 7653DBA757A4F0A2500D9F0E53B575BD /* UITabBarController+DDCategory.h in Headers */, - B59E88A9FD0F8790312BBE4774ABDAD3 /* UITableView+DDCategory.h in Headers */, - 5F1F11AF13B22C27FEFFDB5884C5F414 /* UITableViewCell+DDCategory.h in Headers */, - 71165F774FFDD201F7B7437E1F7C1AD8 /* UITextField+DDCategory.h in Headers */, - 05078B195B0A7C704CDCFCFDB22C64FF /* UITextView+DDCategory.h in Headers */, - B0D8FF4BF752B5A515398C5C92063803 /* UIView+DDCategory.h in Headers */, - 962A36EC585E8F0852FB9E6DDBFB6B28 /* UIViewController+DDCategory.h in Headers */, - CE4DDA6E4BF71BEC6AFB8CE78C0DEC33 /* UIWindow+DDCategory.h in Headers */, + C86B799ED22632BEB3619845DC30BDDA /* RxRelay-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7057,14 +7111,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 47506DACC2E13A584F70FB83DD41D8A4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 679AAA72C5B63F684AB546D57510D375 /* SnapKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 49AA1FDE310CD5C0D0D5462A61F6DD2D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7116,11 +7162,42 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 70BAC21D11508575757E860FB61816ED /* Headers */ = { + 63D3D9D1F6E9F6E2B1B04A616055D217 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E34C9C24A45B9E1CB8331692AE0EB0F6 /* RxRelay-umbrella.h in Headers */, + 4E3C37AAA718D80868D8F8609C7E60CA /* CALayer+DDCategory.h in Headers */, + 3CE2B9E3B1AEA1A3C3DB4C5904DF3C2C /* DDCategory.h in Headers */, + 24C12EE7B5F8B8E4D67640F7D9C9A26A /* DDCategoryKit_Private-umbrella.h in Headers */, + 3F43A330ED4380BF4368A49ACBF8D713 /* NSAttributedString+DDCategory.h in Headers */, + 37448D1BE13089D998912A96785DF74D /* NSBundle+DDCategory.h in Headers */, + 56C48DB5579321A6BCE60DFC6CAFBE17 /* NSMutableAttributedString+DDCategory.h in Headers */, + FF8CB678B7CF6EF8FAD6A50BD69C6034 /* NSMutableParagraphStyle+DDCategory.h in Headers */, + 205AE35DAFD70C8CAC43D5242CF8D2C4 /* NSObject+DDCategory.h in Headers */, + 3828F338CE3DB1D1445B5A5B11F71EBE /* NSThread+DDCategory.h in Headers */, + 9442B00881369EF68581EC236BAB0D8A /* NSURL+DDCategory.h in Headers */, + 10FE82996240169124BA3B1848EBA419 /* UIApplication+DDCategory.h in Headers */, + 40E74B33C5AABF8B9BB90D49C242CC7C /* UIBarButtonItem+DDCategory.h in Headers */, + 8AEE3FBA1F8A42E08107B7E1DEBB18D5 /* UIButton+DDCategory.h in Headers */, + D360ECFAFFDC2195B7996FCA073D8BD6 /* UICollectionView+DDCategory.h in Headers */, + E6AB4A9D05B288A94541E6BD2D5AE637 /* UICollectionViewCell+DDCategory.h in Headers */, + 749FBD31D75B8200EE6F5E4DA41CAF1F /* UIFont+DDCategory.h in Headers */, + 8027B357359571BF020C2D71AEB351C0 /* UIImage+DDCategory.h in Headers */, + D1DF8F902CB22266705613C92171C764 /* UIImageView+DDCategory.h in Headers */, + 0154CA1EE841E85CD4E470B7A649184E /* UILabel+DDCategory.h in Headers */, + CF40AA46BA40E534EEC90195002275F7 /* UINavigationBar+DDCategory.h in Headers */, + 7B7F568D959DEC30757CC2EE2BBF218A /* UINavigationController+DDCategory.h in Headers */, + 5DBB847D5E7591AFB7A75092AEA83FB5 /* UINavigationItem+DDCategory.h in Headers */, + 6634FFE60BACE422D3054C75F50286AC /* UIScreen+DDCategory.h in Headers */, + 022B7137376C4F240BDD0759C8845C02 /* UIScrollView+DDCategory.h in Headers */, + DBB25B01F3F30B92298233BA9E520178 /* UITabBarController+DDCategory.h in Headers */, + E51FB5CDB5135196A5BA751F616E6966 /* UITableView+DDCategory.h in Headers */, + 5D20620C32D18A4E16974656D9ADBD2C /* UITableViewCell+DDCategory.h in Headers */, + 11C7C1CFCA6EDD425E62F12AD824DF3F /* UITextField+DDCategory.h in Headers */, + C4FB02A5F70B385BA4C5484F5DC79C75 /* UITextView+DDCategory.h in Headers */, + 0E94012FD20204CA540867CA89706C60 /* UIView+DDCategory.h in Headers */, + 42866887FAA6BEADCDC3AFFE39136142 /* UIViewController+DDCategory.h in Headers */, + 80D0BF9E958154CDE46EBB71B945DA87 /* UIWindow+DDCategory.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7165,6 +7242,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 869DE8BAD4B7E5C3CB9EDE1508D435AA /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C73F8B01B4D427C16FC2C08D3BA7FCF2 /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8A6AB1868C0A26E8069628FDFEDD97AC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7181,14 +7266,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 95B1BB16EA6FA07166E01A825DC26391 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B8F2360EBED8FC8E9AAFB2D6B1B125E /* RxSwift-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; A23CD4DE689260E9578ACEB979F6635D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7283,11 +7360,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AE1C318150B5BDAB534217DADE94E006 /* Headers */ = { + B1C8E49D06491CB18FCBDF4123751500 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AFA0FCAC69D77FE87647335272CC680D /* Kingfisher-umbrella.h in Headers */, + 80EABBF2717CF71907BFB78BF0170113 /* SnapKit-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7315,6 +7392,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DA92DF2232AA97AA584E142EBEE5C271 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; DAF65D7A87C0CEAD313A05C542785EB9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7346,6 +7430,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F009F51BFC5ACC4F00F7E6F80F49FBBA /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E60CC1636B426C7E6798C17A2F9A2F79 /* RxSwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F5429979F2C3E8E72B5E8A07A57536F9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7370,6 +7462,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FFB47441D73F3052FD95ED40D2458BA3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B8B32CEF7F245F87724A6CA875B06A5 /* DDLogKit_Private-umbrella.h in Headers */, + 807894C1C7AFB7C4189C885BDABF13DF /* DDOCLog.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -7385,7 +7486,7 @@ buildRules = ( ); dependencies = ( - 3E07E0558BFEBC2EF5614D96F27E98E8 /* PBXTargetDependency */, + A33D0FF5B8F295BB4E5BF950B165C55B /* PBXTargetDependency */, ); name = DDControlsKit_Private; productName = DDControlsKit_Private; @@ -7403,9 +7504,9 @@ buildRules = ( ); dependencies = ( - 1441306ACBECBDC494D73AC393F0A82A /* PBXTargetDependency */, - 5FE348FFD0697C22DC6FDE20855EEFA9 /* PBXTargetDependency */, - D1DB342F09B3BEFE7E3045D446F5BABA /* PBXTargetDependency */, + B81DACC78199DF702C816A3885282A2E /* PBXTargetDependency */, + 7720523E669E84F603E78E54B29B275F /* PBXTargetDependency */, + 035CFBD3A0160FA185AE7A76A853476A /* PBXTargetDependency */, ); name = DDBasicControlsKit_Private; productName = DDBasicControlsKit_Private; @@ -7432,12 +7533,12 @@ }; 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */ = { isa = PBXNativeTarget; - buildConfigurationList = 10AC2D2F9C5BBE28E470DB7027E50A26 /* Build configuration list for PBXNativeTarget "SnapKit" */; + buildConfigurationList = 6D835F76A346BB2CDA8EDB046108C4D2 /* Build configuration list for PBXNativeTarget "SnapKit" */; buildPhases = ( - 47506DACC2E13A584F70FB83DD41D8A4 /* Headers */, - 75AA953FBDB6476851D85C5E40651101 /* Sources */, - 01F66EC6F77D4E2799D84FEE52FCFCA0 /* Frameworks */, - 85ADE211752372A2EDB688BA9DC211FB /* Copy generated compatibility header */, + B1C8E49D06491CB18FCBDF4123751500 /* Headers */, + 701C489B8FA82AA9CFD5FB6AC0DEF4A2 /* Sources */, + 6EDD2AC62FC217F918400056A925D801 /* Frameworks */, + D6DB519CE8AC925E4A5C46718F69BDF8 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7450,12 +7551,12 @@ }; 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 2644C846002772D78B3D5C1111D14ADF /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; + buildConfigurationList = A04E9BA75A36308687968E776F847D4E /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; buildPhases = ( - 35A9FF5A2B78AAA06B3C288B81991D43 /* Headers */, - 7ACB014A3A7C2ECE85D255AF1C97A049 /* Sources */, - 377F4BF85269D5381CED43004EC292C3 /* Frameworks */, - C755BBE4E20B0D1FFEF7A7A381C82749 /* Copy generated compatibility header */, + FFB47441D73F3052FD95ED40D2458BA3 /* Headers */, + 615D7BB84C6ED01A3B5C26781FBD8F2A /* Sources */, + 0D7EAA5B2F1878C404F611CC46531CC9 /* Frameworks */, + 380C12D9D082CF3FA65E3D2EC49A52B7 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7496,9 +7597,9 @@ buildRules = ( ); dependencies = ( - 63206798870E6C5E13D3BE8F7569D1D4 /* PBXTargetDependency */, - 8930E0B55B7CAB1FB923E9E1539331C9 /* PBXTargetDependency */, - 3C879303CAFF69EF22CC532E4272796C /* PBXTargetDependency */, + D90615ACB4063B6BDE061C1D77D6C29E /* PBXTargetDependency */, + 557BC36538C6DD33EB99B32C7E17371F /* PBXTargetDependency */, + FA42AA9C7556885072CADCE4527E4F61 /* PBXTargetDependency */, ); name = DDProgressHUDKit_Private; productName = DDProgressHUDKit_Private; @@ -7525,17 +7626,17 @@ }; 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */ = { isa = PBXNativeTarget; - buildConfigurationList = 8D47DA658FA05E4BC3F2FCAB28DABEF6 /* Build configuration list for PBXNativeTarget "RxRelay" */; + buildConfigurationList = 17CD33C5EB4C29ED96B4FF1194B2A828 /* Build configuration list for PBXNativeTarget "RxRelay" */; buildPhases = ( - 70BAC21D11508575757E860FB61816ED /* Headers */, - BA9B161D3F199C1D72BFE4CCC6FD9CEA /* Sources */, - F7C8046DEBF2D04D973F997A0AA1FCC5 /* Frameworks */, - 6213387772E610C68AF2630CF14E7189 /* Copy generated compatibility header */, + 3137E447D6BDD606382BB0C43872D908 /* Headers */, + 008897B84CE80A693960F3B815BF949B /* Sources */, + 982A2089C4A9411A69E096F9E9A7BD75 /* Frameworks */, + 49307A94A944141C14AA7A3CD0032E04 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 10B8131714B49311876661FD3EED5EBE /* PBXTargetDependency */, + 681F402AB2DC86753D80AFB5CACC8051 /* PBXTargetDependency */, ); name = RxRelay; productName = RxRelay; @@ -7579,11 +7680,11 @@ }; 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = 6755B176310BBE854F1F05E348154881 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; + buildConfigurationList = E3C3B6EF8CCDBA2436F42A4C976E0855 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; buildPhases = ( - C06C80A2F201978005829D2FE7B85F9B /* Sources */, - 12747912A006D117FBCE955DEA5D0E7B /* Frameworks */, - 0626F9BDC352C6E0345F7AC7D2AB836B /* Resources */, + A0F149CB6EC4C931325F167C239FB618 /* Sources */, + 607F6F6FDD15D79F9E2C5B21A41763FB /* Frameworks */, + 5A88A65240CB90A964DC88A543F906D9 /* Resources */, ); buildRules = ( ); @@ -7596,11 +7697,11 @@ }; 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 0181AF990394B2F348EF10C3174C577A /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; + buildConfigurationList = AA6FA1C2D617C195B981FAFC41A58B69 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; buildPhases = ( - 64CB2F4EFCDCCC9443EA5E6BF4DFF5A8 /* Sources */, - B4F803F81DC8847DE8C477B4D192B592 /* Frameworks */, - C25963AE239098C578FF7B487959F705 /* Resources */, + BFB80DE8D2736F1CFF9F1F6889AE184D /* Sources */, + CDB2F6DE7D766B1D54C127008FF78A74 /* Frameworks */, + 97D6FA5F208F91AE590C035E2A094A96 /* Resources */, ); buildRules = ( ); @@ -7628,6 +7729,26 @@ productReference = E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */; productType = "com.apple.product-type.library.static"; }; + 775A96192E9F3E75FE7B0644CEB05EB1 /* Pods-OrderSchedulingNotificationService */ = { + isa = PBXNativeTarget; + buildConfigurationList = 777E5242052457E27C15E47630A814FD /* Build configuration list for PBXNativeTarget "Pods-OrderSchedulingNotificationService" */; + buildPhases = ( + DA92DF2232AA97AA584E142EBEE5C271 /* Headers */, + 7A342799E1DB16E1C7F3F2D8A92BB93B /* Sources */, + 605A07125BDA3C64D9429ABAE3DE5A44 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C65C9DB5061A66A105EBFCCB7AD131C6 /* PBXTargetDependency */, + 12F09345EC00129F9DA63F5ABBE910AC /* PBXTargetDependency */, + 83BB802C2200586C2DFD5791720F09F7 /* PBXTargetDependency */, + ); + name = "Pods-OrderSchedulingNotificationService"; + productName = "Pods-OrderSchedulingNotificationService"; + productReference = E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */; + productType = "com.apple.product-type.library.static"; + }; 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */ = { isa = PBXNativeTarget; buildConfigurationList = FABA871D8A8BB5CAD42D9820F18BBB83 /* Build configuration list for PBXNativeTarget "DDTimerKit_Private" */; @@ -7656,40 +7777,40 @@ buildRules = ( ); dependencies = ( - A98F3C0BD601AD9523496974FEDEB722 /* PBXTargetDependency */, - A666B6430243A4ECD20357A41AD1833B /* PBXTargetDependency */, - F3D7DEC59D9ADFF0678F83FC0B8DA6ED /* PBXTargetDependency */, - 68F4596AA30222A34F6B9EC833BB6E49 /* PBXTargetDependency */, - A5FBDAA53712F5FB9503FA75FD30973E /* PBXTargetDependency */, - CCC783C07D344EF72A9DB6F1789E9210 /* PBXTargetDependency */, - 4AD5FBC00A123AA8423B64A5F041A8B1 /* PBXTargetDependency */, - 406C8C2E5B67B69B96DAE13A853624BD /* PBXTargetDependency */, - E725F22889CE2BF9F5E2C3AF70BF3029 /* PBXTargetDependency */, - E5CDEE163E5AE3F8C0043C8FCD03EE51 /* PBXTargetDependency */, - 407D98FA9EFD006A1FD45D4F71D40BC6 /* PBXTargetDependency */, - 69165AC6A96042BA58222B9340674881 /* PBXTargetDependency */, - 8076122E9CE0DAA0B637354629F2F894 /* PBXTargetDependency */, - 97425F6FE012AF66235F03F7B60C5D33 /* PBXTargetDependency */, - ADA264CAB7BCB08719407EBBDAF3B2D9 /* PBXTargetDependency */, - 59B0F1EA6F35BC22D3321403E934F102 /* PBXTargetDependency */, - 5FD8FA8FF018FF22B208A97A8D4E3C3F /* PBXTargetDependency */, - A082A3A97E492967E59DC0DDF98942CC /* PBXTargetDependency */, - 8B1C79915A50207A3269A30F8613E906 /* PBXTargetDependency */, - 7ECDE6ED0C9699B6202EA89A82BF5D79 /* PBXTargetDependency */, - 9F1FEAF975DBE4A0A52391BAAAF86CBD /* PBXTargetDependency */, - B81D9CFF5566D6119D34339BB681B2F8 /* PBXTargetDependency */, - BA2059ED93AD3AAE57F4857D9E0F2AF4 /* PBXTargetDependency */, - C8CCD994618BF5FE9BC429E83304345D /* PBXTargetDependency */, - 441E30AA168B8A1EADBB8AE34E3EF3AF /* PBXTargetDependency */, - 79CFAA98E4F60D1DDD59CAACF8B73347 /* PBXTargetDependency */, - BDAB24F3DCCCC9744E0FF90974990CF1 /* PBXTargetDependency */, - B55A9CA749B3AC7A4A7852A495A6ED13 /* PBXTargetDependency */, - 19DB3DF9EA2B42A429A41F07856D1DE3 /* PBXTargetDependency */, - 7F6CA68E907DD5E840D99575369936E4 /* PBXTargetDependency */, - 3A0EF3EA8E8C407708006898321BB595 /* PBXTargetDependency */, - 6B3F272A27F6313E304A1224F2DF85EB /* PBXTargetDependency */, - 6BCAA21EE1B63771560D208B982C35A1 /* PBXTargetDependency */, - F910C98FB9B571AA67A1A447B3E71F67 /* PBXTargetDependency */, + 3CE8F61C4D89312ACF370EA7AD2F4F60 /* PBXTargetDependency */, + D549CE94E5BB9840F2803676C5F1B83A /* PBXTargetDependency */, + 01119A6D0F02524ED51F87558C60286F /* PBXTargetDependency */, + 92FB8E91FF5005D5365CE7D934C8926F /* PBXTargetDependency */, + B19069EE7D135588DA6A3B6F6B9A8091 /* PBXTargetDependency */, + 725B584F31F372E926421A0C13DB9EBD /* PBXTargetDependency */, + 21A05B42C12FF274F76B48C058CAACFC /* PBXTargetDependency */, + 76AEE60B6C3D508E3AF5BB9F5550A1DF /* PBXTargetDependency */, + B7881972C23A307FFF2C082C661E9325 /* PBXTargetDependency */, + E2D9A2A05B4A2C36D266D94FB7D97499 /* PBXTargetDependency */, + A05D25480454CBDE39F7A1936511FDC4 /* PBXTargetDependency */, + 7CB9245E33F6E66E22D2974D9AF55E10 /* PBXTargetDependency */, + 699C733166BECA5A17724C100B886A9A /* PBXTargetDependency */, + 2AAE9A7CB610AF8D26BFC87EFC2466C2 /* PBXTargetDependency */, + 28BA26DA252E9F57DD8BAFD9FA8BCCE8 /* PBXTargetDependency */, + 1416DC9C8A5FC5AA3910F20F32A344B4 /* PBXTargetDependency */, + 55F07A582D7FDFF7F1EBDBB28534C5DA /* PBXTargetDependency */, + CF2EC072F1884D2ACF3C4B4088797717 /* PBXTargetDependency */, + 3938673DF526F1D076623C8E4F4F6A89 /* PBXTargetDependency */, + C67AE86DFA93D93AD579DFDE8EB51D6B /* PBXTargetDependency */, + 7B6F3C59360FEA13416925EA07399F5D /* PBXTargetDependency */, + 04426CDE47E3F503858FFD58A9756A7F /* PBXTargetDependency */, + 311917837017CCC576F3F2461DA0A57C /* PBXTargetDependency */, + E1FC0AE9BAF64015C02B9394FFC8D72C /* PBXTargetDependency */, + A305AA7DFCB461BD3E3EAED9F5BB8FD6 /* PBXTargetDependency */, + A173E92C1BF8FA863495790AFD8ECFD2 /* PBXTargetDependency */, + 6231B8797664598E29647609F579968F /* PBXTargetDependency */, + 638E295EA9DF6D7CA6371EBA3083BD2D /* PBXTargetDependency */, + BDE077BFBDE475082298AB758EC30299 /* PBXTargetDependency */, + 918758C0477596C7B080BACE9B4F65B9 /* PBXTargetDependency */, + BE348E98971BD270CC661CA3DE4B579F /* PBXTargetDependency */, + 27C679EB31A82E80391BE0A9DAF7F9E1 /* PBXTargetDependency */, + DA65F92E5193ABDDB8151AB1A29E4D32 /* PBXTargetDependency */, + DF9D18C8B8EE8AED47E5C0994B6D04F3 /* PBXTargetDependency */, ); name = "Pods-OrderScheduling"; productName = "Pods-OrderScheduling"; @@ -7708,8 +7829,8 @@ buildRules = ( ); dependencies = ( - DFC523816BFA727D636426EE32AD9F26 /* PBXTargetDependency */, - 6CEB509B3EA51D9E2A1C843A3AEBB732 /* PBXTargetDependency */, + BF12208E85FD71C76172AEF9CB5952AD /* PBXTargetDependency */, + 15955B2C4F0A6FE4EA39045C08CCA499 /* PBXTargetDependency */, ); name = RxCocoa; productName = RxCocoa; @@ -7718,11 +7839,11 @@ }; 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 01840F926FD608CAA3A642B44DCAAE6D /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; + buildConfigurationList = 3CE6781EA34AF5DF520424C9A0791959 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; buildPhases = ( - 36ECCC399F311CDC93C75EFF67D13D49 /* Headers */, - 36D438C145D395466D4316E1077664A2 /* Sources */, - C85275A10E7B0F8DEBD7987C3A5BC0A0 /* Frameworks */, + 63D3D9D1F6E9F6E2B1B04A616055D217 /* Headers */, + E53B9D0F47A4F4A64206229A14D01EDA /* Sources */, + 52E1FCB321EE1357886BA5B678D85006 /* Frameworks */, ); buildRules = ( ); @@ -7796,13 +7917,13 @@ buildRules = ( ); dependencies = ( - 8F70DFDB4D9BC196D520E54184C61397 /* PBXTargetDependency */, - E0EDE9D51D31FB001630095ED33D9F1F /* PBXTargetDependency */, - B600608C2F75127B1CCF67EDE3908B39 /* PBXTargetDependency */, - 575451F513F7B0F27464F3FF3A7B4461 /* PBXTargetDependency */, - 7DBD7884696BE5DED33BBC7AE1845ED6 /* PBXTargetDependency */, - 02B2FE6DD78861B2CEA1F3256196F072 /* PBXTargetDependency */, - 6D7425F9EB76CE08F34F87D102CB52A8 /* PBXTargetDependency */, + 846CA4B6A79BDD7B310BC65C8A052399 /* PBXTargetDependency */, + 52FC8B74595565925BDCA0E276011F5D /* PBXTargetDependency */, + 4BDC1FA2C8A8AF00A50E3857A5C81AC5 /* PBXTargetDependency */, + 588BDC29A15746630E86F9A4C87AE0AD /* PBXTargetDependency */, + 5E81555D35D1414AACD39A2BBBDBA35F /* PBXTargetDependency */, + 455E2BA0C7736062794F7E1B121BC3E3 /* PBXTargetDependency */, + A7F0AA2D52215EA2CB9849CE48F7D9EE /* PBXTargetDependency */, ); name = DDMAMapKit_Private; productName = DDMAMapKit_Private; @@ -7839,9 +7960,9 @@ buildRules = ( ); dependencies = ( - 5A755366988E7483F680EF12B855148A /* PBXTargetDependency */, - 28242E5E2089F4DA1013ADD1572DC5CF /* PBXTargetDependency */, - 143F52D2A5EE1A82F4532F21473B8E60 /* PBXTargetDependency */, + 3880ADE1DF89B53AFD4B04E30BD089FF /* PBXTargetDependency */, + 73D9F1C316C43FEA5D07B4208ECBEAC8 /* PBXTargetDependency */, + 6DE8B635DFE01D369D31A7EFCF844743 /* PBXTargetDependency */, ); name = DDNetworkingOfAlamofireKit_Private; productName = DDNetworkingOfAlamofireKit_Private; @@ -7886,12 +8007,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 30F57E2B475D3E67BDE0309EBF518C98 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = C8D8547B234E3B087396C04F59B9E945 /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - AE1C318150B5BDAB534217DADE94E006 /* Headers */, - 3A608FB611BAB7E0BCBB4176A6539AC8 /* Sources */, - BBEE4D3BAE3C385068BB79D3369DFEE0 /* Frameworks */, - 02079C013FBB8DAB5BD6B9205DB15B7A /* Copy generated compatibility header */, + 869DE8BAD4B7E5C3CB9EDE1508D435AA /* Headers */, + 29B55428983BEAEBA3A785A2E2FDFB26 /* Sources */, + BA33B0982F7F7AFE6BC201363CE28A28 /* Frameworks */, + 70B4D35B684C303C5F8C83C8C48360E5 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7904,12 +8025,12 @@ }; EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = E90E8C3ABFECC984C2B41A664F626821 /* Build configuration list for PBXNativeTarget "RxSwift" */; + buildConfigurationList = BD80E4C9DC45C6AAD4681C0167EA5B7D /* Build configuration list for PBXNativeTarget "RxSwift" */; buildPhases = ( - 95B1BB16EA6FA07166E01A825DC26391 /* Headers */, - 4789DD84A355D33503CC64DFCCFFEC34 /* Sources */, - 0C1F86B1F127CAAC58356E7EBDB66042 /* Frameworks */, - 1037794DD919A0B0AB6C149EA5DA5FBC /* Copy generated compatibility header */, + F009F51BFC5ACC4F00F7E6F80F49FBBA /* Headers */, + CC856A27521F8D02993C3FF686D9B379 /* Sources */, + 5AADA75D025A526E07DC2BD81A94BE67 /* Frameworks */, + 69A92EF17689C94767E29887E701FFFB /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7974,7 +8095,7 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0BBF9A2B7A5BA7DEBE25732402D5D622 /* Products */; + productRefGroup = 608A6118006FF5CB6225A82FA1311B30 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -8004,10 +8125,12 @@ B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, D504B99928659EA67A1C3A9E981EB8FF /* JCore */, 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */, + 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */, 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */, 7A11E58B7B0678A54DDBE15F2F5C3361 /* Pods-OrderScheduling */, + 775A96192E9F3E75FE7B0644CEB05EB1 /* Pods-OrderSchedulingNotificationService */, 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */, 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */, EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */, @@ -8020,49 +8143,25 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 0626F9BDC352C6E0345F7AC7D2AB836B /* Resources */ = { + 5A88A65240CB90A964DC88A543F906D9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 191305CFEEE3AF0A9071621038FE83FD /* DDBaseViewController.xcassets in Resources */, + 2A1B1EBC26BD616AC9FBAD27D940CA20 /* DDBaseViewController.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C25963AE239098C578FF7B487959F705 /* Resources */ = { + 97D6FA5F208F91AE590C035E2A094A96 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 573A9F7AA53DD1A80CCDB6666FE19B24 /* Sources_DDMAMap in Resources */, + 8CF1B36DA30EBD873FEBD06AB705A09B /* Sources_DDMAMap in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 02079C013FBB8DAB5BD6B9205DB15B7A /* 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"; - }; 0CF2A38911A1A424C18030CC8F78C3B0 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8087,30 +8186,6 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxCocoa/RxCocoa.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxCocoa/RxCocoa-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 1037794DD919A0B0AB6C149EA5DA5FBC /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap", - "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/RxSwift-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; 21447C698D95583E65C2265B1E31DA31 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8135,6 +8210,30 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/IQKeyboardManagerSwift/IQKeyboardManagerSwift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 380C12D9D082CF3FA65E3D2EC49A52B7 /* 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"; + }; 3ECCFB438C99E5452730F628D5942AA6 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8159,6 +8258,30 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDFontKit_Private/DDFontKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDFontKit_Private/DDFontKit_Private-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 49307A94A944141C14AA7A3CD0032E04 /* 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"; + }; 616E20ADD3CB403ACC8C5DA2C2F8CCE4 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8183,30 +8306,6 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 6213387772E610C68AF2630CF14E7189 /* 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"; - }; 699137B646F0186BD557152B8D4FF548 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8231,6 +8330,47 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZLPhotoBrowser/ZLPhotoBrowser.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZLPhotoBrowser/ZLPhotoBrowser-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 69A92EF17689C94767E29887E701FFFB /* 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"; + }; + 69BC0AF0569A5E99FE98DD6EF583EFFF /* [CP] Copy XCFrameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks-input-files.xcfilelist", + ); + name = "[CP] Copy XCFrameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh\"\n"; + showEnvVarsInLog = 0; + }; 6F80FA46DA0904DDF27D0A528B51CF6B /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8255,6 +8395,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/DDToastKit_Private/DDToastKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDToastKit_Private/DDToastKit_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"; }; + 70B4D35B684C303C5F8C83C8C48360E5 /* 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"; + }; 79DBFE46B7D0FECC658533D8FC343599 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8279,30 +8443,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/SwiftEntryKit/SwiftEntryKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftEntryKit/SwiftEntryKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 85ADE211752372A2EDB688BA9DC211FB /* 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"; - }; 88CE6A9E15FB250364E7B2B84D432B3C /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8464,7 +8604,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"; }; - C755BBE4E20B0D1FFEF7A7A381C82749 /* Copy generated compatibility header */ = { + D6DB519CE8AC925E4A5C46718F69BDF8 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -8473,20 +8613,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/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}/DDLogKit_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/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/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"; }; D73EEB9F3069F731FAED740B7B5491BD /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; @@ -8532,6 +8672,88 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 008897B84CE80A693960F3B815BF949B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E5285386135F81871EB233CCC1FBEA6F /* BehaviorRelay.swift in Sources */, + 10DF5FEB1F2D016D29A8A4EF6E6D5A4A /* Observable+Bind.swift in Sources */, + B75A979F9F8386E0B63317073972E0C0 /* PublishRelay.swift in Sources */, + 3EABDDA9307C15F3BCAF195B434ABDA8 /* ReplayRelay.swift in Sources */, + A6D76B28FE18C29C9B3C7D97C39C9440 /* RxRelay-dummy.m in Sources */, + 2C430CC233DDBBCA0DB81390D81ECCEE /* Utils.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 29B55428983BEAEBA3A785A2E2FDFB26 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3E611EE23D66E7CAC7135E9F3CE3B31E /* AnimatedImageView.swift in Sources */, + 33A60F0743C683820168212E500E3020 /* AuthenticationChallengeResponsable.swift in Sources */, + F8E989091D8D3BDA1C11D58583E72753 /* AVAssetImageDataProvider.swift in Sources */, + 878655ACB5E1CB14220017BAE9CFA29C /* Box.swift in Sources */, + 9D64B00EE5E2EA476081628E8A5588F0 /* CacheSerializer.swift in Sources */, + AAB6C24CADAE8772400B55D9D31A56FB /* CallbackQueue.swift in Sources */, + 54CC522DBED081EDF13AC8A08E08C6F2 /* CPListItem+Kingfisher.swift in Sources */, + 6EB53AEC8F671E7FCD64387FD367343B /* Delegate.swift in Sources */, + 87B235CA7F521014604912B34DF0495B /* DiskStorage.swift in Sources */, + 84B402CFDB5BE004ED101E155F865F11 /* ExtensionHelpers.swift in Sources */, + 0FF7B7C482BAA954434288008516F8E6 /* Filter.swift in Sources */, + 8715923016FF89DA5138ACA8347679AA /* FormatIndicatedCacheSerializer.swift in Sources */, + 665685A40D630654FCE72FB59E1FB97F /* GIFAnimatedImage.swift in Sources */, + A662CAF57D9B517B25CB678100200116 /* GraphicsContext.swift in Sources */, + 337F5DA34530829813F7B6CCE4FF6DBA /* Image.swift in Sources */, + 3055FD9ACBC5A9269E34A5CC68B08E44 /* ImageBinder.swift in Sources */, + 47593DE83D5CFFA1ADA24049EDF90C0F /* ImageCache.swift in Sources */, + 340B8FF660D2F50B771620DB581ABD67 /* ImageContext.swift in Sources */, + AE9B39DC91A7E058D40C846C4C4733C9 /* ImageDataProcessor.swift in Sources */, + B4FEB591FA9B7F606F9AC82D7FD0E197 /* ImageDataProvider.swift in Sources */, + D93A11A043240FE55182B6CF94951F69 /* ImageDownloader.swift in Sources */, + FB86A543D7AB7779E90030E6C2B9BC9D /* ImageDownloaderDelegate.swift in Sources */, + 696F8FF90CE07F853FCBF5AEAE9AA3D2 /* ImageDrawing.swift in Sources */, + 2242ECE210C75AC3DDDE6E955DBADE3A /* ImageFormat.swift in Sources */, + FD0EB6DACD71D5E240FABD118A296877 /* ImageModifier.swift in Sources */, + FD4BF107A803ABFB472A390478DB4900 /* ImagePrefetcher.swift in Sources */, + E0C61EE24799A2973610DEF6181770F6 /* ImageProcessor.swift in Sources */, + 60A9F00738D59251776BC6780B317774 /* ImageProgressive.swift in Sources */, + 5C7F2773F0C83CDFC773C9E5F509806A /* ImageTransition.swift in Sources */, + 26CFC4C1DA168981A28F0491DFDE447A /* ImageView+Kingfisher.swift in Sources */, + E3373F59FA4E6837570653C90890F09A /* Indicator.swift in Sources */, + 9068FF6E592B0F54E3A1CD6DE22429D5 /* KF.swift in Sources */, + 924F252E0600F76964D4919CC11AAA8C /* KFAnimatedImage.swift in Sources */, + 19515A439C33A38344B5663547B42494 /* KFImage.swift in Sources */, + 1F6BBE2D63073C98B052CAFDD18C17C4 /* KFImageOptions.swift in Sources */, + 0FD33AB870761F454449357B0D7D1861 /* KFImageProtocol.swift in Sources */, + 894A2D62E79E047FCAD4E4A61E3CD26D /* KFImageRenderer.swift in Sources */, + 3F6C676976E310CC3FA3868CDCF3D3CC /* KFOptionsSetter.swift in Sources */, + 793CBD1F70214217019D9D27958CDCD6 /* Kingfisher.swift in Sources */, + 856DDA40393F68D4956D5177D72766AE /* Kingfisher-dummy.m in Sources */, + F8C51D681FA518BC9075513CA17A898F /* KingfisherError.swift in Sources */, + 8E686FEEC37C63C21E567080E780675C /* KingfisherManager.swift in Sources */, + 3D586B93427AFDF023A620B78B2326DF /* KingfisherOptionsInfo.swift in Sources */, + 8F7AE0399816093F166C5DF61E7C5380 /* MemoryStorage.swift in Sources */, + 5E4E3C78E38A1084B9A147BD62F12728 /* NSButton+Kingfisher.swift in Sources */, + 034E2633937DAFE2DAD7A9D9C6808E15 /* NSTextAttachment+Kingfisher.swift in Sources */, + 4D2FC261298FF435CB36DC976E2C0619 /* Placeholder.swift in Sources */, + EA99BC0B873E2398C9F8061461F7F498 /* RedirectHandler.swift in Sources */, + 51DC1D77472366CC0A6DB52D98B38C3C /* RequestModifier.swift in Sources */, + A3A302DB17121AC0A8FBBF953F32EAB6 /* Resource.swift in Sources */, + 2826DFA06649571BE484BB5655B83D0A /* Result.swift in Sources */, + 669F6DE3941A5D54A2F92CAD6410BC50 /* RetryStrategy.swift in Sources */, + BCEA1487AEAFE97DC9E9A9BFB3D68509 /* Runtime.swift in Sources */, + 5F8AEB18883D0EDCE205A346E691EB6D /* SessionDataTask.swift in Sources */, + CBC04DA34483029ED24CA0E9B5E24C8B /* SessionDelegate.swift in Sources */, + 0314CF646E4E0AE4F5C24978C603FBA9 /* SizeExtensions.swift in Sources */, + 88B02AFECBDB89FA6C16D3216E0496A3 /* Source.swift in Sources */, + 9861D26BD6E0A001BC1B50BC61C18F34 /* Storage.swift in Sources */, + BB1F53B2EEA8AF0248707BE8A96E7DF0 /* String+MD5.swift in Sources */, + FCD33A888E4DAC149CA2DD2DB63FE7E3 /* TVMonogramView+Kingfisher.swift in Sources */, + 3D5D49018EBAC550715086B09BEB9575 /* UIButton+Kingfisher.swift in Sources */, + 58A0724B77587FD9C9B305460BE4FC7E /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2F9DCB8466BB717F04CB15FEAC24CFD4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8577,113 +8799,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 36D438C145D395466D4316E1077664A2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 46E0DFA8534F264091DF057FEC170139 /* CALayer+DDCategory.m in Sources */, - 349824DFA959E3570D2E0684827D5144 /* DDCategoryKit_Private-dummy.m in Sources */, - 6D7A240E03DA2115BAE5DAFDDB7B7326 /* NSAttributedString+DDCategory.m in Sources */, - AF3879E447470F62649755006B6AF89E /* NSBundle+DDCategory.m in Sources */, - CFE6A3379EBE36E7B7BE6199DA363DDB /* NSMutableAttributedString+DDCategory.m in Sources */, - 5FDC3C74DC5FDE73193B40ED26175DF2 /* NSMutableParagraphStyle+DDCategory.m in Sources */, - B25E2B157CEF7865740FDA611B01EDF7 /* NSObject+DDCategory.m in Sources */, - F738CCEC049976A700F9F2461D8B0C09 /* NSThread+DDCategory.m in Sources */, - 596AD6F9AC568EC0F620D4B3DEB4CC33 /* NSURL+DDCategory.m in Sources */, - 7A93F47AD542545FC38D537835FF6ED5 /* UIApplication+DDCategory.m in Sources */, - 6A79E81D495BCFB4888EDB6D12A94B8B /* UIBarButtonItem+DDCategory.m in Sources */, - 5089F88F1BFB10BAEE372C06A80F07DA /* UIButton+DDCategory.m in Sources */, - AC24A78970412955B0C92DF542095873 /* UICollectionView+DDCategory.m in Sources */, - 561B7E7FE74762A6365E51627CC31AC2 /* UICollectionViewCell+DDCategory.m in Sources */, - E051E7A80EF65742A5759AC7C79DAC1A /* UIFont+DDCategory.m in Sources */, - C33C866015A7A6FF0FF569C2EAF834E3 /* UIImage+DDCategory.m in Sources */, - 33A20E73777F9490596EC4B083EC61C2 /* UIImageView+DDCategory.m in Sources */, - 29FD5DB4C76760E1CD1783CF3CE0D190 /* UILabel+DDCategory.m in Sources */, - 042B033C5A88DA3A1A09CF01C4303D97 /* UINavigationBar+DDCategory.m in Sources */, - 64A6373B70B16DEB630D59B4C994C627 /* UINavigationController+DDCategory.m in Sources */, - F4377E7191EE042153218A26020B7AA4 /* UINavigationItem+DDCategory.m in Sources */, - B6F1B8C364EA2ED6FB9EE844A5DA9DB0 /* UIScreen+DDCategory.m in Sources */, - 36C9F6EFAE6990AFB9A9C606E429FFDB /* UIScrollView+DDCategory.m in Sources */, - 592D9E9BF0482985EC73CF05743EC0BB /* UITabBarController+DDCategory.m in Sources */, - E1A145229DBDA3377B1C330EBC6C5059 /* UITableView+DDCategory.m in Sources */, - 19D4B489F6D4051578A6B3402B413405 /* UITableViewCell+DDCategory.m in Sources */, - BA06FB885E24F3075D38A169A16172B6 /* UITextField+DDCategory.m in Sources */, - C6523B0B33905DCD66EDE5F0136F0FB7 /* UITextView+DDCategory.m in Sources */, - E2B836CC6CCE155B13C76B270CB9DB6E /* UIView+DDCategory.m in Sources */, - 70291E72DB5914B6513E603D77B47F4B /* UIViewController+DDCategory.m in Sources */, - B0B1AC1F9BCD8E989529F3B35B62130A /* UIWindow+DDCategory.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3A608FB611BAB7E0BCBB4176A6539AC8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C1C6F3243A1A96E7F36850B6B8EEC796 /* AnimatedImageView.swift in Sources */, - 2AB0DFD36B1651D6366E0C2BA403DA89 /* AuthenticationChallengeResponsable.swift in Sources */, - 43C30370B65B8BAB759CCF4BB30E0F4A /* AVAssetImageDataProvider.swift in Sources */, - 5020FC724F46551F6A33EECA953E07DC /* Box.swift in Sources */, - E1520BFD6C0C6CC019FA90FA4AE32113 /* CacheSerializer.swift in Sources */, - D5CEE336E96758D69FCBCE592119243D /* CallbackQueue.swift in Sources */, - CB97C1D8E9AC13F09E24CE581E209A5C /* CPListItem+Kingfisher.swift in Sources */, - CED1A25EDC0AF338BA24F5FAF367966E /* Delegate.swift in Sources */, - C112A95C87DE4D0A7CDEB0F2B916B8BA /* DiskStorage.swift in Sources */, - 066317AF780742E152EC94A6A2F78BD8 /* ExtensionHelpers.swift in Sources */, - 261A3F6C5AD408F57003B4DA6693D813 /* Filter.swift in Sources */, - 4C6EF78693BFA4E343CE242D0112F7D5 /* FormatIndicatedCacheSerializer.swift in Sources */, - 18F096C821E32DDE9C010E73DEB1341B /* GIFAnimatedImage.swift in Sources */, - FCBC271189E3BCEEFF47C034F10C96AD /* GraphicsContext.swift in Sources */, - 70F2BE147F94F55182806247CF334BAC /* Image.swift in Sources */, - 575B16054BD5BD3CA28BF7E5673BCC76 /* ImageBinder.swift in Sources */, - 255B82E45EF15FFDEB1C5827C5499982 /* ImageCache.swift in Sources */, - 6F5B2F6D3931E3CACCAC0E9EB9409CF0 /* ImageContext.swift in Sources */, - 5C91FE28C22B5ECD94FA43280580ACD2 /* ImageDataProcessor.swift in Sources */, - 6F20B500FDB806AECBFD1BAF4048D489 /* ImageDataProvider.swift in Sources */, - 8045C1983C0012E25D1B8E0993E1F14D /* ImageDownloader.swift in Sources */, - 35F8D7C2DA8223685A3CC045CFBA34C1 /* ImageDownloaderDelegate.swift in Sources */, - D3D663250B92EEA84D165CB1A4F9C73B /* ImageDrawing.swift in Sources */, - 40AFAECBA8B369776BF3A945AAC4A1A6 /* ImageFormat.swift in Sources */, - D090C3DB762590292A309BA6FFBC0ACB /* ImageModifier.swift in Sources */, - 1709BD77B872B4E62B6EFF43A0A9E78D /* ImagePrefetcher.swift in Sources */, - 8C5AE4DD46A2A97A481C672002B8FAB5 /* ImageProcessor.swift in Sources */, - 32444653F27F830DB9DFC007028BFC0D /* ImageProgressive.swift in Sources */, - 8144FEE56EC6C626C7D5F88C680C993A /* ImageTransition.swift in Sources */, - C1F28CBE4E8777EB339C7119571A1F8D /* ImageView+Kingfisher.swift in Sources */, - 934D37370780C4B874E3833185713F7E /* Indicator.swift in Sources */, - 9269BCE31EB980E81D1C2142354660F7 /* KF.swift in Sources */, - 019403C393266755F02C8C8268C3CAB6 /* KFAnimatedImage.swift in Sources */, - 896AB9305E097F19F9D5C242F3E3D8B0 /* KFImage.swift in Sources */, - BB49F35C8C4C9DAD7CD5D65B66F2F268 /* KFImageOptions.swift in Sources */, - 3DAAA93622F9025F42C626A2359D6593 /* KFImageProtocol.swift in Sources */, - 2342ADF7C0F656591327B51BED500B96 /* KFImageRenderer.swift in Sources */, - CD2B1E7FB6AA62803CCF2C37E3ABFDF8 /* KFOptionsSetter.swift in Sources */, - 60CFBC76183C3CD131113AFE5A18CE50 /* Kingfisher.swift in Sources */, - 0F9B3E5A8BC39B19AA81036D81CA5023 /* Kingfisher-dummy.m in Sources */, - CE7A872309E1F02AD91BA268AEC22B5D /* KingfisherError.swift in Sources */, - DA0CEF99E20B5E529EAE6C855A1E8043 /* KingfisherManager.swift in Sources */, - 00894F57C0D3F780F7ED845EA7120995 /* KingfisherOptionsInfo.swift in Sources */, - 0CAB9A0F8C3E3865310F961D69866A9F /* MemoryStorage.swift in Sources */, - E1D52E05762CF52D3BC3A1375777B02A /* NSButton+Kingfisher.swift in Sources */, - B36C4277C9F4276062919D103CDFA214 /* NSTextAttachment+Kingfisher.swift in Sources */, - 0FDB97170F037BBC43184C41C4203AB0 /* Placeholder.swift in Sources */, - 855C165D089F71ED4DF6AAEAEED13456 /* RedirectHandler.swift in Sources */, - D343EC8904F46968F67E2B8C3ACCFF7A /* RequestModifier.swift in Sources */, - 5573FA7D51E40E775FAC9B46D7339D50 /* Resource.swift in Sources */, - 738B825B0837A9AA0C0AB9D874DE7B4C /* Result.swift in Sources */, - A279608F512EE172672D8597D3813C07 /* RetryStrategy.swift in Sources */, - DF4CE7C5706DE21F947D7DAC3B860E32 /* Runtime.swift in Sources */, - FB26350503C1A3584219F34A1EBB66CC /* SessionDataTask.swift in Sources */, - AE4B254162C1B0982FFFE8F728EBC8F4 /* SessionDelegate.swift in Sources */, - A370682B88A9CB4B6811DA50234504E2 /* SizeExtensions.swift in Sources */, - 468C6297CB12EB50CEC979262BEAF45D /* Source.swift in Sources */, - DF2A1B273F4A0796726D9E0BC6AD067C /* Storage.swift in Sources */, - B0DCAB9377BDAEAC1E45335F50445A59 /* String+MD5.swift in Sources */, - A648C35782E85F31D303B5EAD1E307A8 /* TVMonogramView+Kingfisher.swift in Sources */, - DCD1EE5DCBF287D76DA5F635451DF5E7 /* UIButton+Kingfisher.swift in Sources */, - ABDD42F4E8CBD7ECCC946BC9CF3CB988 /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3A75B93F1783EC72B7DD4C828FBE7399 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8736,174 +8851,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4789DD84A355D33503CC64DFCCFFEC34 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7BC8B8571C1B1D92E37F6EDDE6D5F4B4 /* AddRef.swift in Sources */, - 0CFDEAA6CD6E0D9E079D6CBD2902959C /* Amb.swift in Sources */, - 4FD09BA879C7ECD0ECFA7AB906BE8E2A /* AnonymousDisposable.swift in Sources */, - 3E9BE72D817F33EBB1A2D55700F3C9A2 /* AnonymousObserver.swift in Sources */, - ACF0D35886AA5484872CA2C1B589E127 /* AnyObserver.swift in Sources */, - 622095AF318B587CAF33DF2123E0925A /* AsMaybe.swift in Sources */, - DF72CE47CDA01232BC9FFFE896A6825E /* AsSingle.swift in Sources */, - 4CF3BB145D57BCA7E14EF38C5FC83220 /* AsyncLock.swift in Sources */, - B68BCB038E870BA1E37545BB96728CA2 /* AsyncSubject.swift in Sources */, - C527134D7EE8036C61BDBB91389A8873 /* AtomicInt.swift in Sources */, - 9BB550A05C99FAF7D46452531E9D2492 /* Bag.swift in Sources */, - CC865A8F8368D72AA8967FF5775FA7B0 /* Bag+Rx.swift in Sources */, - 20DC0B8ED8959D9D1DFC69524D534F94 /* BehaviorSubject.swift in Sources */, - FC4B7AA00B1BBCFE932B84ADB6720FBB /* BinaryDisposable.swift in Sources */, - 8FD8630356B30E8B936B7C872C3D3066 /* Binder.swift in Sources */, - DA905B3AE257FBAC6114822943D7400A /* BooleanDisposable.swift in Sources */, - E7EB02BB61D2946AE723A33EFAC4024F /* Buffer.swift in Sources */, - 0897CF33A9DC8CA0D4F3540B77AC27E2 /* Cancelable.swift in Sources */, - 204FA7DE36A8CD78FE16EF29A42C53F9 /* Catch.swift in Sources */, - CB032298873B7FD3DDD2B0D15731E6E0 /* CombineLatest.swift in Sources */, - 0CE0ACB5EC4AD02FEF4EFD7E0E812CA8 /* CombineLatest+arity.swift in Sources */, - 56651E07E62AF8760DCBD4340655F78C /* CombineLatest+Collection.swift in Sources */, - 5EC74F13F32FE1DFB2BD8A522092DD6F /* CompactMap.swift in Sources */, - 607FC4F84A3BC1DDED61024CDCE5156C /* Completable.swift in Sources */, - 95413BAA9E818DD19F0B37CE62CEDB13 /* Completable+AndThen.swift in Sources */, - 1529D393621686AFED4B2B7539A559B5 /* CompositeDisposable.swift in Sources */, - 31718327561EBB389B9CEB876D2479AF /* Concat.swift in Sources */, - 2A098FB6602D6475D9144CE13B49A477 /* ConcurrentDispatchQueueScheduler.swift in Sources */, - 6FCB168F34DA265E43D81E0D9613DE1D /* ConcurrentMainScheduler.swift in Sources */, - AC7CC38A557D2331D41B2A05A449AE74 /* ConnectableObservableType.swift in Sources */, - 0B8F271D65114AD28D631E9C64FC625C /* Create.swift in Sources */, - EB1675DDB1A59AD08A04EF00E239039D /* CurrentThreadScheduler.swift in Sources */, - 944436B02D97AB81CCBAAA11420A681B /* Date+Dispatch.swift in Sources */, - 08BF8C3FFC98ACBFBDF75A1B6B51900B /* Debounce.swift in Sources */, - A953EB65BADE82BF9C0CD1D8A9B21EDA /* Debug.swift in Sources */, - 9419FF7741A6B849378F7AE842FE80FB /* Decode.swift in Sources */, - 714E7E55C3E3D3E43D12C4AF2F6F519F /* DefaultIfEmpty.swift in Sources */, - 1F5B60761CABFF8ECDD29B68C03DCC85 /* Deferred.swift in Sources */, - 7490EC88029F6440A7AA92F924B99B7A /* Delay.swift in Sources */, - C2A1F2C667479BF31FBB183EE2DF7FA7 /* DelaySubscription.swift in Sources */, - 5AE3CB8E82B1E58A54D157EDDB4D8F35 /* Dematerialize.swift in Sources */, - 900EED6C01ED4363D956CE4E452F24EB /* DispatchQueue+Extensions.swift in Sources */, - 74F927ACADBEC7091EEC6B17200C746D /* DispatchQueueConfiguration.swift in Sources */, - EBB2B0B9CB15B6DBC061EF7604F3D4C5 /* Disposable.swift in Sources */, - 00F4AE8D155DE0F181CDF3C7C45743D7 /* Disposables.swift in Sources */, - 47ACA7FEFCD88CB2AF198D81297CC1C4 /* DisposeBag.swift in Sources */, - 043D61D3D32A30F793628A595600A5ED /* DisposeBase.swift in Sources */, - 42A09C777C33869D86EBC360AE895E1C /* DistinctUntilChanged.swift in Sources */, - 8B2A197054A5E0CE7BD75D2A7363B4C7 /* Do.swift in Sources */, - 6F0F8DA03631FE767FB9BFAAE0555EE0 /* ElementAt.swift in Sources */, - 7F1C9E858DC3078CB62D6640ED0006C7 /* Empty.swift in Sources */, - 4C9921A4D52089A079D2F37776FFE5B3 /* Enumerated.swift in Sources */, - 84C567A77C02EDA600E8FB227FBDA236 /* Error.swift in Sources */, - 04BEE2D12948EFD346FDC60BD2D0B6BE /* Errors.swift in Sources */, - 67349C69F8A98DDDC34E84908D16DC7B /* Event.swift in Sources */, - 3BC2A42D012E0AE5F4F614CDA09C83C2 /* Filter.swift in Sources */, - EA7902CE48AF778D71D3C6D4BB7D72BC /* First.swift in Sources */, - F41D3D9E3546AA180396E31F1CD4FB34 /* Generate.swift in Sources */, - 75A11955E20489AF27136F9D56A16112 /* GroupBy.swift in Sources */, - A702A6B72592A250E15E6048DD93CEDB /* GroupedObservable.swift in Sources */, - 7CBD99836FF0F2D1EF7874ACAD3EA2B9 /* HistoricalScheduler.swift in Sources */, - E25DE2912E0C31595FC7EF4C243C7BC7 /* HistoricalSchedulerTimeConverter.swift in Sources */, - 3BB100A5F694E9935840160B951C354C /* ImmediateSchedulerType.swift in Sources */, - 80596415B4BE080D6D1BCB4AB1287901 /* Infallible.swift in Sources */, - B40068656337A855CC34BF38D8419D4D /* Infallible+CombineLatest+arity.swift in Sources */, - 361019D364A4886F104B92F5655ACFE4 /* Infallible+Concurrency.swift in Sources */, - AC13FA65213821B8F9E316B3FA1D2D57 /* Infallible+Create.swift in Sources */, - A7237765C2DCD583478D64C1E16C5B26 /* Infallible+Operators.swift in Sources */, - CEE47BCE6B382C83645F558BEF48FE8F /* Infallible+Zip+arity.swift in Sources */, - BFF05A035B4AAAFA53905DA949978FF3 /* InfiniteSequence.swift in Sources */, - BB62F66F23AD6C9587FD496A5705B401 /* InvocableScheduledItem.swift in Sources */, - 5BAB14FE0571833F1F43AA34E7AB7AF1 /* InvocableType.swift in Sources */, - 8915BF4B97EBD60C13C244D00E46CDE9 /* Just.swift in Sources */, - 0A689BCD2A685775B1DFBFE64C95A4D6 /* Lock.swift in Sources */, - F8E36B5B54F9F6C675E8CE87604DDE0A /* LockOwnerType.swift in Sources */, - EDD8720C15F95BED1D7D712924866EC4 /* MainScheduler.swift in Sources */, - F496745D22FC8F1CAEA12436E32D88B7 /* Map.swift in Sources */, - FE569592E635AEB8C9CBCD769BCDB05B /* Materialize.swift in Sources */, - 0ECD9C9BFB3953288196BBBAF3555927 /* Maybe.swift in Sources */, - 6ACC0AEA2FAF697153B097847A160DEB /* Merge.swift in Sources */, - B8E5F8AFFF4F07CB7F306EE54A20687C /* Multicast.swift in Sources */, - A0107CD767C54A815CA5050137BAA0AA /* Never.swift in Sources */, - 3935D5CBF8879F543858951F59AAE704 /* NopDisposable.swift in Sources */, - A8BB917EC766860A718996F26D130E41 /* Observable.swift in Sources */, - D59B043234BF74C47C2AEB09E3AB2B28 /* Observable+Concurrency.swift in Sources */, - 6B5FABB14EA772136447BC47A1C58139 /* ObservableConvertibleType.swift in Sources */, - 47474FE5BA97EF7F8EB6F7D33C25300A /* ObservableConvertibleType+Infallible.swift in Sources */, - D6A55095E2158BBE4678583996F99739 /* ObservableType.swift in Sources */, - FAFBDB322DF77F53334F8A7C48E37898 /* ObservableType+Extensions.swift in Sources */, - A7831D7064144B6CE530BB2A05D50679 /* ObservableType+PrimitiveSequence.swift in Sources */, - C71F46CFB3AB50A7FB41A292C7A7F987 /* ObserveOn.swift in Sources */, - CEB743B2AE3FD80F6FCE29398B0689C2 /* ObserverBase.swift in Sources */, - ED7B1B00D5785FC44A702204048B1260 /* ObserverType.swift in Sources */, - 0BDB918E31663AC6F76C60CC6480E960 /* OperationQueueScheduler.swift in Sources */, - 052CC815A305A2B76638A2AF1F8886D2 /* Optional.swift in Sources */, - E5D3F0E6DD1CDF38F751BCA73B5ADE63 /* Platform.Darwin.swift in Sources */, - 2E0B861D64B32B07C708CEAFC698419B /* Platform.Linux.swift in Sources */, - 228CE7FAD41EBCEB362F2A3DDB1C6F74 /* PrimitiveSequence.swift in Sources */, - D1E4C485934B211F2818190F7C290B2F /* PrimitiveSequence+Concurrency.swift in Sources */, - 1922E90BAEAF78C8DEA9F23C9DFE48C0 /* PrimitiveSequence+Zip+arity.swift in Sources */, - 88371B255FEF31798DB197BB59D3350D /* PriorityQueue.swift in Sources */, - F87923A49D20DEC9D11C51B74B664A81 /* Producer.swift in Sources */, - 3309B75FF1C8D38C7B20EFA7E20DE055 /* PublishSubject.swift in Sources */, - 656AF5910F1F57E0F87ABFF813BB035E /* Queue.swift in Sources */, - D573804983A729CAB5FE499E18F8439E /* Range.swift in Sources */, - 2DC5E346EBC1D1686F71F3169B99BE7F /* Reactive.swift in Sources */, - AB515FED8E237D85404999D0107A9A87 /* RecursiveLock.swift in Sources */, - 3D49220690B645DFDF617B3E9B808716 /* RecursiveScheduler.swift in Sources */, - CED841598FED9C9A359DFFCC83A55988 /* Reduce.swift in Sources */, - 1D6100E27AE48B7F51EA075C876549C6 /* RefCountDisposable.swift in Sources */, - 024C29B370C771A0E5519B7BDD242168 /* Repeat.swift in Sources */, - 8FF610F861A0135AD2E4AD1E977113FF /* ReplaySubject.swift in Sources */, - 4D07B78812D29A5A2E9E895DD2541FE4 /* RetryWhen.swift in Sources */, - E9434EA38C7783B2BEA703BE0D0EEE9E /* Rx.swift in Sources */, - D368C99A7688C28849F3706D461C64C5 /* RxMutableBox.swift in Sources */, - 316CF30DDD5ABC6F0EC372BF508C5573 /* RxSwift-dummy.m in Sources */, - 6C6009756188956E50E68DE154A26A7C /* Sample.swift in Sources */, - 2B383D7731C2B36407BCEB93BECFE670 /* Scan.swift in Sources */, - 18EE327CA4C56870F4B9A16BEF7FB19E /* ScheduledDisposable.swift in Sources */, - B0FCE40CD25A2D979A1EEB11819936AE /* ScheduledItem.swift in Sources */, - 9B93BC82B3EA120600F37703F7386A15 /* ScheduledItemType.swift in Sources */, - C5509F15D42CC5033ECD355260965150 /* SchedulerServices+Emulation.swift in Sources */, - 4DE0931E280C15848E6738D85762B8FE /* SchedulerType.swift in Sources */, - C9C58AEE78173919C6A392512D7BB7DF /* Sequence.swift in Sources */, - F8A8074A606F772A7CD3A2DA17517144 /* SerialDispatchQueueScheduler.swift in Sources */, - 2B77BE65F59D20A2857CBDE81054C98E /* SerialDisposable.swift in Sources */, - 6A9E075DBB2CAAD7DA72EDC37F082C36 /* ShareReplayScope.swift in Sources */, - 5D786C55CC5C8963C3CA73C8A56C4F21 /* Single.swift in Sources */, - E06508E97399F65384185B753E460C58 /* SingleAssignmentDisposable.swift in Sources */, - 37C2816E509B96101DD50CBD0061303D /* SingleAsync.swift in Sources */, - 31FCBAD2866DF19E56589E2226D07226 /* Sink.swift in Sources */, - FF991A8F1B260A5E2192D6AA83547FDC /* Skip.swift in Sources */, - 25AFB5CF4D35214D7732231C75F283BF /* SkipUntil.swift in Sources */, - 0B33AF62B4AA0F0021F4BC062327FD7D /* SkipWhile.swift in Sources */, - 29EB70310480689A0CD1CA11058630A7 /* StartWith.swift in Sources */, - 0FC40DD515EF0A4C3574AC61AE2D4D3E /* SubjectType.swift in Sources */, - EADBE2C489F28A4A17E4429D6AD91BA6 /* SubscribeOn.swift in Sources */, - ED95DC6DC6E56A884A87DE38738C02D1 /* SubscriptionDisposable.swift in Sources */, - 7799D23394F7EE45FF3C55CB987A8455 /* SwiftSupport.swift in Sources */, - F70AA9B32703753C6CBC0FCEE1EB17F1 /* Switch.swift in Sources */, - 6A662B5245E5D26B418F67A7A401213B /* SwitchIfEmpty.swift in Sources */, - 8122EF4478B48DCE2229ACE634064138 /* SynchronizedDisposeType.swift in Sources */, - ACC1CF24CDCC70C70E76069259BDDA2C /* SynchronizedOnType.swift in Sources */, - 9AFC912AA90BDDC92D6E76C4CD375546 /* SynchronizedUnsubscribeType.swift in Sources */, - F8AF7E8C414C795EB6F356B580A28897 /* TailRecursiveSink.swift in Sources */, - 3CA64F2DA569748A4B88754AA8F3F330 /* Take.swift in Sources */, - F2BDA7C46AB9F68B3F77532B0DFBD931 /* TakeLast.swift in Sources */, - B2FC5517DD5703BAB0B262C708A05200 /* TakeWithPredicate.swift in Sources */, - 0035A4ECE8824D3C34FAE8E7640C3AFB /* Throttle.swift in Sources */, - 9117D9F00EDEAABE0047E273BE02B428 /* Timeout.swift in Sources */, - 2F125884A52F58C70923E35A0F1D38C2 /* Timer.swift in Sources */, - E49F9A89135CCE491396A4F6BFF7FF41 /* ToArray.swift in Sources */, - 5DC6BCC570475C62A41341E293030913 /* Using.swift in Sources */, - 6BEDA23EC58E4A8FAD110ACD09724E35 /* VirtualTimeConverterType.swift in Sources */, - A1F5F9C6668748B659C4344D3A2E1628 /* VirtualTimeScheduler.swift in Sources */, - BEBBBDD272C4F1D569AC39F3423F309E /* Window.swift in Sources */, - 0837FC4A56D31B16F0B5D75A77C77605 /* WithLatestFrom.swift in Sources */, - FC0283C769195FB87E1BDDEBDDE1A8D2 /* WithUnretained.swift in Sources */, - E7FEEEEF05F9A173C9487A058CC36E6E /* Zip.swift in Sources */, - 0F433044901C4E3CF858F79468375C37 /* Zip+arity.swift in Sources */, - 2F41F1BCE47C0312FB1D2C6619533BA5 /* Zip+Collection.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 56EFD72132F4527F2C41017889AF6C72 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8963,55 +8910,57 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 64CB2F4EFCDCCC9443EA5E6BF4DFF5A8 /* Sources */ = { + 615D7BB84C6ED01A3B5C26781FBD8F2A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8A3DCBA45CD46CDE738FB8B4FEA780F6 /* DDLogKit_Private-dummy.m in Sources */, + 227F726BAC878C55AC0E06132FA30434 /* DDSwiftLog.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 75AA953FBDB6476851D85C5E40651101 /* Sources */ = { + 701C489B8FA82AA9CFD5FB6AC0DEF4A2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BF7AB878FAF6E9BB9F3A81A4B59EDD63 /* Constraint.swift in Sources */, - D112A82C4673DF1F67930CEB23D5D6EE /* ConstraintAttributes.swift in Sources */, - 54A691AEFC59490681BF42A90F4AC7E0 /* ConstraintConfig.swift in Sources */, - 18B12C23C1031BC6F1A75FB84BFCCF20 /* ConstraintConstantTarget.swift in Sources */, - E6D4337FA9BF1556BA3A2E27DAC00389 /* ConstraintDescription.swift in Sources */, - 26891D8C1E08E24754EBEA2F6DC7B0BF /* ConstraintDirectionalInsets.swift in Sources */, - A030CD88CB031AE8072740C61976EFA0 /* ConstraintDirectionalInsetTarget.swift in Sources */, - 1A8D935CB3DD9B7E3B89CB959F08FC5F /* ConstraintDSL.swift in Sources */, - 67F9FA616D8E8BA8F4142B19C3C27161 /* ConstraintInsets.swift in Sources */, - B87C539FB1160FDA19E13E0478826FAE /* ConstraintInsetTarget.swift in Sources */, - 1169861CD924DC49405A30D3DFAFF57A /* ConstraintItem.swift in Sources */, - 98F107E60A5364EB4BA4D7FBC5447901 /* ConstraintLayoutGuide.swift in Sources */, - 07B46FF16A1BA25D9996E75A95A3E24F /* ConstraintLayoutGuide+Extensions.swift in Sources */, - 45BE452FEC7D882B8679FA7B6C411FA8 /* ConstraintLayoutGuideDSL.swift in Sources */, - 6DA4DE2A0CA5C54E654982A041CAFA7A /* ConstraintLayoutSupport.swift in Sources */, - A8C514A56EA993AF67C52F30F0EC370E /* ConstraintLayoutSupportDSL.swift in Sources */, - 38D69BC01F6C65BBF6EFD13B0677C809 /* ConstraintMaker.swift in Sources */, - B7FFDAFC882C8F9DB66086B7E70AE09C /* ConstraintMakerEditable.swift in Sources */, - 991F9223CAF544FB3B0370106837F3D9 /* ConstraintMakerExtendable.swift in Sources */, - 2F1D034B16F8C01F8945D4551328E445 /* ConstraintMakerFinalizable.swift in Sources */, - 2176779A68CFA0AEFFB91F0CC1E75AB0 /* ConstraintMakerPrioritizable.swift in Sources */, - DA4125F79DD6310B72DDBC92CF385E30 /* ConstraintMakerRelatable.swift in Sources */, - 5016FB28FB9593F50EADA1B4AFA827C2 /* ConstraintMakerRelatable+Extensions.swift in Sources */, - 79216F03D4969A17F9BC44BB85D9C9E2 /* ConstraintMultiplierTarget.swift in Sources */, - 5B865BB2E762817297D3B1E1653FB71A /* ConstraintOffsetTarget.swift in Sources */, - B870C23503695AF8DDFFA74D787AB2A3 /* ConstraintPriority.swift in Sources */, - EF72572993F2AB22D54B7C8C181F019E /* ConstraintPriorityTarget.swift in Sources */, - 3E4769F663F9CBE26F8878FD549FC866 /* ConstraintRelatableTarget.swift in Sources */, - CEBF578906B0C62B5BA4A92686417909 /* ConstraintRelation.swift in Sources */, - D5DB9E7436BD8B26B81C378DB47B0F5F /* ConstraintView.swift in Sources */, - 3D3C9296C6C447D5D695C836EAF1CD99 /* ConstraintView+Extensions.swift in Sources */, - A84862AF32B7CBD6A1C8BD02A079A02E /* ConstraintViewDSL.swift in Sources */, - 95694B962337304EA87B2B79A64216C4 /* Debugging.swift in Sources */, - BE5F785067114E7C6063A379189DFAB8 /* LayoutConstraint.swift in Sources */, - 31875D70AC637F38BC863DB56B284099 /* LayoutConstraintItem.swift in Sources */, - 6B47B3EE0ADB8742F7DCFBCB965A0CF9 /* SnapKit-dummy.m in Sources */, - A3683BFCC01BFD89C8DB3FACB567A9EE /* Typealiases.swift in Sources */, - 1917219A7055EECB00D2DEAE208D2B51 /* UILayoutSupport+Extensions.swift in Sources */, + 78C2E5181E9DAE4DC749DDC18238CFBC /* Constraint.swift in Sources */, + E98D1A6F589DA119533DD90753B3DF28 /* ConstraintAttributes.swift in Sources */, + 011AB55BF0A60BB6AF315CC84CDE943A /* ConstraintConfig.swift in Sources */, + 0044DBAB83E7788C750021475E5ADBB1 /* ConstraintConstantTarget.swift in Sources */, + 4DF37F1C3A89B525502D439CE3617D4F /* ConstraintDescription.swift in Sources */, + EE44ED8EE0633426A12F4F60D159E803 /* ConstraintDirectionalInsets.swift in Sources */, + F166EDCF1A8AF5AB1E893A0661FEA725 /* ConstraintDirectionalInsetTarget.swift in Sources */, + 8CAFD95F7987C8CBA59EF96D85B21026 /* ConstraintDSL.swift in Sources */, + 307059304E7E7146570D201141C7276D /* ConstraintInsets.swift in Sources */, + 4F71C7E4C9429C3974B5A3ACF1A2CE64 /* ConstraintInsetTarget.swift in Sources */, + 73544EA8ADEFE7AF65B85A68F5F6DD5C /* ConstraintItem.swift in Sources */, + E5AA4D51C5E0535440852FDE9782D2A6 /* ConstraintLayoutGuide.swift in Sources */, + 27A373F6D0177785E2A5B2C7CF8BF6BE /* ConstraintLayoutGuide+Extensions.swift in Sources */, + 75AFE8B569692F9E2D99C4348D65E6C8 /* ConstraintLayoutGuideDSL.swift in Sources */, + 15230C083EB58BB84AD7C1AB0D11A52A /* ConstraintLayoutSupport.swift in Sources */, + FF862532EFC60C0CF0B40DC55DC6531C /* ConstraintLayoutSupportDSL.swift in Sources */, + 31B34187E4790F0864C29A2E5968AF75 /* ConstraintMaker.swift in Sources */, + A86D7167657BE53800745C93FAA1D893 /* ConstraintMakerEditable.swift in Sources */, + 376F1309656579A74DA12C9CB5645061 /* ConstraintMakerExtendable.swift in Sources */, + 03E0E32620BF41C5A0E2A6C272DFAE81 /* ConstraintMakerFinalizable.swift in Sources */, + 4434A46E2C84EC4F7FF1A454DD8BC0C9 /* ConstraintMakerPrioritizable.swift in Sources */, + 2526CC19EB7D302009DEB51A3436C8FB /* ConstraintMakerRelatable.swift in Sources */, + 8A31505766326CD20FFCB87970FAF5E9 /* ConstraintMakerRelatable+Extensions.swift in Sources */, + 563E34706691D253DDCF437D10268616 /* ConstraintMultiplierTarget.swift in Sources */, + FAEC35B8CC9B9504491867C316C142E1 /* ConstraintOffsetTarget.swift in Sources */, + 1A62381526C32EB5E6002B9A9A7690A6 /* ConstraintPriority.swift in Sources */, + DAC34C41B2093DC00DFCCEC784693A55 /* ConstraintPriorityTarget.swift in Sources */, + 1C3FB9437042051BB330C94F53E477CC /* ConstraintRelatableTarget.swift in Sources */, + F83BADBC1A9FA81C6F7CAE0E24786E73 /* ConstraintRelation.swift in Sources */, + FD7F75F0079F80120D6E066DAF1A3626 /* ConstraintView.swift in Sources */, + 206D1F95BD1252FD742B6A541599C083 /* ConstraintView+Extensions.swift in Sources */, + 049AE1EE556F9A1E7B23FD876B432A9B /* ConstraintViewDSL.swift in Sources */, + 2432C74401A73B8E46ED27BB08C1DC97 /* Debugging.swift in Sources */, + 45CE06E5154D6D9621A782C334CAE269 /* LayoutConstraint.swift in Sources */, + D8EED1977040AC8ABE1039CB0EFF7C27 /* LayoutConstraintItem.swift in Sources */, + 4B0775F4CE5DD4226BB94ABE1240137A /* SnapKit-dummy.m in Sources */, + E7EB1144E12EB9C7D1767394BF794A17 /* Typealiases.swift in Sources */, + AD8A8210CBC8C10AEF3352162F20DF5B /* UILayoutSupport+Extensions.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9063,12 +9012,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7ACB014A3A7C2ECE85D255AF1C97A049 /* Sources */ = { + 7A342799E1DB16E1C7F3F2D8A92BB93B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1F37FDE0EBC44345DA439B561789BC4A /* DDLogKit_Private-dummy.m in Sources */, - 441E4CE901ECFAFB1EDC9E69D466C60B /* DDSwiftLog.swift in Sources */, + BA13DC414281FAF210086D1BCF79E6BD /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9090,6 +9038,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A0F149CB6EC4C931325F167C239FB618 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A529D46C495FD051E4B903F77F6043CF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9236,19 +9191,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BA9B161D3F199C1D72BFE4CCC6FD9CEA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7CE7D441168C886005545C049BB0B71A /* BehaviorRelay.swift in Sources */, - 555A9926525A10818CFCA68FC5478731 /* Observable+Bind.swift in Sources */, - 5DB1D780CDB5FD5F9F543FD882AC107E /* PublishRelay.swift in Sources */, - FB21F4780734315A0D64CDEE2CDAB76F /* ReplayRelay.swift in Sources */, - 8A4E69C7271C24982B60888296F021E0 /* RxRelay-dummy.m in Sources */, - 6F718C0CC072B657B63504B35A6ADB1D /* Utils.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BD841258657B4E06EA70273306E217D7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9390,7 +9332,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C06C80A2F201978005829D2FE7B85F9B /* Sources */ = { + BFB80DE8D2736F1CFF9F1F6889AE184D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -9533,6 +9475,174 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CC856A27521F8D02993C3FF686D9B379 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 65DA55A595B9B9BD07ADF4298A3C3213 /* AddRef.swift in Sources */, + 20CF6210396B955CD75FDECB655589B1 /* Amb.swift in Sources */, + D14AB91DE9A59712604FE58DC2066374 /* AnonymousDisposable.swift in Sources */, + F57B47BA666C4BA873298F59B5E00622 /* AnonymousObserver.swift in Sources */, + 7BA6E2C946A41C5502FC105331D65DDA /* AnyObserver.swift in Sources */, + 13582C8717CA79EDF844B6C772BF7A60 /* AsMaybe.swift in Sources */, + C2D82C08CA19B8FF22C218662DDCD1B4 /* AsSingle.swift in Sources */, + 3E899299AB3D98E2838BAB2C032F814C /* AsyncLock.swift in Sources */, + AEA50466FD0802F924B2779B14E0B09C /* AsyncSubject.swift in Sources */, + 14F1BC3B4D728A3BBDFC2AF3DB31D50E /* AtomicInt.swift in Sources */, + FED5BFEF1B7963ECE3649283142C719F /* Bag.swift in Sources */, + 862B1365EB4C7F9299D85862E47376F5 /* Bag+Rx.swift in Sources */, + 4AFAC196458485A8F6E51CAE8E861764 /* BehaviorSubject.swift in Sources */, + 68F718654C8993A29EB2941FB769B37A /* BinaryDisposable.swift in Sources */, + D8B4C022A3486D13BDF2A4145F989822 /* Binder.swift in Sources */, + 9ED0B966F87D60A50A4A0A276C2580DA /* BooleanDisposable.swift in Sources */, + B3EF154E3281E871010AE4B67173AE39 /* Buffer.swift in Sources */, + 61DBC521D9FCBD047E49735080E9F46C /* Cancelable.swift in Sources */, + BA783E6543793B5D82ACCC78C58352ED /* Catch.swift in Sources */, + 395525450A977364BAA14129588B74BF /* CombineLatest.swift in Sources */, + FD3118230D377105E74E1101F623E11E /* CombineLatest+arity.swift in Sources */, + C18C5F5BFBA7811428F34E271E21F430 /* CombineLatest+Collection.swift in Sources */, + FF4D89A0325BC98FC0BCC5393022E124 /* CompactMap.swift in Sources */, + 899E3C50FAB0960C5100B536FE4BE12D /* Completable.swift in Sources */, + E39D0AD88E62D6C3B5B94006C721E00C /* Completable+AndThen.swift in Sources */, + E65134A9F69F900B4F23F09A3F9D5206 /* CompositeDisposable.swift in Sources */, + EDA36B84FAB03A48093DD9C05CBB71E0 /* Concat.swift in Sources */, + 5D0ECEBF1ADAACBE79FA9814A9CA8B04 /* ConcurrentDispatchQueueScheduler.swift in Sources */, + C5BB80ABCB77AAD0CBF96EB08FD9ECCD /* ConcurrentMainScheduler.swift in Sources */, + 73029D0926CAFB0C507EC15D337D3E58 /* ConnectableObservableType.swift in Sources */, + C432A93CD86F23F8538F488F7E861594 /* Create.swift in Sources */, + 58FCB89BA1E72EE355BBBAE49C7A94A1 /* CurrentThreadScheduler.swift in Sources */, + AC00E15B7DB6735D9D64B601AD4647BC /* Date+Dispatch.swift in Sources */, + 62A3B0F0D1F948EA31EB8596A0D53339 /* Debounce.swift in Sources */, + 63185257BFB4E2FA7B2162ED79C30EF5 /* Debug.swift in Sources */, + 69F3DF3356A8096717502B092E040FAA /* Decode.swift in Sources */, + C733BB9898267AD5B685677EFB8C1331 /* DefaultIfEmpty.swift in Sources */, + 540C8AB9FD3EDA5E52E93415BD91705E /* Deferred.swift in Sources */, + 3C4FD79C93F62C832702A9C3240BFF74 /* Delay.swift in Sources */, + 4C4A54F727A6DF0C3E55CF7B4269FF80 /* DelaySubscription.swift in Sources */, + ECBCEFB580A1D9C4CD306276B1D3B301 /* Dematerialize.swift in Sources */, + A54E678BE5E132AEF3B5C665FE1C8937 /* DispatchQueue+Extensions.swift in Sources */, + 9D19C961231FAA141C5FE780DFE3DD5F /* DispatchQueueConfiguration.swift in Sources */, + E874CC4B9243BA7188213CDC356E2638 /* Disposable.swift in Sources */, + AA2DFDEA5906C220198457BFC561872C /* Disposables.swift in Sources */, + 3E37191914B5EB3B463AD55C4A910D5F /* DisposeBag.swift in Sources */, + 4C3FD991B7A513CF59EB766E01D8C62E /* DisposeBase.swift in Sources */, + 56FCC3EA3F228FCCA5380CCFBC42A0B6 /* DistinctUntilChanged.swift in Sources */, + 400606F42C5182A1D707689A57FBC291 /* Do.swift in Sources */, + E0957445DB5C5D7D96629413CC17784B /* ElementAt.swift in Sources */, + EDC82EDA5C44268463F79D60F90A9F6C /* Empty.swift in Sources */, + 8ADD53938914ACA791E535C099046E97 /* Enumerated.swift in Sources */, + 3864FAEC2DE237A3250D18B3B944B161 /* Error.swift in Sources */, + 85465C3A6463F9F5C6927A19AF15AB29 /* Errors.swift in Sources */, + D1A4F12AA0205064B850208DD9969A86 /* Event.swift in Sources */, + 25BF8F862E784E647170D1D42459FF7D /* Filter.swift in Sources */, + AF98270289229D2224007F03AFE6A76F /* First.swift in Sources */, + A062EAD39BAF34B6DDFDB962CCAEB38B /* Generate.swift in Sources */, + 7E53BA5C07E1FB2C074F88F854C2D4B2 /* GroupBy.swift in Sources */, + F6E4A425F01C9D1B9D6D63498DF1876F /* GroupedObservable.swift in Sources */, + 81E4E752E304C55324D1BD0B122A5F19 /* HistoricalScheduler.swift in Sources */, + 4745B3E9CB1CD0E2E16CC9FCFB4E1891 /* HistoricalSchedulerTimeConverter.swift in Sources */, + 36FFE8C8AC197C5ACE70EFFEA409CAB5 /* ImmediateSchedulerType.swift in Sources */, + FA95A8E580938242B7B949D55D106CB9 /* Infallible.swift in Sources */, + E23000F3C0B7D1D51EBC5BDEE42EA33B /* Infallible+CombineLatest+arity.swift in Sources */, + 126087B3AAA198237E6889614CB23F4A /* Infallible+Concurrency.swift in Sources */, + 860968D1D9809483FBF15C722695D4FB /* Infallible+Create.swift in Sources */, + CA8BBA3E82B25EA6E907F39876573C79 /* Infallible+Operators.swift in Sources */, + 308D477CD7244D0B3D60F1346D96E7CA /* Infallible+Zip+arity.swift in Sources */, + 7FF5CEC8CC57C53EA2B5586A33C015C4 /* InfiniteSequence.swift in Sources */, + CD41418793CC7F171C3E276E30FF8F76 /* InvocableScheduledItem.swift in Sources */, + 5861F0A858C40F8CE935734BF0FEEDA0 /* InvocableType.swift in Sources */, + B280782A0A89AB7A58B253F80B4D1C15 /* Just.swift in Sources */, + B122907DBF57778771310C273B9EC62C /* Lock.swift in Sources */, + 3156E33C374525C132C5991B44EF6C0F /* LockOwnerType.swift in Sources */, + 3685B10E0B67AACAAC7A5793CC447F01 /* MainScheduler.swift in Sources */, + D3938C5FCBCCE94E342D567906B0A20B /* Map.swift in Sources */, + 41A78EC56ABD0601E03A1C958380D8A9 /* Materialize.swift in Sources */, + 8B6A904F03CEDB8EBCE9E867430F0CE3 /* Maybe.swift in Sources */, + E7A07F9A2347C987AA08ADDAC088BBFA /* Merge.swift in Sources */, + E86A4A68ED8C455BC6667C4C20C6DA47 /* Multicast.swift in Sources */, + EACB060B0BCFD96BD190953714FD1101 /* Never.swift in Sources */, + 1ECCFE50CA1051BFE19B1991F8D39831 /* NopDisposable.swift in Sources */, + 3EFF6B57CA1FF0F8C2DAFF955AE56C06 /* Observable.swift in Sources */, + 0D295C1900CE2666661554CC3687533A /* Observable+Concurrency.swift in Sources */, + 1FA3FB02567F8EDB248BD05E15FC757F /* ObservableConvertibleType.swift in Sources */, + 293BA78223CE7063CF571127B3C5412D /* ObservableConvertibleType+Infallible.swift in Sources */, + 7D6CA68AB8D1422C3DBFC84C79ADC0FF /* ObservableType.swift in Sources */, + 5454A144DDFDE498124BC488A299B691 /* ObservableType+Extensions.swift in Sources */, + A431A9A6E7F0EB014408696D9B3A4042 /* ObservableType+PrimitiveSequence.swift in Sources */, + A65111F3E714C7D77B488F4D7F4D2EBC /* ObserveOn.swift in Sources */, + F5592BC4F30FE039E1FD9BD0AED023D3 /* ObserverBase.swift in Sources */, + 0CCC22F6F29895D2F5AA88C517B203BB /* ObserverType.swift in Sources */, + D6A82F915BFEA2630BA8437660C3F838 /* OperationQueueScheduler.swift in Sources */, + EB59093B75AC254ECFD099A1EEEF0D7B /* Optional.swift in Sources */, + 1585A0F6F28B145513769A286A542277 /* Platform.Darwin.swift in Sources */, + BE44DE900912005244A06B8A2035192E /* Platform.Linux.swift in Sources */, + ADFCDE3EC8FBB2E693A9D3DD4EB871E8 /* PrimitiveSequence.swift in Sources */, + 4DE77AAF2F97DE39C0F433420BFAFD54 /* PrimitiveSequence+Concurrency.swift in Sources */, + ACF45FE9124DD21A3461CCAA5B7F451A /* PrimitiveSequence+Zip+arity.swift in Sources */, + EF3D242B6F2A97108F96AA1E87823F61 /* PriorityQueue.swift in Sources */, + 996295C0AC20454A1F98365E0DD96261 /* Producer.swift in Sources */, + 5AD7FBF06EA1D84BCBF43EB2CA141634 /* PublishSubject.swift in Sources */, + 7A024E509D2447F39366556A6C7CDB1F /* Queue.swift in Sources */, + B59596942570D67C771CF5E741D6F3EC /* Range.swift in Sources */, + 8F47AFF98096DFA96AF3E4BD6318E9CA /* Reactive.swift in Sources */, + 30FC63116366C75690CA7423D1DE0E66 /* RecursiveLock.swift in Sources */, + 8A2295FBC72EA6D47AAACDB732A9124C /* RecursiveScheduler.swift in Sources */, + 9C9AB18097C48870512E60B6C6797C1C /* Reduce.swift in Sources */, + ACECF1AEB2C43BB2A1376B95B76C658D /* RefCountDisposable.swift in Sources */, + FA29922ADD6D5BBEC691705E5DD93B2E /* Repeat.swift in Sources */, + 586404B0B1CF1A49B4273A54907E53C9 /* ReplaySubject.swift in Sources */, + CB3C17EA1BECE4919C4D093B41B41496 /* RetryWhen.swift in Sources */, + E3B9C4FD1615F2E2691B59123AB59A6F /* Rx.swift in Sources */, + B74EE3F4FD742D6ABF61454EC25A073F /* RxMutableBox.swift in Sources */, + B1D0072690D110C669196DE66DE4E042 /* RxSwift-dummy.m in Sources */, + CE168B264165B457360D7EB43148A8FF /* Sample.swift in Sources */, + A85916B72090EEFC8362D834A36CBC53 /* Scan.swift in Sources */, + 48CAD876ED15D56E1BF95EAF53307D36 /* ScheduledDisposable.swift in Sources */, + EDC615887A7D1CA4814179DEB8370F66 /* ScheduledItem.swift in Sources */, + F49DA7FD5FC1678349453231EB0135D3 /* ScheduledItemType.swift in Sources */, + F9F234AE55EC4CC0009D6447AF9153B2 /* SchedulerServices+Emulation.swift in Sources */, + A4A28AB132FC8035F99DCA32D8EC92D4 /* SchedulerType.swift in Sources */, + 3BD2FDB5C6220BC37FDA159DE7409CF8 /* Sequence.swift in Sources */, + 167611DF06EC16A62760460437641243 /* SerialDispatchQueueScheduler.swift in Sources */, + 9D2A8202188BD5696768BEDD7677A24F /* SerialDisposable.swift in Sources */, + 6C9FAAEF3203FCC429FBABA490B4EE59 /* ShareReplayScope.swift in Sources */, + A774E671C68BF17AF0D25BD3BA771911 /* Single.swift in Sources */, + D3549D04EC027B251DE50C5CEDB4CDAA /* SingleAssignmentDisposable.swift in Sources */, + A35C2004C70D479E546A6F7A82E6DA3F /* SingleAsync.swift in Sources */, + 9A8645CD981135905D1694ED2BECDA94 /* Sink.swift in Sources */, + 077180D441FEAD1CF260AF92F6CD4D75 /* Skip.swift in Sources */, + 1825D322B9728CA25F4AC72AD613F4C4 /* SkipUntil.swift in Sources */, + 13C353307C08ADB9C4CAF5AB54C3AD35 /* SkipWhile.swift in Sources */, + 8A9B45289FD9AD50899F5097F98550E5 /* StartWith.swift in Sources */, + BEE68AF79025A1FECD7FE81A060C6693 /* SubjectType.swift in Sources */, + E71518C9F3AE3989BFA6D3F4FE172132 /* SubscribeOn.swift in Sources */, + 992220848567F7F9E647EFFE7E89853C /* SubscriptionDisposable.swift in Sources */, + F74C5AD01CF1EE3AE9CF3A6776A0C4AA /* SwiftSupport.swift in Sources */, + 9C741243390275ADDAC6D08DBB4F0099 /* Switch.swift in Sources */, + B2C68ACAE406D6DD17625AFCB907F535 /* SwitchIfEmpty.swift in Sources */, + 27907A969ED236875ACC8480F26B4336 /* SynchronizedDisposeType.swift in Sources */, + 3AA96EF627F594138B71DFC634516EB4 /* SynchronizedOnType.swift in Sources */, + EACDD9E25A08431B433F013706A25D3E /* SynchronizedUnsubscribeType.swift in Sources */, + 588E62A0313698BE7A0AFEEA50496AAA /* TailRecursiveSink.swift in Sources */, + 0A3A9339458BC494F74B84E81E1EBD04 /* Take.swift in Sources */, + F5E1783B300668FE702E078543CFFB95 /* TakeLast.swift in Sources */, + 78E1530F49613724D1A123C7C39A58E8 /* TakeWithPredicate.swift in Sources */, + BEA0D3C812E805EEC33FA7BCD12A2583 /* Throttle.swift in Sources */, + AA335C489DB473D85A530776EF5439D0 /* Timeout.swift in Sources */, + FB4168CD151558BC0260E7141BE3ABF4 /* Timer.swift in Sources */, + 01C1EDAA55DB5EE496A490E5D0AA0A20 /* ToArray.swift in Sources */, + E108C54BE17A959CDDED7D455B6D8929 /* Using.swift in Sources */, + FF60D2A94B2291D78FB496CD151A5E1D /* VirtualTimeConverterType.swift in Sources */, + 78A5A310DCE2543D9C516712AC855271 /* VirtualTimeScheduler.swift in Sources */, + 39E50A52D513E4716F814D7B507DC6BA /* Window.swift in Sources */, + F593F3CE782EA6FEB9524AAB2ABE749D /* WithLatestFrom.swift in Sources */, + AB554F557DD2FFBA8AEB8FFA56F1AA97 /* WithUnretained.swift in Sources */, + E652D3E5ED4E2A293D423E69F11C0745 /* Zip.swift in Sources */, + 6C55B74EE5A8453A6F7018955C7B467C /* Zip+arity.swift in Sources */, + BFCA5D28C4AF2BE7CD19BBAE60787D84 /* Zip+Collection.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E0BA59460C979FEC45FD0B83EDEF7621 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9622,6 +9732,44 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E53B9D0F47A4F4A64206229A14D01EDA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FF07214A926B49DF2631C10E555986C8 /* CALayer+DDCategory.m in Sources */, + D345B5716FE3A4FB5FE2A25F9735CE97 /* DDCategoryKit_Private-dummy.m in Sources */, + A608D598A080E29A0C5236161949DFAE /* NSAttributedString+DDCategory.m in Sources */, + 2B35BBD0D4D02FD84165507BD1CBA0F3 /* NSBundle+DDCategory.m in Sources */, + E2A1EACB29B60D876EFD0FA6BCE63F9F /* NSMutableAttributedString+DDCategory.m in Sources */, + 43916A7E864E2672DABA392E13F84E93 /* NSMutableParagraphStyle+DDCategory.m in Sources */, + DFBDA6965932A1FE06CFE7942068CBE5 /* NSObject+DDCategory.m in Sources */, + CD258679A343907667A8AED191C2D297 /* NSThread+DDCategory.m in Sources */, + C8A251CC7BE0DD1A1F96A8B025C4C890 /* NSURL+DDCategory.m in Sources */, + 97BDCC0C5B84DF8B8D388ADD0A68D483 /* UIApplication+DDCategory.m in Sources */, + 461EFBE6FF256CC211D46DFAE18E9EDA /* UIBarButtonItem+DDCategory.m in Sources */, + 10297B9504E079CEC8D0F49ADA43D3CC /* UIButton+DDCategory.m in Sources */, + 5C32B173C53E0A0ED6D00A79D4190804 /* UICollectionView+DDCategory.m in Sources */, + AE3FAF524E29AA683C510A3629E5A7D8 /* UICollectionViewCell+DDCategory.m in Sources */, + 31C4C567EF63B21C2025DBC68F8FB72C /* UIFont+DDCategory.m in Sources */, + 7CE5603EBBA1F8F8FF1F23279C987C21 /* UIImage+DDCategory.m in Sources */, + 5CBF0A7505E18FBDA0473E563E44F2D1 /* UIImageView+DDCategory.m in Sources */, + 3F0950D27FFDDE09992F9ECC322A4D6F /* UILabel+DDCategory.m in Sources */, + 44A5375F302D162F7DBE35FB813622B9 /* UINavigationBar+DDCategory.m in Sources */, + 6E9B95C6C573ADC677EDD1D3C94F1988 /* UINavigationController+DDCategory.m in Sources */, + 72333163DAE42055676A72BAD0447996 /* UINavigationItem+DDCategory.m in Sources */, + 2596BB2B7C4E66F8735DE3CC6DE0FDF2 /* UIScreen+DDCategory.m in Sources */, + 8B3472CADBCACAB2293F7C856BC92502 /* UIScrollView+DDCategory.m in Sources */, + B6CF48CA5F959481CE9BC7471E488D0B /* UITabBarController+DDCategory.m in Sources */, + D0FF16FEF0B04857073E7917D64D15A8 /* UITableView+DDCategory.m in Sources */, + 9321C1F02981C7F5A8629A30D56B21BE /* UITableViewCell+DDCategory.m in Sources */, + 5C6649B18C67151CF6A0A45510A2A510 /* UITextField+DDCategory.m in Sources */, + 5300085E641160CC08613680AC967481 /* UITextView+DDCategory.m in Sources */, + 2D8E24638CFE3A1D9EFFB47A68804E3A /* UIView+DDCategory.m in Sources */, + 1FB095414E8F9D99A03174C9BE7E254D /* UIViewController+DDCategory.m in Sources */, + F130BCB72ACB03FC213B15EC7B8258E5 /* UIWindow+DDCategory.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F121F9D88EEB7CC5CDC5CBE4B7E8EFE4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9656,399 +9804,390 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 02B2FE6DD78861B2CEA1F3256196F072 /* PBXTargetDependency */ = { + 01119A6D0F02524ED51F87558C60286F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = D0B19222E121C0869E41DD4FE6D87E94 /* PBXContainerItemProxy */; + }; + 035CFBD3A0160FA185AE7A76A853476A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDLogKit_Private; target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 9DF2635549E7DE96FD4E3D6BDE8A8B7C /* PBXContainerItemProxy */; + targetProxy = CE9A2B13A7D61648A97CDBC3CB8A71A6 /* PBXContainerItemProxy */; }; - 10B8131714B49311876661FD3EED5EBE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 25643AF0A10FDA00B455756B00489799 /* PBXContainerItemProxy */; - }; - 143F52D2A5EE1A82F4532F21473B8E60 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 389BE542F1EA7462FE6D84D79A3BDED9 /* PBXContainerItemProxy */; - }; - 1441306ACBECBDC494D73AC393F0A82A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDBasicControlsKit_Private-DDBaseViewController"; - target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; - targetProxy = CBE5A7CC5DFFAF0F205C68DF254BCB6D /* PBXContainerItemProxy */; - }; - 19DB3DF9EA2B42A429A41F07856D1DE3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = 5819B12397ABA838055C9CD3933EF15F /* PBXContainerItemProxy */; - }; - 28242E5E2089F4DA1013ADD1572DC5CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = C8EC5EF7C1CFBED88E57A4A5C9C3F82A /* PBXContainerItemProxy */; - }; - 38838E2F4E919FF30FC4670014CC9A8E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = 08698529896BB8A1C2C36475459869D0 /* PBXContainerItemProxy */; - }; - 3A0EF3EA8E8C407708006898321BB595 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 9C57088A8CEEF34AEB40187DCD105CB5 /* PBXContainerItemProxy */; - }; - 3C879303CAFF69EF22CC532E4272796C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 52357BE282B13CB96F448E79596B3311 /* PBXContainerItemProxy */; - }; - 3E07E0558BFEBC2EF5614D96F27E98E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = D8DF4FD0581B7F899319817E6D712BA5 /* PBXContainerItemProxy */; - }; - 406C8C2E5B67B69B96DAE13A853624BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAutoUIKit_Private; - target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; - targetProxy = AE7DBD82C2FB3345C8704D0B8B30495E /* PBXContainerItemProxy */; - }; - 407D98FA9EFD006A1FD45D4F71D40BC6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDColorKit_Private; - target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; - targetProxy = 1E34CB5DD234E560068CF8A5F0EEAEC3 /* PBXContainerItemProxy */; - }; - 441E30AA168B8A1EADBB8AE34E3EF3AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 96C7F420EBD06C443092B2853C1880CE /* PBXContainerItemProxy */; - }; - 4AD5FBC00A123AA8423B64A5F041A8B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaDebug; - target = 0A2E6BA6D5360D619D7CABED3467AA69 /* CocoaDebug */; - targetProxy = 6E49C3E92C3A176E911456B116270D7C /* PBXContainerItemProxy */; - }; - 575451F513F7B0F27464F3FF3A7B4461 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 452AC53DF1FC7F7144E463EB3378656B /* PBXContainerItemProxy */; - }; - 59933000272DF80407254559EBEE8C4B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 9B024561C1A538907BC1D3E511F3EC0D /* PBXContainerItemProxy */; - }; - 59B0F1EA6F35BC22D3321403E934F102 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDNetworkingOfAlamofireKit_Private; - target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; - targetProxy = 99762F3B6C127B03F3287904C4F9B5F5 /* PBXContainerItemProxy */; - }; - 5A755366988E7483F680EF12B855148A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 7ED0D039057D9D8ACD4A75D19BB82689 /* PBXContainerItemProxy */; - }; - 5FD8FA8FF018FF22B208A97A8D4E3C3F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDProgressHUDKit_Private; - target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; - targetProxy = F0195C63722E62D638C301B04991E3AD /* PBXContainerItemProxy */; - }; - 5FE348FFD0697C22DC6FDE20855EEFA9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 1FFB4E329191492EA62178E7D97FAA75 /* PBXContainerItemProxy */; - }; - 63206798870E6C5E13D3BE8F7569D1D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 3B45077BE33FFF215B07B78DC5F99AA2 /* PBXContainerItemProxy */; - }; - 68F4596AA30222A34F6B9EC833BB6E49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = 5AF8CB4C5862F30AD1E61E945D1C7DF4 /* PBXContainerItemProxy */; - }; - 69165AC6A96042BA58222B9340674881 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDControlsKit_Private; - target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; - targetProxy = 9486A997184C43DBD2F533BD83684D0A /* PBXContainerItemProxy */; - }; - 6B3F272A27F6313E304A1224F2DF85EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftEntryKit; - target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; - targetProxy = A6D46D21C5359D760B99355275EA72FE /* PBXContainerItemProxy */; - }; - 6BCAA21EE1B63771560D208B982C35A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZFPlayer; - target = 93FD1F93E0C30B2749BD8A6EC148F233 /* ZFPlayer */; - targetProxy = 61B2C0B89CA36FBFE0024F10B2375C0C /* PBXContainerItemProxy */; - }; - 6CEB509B3EA51D9E2A1C843A3AEBB732 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 287C628C567D1530877E8C21E07D855F /* PBXContainerItemProxy */; - }; - 6D7425F9EB76CE08F34F87D102CB52A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDMAMapKit_Private-DDMAMapKit_Private"; - target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; - targetProxy = 7E5A8DAA916F3782B4854627B4B68611 /* PBXContainerItemProxy */; - }; - 75940428F795F8E2DCBA2698FBA05982 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 3CCE62DBBDE097EC45E7224858D5BA3D /* PBXContainerItemProxy */; - }; - 79CFAA98E4F60D1DDD59CAACF8B73347 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = D4E305DA01D55A4EDAC2D470B1FA001A /* PBXContainerItemProxy */; - }; - 7DBD7884696BE5DED33BBC7AE1845ED6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = C000985C4A24A70DDFDBFC9FDD02D127 /* PBXContainerItemProxy */; - }; - 7ECDE6ED0C9699B6202EA89A82BF5D79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDWebImageKit_Private; - target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; - targetProxy = 2ADC7B3021A5CBC4B0F6698B5EE1BEA3 /* PBXContainerItemProxy */; - }; - 7F6CA68E907DD5E840D99575369936E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 85993E9C0CD1F591DAD38F3462493160 /* PBXContainerItemProxy */; - }; - 8076122E9CE0DAA0B637354629F2F894 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDFontKit_Private; - target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; - targetProxy = F5543CBCC2BD24BAE9682E6E534B7D1C /* PBXContainerItemProxy */; - }; - 8930E0B55B7CAB1FB923E9E1539331C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 61B43170B364783A038911E66832C5DF /* PBXContainerItemProxy */; - }; - 8B1C79915A50207A3269A30F8613E906 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDToastKit_Private; - target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; - targetProxy = 2EA24093A957E3305441C1F8B0F7FD48 /* PBXContainerItemProxy */; - }; - 8F70DFDB4D9BC196D520E54184C61397 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 9DF9164EB59445820CBDA2B8FC41BBBC /* PBXContainerItemProxy */; - }; - 97425F6FE012AF66235F03F7B60C5D33 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 3894BCBDCBFE59E2B9880E08CD410A8F /* PBXContainerItemProxy */; - }; - 977F5B9530B3475CB5B88D44B2FC4AB5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 6278BD4050FC298ED04C3DD3D392F6B7 /* PBXContainerItemProxy */; - }; - 9F1FEAF975DBE4A0A52391BAAAF86CBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "ESTabBarController-swift"; - target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; - targetProxy = 7B092129D82035A7441DCF3839828D8D /* PBXContainerItemProxy */; - }; - A082A3A97E492967E59DC0DDF98942CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDTimerKit_Private; - target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; - targetProxy = 364F5DDE05B9DBAA226DD8012861B5EF /* PBXContainerItemProxy */; - }; - A5FBDAA53712F5FB9503FA75FD30973E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 03C2CBF5E80D6ABC3A6B9EE32250193A /* PBXContainerItemProxy */; - }; - A666B6430243A4ECD20357A41AD1833B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = FB46C8406FA94609C3685704168CEF48 /* PBXContainerItemProxy */; - }; - A88F6C0612D1A961515E81529E99F663 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = DCA2A843359547D02AE12DD7894F4B0B /* PBXContainerItemProxy */; - }; - A98F3C0BD601AD9523496974FEDEB722 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = BAC1FCE48BC99B42462F9C7221C5472F /* PBXContainerItemProxy */; - }; - ADA264CAB7BCB08719407EBBDAF3B2D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDMAMapKit_Private; - target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; - targetProxy = DE64FDB4A2579B8D9E5B5D12FA571E54 /* PBXContainerItemProxy */; - }; - B55A9CA749B3AC7A4A7852A495A6ED13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxCocoa; - target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; - targetProxy = 27E7BE1BA08308305E90C843ABCBC958 /* PBXContainerItemProxy */; - }; - B600608C2F75127B1CCF67EDE3908B39 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = 150F3C8CD1F190C530494D9289297A8A /* PBXContainerItemProxy */; - }; - B81D9CFF5566D6119D34339BB681B2F8 /* PBXTargetDependency */ = { + 04426CDE47E3F503858FFD58A9756A7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = IQKeyboardManagerSwift; target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 107A037750EB819CDAB2609E26AD322A /* PBXContainerItemProxy */; + targetProxy = BE615985E7AD4897E9354AA46B0F9857 /* PBXContainerItemProxy */; }; - BA2059ED93AD3AAE57F4857D9E0F2AF4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = F84B8D1AD0404493F17214595BCAF9FE /* PBXContainerItemProxy */; - }; - BDAB24F3DCCCC9744E0FF90974990CF1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = E5CE6F6561030C8AFDDDF2758A5A09DF /* PBXContainerItemProxy */; - }; - C8CCD994618BF5FE9BC429E83304345D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPush; - target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; - targetProxy = 8C78DF35CD32FAAB0FB07C1EEAF8249A /* PBXContainerItemProxy */; - }; - CA13BB85DC381B45189B44042A5FBA5E /* PBXTargetDependency */ = { + 0D6A8F43D09BC468723F3E470F655C66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapFoundation-NO-IDFA"; target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 94A026326519CE3EA827A8C6868983E5 /* PBXContainerItemProxy */; + targetProxy = EDB4E18A43C25EB1111F6C02821613B9 /* PBXContainerItemProxy */; }; - CCC783C07D344EF72A9DB6F1789E9210 /* PBXTargetDependency */ = { + 12F09345EC00129F9DA63F5ABBE910AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 305A5010A27107F0A61F7259C9D40D63 /* PBXContainerItemProxy */; + name = JPush; + target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; + targetProxy = 42CFBB9DCFD9F6C32C9338BBF55784DF /* PBXContainerItemProxy */; }; - D1DB342F09B3BEFE7E3045D446F5BABA /* PBXTargetDependency */ = { + 1416DC9C8A5FC5AA3910F20F32A344B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDNetworkingOfAlamofireKit_Private; + target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; + targetProxy = CD3776159D8B061B1BF4907F207BBF59 /* PBXContainerItemProxy */; + }; + 15955B2C4F0A6FE4EA39045C08CCA499 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = A66E14DDF0380A3B1182C22BF37746F2 /* PBXContainerItemProxy */; + }; + 21A05B42C12FF274F76B48C058CAACFC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaDebug; + target = 0A2E6BA6D5360D619D7CABED3467AA69 /* CocoaDebug */; + targetProxy = EC3B9BB2BF5F0B816C435FFDFC98F218 /* PBXContainerItemProxy */; + }; + 27C679EB31A82E80391BE0A9DAF7F9E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftEntryKit; + target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; + targetProxy = 43E6728FF7E37898FCFD5B43B0DFCC1B /* PBXContainerItemProxy */; + }; + 28BA26DA252E9F57DD8BAFD9FA8BCCE8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDMAMapKit_Private; + target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; + targetProxy = A53B956E3E179F7688CEF52C6A3FED9A /* PBXContainerItemProxy */; + }; + 2AAE9A7CB610AF8D26BFC87EFC2466C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDLogKit_Private; target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = F91F5AE2F9A5B7546805E83DFE2EC75E /* PBXContainerItemProxy */; + targetProxy = 954302015365300DA88F9D8A2E2D5AF6 /* PBXContainerItemProxy */; }; - DFC523816BFA727D636426EE32AD9F26 /* PBXTargetDependency */ = { + 30F9B70B867B68F5B75CA389A277CEFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = BD4417F45CE4A0CA672C57A8B360392B /* PBXContainerItemProxy */; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = DA8C29A4D4B02FE17825AE3F10F1AF27 /* PBXContainerItemProxy */; }; - E0EDE9D51D31FB001630095ED33D9F1F /* PBXTargetDependency */ = { + 311917837017CCC576F3F2461DA0A57C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = C0DAFB892B9A187F8DFFDC7605267AC7 /* PBXContainerItemProxy */; + }; + 3880ADE1DF89B53AFD4B04E30BD089FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 962464D4971B21BCA295418D94DFF2A5 /* PBXContainerItemProxy */; + }; + 3938673DF526F1D076623C8E4F4F6A89 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDToastKit_Private; + target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; + targetProxy = 21F921ED23A7F6D820D6365258BC6FA8 /* PBXContainerItemProxy */; + }; + 3CE8F61C4D89312ACF370EA7AD2F4F60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 97729643F175B73FA0C411BE87954A8E /* PBXContainerItemProxy */; + }; + 455E2BA0C7736062794F7E1B121BC3E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 739CE70BEA3A7233D38A35B8AE464D41 /* PBXContainerItemProxy */; + }; + 4BDC1FA2C8A8AF00A50E3857A5C81AC5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = 838ED110BCE49D0204996F9461E10275 /* PBXContainerItemProxy */; + }; + 52FC8B74595565925BDCA0E276011F5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapNavi-NO-IDFA"; target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = 4FD06AB0AC5DC2F5047F2E4F0EA5FAEB /* PBXContainerItemProxy */; + targetProxy = CDC433466DBD195DBD9462DECE7E3D2C /* PBXContainerItemProxy */; }; - E5CDEE163E5AE3F8C0043C8FCD03EE51 /* PBXTargetDependency */ = { + 557BC36538C6DD33EB99B32C7E17371F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = E5636D25239866B3638601AFFA9A07E5 /* PBXContainerItemProxy */; + }; + 55F07A582D7FDFF7F1EBDBB28534C5DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDProgressHUDKit_Private; + target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; + targetProxy = 55FE31E444040EE35F34B56C04C02E32 /* PBXContainerItemProxy */; + }; + 588BDC29A15746630E86F9A4C87AE0AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = DD750602414AFACACC52F5E0E6AF1CB7 /* PBXContainerItemProxy */; + }; + 5E81555D35D1414AACD39A2BBBDBA35F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDCategoryKit_Private; target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = A5AE2333754A9E61E6B2FA34EF6DD9AD /* PBXContainerItemProxy */; + targetProxy = 4B53E9BE599B738FAA4C015A8AE2F6CE /* PBXContainerItemProxy */; }; - E725F22889CE2BF9F5E2C3AF70BF3029 /* PBXTargetDependency */ = { + 6231B8797664598E29647609F579968F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 9313F14D5572E10EAC01CF67CBCA5F4B /* PBXContainerItemProxy */; + }; + 638E295EA9DF6D7CA6371EBA3083BD2D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxCocoa; + target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; + targetProxy = 19733AD1EA6FB4C2D2A7E35D4A8EA29E /* PBXContainerItemProxy */; + }; + 681F402AB2DC86753D80AFB5CACC8051 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 1CDD32E9346B477233B3A77F3B235DEA /* PBXContainerItemProxy */; + }; + 699C733166BECA5A17724C100B886A9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDFontKit_Private; + target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; + targetProxy = 1786D52F2E29627BC17B168044938B79 /* PBXContainerItemProxy */; + }; + 6DE8B635DFE01D369D31A7EFCF844743 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = D6CAB1244E6A8C3FF70A8FB54D6D67A7 /* PBXContainerItemProxy */; + }; + 725B584F31F372E926421A0C13DB9EBD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = B922FC1E10A1DDF8CDD424DF7BD7D57D /* PBXContainerItemProxy */; + }; + 73D9F1C316C43FEA5D07B4208ECBEAC8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 52ABBAC61E2899C85E2E2B47C6BED353 /* PBXContainerItemProxy */; + }; + 76AEE60B6C3D508E3AF5BB9F5550A1DF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAutoUIKit_Private; + target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; + targetProxy = C1D5E7638AAC5577F967B56242D313A9 /* PBXContainerItemProxy */; + }; + 7720523E669E84F603E78E54B29B275F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 59C4B5AE38A1FB78F8EBBDD9C91067AD /* PBXContainerItemProxy */; + }; + 7B6F3C59360FEA13416925EA07399F5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "ESTabBarController-swift"; + target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; + targetProxy = DF3FFE8CEA7272D252A595AD3CEF8205 /* PBXContainerItemProxy */; + }; + 7CB9245E33F6E66E22D2974D9AF55E10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDControlsKit_Private; + target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; + targetProxy = E337E8EE5CEF9C079D40673D5C70E368 /* PBXContainerItemProxy */; + }; + 83BB802C2200586C2DFD5791720F09F7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPushExtension; + target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; + targetProxy = 1839B5FBC690D37ACD6ED78DE760BA59 /* PBXContainerItemProxy */; + }; + 846CA4B6A79BDD7B310BC65C8A052399 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = D3EC6D8568BD91438F247FAFCE045026 /* PBXContainerItemProxy */; + }; + 918758C0477596C7B080BACE9B4F65B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 0A03FB34D5A11638F2808725EB9D2EB5 /* PBXContainerItemProxy */; + }; + 92FB8E91FF5005D5365CE7D934C8926F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = 42BCE77DDB2AD566D9B057A767AE1C91 /* PBXContainerItemProxy */; + }; + A05D25480454CBDE39F7A1936511FDC4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDColorKit_Private; + target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; + targetProxy = 396C3F2550E3C4538050A9C2CDE8BFC2 /* PBXContainerItemProxy */; + }; + A173E92C1BF8FA863495790AFD8ECFD2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 0950B273F03BBCB2ED8D34344DC6F8A5 /* PBXContainerItemProxy */; + }; + A305AA7DFCB461BD3E3EAED9F5BB8FD6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = D0257D5FF86EA2063FE05E3235F7B58C /* PBXContainerItemProxy */; + }; + A33D0FF5B8F295BB4E5BF950B165C55B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDBasicControlsKit_Private; target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = 94D0C37EC25976AECEE5488502946AFE /* PBXContainerItemProxy */; + targetProxy = 8F68F4E4922ECCD5F56E4D57D2FFEFD2 /* PBXContainerItemProxy */; }; - F3D7DEC59D9ADFF0678F83FC0B8DA6ED /* PBXTargetDependency */ = { + A7F0AA2D52215EA2CB9849CE48F7D9EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = E4B9E4C52F400E3AB4298C4658A6BA1A /* PBXContainerItemProxy */; + name = "DDMAMapKit_Private-DDMAMapKit_Private"; + target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; + targetProxy = F3675839F82CA5FE24E96C3BB5426442 /* PBXContainerItemProxy */; }; - F910C98FB9B571AA67A1A447B3E71F67 /* PBXTargetDependency */ = { + B19069EE7D135588DA6A3B6F6B9A8091 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 16F52FFAA69A5F38453B826458870DC9 /* PBXContainerItemProxy */; + }; + B240539836E472E687A3278B42EEFDC8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = FBBC32B22D4AAAF1CAB98CF6B35DB053 /* PBXContainerItemProxy */; + }; + B7881972C23A307FFF2C082C661E9325 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 1ED3DFAE437E28764E291A8BA23F82BF /* PBXContainerItemProxy */; + }; + B81DACC78199DF702C816A3885282A2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDBasicControlsKit_Private-DDBaseViewController"; + target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; + targetProxy = 33DB06DED02B645A8C20F4EEF0D86DB0 /* PBXContainerItemProxy */; + }; + BDE077BFBDE475082298AB758EC30299 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 476754776F2EC74E7CBE7D68E8349ED2 /* PBXContainerItemProxy */; + }; + BE348E98971BD270CC661CA3DE4B579F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2874CE7C23D50144670A625074BE4AE1 /* PBXContainerItemProxy */; + }; + BF12208E85FD71C76172AEF9CB5952AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 0B82EAAD5B861B9BB89D8DE5BFED2F26 /* PBXContainerItemProxy */; + }; + C65C9DB5061A66A105EBFCCB7AD131C6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = 489F3AA32925691655D5BADE55DE27C5 /* PBXContainerItemProxy */; + }; + C67AE86DFA93D93AD579DFDE8EB51D6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDWebImageKit_Private; + target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; + targetProxy = 2B98C7F74678A2614D4CCB9038B255D9 /* PBXContainerItemProxy */; + }; + CF2EC072F1884D2ACF3C4B4088797717 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDTimerKit_Private; + target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; + targetProxy = 1A0F5149F37581AE47D4505719EBBBB6 /* PBXContainerItemProxy */; + }; + D549CE94E5BB9840F2803676C5F1B83A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = FA5127403645F87DF44FD008DEAB6BA9 /* PBXContainerItemProxy */; + }; + D90615ACB4063B6BDE061C1D77D6C29E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = F15C61EF1F46D4629B39B427D386D039 /* PBXContainerItemProxy */; + }; + DA65F92E5193ABDDB8151AB1A29E4D32 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZFPlayer; + target = 93FD1F93E0C30B2749BD8A6EC148F233 /* ZFPlayer */; + targetProxy = DE3B1303EF4D646D5392B349EDB82D9D /* PBXContainerItemProxy */; + }; + DF9D18C8B8EE8AED47E5C0994B6D04F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ZLPhotoBrowser; target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 26A4F3ED9772B92C24A5FE1F6CCA19E3 /* PBXContainerItemProxy */; + targetProxy = A28102C93AEC36CEB45039E76AF8084C /* PBXContainerItemProxy */; + }; + E0E1CE183BAF11320AB06D4A53533088 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 8BB85BCB9693CBCE0D8C4D8F76BA31E3 /* PBXContainerItemProxy */; + }; + E1FC0AE9BAF64015C02B9394FFC8D72C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPush; + target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; + targetProxy = BD7A9AD16701D70F325BD459BFE44AF0 /* PBXContainerItemProxy */; + }; + E2D9A2A05B4A2C36D266D94FB7D97499 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 75AB796509249187E6C8BF8303AA311A /* PBXContainerItemProxy */; + }; + E5AFC8F62E1595B3D7D3ED1AF94A402B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 0853E7CF8C14E8F7A2C888DC99DAABE9 /* PBXContainerItemProxy */; + }; + E5C99F457869BEA15112497D17C663F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 8766FAD0FB5E22D7E4FE60CEA60A2011 /* PBXContainerItemProxy */; + }; + FA42AA9C7556885072CADCE4527E4F61 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = B897C2626560B10DFB4AA6822C59F2D5 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 00ABEEF16A3515F5463E63ADAC821AEE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 39F2E56443FC0985FA2837EA19EE685A /* 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; - }; 018D720E452377F7AFADDD01046CD345 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59A290864B2953AD9A10B08C33E591BB /* CocoaDebug.debug.xcconfig */; + baseConfigurationReference = F4BB630B901EEA38F416449280174E31 /* CocoaDebug.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10073,36 +10212,9 @@ }; name = Debug; }; - 023795552B0DCA754D739138DAC59D90 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D005561955907CCDCD0F6AEA827F2F71 /* 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; - }; 08DB115CE7F4C5FF3BE8B29587F71FD4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8DF32B4B22FCB0840D9C6454A18067 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = BBCC49D8B27DCCAF2C5D09A44CA61134 /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10130,7 +10242,7 @@ }; 11D56227FCDEFF4EBBE0DE515B30A97B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2332F485BFA8EFFE7D1788B1472D0518 /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = 649F3FC0797F2AB7163E7BB3401069E0 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10158,7 +10270,7 @@ }; 1217A5FD207A369EC08F200D61302F28 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9923CE0B52474ED202ECC77855D5C415 /* AMapSearch-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 2630F61AF81F643384363037309A074F /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10178,7 +10290,7 @@ }; 123B56BFFEB521A2C49BD4633B53B7A7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2111FB7A5FD11EFF6EC74E453D093C43 /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 04050C9F25E5909779C1440FEF6BECCD /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10198,7 +10310,7 @@ }; 1450BF00D614BC5BD29AEBAB30F1298A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 13BA6A7F9E6E5433BA84589610F47EC4 /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = E0F9D8034E59E8B3DE7B6596BAED1001 /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10226,7 +10338,7 @@ }; 188FC488B4497E52A2AD63D9E9A58C6F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 212BD408E1762B0501A18EDB70A185AE /* DDTimerKit_Private.debug.xcconfig */; + baseConfigurationReference = 0981FA2D974B7DA1461FCF7D39593F85 /* DDTimerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10253,7 +10365,7 @@ }; 1AA4002D0330C8EF5B31DF576A7A59F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2D0EE05BCD1733730F2588A1640E8B04 /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 20A474CFDC875BAC8E9EC89F51CD30C3 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10279,7 +10391,7 @@ }; 1E1C0DC034CB8D9DDA9B48115E03DD39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5BFB1B556E74ECF1D7B40D213E765072 /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = F20AE6A7C47AD627C57A4DFB3A9CF48A /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10306,7 +10418,7 @@ }; 1E5970583A4B8409CA1869CC05736093 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24CD7D168AC11BE43EB1381D06DDBE95 /* DDWebImageKit_Private.release.xcconfig */; + baseConfigurationReference = 0D186C5FA2515D4E57A2FF76AC19AC16 /* DDWebImageKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10334,7 +10446,7 @@ }; 205BF404CEB8561CB785FC8FBAAA87BD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B975BF86311A33053F172E4E22C01E07 /* Pods-OrderScheduling.release.xcconfig */; + baseConfigurationReference = 81FFAAE514B693FE02A029AF4E644094 /* Pods-OrderScheduling.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -10358,9 +10470,34 @@ }; name = Release; }; + 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 = 4039582F365FCE77213C1A9DD3FBB35F /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 09EB208E553154DF20A962CB0C3D0EEA /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10380,7 +10517,7 @@ }; 2384B389FE9C559487EAAF74FBF2B839 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 85841DFD916EC8536CB60711681811FF /* JPush.release.xcconfig */; + baseConfigurationReference = 00FC9EB614EA2828EDCE7BBB6FE2F72A /* JPush.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10398,9 +10535,30 @@ }; name = Release; }; + 263B2806AAE5C1D7D48C043A3FCCC728 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F531371133D95628E53037960273371E /* JPushExtension.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 2774D786BC2717CFCFF207AB6F982889 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A766EACFF72F7D6A313EE2DDC6AB3119 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = 39A031A72D88977AB56C32C75D7926A3 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10426,36 +10584,9 @@ }; name = Release; }; - 299140BD0D1467DAC9606A947F9EDCC3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 470FB5CE4D8CF7E7860B9F5D828B0317 /* 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; - }; 2AE5AF3FD2DFDCD43CC42B444D3685F9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A2E05B0451A303073070A5F2AFEE99BA /* DDTimerKit_Private.release.xcconfig */; + baseConfigurationReference = AF8ABB6D642AE83C6DD0CCBE614D1D74 /* DDTimerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10483,7 +10614,7 @@ }; 2B36F70CE1C1C6501F373FCE4126DC6E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B96950B9AC7B1158B4E23FEA1722694E /* DDFontKit_Private.debug.xcconfig */; + baseConfigurationReference = 3907158AC40061D805A51CD56DA8018C /* DDFontKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10508,9 +10639,73 @@ }; name = Debug; }; + 38B7186B6C4E780644160900BD25841C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 445343ACA6A66670E80BEE26C43BE731 /* 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; + }; + 39FB6B6FACE062DE81012F52CE26F29C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6E232F6C426E14F7C7D5327C3BB709AE /* 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; + }; + 3AB1DF78DE3035756658A73E9FA46FC0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2C471BA57A2512A1FC707CFF0D634DE5 /* 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; + }; 4056C9A08E35ACD5BBC3D37087CDAFA1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2218430D93BA45B7E5E36127863D8DFA /* DDMAMapKit_Private.debug.xcconfig */; + baseConfigurationReference = 2C471BA57A2512A1FC707CFF0D634DE5 /* DDMAMapKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10537,7 +10732,7 @@ }; 42A9DE01C961F294E9E65F606C83F895 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 76DB9795BBE792DC6979BA36E151A4C9 /* JXCategoryView.debug.xcconfig */; + baseConfigurationReference = 73BB4790DEA59FB4F361FCA722222167 /* JXCategoryView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10563,7 +10758,7 @@ }; 45C0D4101B0105F3C514D259CC801DD3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 872E4E484DB9B4B985E58A2A7FACED26 /* ESTabBarController-swift.debug.xcconfig */; + baseConfigurationReference = 79266511F283A37052B01AC06A8F5092 /* ESTabBarController-swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10589,7 +10784,7 @@ }; 4672A4BF14B52FE4E6C61D2CBB58D572 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C8A9F23888F8BD999130A8142CC3D5C /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 3CD27A8BFF67162BC239D59EB91BD364 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10607,27 +10802,9 @@ }; name = Release; }; - 4737E53FF23E1249D36819030917D2F8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2218430D93BA45B7E5E36127863D8DFA /* 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; - }; 4BEBBC249728A8B650356245E4D06440 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7321B2BE3972387CF54536B46A63AB4C /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = 48DEC21E7DA7B8CDC9976CB677E5D2C8 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10654,7 +10831,7 @@ }; 4D70571EBB2A5ADDB6D08E86FCEA1D56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9741523F9C0F40F3BE3646CA3C63F2F /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = E0E10F344613279E5ED0A784DF814AA8 /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10682,7 +10859,7 @@ }; 51D20D1EB1E2372322A459D47077BFD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 959C1B6FEB1985BDB5F9CC28FB33E122 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = 837601AB7BD409296E22FCB34536B2FF /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10707,36 +10884,9 @@ }; name = Release; }; - 5551743086368D66B71FD5B9619EDAF4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF20BC6019F470C13908298C7B9C8355 /* 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; - }; 55D69FAAE9CCBBAED1163854F0161EDB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E84F0D1976A9855CD11E04F4B0DCFB3A /* AMapFoundation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 66C16BBD918784876389EFEA2CCCC6F9 /* AMapFoundation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10752,27 +10902,9 @@ }; name = Debug; }; - 5927EDAED60EE98CE1B43B3C160E61E1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9E14FD625EA4A46B04781E096F36533A /* 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; - }; 5A6220AD7DA9D160794FE6BF8FD205E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2048444364099FEE8F453BA78FEBE3EA /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = 550B9432BFB4616D94B28A390373F7EF /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10797,9 +10929,36 @@ }; name = Release; }; + 65AB37DEA5C8266C46B7095CFFD4F70A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2488E27989005F565E35941EC3F4B877 /* 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; + }; 683CBD3ED2DF10F90BE5DF8A32678829 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69A9FC1A4B81BD88BF78FF90D16796CA /* AMapNavi-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 77F4625CBBB5DC75BBB33BF26EBABD8B /* AMapNavi-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10817,7 +10976,7 @@ }; 6BFBACFB4B6A8D5381F77CE5DD2C3D31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 21879AC52A1ED47FE0DEAB0DDCA4EF1A /* DDColorKit_Private.debug.xcconfig */; + baseConfigurationReference = 5C26D4B106B232C42A1498B469F45DF1 /* DDColorKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10844,7 +11003,7 @@ }; 6DF268663C4E2B7742193B9E3287C2D5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A1DDF196DAB955DA64AA4D54DE5E661A /* RxCocoa.debug.xcconfig */; + baseConfigurationReference = 33249F758151F8B7B3A787C24BE56783 /* RxCocoa.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10868,36 +11027,9 @@ }; name = Debug; }; - 72DFA577AE72DA0FF19EC50483E16771 /* Debug */ = { + 731AB97A71E3C5464EB24B42820DBE4B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2615937927D99423CC74453FBA66B387 /* 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; - }; - 78A320BDCC4CCF2B4DDB17FFC7DC20D3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C891FBEAB76608A48E1B6CD7998961B3 /* RxRelay.debug.xcconfig */; + baseConfigurationReference = 5000BC9CDA5C4570236B166AA9367856 /* RxRelay.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10915,15 +11047,43 @@ PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; + }; + 77B0A3B86DC716AFCD9DAAB308BBAE1F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9911BD796EAB5B15E719F14B42C0E65E /* 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; }; 7B6677F218B10F7EDFAE251E01DE5D8B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12EBEC43A65154F97C5CB484CC72F88F /* Alamofire.debug.xcconfig */; + baseConfigurationReference = 4CA5E6ABE77AF3AA55DAB5F0355705CA /* Alamofire.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10950,7 +11110,7 @@ }; 7BD8B011D33F9E7AB4EFDAA942433D92 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17A4C0AB67F2DDCED368BBCB8B2F954F /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 54726DDF52072725E178CA048097E3E1 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10968,9 +11128,36 @@ }; name = Release; }; - 88D164B7D724A4AB390EF0153C80B5E9 /* Release */ = { + 7DC088946442DC9C0DA511C45AFC3B08 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 077FD0139C1050B93BD52415686EA5F5 /* RxSwift.release.xcconfig */; + baseConfigurationReference = 3C391FD7C2EFB3D9363345F7D3C7A785 /* 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; + }; + 844A3B0AF58DFC0BA23FCBA0EABE7D54 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A8FEC270556C67B71E0A0BECFACDCC5D /* RxSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10988,12 +11175,11 @@ PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 8DE5143C03248BB6CD542DE3963D6F3A /* Debug */ = { isa = XCBuildConfiguration; @@ -11061,37 +11247,9 @@ }; name = Debug; }; - 8E1A6EBB6877FEBEC84919310F6A0781 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 191195C9727155A1B8FD355B554C4F39 /* 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; - }; 8FD1259F570D3832041DE48EDDA60A88 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4AC1B07A9E27A83E78E0C2FE4A2CD3B1 /* RxCocoa.release.xcconfig */; + baseConfigurationReference = A2E813A9F76B49AE0A2D3B94CD0E7527 /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11116,9 +11274,37 @@ }; name = Release; }; + 90F9BDA9CE5E2C8990AD393D30269969 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B3F74347FB19359DDCF38B878C1172B6 /* 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; + }; 97A9CB5C4BE06E8D17B746825DD5EEF6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A7CF64C6C47083DA2E2ABC6BC9E6BD2 /* DDControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = EC9E6ADE37DFDFA0879FBE3295C8A31B /* DDControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11207,7 +11393,7 @@ }; 9F81E90A1C804D6307404275E44537C0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 09E666674B25CA108A21DE386E18B33E /* DDWebImageKit_Private.debug.xcconfig */; + baseConfigurationReference = 2897D14038547262623105FA9C794BB2 /* DDWebImageKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11234,7 +11420,7 @@ }; 9FAD38770C19858733CE1B6D12FC951C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BA5EC75571E9951D38244333DD5C44A9 /* CocoaDebug.release.xcconfig */; + baseConfigurationReference = BD6BAD8B04D45ABFAC8BF902003C6161 /* CocoaDebug.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11260,28 +11446,9 @@ }; name = Release; }; - A34AE87D1D3EB4C3ADD00D8A2CB84283 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5F44B62855B85998460F78F4E809C9BB /* 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; - }; A37C605D5D741F2696E6D94AB23724DD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A52A466DAF59680385B092D04B194020 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = A694CA2BE17A1732D38F5FB29AFE7E24 /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11308,7 +11475,7 @@ }; A55FAFF9D3BB3437AB0401C28555BA7C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5F44B62855B85998460F78F4E809C9BB /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 6B0850BF4610975CDD36A3FB71A2AC6B /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11334,9 +11501,64 @@ }; name = Release; }; + A631B5AB7D443FADFEAF1735F96520E9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40599A2F57B0ECBDB61FCEA5DABD9C53 /* 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; + }; + A7F23B705B5740CAB753A3ADCAC438BE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B9C1C0E9530D45CC2F90913FFFA0A1A5 /* 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; + }; B814FB2831509A875F5991D19F12DF16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 597DFD19F403D0635AAE2DE327E6422C /* AMapSearch-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = FA1D070DD704C34B11F53F7F1CF04656 /* AMapSearch-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11354,7 +11576,7 @@ }; BB08C4B539660DD738ECC8A0F7F361C1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D34B6BC0C967B4922B043A353735D86F /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = 6D54F3ED972D7A7C3BB17923CCA2C2CE /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11380,37 +11602,35 @@ }; name = Release; }; - C5C9F1148C46BB1003089309934E70C9 /* Release */ = { + BC8F417546F1607861981E5CEC10CB3E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C5E0E0A27BCD7C8F2D7B6449D8E43B3C /* DDLogKit_Private.release.xcconfig */; + baseConfigurationReference = E3E24CF9DEAFDB0E85DA8CFC3738681E /* RxRelay.debug.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDLogKit_Private/DDLogKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; + GCC_PREFIX_HEADER = "Target Support Files/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 = DDLogKit_Private; - PRODUCT_NAME = DDLogKit_Private; + 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_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; C6210F5502E378DCC269A81023F69818 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 68631E5856137B5BE489CE1A578E8352 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = A3CADEDCB6676280F940FAE651EA00B0 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11438,7 +11658,7 @@ }; CE54F30C8AC3B30DE83C021DAD11FC16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 299BD6B014514DF4C02B5F0746BC0FB0 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; + baseConfigurationReference = 299618895A9808A9EA1032FB34C764F8 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11463,9 +11683,27 @@ }; name = Debug; }; + CFE9BB4EB9BBB7570636D1889959DA1E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 434AE393223D13322300DD043181C248 /* 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; + }; DBFFC56B728D16C6C272566779546587 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3B9310747FB38DC7DC8437A8C96CE68 /* SwiftEntryKit.debug.xcconfig */; + baseConfigurationReference = D98B0CFDC1D5301D7CE356356C1BFEB2 /* SwiftEntryKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11489,28 +11727,9 @@ }; name = Debug; }; - DCCFEE73F09F4BEE34F8E265761730C8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F541262A6572E0631FE0BF7DDE75372B /* 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; - }; DDDFA8D7A09FF0A4532CC861C3116550 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F1B03C376B645370952749E0D58ECDF /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 50AA4B33DA03C3D50CFE89301146C6E3 /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11538,7 +11757,7 @@ }; E18EABAD3559E7870ACB23A6E827F568 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 81C136E7986700C62A219583DCEEE10C /* DDAutoUIKit_Private.debug.xcconfig */; + baseConfigurationReference = 1AEC12A1E3994058EBEF31BA5DDC9C1B /* DDAutoUIKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11565,7 +11784,7 @@ }; E1C65DE8F4F23842AA0F405DC5C69B40 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D3EF2003F8CD6098981B8D8A52D93DC /* DDProgressHUDKit_Private.debug.xcconfig */; + baseConfigurationReference = 4C93B922E993BEF594C72AD3F72884B6 /* DDProgressHUDKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11618,7 +11837,7 @@ }; E3BA6719677585798F31ED882B465DD5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D25023E8BD5830277A322556D5AC4E9C /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = FC39FA394421C88EC2EBEA632058B5CF /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11646,7 +11865,7 @@ }; E8CC80B981BA9D610A822A6585C07877 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E71F263E9BCFC549E4278A5175A9ECF /* JPush.debug.xcconfig */; + baseConfigurationReference = 5AD58788B9605F4396ABD0BF3F2C69DD /* JPush.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11662,9 +11881,79 @@ }; name = Debug; }; + E91B4021938A8B461D0614ACC1713BC8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D466381500DEEAD5EC92DB6AE1E7461B /* JPushExtension.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E95D879FFBD660B088AE5E86BD3C42F3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F8541E5A50283E7E17C51169E27A6EE0 /* 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; + }; + 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 = C7A6BF6986A5B4A7023C70DD83FAF880 /* JCore.release.xcconfig */; + baseConfigurationReference = 236182B83E753B81DB16A10AAB673F26 /* JCore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11684,7 +11973,7 @@ }; EC492DB35EA95E311A092C0DA39FCD8F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E14FD625EA4A46B04781E096F36533A /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = 434AE393223D13322300DD043181C248 /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11711,7 +12000,7 @@ }; ECCD6EA0866A44523C9D301EB971DAE1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC6ADF39936BEB2CFFFD7E2E76154921 /* Pods-OrderScheduling.debug.xcconfig */; + baseConfigurationReference = AA0A65EC7B037CEBA8B5D406D2D4DEA7 /* Pods-OrderScheduling.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -11733,35 +12022,9 @@ }; name = Debug; }; - EDA62C2B2C650C529518BA783E8023C4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5F6E194E5A5B733704B0DDF689E945AC /* RxSwift.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; F134BFC715F0B1147811F69747426F2B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 722E0C74F8E5271EBBADE4C7F3A0FD4D /* MJRefresh.release.xcconfig */; + baseConfigurationReference = 727F8E7A494BA569AE4094B683A77574 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11788,7 +12051,7 @@ }; F1522A7504B2EA021FC6E472D6BD2474 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10253C43612CE3253AECC7C78D83BB52 /* DDToastKit_Private.debug.xcconfig */; + baseConfigurationReference = 927D8A7E39812142194EF915949263F7 /* DDToastKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11815,7 +12078,7 @@ }; F2A883F25DE85886520AA99C99672CA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 757F94B657B5D14DB967186549AF72DF /* Alamofire.release.xcconfig */; + baseConfigurationReference = 95FC350C77F2CCE5BE97ABAAD324C73A /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11841,9 +12104,28 @@ }; name = Release; }; + F2C50774DEC9030FFC22D8E74418A94B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B0850BF4610975CDD36A3FB71A2AC6B /* 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; + }; F5A7CE690094EBACBEBBFE889EE7C5BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C0B9032BEEE147FE27318ABB4110133 /* JCore.debug.xcconfig */; + baseConfigurationReference = B8243C760C230257A809E0C58C3A5222 /* JCore.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11859,37 +12141,9 @@ }; name = Debug; }; - F7C2F548A2142E18F35DBB5DF5DE0816 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 85689EA6477D79DF8C483147AC36F14D /* 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; - }; F8702F41AD6DB674E512911A326CE72B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F541262A6572E0631FE0BF7DDE75372B /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = 6E232F6C426E14F7C7D5327C3BB709AE /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11917,7 +12171,7 @@ }; FA1FAE65A52E3B1F30DF809E59737B44 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59CB4BA2FECA28EC00BEDAB278B4840D /* AMapTrack-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 410350E724DF0E2F41BB2F4C0E244521 /* AMapTrack-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11935,7 +12189,7 @@ }; FD836E3A6C6D579666CD9DF57C366625 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF46B67A6AE8906DCAB86A3C984502BE /* AMapLocation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 14D3C6C86F22FDE6BD99A3222AF856DC /* AMapLocation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11951,34 +12205,6 @@ }; name = Debug; }; - FE1879F2B1D486345BE7083B1201A927 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DC6CD5CC3EC0D0AE619B6482702B8FDE /* 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; - }; FF747912862E9FA276A7244FBEB1E50D /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 22DB568C2F40BF105F67A00E09CBC2F3 /* ZFPlayer.release.xcconfig */; @@ -12006,36 +12232,37 @@ }; name = Release; }; + FFD913DA6C433B322F2B11E026732737 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F482DB16D88102711A1C29D3BF8E5571 /* 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; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0181AF990394B2F348EF10C3174C577A /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4737E53FF23E1249D36819030917D2F8 /* Debug */, - DCCFEE73F09F4BEE34F8E265761730C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 01840F926FD608CAA3A642B44DCAAE6D /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 023795552B0DCA754D739138DAC59D90 /* Debug */, - 8E1A6EBB6877FEBEC84919310F6A0781 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 10AC2D2F9C5BBE28E470DB7027E50A26 /* Build configuration list for PBXNativeTarget "SnapKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 299140BD0D1467DAC9606A947F9EDCC3 /* Debug */, - F7C2F548A2142E18F35DBB5DF5DE0816 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 12AFC87E186D6DE0151207B0C7C90105 /* Build configuration list for PBXNativeTarget "RxCocoa" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12045,20 +12272,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2644C846002772D78B3D5C1111D14ADF /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { + 17CD33C5EB4C29ED96B4FF1194B2A828 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00ABEEF16A3515F5463E63ADAC821AEE /* Debug */, - C5C9F1148C46BB1003089309934E70C9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 30F57E2B475D3E67BDE0309EBF518C98 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 72DFA577AE72DA0FF19EC50483E16771 /* Debug */, - FE1879F2B1D486345BE7083B1201A927 /* Release */, + BC8F417546F1607861981E5CEC10CB3E /* Debug */, + 731AB97A71E3C5464EB24B42820DBE4B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -12081,6 +12299,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CE6781EA34AF5DF520424C9A0791959 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7DC088946442DC9C0DA511C45AFC3B08 /* Debug */, + FFD913DA6C433B322F2B11E026732737 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12153,15 +12380,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6755B176310BBE854F1F05E348154881 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5927EDAED60EE98CE1B43B3C160E61E1 /* Debug */, - A34AE87D1D3EB4C3ADD00D8A2CB84283 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 6B6C55EF0E223711B1AA346EA253F97C /* Build configuration list for PBXNativeTarget "DDColorKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12171,6 +12389,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 6D835F76A346BB2CDA8EDB046108C4D2 /* Build configuration list for PBXNativeTarget "SnapKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 38B7186B6C4E780644160900BD25841C /* Debug */, + E95D879FFBD660B088AE5E86BD3C42F3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6DA0FBA150627BA01E3E27C034DF4573 /* Build configuration list for PBXAggregateTarget "AMapNavi-NO-IDFA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12189,6 +12416,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 70DCFB34F374FED0564DBE720C71188C /* Build configuration list for PBXAggregateTarget "JPushExtension" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E91B4021938A8B461D0614ACC1713BC8 /* Debug */, + 263B2806AAE5C1D7D48C043A3FCCC728 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 74F8BC6869B879C9A4487377E57EA717 /* Build configuration list for PBXAggregateTarget "AMapSearch-NO-IDFA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12198,6 +12434,15 @@ 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 = ( @@ -12216,15 +12461,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8D47DA658FA05E4BC3F2FCAB28DABEF6 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 78A320BDCC4CCF2B4DDB17FFC7DC20D3 /* Debug */, - 5551743086368D66B71FD5B9619EDAF4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 8DF773D073416322325C9016E616A3A6 /* Build configuration list for PBXNativeTarget "ESTabBarController-swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12234,6 +12470,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A04E9BA75A36308687968E776F847D4E /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65AB37DEA5C8266C46B7095CFFD4F70A /* Debug */, + 90F9BDA9CE5E2C8990AD393D30269969 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A270127F1D1DF4AE696FE16A1A26A208 /* Build configuration list for PBXNativeTarget "DDToastKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12243,6 +12488,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + AA6FA1C2D617C195B981FAFC41A58B69 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3AB1DF78DE3035756658A73E9FA46FC0 /* Debug */, + 39FB6B6FACE062DE81012F52CE26F29C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; AD9CF0130E1F5EB7FF3CA5FA18DECE5F /* Build configuration list for PBXAggregateTarget "JCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12261,6 +12515,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + BD80E4C9DC45C6AAD4681C0167EA5B7D /* Build configuration list for PBXNativeTarget "RxSwift" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 844A3B0AF58DFC0BA23FCBA0EABE7D54 /* Debug */, + 77B0A3B86DC716AFCD9DAAB308BBAE1F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; BE0B24036C6802E4BE90B45954E0CD1A /* Build configuration list for PBXNativeTarget "Alamofire" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12270,6 +12533,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + C8D8547B234E3B087396C04F59B9E945 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A7F23B705B5740CAB753A3ADCAC438BE /* Debug */, + A631B5AB7D443FADFEAF1735F96520E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D845ED1ECE9290BF1EF3C7FEAC8B3504 /* Build configuration list for PBXNativeTarget "DDProgressHUDKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12288,11 +12560,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E90E8C3ABFECC984C2B41A664F626821 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { + E3C3B6EF8CCDBA2436F42A4C976E0855 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { isa = XCConfigurationList; buildConfigurations = ( - EDA62C2B2C650C529518BA783E8023C4 /* Debug */, - 88D164B7D724A4AB390EF0153C80B5E9 /* Release */, + CFE9BB4EB9BBB7570636D1889959DA1E /* Debug */, + F2C50774DEC9030FFC22D8E74418A94B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/JPushExtension.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/JPushExtension.xcscheme new file mode 100644 index 0000000..57ee8fb --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/JPushExtension.xcscheme @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/Pods-OrderSchedulingNotificationService.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/Pods-OrderSchedulingNotificationService.xcscheme new file mode 100644 index 0000000..85237e9 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/Pods-OrderSchedulingNotificationService.xcscheme @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist index 3d75542..b162e5e 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist @@ -8,186 +8,274 @@ isShown + orderHint + 2 AMapLocation-NO-IDFA.xcscheme isShown + orderHint + 3 AMapNavi-NO-IDFA.xcscheme isShown + orderHint + 4 AMapSearch-NO-IDFA.xcscheme isShown + orderHint + 5 AMapTrack-NO-IDFA.xcscheme isShown + orderHint + 6 Alamofire.xcscheme isShown + orderHint + 1 CocoaDebug.xcscheme isShown + orderHint + 7 DDAutoUIKit_Private.xcscheme isShown + orderHint + 8 DDBasicControlsKit_Private-DDBaseViewController.xcscheme isShown + orderHint + 10 DDBasicControlsKit_Private.xcscheme isShown + orderHint + 9 DDCategoryKit_Private.xcscheme isShown + orderHint + 11 DDColorKit_Private.xcscheme isShown + orderHint + 12 DDControlsKit_Private.xcscheme isShown + orderHint + 13 DDFontKit_Private.xcscheme isShown + orderHint + 14 DDLogKit_Private.xcscheme isShown + orderHint + 15 DDMAMapKit_Private-DDMAMapKit_Private.xcscheme isShown + orderHint + 17 DDMAMapKit_Private.xcscheme isShown + orderHint + 16 DDNetworkingOfAlamofireKit_Private.xcscheme isShown + orderHint + 18 DDProgressHUDKit_Private.xcscheme isShown + orderHint + 19 DDTimerKit_Private.xcscheme isShown + orderHint + 20 DDToastKit_Private.xcscheme isShown + orderHint + 21 DDWebImageKit_Private.xcscheme isShown + orderHint + 22 ESTabBarController-swift.xcscheme isShown + orderHint + 23 IQKeyboardManagerSwift.xcscheme isShown + orderHint + 24 JCore.xcscheme isShown + orderHint + 25 JPush.xcscheme isShown + orderHint + 26 + + JPushExtension.xcscheme + + isShown + + orderHint + 27 JXCategoryView.xcscheme isShown + orderHint + 28 Kingfisher.xcscheme isShown + orderHint + 29 MJRefresh.xcscheme isShown + orderHint + 30 Pods-OrderScheduling.xcscheme isShown + orderHint + 31 + + Pods-OrderSchedulingNotificationService.xcscheme + + isShown + + orderHint + 32 RxCocoa.xcscheme isShown + orderHint + 33 RxRelay.xcscheme isShown + orderHint + 34 RxSwift.xcscheme isShown + orderHint + 35 SnapKit.xcscheme isShown + orderHint + 36 SwiftEntryKit.xcscheme isShown + orderHint + 37 ZFPlayer.xcscheme isShown + orderHint + 38 ZLPhotoBrowser.xcscheme isShown + orderHint + 39 SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/JCore/JCore.debug.xcconfig b/Pods/Target Support Files/JCore/JCore.debug.xcconfig index 1a9a302..0decf67 100644 --- a/Pods/Target Support Files/JCore/JCore.debug.xcconfig +++ b/Pods/Target Support Files/JCore/JCore.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}/JCore FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JCore" diff --git a/Pods/Target Support Files/JCore/JCore.release.xcconfig b/Pods/Target Support Files/JCore/JCore.release.xcconfig index 1a9a302..0decf67 100644 --- a/Pods/Target Support Files/JCore/JCore.release.xcconfig +++ b/Pods/Target Support Files/JCore/JCore.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}/JCore FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JCore" diff --git a/Pods/Target Support Files/JPush/JPush.debug.xcconfig b/Pods/Target Support Files/JPush/JPush.debug.xcconfig index 4dc175d..530056f 100644 --- a/Pods/Target Support Files/JPush/JPush.debug.xcconfig +++ b/Pods/Target Support Files/JPush/JPush.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}/JPush FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" diff --git a/Pods/Target Support Files/JPush/JPush.release.xcconfig b/Pods/Target Support Files/JPush/JPush.release.xcconfig index 4dc175d..530056f 100644 --- a/Pods/Target Support Files/JPush/JPush.release.xcconfig +++ b/Pods/Target Support Files/JPush/JPush.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}/JPush FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" diff --git a/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks-input-files.xcfilelist b/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks-input-files.xcfilelist new file mode 100644 index 0000000..48b597b --- /dev/null +++ b/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks-input-files.xcfilelist @@ -0,0 +1,2 @@ +${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh +${PODS_ROOT}/JPushExtension/jpush-extension-ios-2.0.1.xcframework \ No newline at end of file diff --git a/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks-output-files.xcfilelist b/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks-output-files.xcfilelist new file mode 100644 index 0000000..15cf674 --- /dev/null +++ b/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks-output-files.xcfilelist @@ -0,0 +1 @@ +${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/jpush-extension-ios-2.0.1.framework \ No newline at end of file diff --git a/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh b/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh new file mode 100755 index 0000000..04f9408 --- /dev/null +++ b/Pods/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh @@ -0,0 +1,121 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + + +variant_for_slice() +{ + case "$1" in + "jpush-extension-ios-2.0.1.xcframework/ios-arm64") + echo "" + ;; + "jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator") + echo "simulator" + ;; + esac +} + +archs_for_slice() +{ + case "$1" in + "jpush-extension-ios-2.0.1.xcframework/ios-arm64") + echo "arm64" + ;; + "jpush-extension-ios-2.0.1.xcframework/ios-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; + esac +} + +copy_dir() +{ + local source="$1" + local destination="$2" + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}" +} + +SELECT_SLICE_RETVAL="" + +select_slice() { + local xcframework_name="$1" + xcframework_name="${xcframework_name##*/}" + local paths=("${@:2}") + # Locate the correct slice of the .xcframework for the current architectures + local target_path="" + + # Split archs on space so we can find a slice that has all the needed archs + local target_archs=$(echo $ARCHS | tr " " "\n") + + local target_variant="" + if [[ "$PLATFORM_NAME" == *"simulator" ]]; then + target_variant="simulator" + fi + if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then + target_variant="maccatalyst" + fi + for i in ${!paths[@]}; do + local matched_all_archs="1" + local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")" + local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")" + for target_arch in $target_archs; do + if ! [[ "${slice_variant}" == "$target_variant" ]]; then + matched_all_archs="0" + break + fi + + if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then + matched_all_archs="0" + break + fi + done + + if [[ "$matched_all_archs" == "1" ]]; then + # Found a matching slice + echo "Selected xcframework slice ${paths[$i]}" + SELECT_SLICE_RETVAL=${paths[$i]} + break + fi + done +} + +install_xcframework() { + local basepath="$1" + local name="$2" + local package_type="$3" + local paths=("${@:4}") + + # Locate the correct slice of the .xcframework for the current architectures + select_slice "${basepath}" "${paths[@]}" + local target_path="$SELECT_SLICE_RETVAL" + if [[ -z "$target_path" ]]; then + echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})." + return + fi + local source="$basepath/$target_path" + + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + if [ ! -d "$destination" ]; then + mkdir -p "$destination" + fi + + copy_dir "$source/" "$destination" + echo "Copied $source to $destination" +} + +install_xcframework "${PODS_ROOT}/JPushExtension/jpush-extension-ios-2.0.1.xcframework" "JPushExtension" "library" "ios-arm64" "ios-arm64_x86_64-simulator" + diff --git a/Pods/Target Support Files/JPushExtension/JPushExtension.debug.xcconfig b/Pods/Target Support Files/JPushExtension/JPushExtension.debug.xcconfig new file mode 100644 index 0000000..d41c3b6 --- /dev/null +++ b/Pods/Target Support Files/JPushExtension/JPushExtension.debug.xcconfig @@ -0,0 +1,14 @@ +APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JPushExtension +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JPushExtension" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/JPushExtension +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/JPushExtension/JPushExtension.release.xcconfig b/Pods/Target Support Files/JPushExtension/JPushExtension.release.xcconfig new file mode 100644 index 0000000..d41c3b6 --- /dev/null +++ b/Pods/Target Support Files/JPushExtension/JPushExtension.release.xcconfig @@ -0,0 +1,14 @@ +APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JPushExtension +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JPushExtension" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/JPushExtension +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown new file mode 100644 index 0000000..281c5e2 --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown @@ -0,0 +1,15 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## JCore + +Copyright jpush.cn + +## JPush + +Copyright jiguang.cn + +## JPushExtension + +Copyright jiguang.cn +Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist new file mode 100644 index 0000000..8fce2ac --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist @@ -0,0 +1,59 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright jpush.cn + License + Copyright + Title + JCore + Type + PSGroupSpecifier + + + FooterText + Copyright jiguang.cn + License + Copyright + Title + JPush + Type + PSGroupSpecifier + + + FooterText + Copyright jiguang.cn + License + Copyright + Title + JPushExtension + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-dummy.m b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-dummy.m new file mode 100644 index 0000000..4e8d17b --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_OrderSchedulingNotificationService : NSObject +@end +@implementation PodsDummy_Pods_OrderSchedulingNotificationService +@end diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig new file mode 100644 index 0000000..886b848 --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig @@ -0,0 +1,12 @@ +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/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/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZFPlayer" "${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" +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 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig new file mode 100644 index 0000000..886b848 --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig @@ -0,0 +1,12 @@ +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/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/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZFPlayer" "${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" +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 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES