diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 7374014..ef41572 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 882a68f..74f8352 100644 --- a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -4781,5 +4781,21 @@ landmarkType = "7"> + + + + diff --git a/OrderScheduling/Assets.xcassets/.DS_Store b/OrderScheduling/Assets.xcassets/.DS_Store index 958adde..51ff801 100644 Binary files a/OrderScheduling/Assets.xcassets/.DS_Store and b/OrderScheduling/Assets.xcassets/.DS_Store differ diff --git a/OrderScheduling/Login/ViewController/LoginController.swift b/OrderScheduling/Login/ViewController/LoginController.swift index 96dddc1..dfbd1ef 100644 --- a/OrderScheduling/Login/ViewController/LoginController.swift +++ b/OrderScheduling/Login/ViewController/LoginController.swift @@ -215,12 +215,12 @@ extension LoginController { extension LoginController : UITextViewDelegate { public func textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool { if URL.absoluteString == login_attach_userAgreement_key { -// let vc = WebViewController.init(title: "用户协议",url: "") -// navigationController?.pushViewController(vc, animated: true) + let vc = WebViewController.init(title: "用户协议",url: "https://www.sinoassist.com/res/protocol/protocol.html") + navigationController?.pushViewController(vc, animated: true) } if URL.absoluteString == login_attach_privacy_key { -// let vc = WebViewController.init(title: "隐私协议",url: "") -// navigationController?.pushViewController(vc, animated: true) + let vc = WebViewController.init(title: "隐私协议",url: "https://www.sinoassist.com/res/protocol/driverPrivacy.html") + navigationController?.pushViewController(vc, animated: true) } return false } @@ -256,7 +256,6 @@ class LoginView : DDView { inputContentView.addSubview(codeView) agreeButton.contentMode = .scaleAspectFill inputContentView.addSubview(agreeButton) - agreeTextView.isSelectable = false inputContentView.addSubview(agreeTextView) loginButton.isEnabled = false addSubview(loginButton) diff --git a/Podfile.lock b/Podfile.lock index d6ea2fb..686ba74 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -25,39 +25,39 @@ PODS: - Bugly (2.5.93) - DDAudioPlayerKit_Private (0.1.6) - DDAutoUIKit_Private (0.1.3) - - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation (0.3.5) - - DDBasicControlsKit_Private/DDBaseAttributedString (0.3.5): + - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation (0.3.6) + - DDBasicControlsKit_Private/DDBaseAttributedString (0.3.6): - "DDCategoryKit_Private/NSAttributedString+DDCategory" - - DDBasicControlsKit_Private/DDBaseButton (0.3.5): + - DDBasicControlsKit_Private/DDBaseButton (0.3.6): - "DDCategoryKit_Private/UIButton+DDCategory" - - DDBasicControlsKit_Private/DDBaseCollectionView (0.3.5): + - DDBasicControlsKit_Private/DDBaseCollectionView (0.3.6): - "DDCategoryKit_Private/UICollectionView+DDCategory" - - DDBasicControlsKit_Private/DDBaseCollectionViewCell (0.3.5): + - DDBasicControlsKit_Private/DDBaseCollectionViewCell (0.3.6): - "DDCategoryKit_Private/UICollectionViewCell+DDCategory" - - DDBasicControlsKit_Private/DDBaseImage (0.3.5): + - DDBasicControlsKit_Private/DDBaseImage (0.3.6): - "DDCategoryKit_Private/UIImage+DDCategory" - - DDBasicControlsKit_Private/DDBaseImageView (0.3.5): + - DDBasicControlsKit_Private/DDBaseImageView (0.3.6): - "DDCategoryKit_Private/UIImageView+DDCategory" - - DDBasicControlsKit_Private/DDBaseLabel (0.3.5): + - DDBasicControlsKit_Private/DDBaseLabel (0.3.6): - "DDCategoryKit_Private/UILabel+DDCategory" - - DDBasicControlsKit_Private/DDBaseNavigationController (0.3.5): + - DDBasicControlsKit_Private/DDBaseNavigationController (0.3.6): - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation - "DDCategoryKit_Private/UINavigationController+DDCategory" - - DDBasicControlsKit_Private/DDBaseScrollView (0.3.5): + - DDBasicControlsKit_Private/DDBaseScrollView (0.3.6): - "DDCategoryKit_Private/UIScrollView+DDCategory" - - DDBasicControlsKit_Private/DDBaseSwitch (0.3.5): + - DDBasicControlsKit_Private/DDBaseSwitch (0.3.6): - "DDCategoryKit_Private/UISwitch+DDCategory" - - DDBasicControlsKit_Private/DDBaseTableView (0.3.5): + - DDBasicControlsKit_Private/DDBaseTableView (0.3.6): - "DDCategoryKit_Private/UITableView+DDCategory" - - DDBasicControlsKit_Private/DDBaseTableViewCell (0.3.5): + - DDBasicControlsKit_Private/DDBaseTableViewCell (0.3.6): - "DDCategoryKit_Private/UITableViewCell+DDCategory" - - DDBasicControlsKit_Private/DDBaseTextField (0.3.5): + - DDBasicControlsKit_Private/DDBaseTextField (0.3.6): - "DDCategoryKit_Private/UITextField+DDCategory" - - DDBasicControlsKit_Private/DDBaseTextView (0.3.5): + - DDBasicControlsKit_Private/DDBaseTextView (0.3.6): - "DDCategoryKit_Private/UITextView+DDCategory" - - DDBasicControlsKit_Private/DDBaseView (0.3.5): + - DDBasicControlsKit_Private/DDBaseView (0.3.6): - "DDCategoryKit_Private/UIView+DDCategory" - - DDBasicControlsKit_Private/DDBaseViewController (0.3.5): + - DDBasicControlsKit_Private/DDBaseViewController (0.3.6): - "DDCategoryKit_Private/UIImage+DDCategory" - "DDCategoryKit_Private/UIViewController+DDCategory" - DDCategoryKit_Private (0.5.4): @@ -128,54 +128,54 @@ PODS: - "DDCategoryKit_Private/NSObject+DDCategory" - "DDCategoryKit_Private/UIWindow+DDCategory (0.5.4)" - DDColorKit_Private (0.1.0) - - DDControlsKit_Private (0.1.2): - - DDControlsKit_Private/DDAttributedString (= 0.1.2) - - DDControlsKit_Private/DDButton (= 0.1.2) - - DDControlsKit_Private/DDCollectionView (= 0.1.2) - - DDControlsKit_Private/DDCollectionViewCell (= 0.1.2) - - DDControlsKit_Private/DDImage (= 0.1.2) - - DDControlsKit_Private/DDImageView (= 0.1.2) - - DDControlsKit_Private/DDLabel (= 0.1.2) - - DDControlsKit_Private/DDNavigationController (= 0.1.2) - - DDControlsKit_Private/DDScrollView (= 0.1.2) - - DDControlsKit_Private/DDSwitch (= 0.1.2) - - DDControlsKit_Private/DDTableView (= 0.1.2) - - DDControlsKit_Private/DDTableViewCell (= 0.1.2) - - DDControlsKit_Private/DDTextField (= 0.1.2) - - DDControlsKit_Private/DDTextView (= 0.1.2) - - DDControlsKit_Private/DDView (= 0.1.2) - - DDControlsKit_Private/DDViewController (= 0.1.2) - - DDControlsKit_Private/DDAttributedString (0.1.2): + - DDControlsKit_Private (0.1.4): + - DDControlsKit_Private/DDAttributedString (= 0.1.4) + - DDControlsKit_Private/DDButton (= 0.1.4) + - DDControlsKit_Private/DDCollectionView (= 0.1.4) + - DDControlsKit_Private/DDCollectionViewCell (= 0.1.4) + - DDControlsKit_Private/DDImage (= 0.1.4) + - DDControlsKit_Private/DDImageView (= 0.1.4) + - DDControlsKit_Private/DDLabel (= 0.1.4) + - DDControlsKit_Private/DDNavigationController (= 0.1.4) + - DDControlsKit_Private/DDScrollView (= 0.1.4) + - DDControlsKit_Private/DDSwitch (= 0.1.4) + - DDControlsKit_Private/DDTableView (= 0.1.4) + - DDControlsKit_Private/DDTableViewCell (= 0.1.4) + - DDControlsKit_Private/DDTextField (= 0.1.4) + - DDControlsKit_Private/DDTextView (= 0.1.4) + - DDControlsKit_Private/DDView (= 0.1.4) + - DDControlsKit_Private/DDViewController (= 0.1.4) + - DDControlsKit_Private/DDAttributedString (0.1.4): - DDBasicControlsKit_Private/DDBaseAttributedString - - DDControlsKit_Private/DDButton (0.1.2): + - DDControlsKit_Private/DDButton (0.1.4): - DDBasicControlsKit_Private/DDBaseButton - - DDControlsKit_Private/DDCollectionView (0.1.2): + - DDControlsKit_Private/DDCollectionView (0.1.4): - DDBasicControlsKit_Private/DDBaseCollectionView - - DDControlsKit_Private/DDCollectionViewCell (0.1.2): + - DDControlsKit_Private/DDCollectionViewCell (0.1.4): - DDBasicControlsKit_Private/DDBaseCollectionViewCell - - DDControlsKit_Private/DDImage (0.1.2): + - DDControlsKit_Private/DDImage (0.1.4): - DDBasicControlsKit_Private/DDBaseImage - - DDControlsKit_Private/DDImageView (0.1.2): + - DDControlsKit_Private/DDImageView (0.1.4): - DDBasicControlsKit_Private/DDBaseImageView - - DDControlsKit_Private/DDLabel (0.1.2): + - DDControlsKit_Private/DDLabel (0.1.4): - DDBasicControlsKit_Private/DDBaseLabel - - DDControlsKit_Private/DDNavigationController (0.1.2): + - DDControlsKit_Private/DDNavigationController (0.1.4): - DDBasicControlsKit_Private/DDBaseNavigationController - - DDControlsKit_Private/DDScrollView (0.1.2): + - DDControlsKit_Private/DDScrollView (0.1.4): - DDBasicControlsKit_Private/DDBaseScrollView - - DDControlsKit_Private/DDSwitch (0.1.2): + - DDControlsKit_Private/DDSwitch (0.1.4): - DDBasicControlsKit_Private/DDBaseSwitch - - DDControlsKit_Private/DDTableView (0.1.2): + - DDControlsKit_Private/DDTableView (0.1.4): - DDBasicControlsKit_Private/DDBaseTableView - - DDControlsKit_Private/DDTableViewCell (0.1.2): + - DDControlsKit_Private/DDTableViewCell (0.1.4): - DDBasicControlsKit_Private/DDBaseTableViewCell - - DDControlsKit_Private/DDTextField (0.1.2): + - DDControlsKit_Private/DDTextField (0.1.4): - DDBasicControlsKit_Private/DDBaseTextField - - DDControlsKit_Private/DDTextView (0.1.2): + - DDControlsKit_Private/DDTextView (0.1.4): - DDBasicControlsKit_Private/DDBaseTextView - - DDControlsKit_Private/DDView (0.1.2): + - DDControlsKit_Private/DDView (0.1.4): - DDBasicControlsKit_Private/DDBaseView - - DDControlsKit_Private/DDViewController (0.1.2): + - DDControlsKit_Private/DDViewController (0.1.4): - DDBasicControlsKit_Private/DDBaseViewController - DDDateKit_Private (0.1.1) - DDFontKit_Private (0.1.0) @@ -395,10 +395,10 @@ SPEC CHECKSUMS: Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da DDAudioPlayerKit_Private: dbedcd465a0087d484309297e4dbcb91fc619eaf DDAutoUIKit_Private: 188066b4d13c8096676ddd9efa15974238f6dca3 - DDBasicControlsKit_Private: 9f755832416985b83ca15d9b4bcb218e5a07bf21 + DDBasicControlsKit_Private: 678a10e7b548e4ecb58e4e7720345320a3c8723f DDCategoryKit_Private: 19d515c43d5e9c4ee80b8ccf3fb8ab40368b8668 DDColorKit_Private: 77fddb62410a2d5e6fb003083d233c0d7ea0a08f - DDControlsKit_Private: c3ac79b391cec6ecb26262a0d3b02718f696ab19 + DDControlsKit_Private: 7336c3bb7dc0475e2c91931dd55b9d69e7e4f6ed DDDateKit_Private: f8348d10cec77ccacd2f5ec27d587ea2898ae90a DDFontKit_Private: 7b8f4ebf0f60622874036202734d8460dc7b3806 DDLogKit_Private: 1ed442cc7be004bd05f27bfda9b525e113df54e0 diff --git a/Pods/DDBasicControlsKit_Private/DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m b/Pods/DDBasicControlsKit_Private/DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m index 4c0756c..3a392ae 100644 --- a/Pods/DDBasicControlsKit_Private/DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m +++ b/Pods/DDBasicControlsKit_Private/DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m @@ -71,6 +71,7 @@ // MARK: - (void)configView{ self.view.backgroundColor = [UIColor whiteColor]; + self.extendedLayoutIncludesOpaqueBars = YES; } // MARK: diff --git a/Pods/DDControlsKit_Private/DDControlsKit_Private/Classes/DDViewController/DDViewController.swift b/Pods/DDControlsKit_Private/DDControlsKit_Private/Classes/DDViewController/DDViewController.swift index fa55cd5..4db92f3 100644 --- a/Pods/DDControlsKit_Private/DDControlsKit_Private/Classes/DDViewController/DDViewController.swift +++ b/Pods/DDControlsKit_Private/DDControlsKit_Private/Classes/DDViewController/DDViewController.swift @@ -22,9 +22,6 @@ open class DDViewController: DDBaseViewController { open override func viewDidLoad() { super.viewDidLoad() - view.backgroundColor = .white - extendedLayoutIncludesOpaqueBars = true - edgesForExtendedLayout = [.all] } open override var preferredStatusBarStyle: UIStatusBarStyle{ diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index d6ea2fb..686ba74 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -25,39 +25,39 @@ PODS: - Bugly (2.5.93) - DDAudioPlayerKit_Private (0.1.6) - DDAutoUIKit_Private (0.1.3) - - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation (0.3.5) - - DDBasicControlsKit_Private/DDBaseAttributedString (0.3.5): + - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation (0.3.6) + - DDBasicControlsKit_Private/DDBaseAttributedString (0.3.6): - "DDCategoryKit_Private/NSAttributedString+DDCategory" - - DDBasicControlsKit_Private/DDBaseButton (0.3.5): + - DDBasicControlsKit_Private/DDBaseButton (0.3.6): - "DDCategoryKit_Private/UIButton+DDCategory" - - DDBasicControlsKit_Private/DDBaseCollectionView (0.3.5): + - DDBasicControlsKit_Private/DDBaseCollectionView (0.3.6): - "DDCategoryKit_Private/UICollectionView+DDCategory" - - DDBasicControlsKit_Private/DDBaseCollectionViewCell (0.3.5): + - DDBasicControlsKit_Private/DDBaseCollectionViewCell (0.3.6): - "DDCategoryKit_Private/UICollectionViewCell+DDCategory" - - DDBasicControlsKit_Private/DDBaseImage (0.3.5): + - DDBasicControlsKit_Private/DDBaseImage (0.3.6): - "DDCategoryKit_Private/UIImage+DDCategory" - - DDBasicControlsKit_Private/DDBaseImageView (0.3.5): + - DDBasicControlsKit_Private/DDBaseImageView (0.3.6): - "DDCategoryKit_Private/UIImageView+DDCategory" - - DDBasicControlsKit_Private/DDBaseLabel (0.3.5): + - DDBasicControlsKit_Private/DDBaseLabel (0.3.6): - "DDCategoryKit_Private/UILabel+DDCategory" - - DDBasicControlsKit_Private/DDBaseNavigationController (0.3.5): + - DDBasicControlsKit_Private/DDBaseNavigationController (0.3.6): - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation - "DDCategoryKit_Private/UINavigationController+DDCategory" - - DDBasicControlsKit_Private/DDBaseScrollView (0.3.5): + - DDBasicControlsKit_Private/DDBaseScrollView (0.3.6): - "DDCategoryKit_Private/UIScrollView+DDCategory" - - DDBasicControlsKit_Private/DDBaseSwitch (0.3.5): + - DDBasicControlsKit_Private/DDBaseSwitch (0.3.6): - "DDCategoryKit_Private/UISwitch+DDCategory" - - DDBasicControlsKit_Private/DDBaseTableView (0.3.5): + - DDBasicControlsKit_Private/DDBaseTableView (0.3.6): - "DDCategoryKit_Private/UITableView+DDCategory" - - DDBasicControlsKit_Private/DDBaseTableViewCell (0.3.5): + - DDBasicControlsKit_Private/DDBaseTableViewCell (0.3.6): - "DDCategoryKit_Private/UITableViewCell+DDCategory" - - DDBasicControlsKit_Private/DDBaseTextField (0.3.5): + - DDBasicControlsKit_Private/DDBaseTextField (0.3.6): - "DDCategoryKit_Private/UITextField+DDCategory" - - DDBasicControlsKit_Private/DDBaseTextView (0.3.5): + - DDBasicControlsKit_Private/DDBaseTextView (0.3.6): - "DDCategoryKit_Private/UITextView+DDCategory" - - DDBasicControlsKit_Private/DDBaseView (0.3.5): + - DDBasicControlsKit_Private/DDBaseView (0.3.6): - "DDCategoryKit_Private/UIView+DDCategory" - - DDBasicControlsKit_Private/DDBaseViewController (0.3.5): + - DDBasicControlsKit_Private/DDBaseViewController (0.3.6): - "DDCategoryKit_Private/UIImage+DDCategory" - "DDCategoryKit_Private/UIViewController+DDCategory" - DDCategoryKit_Private (0.5.4): @@ -128,54 +128,54 @@ PODS: - "DDCategoryKit_Private/NSObject+DDCategory" - "DDCategoryKit_Private/UIWindow+DDCategory (0.5.4)" - DDColorKit_Private (0.1.0) - - DDControlsKit_Private (0.1.2): - - DDControlsKit_Private/DDAttributedString (= 0.1.2) - - DDControlsKit_Private/DDButton (= 0.1.2) - - DDControlsKit_Private/DDCollectionView (= 0.1.2) - - DDControlsKit_Private/DDCollectionViewCell (= 0.1.2) - - DDControlsKit_Private/DDImage (= 0.1.2) - - DDControlsKit_Private/DDImageView (= 0.1.2) - - DDControlsKit_Private/DDLabel (= 0.1.2) - - DDControlsKit_Private/DDNavigationController (= 0.1.2) - - DDControlsKit_Private/DDScrollView (= 0.1.2) - - DDControlsKit_Private/DDSwitch (= 0.1.2) - - DDControlsKit_Private/DDTableView (= 0.1.2) - - DDControlsKit_Private/DDTableViewCell (= 0.1.2) - - DDControlsKit_Private/DDTextField (= 0.1.2) - - DDControlsKit_Private/DDTextView (= 0.1.2) - - DDControlsKit_Private/DDView (= 0.1.2) - - DDControlsKit_Private/DDViewController (= 0.1.2) - - DDControlsKit_Private/DDAttributedString (0.1.2): + - DDControlsKit_Private (0.1.4): + - DDControlsKit_Private/DDAttributedString (= 0.1.4) + - DDControlsKit_Private/DDButton (= 0.1.4) + - DDControlsKit_Private/DDCollectionView (= 0.1.4) + - DDControlsKit_Private/DDCollectionViewCell (= 0.1.4) + - DDControlsKit_Private/DDImage (= 0.1.4) + - DDControlsKit_Private/DDImageView (= 0.1.4) + - DDControlsKit_Private/DDLabel (= 0.1.4) + - DDControlsKit_Private/DDNavigationController (= 0.1.4) + - DDControlsKit_Private/DDScrollView (= 0.1.4) + - DDControlsKit_Private/DDSwitch (= 0.1.4) + - DDControlsKit_Private/DDTableView (= 0.1.4) + - DDControlsKit_Private/DDTableViewCell (= 0.1.4) + - DDControlsKit_Private/DDTextField (= 0.1.4) + - DDControlsKit_Private/DDTextView (= 0.1.4) + - DDControlsKit_Private/DDView (= 0.1.4) + - DDControlsKit_Private/DDViewController (= 0.1.4) + - DDControlsKit_Private/DDAttributedString (0.1.4): - DDBasicControlsKit_Private/DDBaseAttributedString - - DDControlsKit_Private/DDButton (0.1.2): + - DDControlsKit_Private/DDButton (0.1.4): - DDBasicControlsKit_Private/DDBaseButton - - DDControlsKit_Private/DDCollectionView (0.1.2): + - DDControlsKit_Private/DDCollectionView (0.1.4): - DDBasicControlsKit_Private/DDBaseCollectionView - - DDControlsKit_Private/DDCollectionViewCell (0.1.2): + - DDControlsKit_Private/DDCollectionViewCell (0.1.4): - DDBasicControlsKit_Private/DDBaseCollectionViewCell - - DDControlsKit_Private/DDImage (0.1.2): + - DDControlsKit_Private/DDImage (0.1.4): - DDBasicControlsKit_Private/DDBaseImage - - DDControlsKit_Private/DDImageView (0.1.2): + - DDControlsKit_Private/DDImageView (0.1.4): - DDBasicControlsKit_Private/DDBaseImageView - - DDControlsKit_Private/DDLabel (0.1.2): + - DDControlsKit_Private/DDLabel (0.1.4): - DDBasicControlsKit_Private/DDBaseLabel - - DDControlsKit_Private/DDNavigationController (0.1.2): + - DDControlsKit_Private/DDNavigationController (0.1.4): - DDBasicControlsKit_Private/DDBaseNavigationController - - DDControlsKit_Private/DDScrollView (0.1.2): + - DDControlsKit_Private/DDScrollView (0.1.4): - DDBasicControlsKit_Private/DDBaseScrollView - - DDControlsKit_Private/DDSwitch (0.1.2): + - DDControlsKit_Private/DDSwitch (0.1.4): - DDBasicControlsKit_Private/DDBaseSwitch - - DDControlsKit_Private/DDTableView (0.1.2): + - DDControlsKit_Private/DDTableView (0.1.4): - DDBasicControlsKit_Private/DDBaseTableView - - DDControlsKit_Private/DDTableViewCell (0.1.2): + - DDControlsKit_Private/DDTableViewCell (0.1.4): - DDBasicControlsKit_Private/DDBaseTableViewCell - - DDControlsKit_Private/DDTextField (0.1.2): + - DDControlsKit_Private/DDTextField (0.1.4): - DDBasicControlsKit_Private/DDBaseTextField - - DDControlsKit_Private/DDTextView (0.1.2): + - DDControlsKit_Private/DDTextView (0.1.4): - DDBasicControlsKit_Private/DDBaseTextView - - DDControlsKit_Private/DDView (0.1.2): + - DDControlsKit_Private/DDView (0.1.4): - DDBasicControlsKit_Private/DDBaseView - - DDControlsKit_Private/DDViewController (0.1.2): + - DDControlsKit_Private/DDViewController (0.1.4): - DDBasicControlsKit_Private/DDBaseViewController - DDDateKit_Private (0.1.1) - DDFontKit_Private (0.1.0) @@ -395,10 +395,10 @@ SPEC CHECKSUMS: Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da DDAudioPlayerKit_Private: dbedcd465a0087d484309297e4dbcb91fc619eaf DDAutoUIKit_Private: 188066b4d13c8096676ddd9efa15974238f6dca3 - DDBasicControlsKit_Private: 9f755832416985b83ca15d9b4bcb218e5a07bf21 + DDBasicControlsKit_Private: 678a10e7b548e4ecb58e4e7720345320a3c8723f DDCategoryKit_Private: 19d515c43d5e9c4ee80b8ccf3fb8ab40368b8668 DDColorKit_Private: 77fddb62410a2d5e6fb003083d233c0d7ea0a08f - DDControlsKit_Private: c3ac79b391cec6ecb26262a0d3b02718f696ab19 + DDControlsKit_Private: 7336c3bb7dc0475e2c91931dd55b9d69e7e4f6ed DDDateKit_Private: f8348d10cec77ccacd2f5ec27d587ea2898ae90a DDFontKit_Private: 7b8f4ebf0f60622874036202734d8460dc7b3806 DDLogKit_Private: 1ed442cc7be004bd05f27bfda9b525e113df54e0 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 5204826..a7f8a68 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -100,1187 +100,1187 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00076F7F7FC7EF9FBD6CAE185C0D359B /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 496686FDCC270801421F4859E2B73660 /* Sequence.swift */; }; - 00149C338A154F7A90372D9D111E890D /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E825EB5F8638AC2AD1DC7CDCD5A36B3 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 012C3348FDB9BD307BC866EC0B5D23A3 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = B912B899C7EE40C473C4E511C1E44493 /* SDImageCacheDefine.m */; }; - 016189BDA510202C76A5B1BF7B6A5C64 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2499253AE905F4FD0A0AE6124209A75 /* RefCountDisposable.swift */; }; - 01B815BD97E0BA94CF89C42FE41254A8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A55691A720ECF7F4348580CD181276 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01C132EB3605024492C96C11F1094D0B /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE197C0928F5AB595503CE1023DB0146 /* InfiniteSequence.swift */; }; - 01D8AE321F1FA71F2D43127EAC90559D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F375975513968B82ADAE5F234FFB33A4 /* NSButton+WebCache.m */; }; - 01D98686F4FD9D7496836D3989AD3525 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27523A771D896A4477D8A8E02DFE1F02 /* ConstraintLayoutSupport.swift */; }; - 0272C6180FD5A8546C4C9F446E22CA52 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 042579210085B05FE468AF11DCBEDA7C /* WithUnretained.swift */; }; - 02780D132E8AA44865FEF53E4D5155E6 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 57613DA4D0518A0C845DD0246DA06C0A /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02C5131798FF28B7D851F0DB13D67C00 /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 322B0F2AF1AC456CEE49945BEF6B0082 /* UISlider+Rx.swift */; }; - 02D531FA1E9A19A134ED8BD68C5E04C0 /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0F4C400B214FC883535B8177ACEFB6 /* JXCategoryBaseCell.m */; }; - 02EDCC0E7DA24D63CD39E7D6326F5A56 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = DDFA8B66F95AEE3EDBF731A077229210 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02F411B1B3CCF0DBE8FD86A26A8B04F3 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CEC6218D62883BB61350F54D2F8C5E /* Infallible+Operators.swift */; }; - 0325FC0D4CE47D33E675D5F9546D482C /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = D20A587D4588C96122775F50E2E765EB /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0328E2D27FBE6EE399FC37D913E2290F /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7FB8233A3D6888D098078B57A50D1EC /* EKRatingMessage.swift */; }; - 03801BED3946B127B44B7B0A50640EA6 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCB452F016E275141BC3FEF19E34A1F5 /* SchedulerType.swift */; }; - 04131C0EECA33AD45AD1E07CF500E344 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 642B70CB97F01AE132F3437F4CEBDDCA /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 044C9F746F7E39BA1B482B553386CA48 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = D5BBE2CA3F5438900C17651B9421F228 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04C0033DE2A1FD3EB256E41523A8F0E0 /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A2EC6691E92A1A15CA4D35D6A459BC /* ZLEditVideoViewController.swift */; }; - 04C1C9A7B77DAF8FAE55198F58EE790A /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 888462F766A0E9B1D73475B9412609E1 /* AnimatedImageView.swift */; }; - 04C95DB4DD1BD71AAF5FD233628A6C6D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78A74D1937406B922077766B201BFF88 /* NotificationCenter+Rx.swift */; }; - 05098446128EFD47C80C47B240106082 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47A54F5CE1A9303C6FFE8F9F8D4F4B73 /* SkipWhile.swift */; }; - 054C5D3D52D113CC9A7AC9F7115A26A4 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51D01F0B10D9330C94C5075A9F86810 /* Platform.Darwin.swift */; }; - 054D8AA8AAE8142B5F52F98F2D32478C /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 52D4A575CD3F0D53EC4536F900572A51 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 055FD13CE509E194412FE8E424649053 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80387A0263D56A5C4A117CE2AC1AF1EF /* ZLFilter.swift */; }; - 057FD0DDEA34EAB96C099A12DAE819F3 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D78A1C13582A724A9AA0168C114760 /* DispatchQueue+Extensions.swift */; }; - 0591B0EE71308251E0E53C6D3EDB3D4C /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231FEEAA4029B60F8174946046D7AEC4 /* ESTabBarItem.swift */; }; - 059DE39D2D7414DD88A410B406D3AD8F /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 364E55FD3E7DF9942F65F5ED8001D8E8 /* SDImageTransformer.m */; }; - 0605E2513549327B19854B3FED759B44 /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7D35A37F83EEA8E0BD17DB7E0CE6C32 /* ControlEvent+Driver.swift */; }; - 06A20EF6BA10D63870C3AB7C0E1BA53E /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3053A819C54CB8859AE2ED1A76A68866 /* ZLPhotoModel.swift */; }; - 06B371D4F95E8184613EDABA69676D5A /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 283B1CF3F0295CB8760818292D47D442 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070AC1A560FD65090FD38168F6F8E8C4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E1CB90ABD59276E7D9F982FB7B0E65BB /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070EB1BF732BF8062312B76BC4F8F205 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E17815A2B7C32F08C871C32C74323277 /* SynchronizedDisposeType.swift */; }; - 072224DA1C59294F22A034E8F5B2B441 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FA973FEC1E686A76851E02E2B8D7910 /* DDBaseCollectionViewCell.m */; }; - 0811BB981A2EF4E3C78C193E8AE1A4BA /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 871CD2761BCCD88DC01D7EBB65D1D86F /* DDCollectionViewCell.swift */; }; - 088FBD5975BB3D0C62BB2D5C9A4513A4 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AAC24F9EC15DA244898B5954250BE8F /* ConstraintMakerFinalizable.swift */; }; - 08A914F49C7D34360B7F9D1964BB0C2A /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C0A81518D92160A12E2E8620CBDA57 /* PrimitiveSequence.swift */; }; - 08CC4F2CF084EB4C21FD37F7D5C1728A /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3457CF21A7270541CE85927987F3EB86 /* ItemEvents.swift */; }; - 09510915ADABE84A3F9F88ABC0788029 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EB7D41E6BB8E4520517999FE003CF38 /* Window.swift */; }; - 099304E6BA24A210A7D45D93B5ED67B0 /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2A779ABBAB347764766BE9A1AA1B94 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09B9E5FB7E73F28A4E1F581917EF868A /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CCE93120E2211ADEAF3ED7C51530FC4 /* JXCategoryNumberCellModel.m */; }; - 09CB072529CD8E230649CBA428E3550F /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 12CF04045B1ED709F64F1ABC3BEA6B17 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09DD90A8AE097EE378F7B8F66A2CDAF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1102594C8472C6DF9AA75C9B11057F97 /* Source.swift */; }; - 0A762FAE78A91ABC899CB431FE10B9FD /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 980E568CDBA82E84EA2D81169146E156 /* ESTabBarController.swift */; }; - 0ACCBD2441FFC82B8D71A6C57AD19056 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350B4C455EB7785336E0668ED1270005 /* Placeholder.swift */; }; - 0ADABCBC774CA6E66FF86FB47092A1EE /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52822F98FB4BE7DF332D39ABC6B75FBE /* PriorityQueue.swift */; }; - 0B4577864274CE4EB338A238A241AA0C /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFAB829FF7133C90F9C14F623927BEF8 /* EKAttributes+Precedence.swift */; }; - 0B52A423F3F9E6C5A42612A06BCEEEF8 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A106F098377C597F1E6A5A362B9F75BB /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B5B8EB020F39AD312D8C7A32FAF741A /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FF4429AC42835903D9C81953C674ADA /* EncryptedMessage.swift */; }; - 0B5EA67F5625C1C251925DBD16D19EAA /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7BEFDF08A3539610B5F71E2CD441A9 /* Sample.swift */; }; - 0B9987BE8D17570A8C4920E97E2DEB6A /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5C11B9931BE72C5E61645CB4784A6B /* UICollectionViewCell+DDCategory.m */; }; - 0BB1D0BC2DEF4750560B8B8C29347AE5 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C8057A4ADD247CF70E32E780002E68 /* ImmediateSchedulerType.swift */; }; - 0BBDD87E462CDB205C9FD821DDC97D2B /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BC43CA6797EFA431C526FEC295CD4F /* SnapKit-dummy.m */; }; - 0BCF8CB00A9A52600E24370C7144693F /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E925B5A35AC92E3A87CD64018FEF377 /* EKNoteMessageView.swift */; }; - 0C4B16846CA2632E7F3C6F36435EEA1F /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 25ACD2F4D20EE1CA1FECC5B9BCB12D9C /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C58B0D722795E334B3FAF064FAD0F21 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E43F97B0475C6C1F65C75103B2C4BAC8 /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C7A81B76F81FFAA7AFD437D61831C77 /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E609A4334F6A8BF16E239B4B2CF637B /* DelegateProxy.swift */; }; - 0C833DB2294851CFBE098DF5BCEBADF3 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AB81DBE0B32AF8A1DAF223ED43B05C6 /* _RXKVOObserver.m */; }; - 0C83C845A20F4CDC656714E4DBABC116 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D286A3E0A01C38C6B1DA4B14D9310C /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CF0A87B87DF71F838545FC4B0161A8B /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB883AD330974358D43F62DE2D39A23B /* ZLResultModel.swift */; }; - 0D444C6AD7BA8B3307579F9FCA9F43FB /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBB0338420D59A9097EB2E83F8526A3 /* EKAttributes+Shadow.swift */; }; - 0D51C9109BCE3C65B7887157573CAFB6 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A4DC2FDB34EBDDE75A8393EFEAC54A /* ConcurrentMainScheduler.swift */; }; - 0D66973ECE298F0B03176744B929B745 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 603430A67A372784503D146B81428D2E /* ExtensionHelpers.swift */; }; - 0D700120AD9F3AEA9158F037F6F96EBD /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6878433E2104B87BBBCDAA683BEE227A /* AuthenticationChallengeResponsable.swift */; }; - 0D71F7AF3BFA6644CDF45434B3E16510 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51064EB6981508416DACB9E4A0E4E134 /* WithLatestFrom.swift */; }; - 0D95999ED20E2061C3F0EAF58665B455 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E0BF5FD84832EFF56F0932BD7045DDD /* CallbackQueue.swift */; }; - 0E2F3C0C19AEE421B3E906FDFB8309BE /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6525EA70C8147A2E4F44E7568523F589 /* Multicast.swift */; }; - 0E84EA21B0858EDC04A53458A7F8DBDD /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68BAB3168FECCFC1A75F567300B15694 /* HapticFeedbackGenerator.swift */; }; - 0EA9A8D660981135C848C6219A40C608 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E8C54F9A4DFB09D1D234E44077452F2 /* Infallible+Zip+arity.swift */; }; - 0EC5EC45F806F2DC7B68E6727227E49E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99DA3F4B86BBB6991B72E592E7CAB5D3 /* ZFLandScapeControlView.m */; }; - 0EEC1C926E6B4C5F97C48A427ACA0256 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF2CC99A432A4565BF9AA29663F01FF3 /* Dematerialize.swift */; }; - 0F08F26232132B227B600740F6A6B18E /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAA7C0EFDBD82E0FDF876C63AA53C31 /* Sink.swift */; }; - 0F2AAE2334C409128ADD57B132E767F6 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 313DF64679685146E99D400E6CD99186 /* JXCategoryTitleCell.m */; }; - 0FE99AC4A20A11DAD8254CE931F5DF9E /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BFC8F93C7F4BBCFC8D3735316E08866 /* KFImageProtocol.swift */; }; - 0FF7060D0C281996F5BB46B74207ADFC /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AC23FE3CB2AFA1D53BB3A1DD2E2B730 /* DDBaseTableViewCell.m */; }; - 1112AADD470DD6BB1410B7C32A0EA334 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 205E982B3FBDE28A396D4B8088255BF1 /* IQInvocation.swift */; }; - 117B71126AAF80FFE5D5DB8F8D787132 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8144F62DFAFAA34237BC7556A5264B81 /* AsSingle.swift */; }; - 119A65AD7B8F6C7C39DD19128A7B2DA9 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D072F9C478C307812FD5B07AD170ACE /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11CDFB1A43FE6D23D2F8463B142537CC /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F1978CB81DD342A64EB6DE884DF5459 /* NSControl+Rx.swift */; }; - 11CF696DFF5D545524A892F94B283945 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ED1F75AA95DB9DB7BD708A1CB614CA9 /* SessionDataTask.swift */; }; - 11EAAA60DB73219EFC8B0CF1722D9C1D /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F236EDC2830286E05BA89DD6CD938871 /* UITableView+Rx.swift */; }; - 127BB0831E7F383B0F7DE209003032B9 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 045B73AC5E21359D44DF20FB62768721 /* JXCategoryIndicatorRainbowLineView.m */; }; - 129C1964A364166530F529A390760D71 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E88F2D27734B2C763FA26D6B9971080 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1379145EE1CE455EBC27791628DABACA /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A3839A55218C8BEB31894FFDDBD615C /* JXCategoryBaseView.m */; }; - 14006084B55ECBF580E396E89C097D64 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FB3845C271EC8FBA26F02E31FCD134D /* ZLEditToolCells.swift */; }; - 141FFFBB94FD368572C68D08981B1086 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3A024AEC93A0A5C8999281D224EAD2 /* Merge.swift */; }; - 1437BB3F5BFA3F0EEF784975F7CA2970 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC304045EB649589D8DFCD354EB6DA7 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 144B55A9628A2AD6B54F8BBACAB7BCFD /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 949265B72883C9128813AAA14BE19A8F /* WKWebView+Rx.swift */; }; - 145BBF6F393882C968D5A99AC80004E1 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F60430D294178F8F4ADDB66FACF733 /* ZLLanguageDefine.swift */; }; - 147A9850A856D92DE71E4105291FFE48 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 800C70C83F00518704840DF0BB5999A5 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A07FB54656F5EFD62FD80EABCB4D08 /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F4EDC1A491248C3475EF3434FB9A5CD7 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14C821B748B65A96E6D91708B70C0A93 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E4DE041871CF94CF91E89E975973FA0 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14DB446D107E027E0C24684EBDB0731E /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 26E5344D145DBB755D97E1DDA3671E16 /* UINavigationItem+DDCategory.m */; }; - 1533C22500FA6467942E955EB154A0A8 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0E8D4F30768062F7CEF6BB7EF149FB5 /* SynchronizedUnsubscribeType.swift */; }; - 153E3F2914D2FB875F3443930FEB5035 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CD80D05E4440A7225140643D50FD7D /* Range.swift */; }; - 154C244100E806342F1CF418A5C69FE7 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B7D7A7FAAD6539B625A13558277F6A /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 158121D0531F97C7CACAC3C96C1C9445 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7220F9EDF6FD15CB41B83ABADA1FE789 /* ConstraintOffsetTarget.swift */; }; - 159BBC585A2C51D44D40DE88B5B18AAF /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EF34428B5B20D21C7E246CD5FB0E0F26 /* NSBundle+MJRefresh.m */; }; - 15D38081B9302FBAF9A361BAD7E5B05F /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB4B1DD6568CFD44C8BFF4DE4DD2F3F /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1660E2FBDA4323E7357179056B4B0E65 /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5FA10B3FE05B2B1F8FBA526DDD004A /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 168F32A6ABFCE1B9110D5C266D36988A /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7D3712B57EDA036301F0834614BA48E /* UIColor+Hue.swift */; }; - 17844989D0D971156822DDB22181F456 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 337D0FA91EF363BB503B04D3F7D30FAB /* Filter.swift */; }; - 17A3CCD15448B61E7EDCD7636CBB6F2A /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39F6A1F79B5603BC00B41C8E777B4D1A /* VirtualTimeScheduler.swift */; }; - 17C901067A0CC336075ABAC7A279589B /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = F7E2FEF07C7701D30E5503F0018FFCE3 /* BRPickerStyle.m */; }; - 17DA0483F109F5BA66CF5DD7366E36FF /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6672B20F6CC9342849165DCDA5920784 /* UISearchController+Rx.swift */; }; - 1828512CAB450BD1353714B2EB323DD9 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E327FA2CB1A9CE33CEDF95E4218D238 /* LockOwnerType.swift */; }; - 184D3A203605E4AE7E69729F271C8574 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8F4CA451F173C96729F439EF179F5C1 /* CombineLatest+arity.swift */; }; - 1897843962F8119EEF09C165977F8025 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = F30DCF48057F9776F2CD481561B8B83B /* AnonymousObserver.swift */; }; - 18EBCC2A133B26DF8B5D5754492F3214 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77BBA87B9BABF23B1601D772BB9A1AA1 /* EKSimpleMessageView.swift */; }; - 1906C4D8AC7C7C9109E94729E96187F9 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A832EDD7B497DD1620AE687EFEB64A /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 194D6F32A526649820D6B0AA03EEF12F /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818588CF2A6D5D32E0F3D70419F69FDD /* RequestTaskMap.swift */; }; - 1984D4549EEA55FB1812D99162C83E52 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B4D5F156D24ACB734EE50F490F2090 /* Alamofire.swift */; }; - 19B69267A13B522D47259CF72C882725 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E71BE602D265FDF0FC950834034A7D /* BRPickerView-dummy.m */; }; - 1A370F104A326B06BB5A7A623DC96920 /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 391BD864465120360EF45A57E8F09A2F /* NSError+ZLPhotoBrowser.swift */; }; - 1A64F561597A70C28B3564007FF6D24C /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D522A221071A2C4CB8E9B5D2A7390D /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A7ADD63C2F158E10825F3FA38EC3639 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB75DA3A82D4ECA5A77D2D2593A46D49 /* BehaviorRelay+Driver.swift */; }; - 1AD7C51CCF7E6204B37A504B68924F16 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B4413D88745E8ED8964F2C5F2B0B348D /* JXCategoryDotCellModel.m */; }; - 1B2A260FFFFCB3D9E0AC958E83C57F4B /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 55AD03299BD6514CDFB8F878CD36D072 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B66DE64CDDD635DBFCA06DADE240471 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 601ED972186A81AB482F1819F028979A /* ConstraintAttributes.swift */; }; - 1B7C34F58BDEA9A37638DCD0CFFF372E /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A81A751782806EF55A050EB3D81F7DD /* Zip.swift */; }; - 1B957CE26D7722E306F95886B5EDC013 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA3B5719F8578CB32DB6F79552707F3B /* RxTableViewDataSourcePrefetchingProxy.swift */; }; - 1BA88BD6149449B0EB04E4E7F2822237 /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DB81E9DDC43922C3BE23CB90E8D2730 /* _RX.m */; }; - 1BED5C40C873A14BD22FCC7A8BC11848 /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9D4E68ECCED949514E2CCB976A6AAF /* RxTableViewDataSourceType.swift */; }; - 1C0B22AA4E83F0C0C7E55FE842D3C1F9 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E50DFB9CA4B1CA730BFAF143E05A34E /* NSDate+BRPickerView.m */; }; - 1C33277D17F042B6BADC5BEFD04DC3E9 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 56D09CDAB5724A2ACB0A6509FD93621C /* BRAddressPickerView.m */; }; - 1C5E6AA4F88D15A08088B69889559FD2 /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C764F0D42BDB9E618B7A64627F13DA /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C9653CE5BA95B8280803BA82EC70A26 /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B26DF4BB40CC8E5F8C22F50158A1B0C /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CAF7FCBD075678639BE65A029B4E56A /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 91CEDD0E24FF92FECFC7955E755050FE /* JXCategoryBaseCellModel.m */; }; - 1CC771654A12EEC8438805520AF1F7F7 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC4D8944D3A526CECC3DDA31A6EEA8D /* UIView+DDCategory.m */; }; - 1CD029D4F48324168F0220D8213348D3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E61740C0A6AA58D1F2E757606823BC6 /* EKProcessingNoteMessageView.swift */; }; - 1D6D63D61E41CDC8C9A95724CF0E75CC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02D49AFF18E0920144D2299E7DE53500 /* Validation.swift */; }; - 1DAD1ABC0638C45123D6AA1E78167F56 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDEBBFBCDD41AF9D257054FA55E64FDA /* StringEncoding+Alamofire.swift */; }; - 1E4A2E4EB128ED973EFAD8D0A76ECCAF /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 786F0E108D2F92AEAC2DD0F6B645BE70 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E708EE46A253702C0D576DE2158F7FC /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844ACADB162716029542657D4E6BEE11 /* KingfisherError.swift */; }; - 1E99C8CF77A3B9D4FA62CD0F85ACDC87 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8994C70E3FC82B97FCFBB544F6EC9427 /* StartWith.swift */; }; - 1F601A8A4AE7C27226B893F8C4611E0E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E58E40835D928CEFA2D2245182E7596B /* SDWeakProxy.m */; }; - 1FC870398A64B8565B90B11479B88B68 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = E98F26D60BE5D5721F9182170F82153A /* IQKeyboardManager+Position.swift */; }; - 201DDBF5212C5562804A82B979CEF3B0 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7EB6D740E960D24E60048ABB207322C /* DispatchQueueConfiguration.swift */; }; - 20759C768F51054A64D6E2518B494190 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E439AFEFF4F360689E45A43384A7E5 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 208A97584D845254E986E9C707635B67 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D8EEC06B974B37DBA46ACCFC5F487E2D /* MJRefreshBackStateFooter.m */; }; - 20DC5EFA536B064520E620C2ACAB766E /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 786612741AF9355DCC6C110D7DD491E2 /* CachedResponseHandler.swift */; }; - 219624B2DB84EE52D0E4F6B1789954E1 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C50328FD2BF9E3CB29FDBDD65D520F /* ZFLoadingView.m */; }; - 21D966E2F801F96E6E36D2C7BA73235B /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E43E935AE7B2DABB7A0B07D112D93D71 /* DDNavigationController.swift */; }; - 21EA2ECEEFE94D739EE9276D46A3E57E /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 222E6D252EC498724B9F5B52ED289E27 /* Storage.swift */; }; - 21FA952E49A0EB77EB7825A78FEF6AA5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FCAD1DFD6BB9F8F97D0D4B3C44BBAF /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21FADAA36F19612801A23CD9FC35BA98 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A2638C766CF77D04111D32FE511BAC1 /* EKAttributes+StatusBar.swift */; }; - 224D5F6BA39BADAD19041AF6AD880C80 /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01608E4FF9F8D5A7B934A9C0BFACDBD0 /* Bool+ZLPhotoBrowser.swift */; }; - 226AE9954640E71AA69AC12F268C4B58 /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B801CDA0B27BE5787D8C556563C3CDC2 /* RxPickerViewDataSourceType.swift */; }; - 22A0EE3CF4D4D5DAF933A7871B6E47A9 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DE854EE7C635E84447BDDC6D0A3793 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22CE10056B2DC6A993C8E3CE966A45D4 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 336290030A568458AB9484A449923B22 /* NSButton+Rx.swift */; }; - 23070072A95EC58547F751658BD10FB8 /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EBED6391E55EC79FA5E575618AF6483 /* QLUtils.swift */; }; - 233C15B48EE22F337D42F1899E8609CA /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A8669B5575E41D36AF58271AEBD3DE /* Errors.swift */; }; - 2354A0786A1EBBC2298B9CB493F8C4FF /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9691EB8BC093B7176FE60D2B5775B156 /* URLRequest+Alamofire.swift */; }; - 235F5CA0FE85EC9C9BF77DDF796070C3 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D2F6DCE1BEF2294083D7250A307A09 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 239036796DB886B9DA46D63F53273AA7 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = D16CB5395721CAEEF695CA5F442634F8 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23B683FB3262FAB104127CD59D29E34A /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BB98E71533BE60699D541C96A5262F /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23E7FD08C3DF07540AD2118EA057AECA /* DeviceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55C5B7591900125C2CCC01ED5F4CEBC8 /* DeviceInfo.swift */; }; - 23EFAA45BE23C0F05AE3A5A892808639 /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645B2FAD43B1736FA3A8D58E7F9E1A5F /* UIView+Shadow.swift */; }; - 24488C0EC1CD3766AF3BA0C3361D2F05 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5423387C0F04D718E4E6B6933EBDE6DB /* KVORepresentable.swift */; }; - 245D0E313372FC4F2297E8CDC17BFDF4 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D2D1D0E70C500F80C6EC285003321EF /* ZFPlayerGestureControl.m */; }; - 254DB7DF69C8F0DA8BAC684099B27944 /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BD84D1D97A63255622B851D0C8E2E50 /* ZLAlbumListModel.swift */; }; - 254FC85A5869DC5E11712EB878B2BD92 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 306E3DCC3C7BDA68D00F55D1F00D298B /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 259DD1BE69FB6C8030BCD5994B5E5B51 /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E31538251C80C541B5D4B2307C56DE /* SwiftyRSA-dummy.m */; }; - 25BF5D9FAE084BAE3824007EA8E0196C /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345F55830031E7F7CF046092E847D61D /* IQToolbar.swift */; }; - 263E6DC0FCCF45948585AE8D649ADCE4 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1194AB6E3D70BA0DC5C3E18E71502E68 /* UICollectionView+Rx.swift */; }; - 26473D198EB45A2473124E6EA6613844 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 709C0F0DC6A9292FB63AE428B2076BBC /* ConstraintMultiplierTarget.swift */; }; - 26477377CB3C1642B33BCFA030ADB59C /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88C365E122E07A5B7A97EC2B9E133458 /* ConcurrentDispatchQueueScheduler.swift */; }; - 2655C03CDF30A7690E43D892DDC95AB5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 96331FAD7520404EABAE53D190A54C4F /* ZFPlayerLogManager.m */; }; - 27043FD4E15DBD03FD933A60109C3009 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21163868C7550D5BA4A4F2F4BE2AFFA1 /* EKAttributes+HapticFeedback.swift */; }; - 270ED905740AD9FEFB9A346AC527D53A /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC06F9142EC4D0DB3B422C471FAD9B8 /* SDAnimatedImageView.m */; }; - 276B6A8A1507153CF07CE4D49B4B6A6D /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E61571172F1EC3CE3030FDB89DC8B176 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2776B3355D535E5A68E18C4C77B2D595 /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA59892CA8548D5E6701B30F1D9FACF8 /* ZLPhotoConfiguration.swift */; }; - 27770DF47A61DEEB841F3E977A6BE99B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E757CB33F3E50CD08B2E4462C136D1D /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 279C4E09D6D4113942EB37DE5DD034B0 /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C96E1FDEA0FEB808CD322A784DD1F50 /* JXCategoryIndicatorBackgroundView.m */; }; - 2852F14FA13748CAE8C0D6F59D5EACFF /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A04381647F52FB9AA8C436CA884F10B /* AsyncLock.swift */; }; - 28E3B45C51EB7B6711CC6AF6BBA4F32F /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA1C534574BF042B72A666079C92539 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28E8453EBEAA5D3187A1FB686F807A07 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = B54CC4DEF4A0545611FA6AA7039820DC /* SDWebImageTransition.m */; }; - 290CC252DD7A79A8CD348210A4ECEF8F /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = CB81CF01F939125640CB255B32336084 /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 290F4F9FD155CC62A67A003730124207 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E82E44D8F06143995BD3B9F9F908B1F3 /* Throttle.swift */; }; - 29429F6FE86B4D0C4EB810163F77A83A /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95998A571FD4B223E40E0BD100523EC /* Delegate.swift */; }; - 29A94387DA04DE3CA441D0244ED3B6E0 /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F6A42D31BB6EF15B69826CB7E5BDA1 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29ADDEB7070613224B9510A61E41A745 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C356A3650B3049723C38ACAC71D40CE /* EKAttributes+WindowLevel.swift */; }; - 29BDE26902A035FAEBCB2DC35DEE16F2 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D5049C0BFB6E893B57F88352AB7456 /* ControlTarget.swift */; }; - 29C7B5B61EDB9B6010093123C95146D0 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6F08B70F2B160BDF4EB97743AD275D /* ZLCameraConfiguration.swift */; }; - 29F4DFF55D0B18B9ACA5820B30481389 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DCBCE5933E32E1690E06C16B4DC407 /* DDLogKit_Private-dummy.m */; }; - 2A6423FCAB17960280B3035F79F4DD6F /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19CE3E93928534626FB29DC039105B2C /* IQKeyboardManager+OrientationNotification.swift */; }; - 2A6516A21BC488E02185E80B8CE10CFB /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A57FE1544B97A4DC0E89AD7807677D /* DDMASearch.m */; }; - 2A85B7D163D77E4B211737D77E073FC5 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F6807EC854B47ACC668B4378B1F03D /* Result.swift */; }; - 2A9587CB9E83DC818BC42AB6D3BA6C93 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA6D565610A139C24AA2F5CBABA45F51 /* AlamofireExtended.swift */; }; - 2AC50A41091AEE3ABDD75F734B40BFB8 /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F3F5D71A99F90A4A5910A79EAA0195D /* ReplayRelay.swift */; }; - 2ADB83C7CF04E14F632C39FABDDCDAC1 /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ED26ADFCE2D09A592E39FB97FBE7AE9 /* DDBaseViewController.m */; }; - 2AF5544BA37B5DC3132223853D6AF9F1 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B1CBAEB8EE594E14216185A32007277 /* RequestModifier.swift */; }; - 2B6E7E401FECF3BA6B6856DAFE81E233 /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5DCE8507017FED72A375156063F45D6 /* UIControl+Rx.swift */; }; - 2B799593BA9EF6DAF478B5551D7E7A6D /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 053A441A08B67356E80EF79964701E77 /* SDImageCachesManager.m */; }; - 2BBD8EA6B3F3A8EA8F721498BE13D6C8 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 559976790B8AD2BFEE2AF49961086084 /* MJRefreshStateHeader.m */; }; - 2BF1A8E6F302964E4EA7E6B004474BF6 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4613D566F7E2CC15955F6A737DE1EB45 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BF6AD4F75D3FFC369CCB82DCA4C730E /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = D970AFBCCE491AFD97982560EF80547D /* MJRefreshStateTrailer.m */; }; - 2BF7BE1115AE5E63724A339701C1D7C3 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = D048EEA2C538E34437213CABDE05B367 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C0D806E4CC111F69F6DA1589BF4DE81 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7052B5C6847A0D99AAECFDBAE2A986DE /* PublicKey.swift */; }; - 2C37F2D2D4CEAD643BD8D6212242A740 /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 252A863351009219A2F57CBDA534762F /* UIRefreshControl+Rx.swift */; }; - 2C6800A5F9C1D1678421E5BEF03AB8C9 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 418F5A60EF82EB1E94957B6AF357586B /* MABaseOverlay+DDCategory.m */; }; - 2CC3AD3D3398B56CF9B85CC4A7F9F439 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A635DC494E40E64A861DE7117FEF5C8 /* QLCompatibility.swift */; }; - 2CFCF233E052F29452123E61CB274CFC /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AF82876A7761FEC4E9AD9EC9BF5A6242 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D4A922D913D6FF29D89DB2348B2867D /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197EDDAD1DCB0E4B87ADA9D95B857467 /* Generate.swift */; }; - 2D83E793BB320606B62CFE1E10C2A490 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 02A8ECE21170BABD7084744B5C9B92A7 /* MJRefreshHeader.m */; }; - 2E3D2707E7E60BE010D3246CD02D6584 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF9C60CD3E460725E23FDEFAE69C3211 /* ESTabBar.swift */; }; - 2E6E030B229443E964DBCE2C5D4D8B85 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = C892EDF810B01E956CEB1CDFB7092040 /* ImageFormat.swift */; }; - 2E7F3CDAAF53377E46D82BA29C31E95C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = F117DB4E1280668E19EFDCC5C705B0EB /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E7FA4C58210383BF37D1DD377DB3D32 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1091ECB77A0C357C087CCAB7FC5097DA /* Platform.Linux.swift */; }; - 2E8ACE2E6DBE1E4629D5B33C79182C82 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46B88BCE5EF476D33B3998340CCE21C2 /* ConstraintPriorityTarget.swift */; }; - 2EB584B7820D5A65FE8F0C0BB5113946 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E12011ACC0C8C85637727C2158BC7D19 /* ConnectableObservableType.swift */; }; - 2EDAF39A638BF0797DAC0C75226CE335 /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A1485A848EF064E96C78749FEABE0E /* UIApplication+Rx.swift */; }; - 302832D4B7652F756A29A925F087C822 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91AB6DCCCE1C9B91158A052DA38EDAE6 /* Concurrency.swift */; }; - 303B93CF0EE553490F73F76D9C534C44 /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41968F99D09B5B4B5F329E5AD03095E7 /* EKNotificationMessageView.swift */; }; - 3063BE33DA99913CC2E0FCC44B2CF19E /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021658DEE86011EC998C2661C79D6C9F /* Disposable.swift */; }; - 308503CCD3E28A3911BCC7004887D711 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC8C42F877BE3BF54882D499DFCC840 /* PriorityQueue.swift */; }; - 3088663B2B31153DD3995BB53A10045A /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = A68BB994FBF93262D6DAF638B419131C /* ZFSliderView.m */; }; - 30ACD1CAC78C8E43E1D890E24250037E /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 760350ED8702553E351ED31BE6E6EC78 /* Just.swift */; }; - 30F03503C4D72FD83161AAD32FC45354 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1487D3A775D803A160D04FF90B35D3B /* ImageProcessor.swift */; }; - 315565D4480169AC96069B97EE6BB0A9 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D9C4F317126A60D22437CECDC6B8E2 /* UIButton+Kingfisher.swift */; }; - 315E6E32711371D1E923D202C5BDF0D4 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF2052A465E860919D81C629EC4C317 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31C23CF66BBB1520FFD4D8C8AFB510DF /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87DA720E3E0F859C140CF22628D6CF08 /* IQUIScrollView+Additions.swift */; }; - 31CF6A9299E02044EA28735F99B19686 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 98A14A8E94A34359BBDBA68679D46E99 /* UIView+ZFFrame.m */; }; - 32D2FA4F8AC6EBE83DDF786AF4629B28 /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53C7D1A685CC61D448A09F980F9AB2CA /* DDAF.swift */; }; - 33043B5E0E8C4E2805481E6D692949AB /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2FECE192B1715B9C9C75C0D2889010 /* JXCategoryIndicatorLineView.m */; }; - 33206CE1C59D7666BDDE9E1465A610EE /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 346D5F1D6700A2A14FA3D6B61049E545 /* ZLEditImageConfiguration.swift */; }; - 33859D3CB90E4ABDB24C9227DFE85E4A /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DB2A1E659D0F8A24E204547B6A17992 /* RetryPolicy.swift */; }; - 348A2399833F70160F70ABBDCB980E2B /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E42EB0C2A7E9FAB5CDC7BBB1F4BCA47 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34982A37330D9AD32085314C583123E2 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE62067CC9A5A38AD17AFE99E1ED1E91 /* Debounce.swift */; }; - 34C07B18252160C63FBD16003E845CFF /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF0D1A793BE07FF5591425F73BB326F /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34EE7B15E96B44F2F505FF8B47CA47BA /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83FB60ADE76DF3FFA0CE93E7E5EB21F5 /* Response.swift */; }; - 34F4C47DFD00CBF46312DFB03A6E8840 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2159902A289BDE6101CBA5575FFADED5 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3530FB5ECF1B91F9E3243BF34F446980 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B51FCA230F641EB093CCD7127C8196 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3542BDC08CBCA8BB1951AB507AB42AA1 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 068F09D6855086CEA2C9D7934F4107A1 /* JXCategoryImageCellModel.m */; }; - 3563535F257C8923038E5C66A70CD288 /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ED1EF9AE1C57704D46D38BDE1FF4E9D /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 356A09B4801D3710D98D6CAC09E9AF6F /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9068F38F483C9E74060000BD6B1EA83B /* NSBundle+DDCategory.m */; }; - 357C743823312159B0278D1810A8A481 /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 533B0B7A559CBA2CCC953FF6D0D57C8E /* EKWrapperView.swift */; }; - 35A75545A9493BBEC99CA5D8F436E5E3 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE50E13DC50918F83545B4D36A106BB /* KingfisherOptionsInfo.swift */; }; - 35B124D386A8A344DB4E378136803251 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = DFDE797A1314E242279B7950F9231A2F /* ZFSmallFloatControlView.m */; }; - 35ED1671F8FD3A5108E1B917130980EE /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F4F8B11EB7420EE50590E123FB6F658 /* EKRatingMessageView.swift */; }; - 361F5D03E21DFB0910B98350786B9CAD /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF02CC8F611181406AC9A8C573E8B7A7 /* Materialize.swift */; }; - 36AB9414D82F70F6517E1948301B56E6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A96026952F9485348F55C40ECAF744 /* SDImageAWebPCoder.m */; }; - 36B204B1822DC0BB1A37AADE7218B28C /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DDFE8E5D6FA75E4818EC2631A314FA /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36F40E8EBE86E294348DF7F319E98D8A /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EFADBF67F401DA20A669184AC61BCF0 /* AutoUI.swift */; }; - 36FEB6DD53D08DB2164BEE84F3653BE7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1138D80CC05C9E6E5B70926A63ED0296 /* Driver.swift */; }; - 371357BFE566BB5AD5FCA41408BFDAF4 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B582A6EA4A99E31035D2D119A58DBAA9 /* PublishSubject.swift */; }; - 372DFC5E474E6F5988D709EE7BAD99E6 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = ABED9149818F1F7438C11EA4896024AF /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 379EF14788368688008C6046091CBA72 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69337E6CD2BBBA19D2A11CEFF94699EE /* ESTabBarItemContentView.swift */; }; - 37DA31E97761C9AD09DB9F3AD80AAA70 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = AA5C9E59E74EA352A3F1FF16B484313F /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3808291BFCAA43687CA6EEEBA0A23A78 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33A59F089775642B9DF81DA577540C3B /* RecursiveLock.swift */; }; - 38113EA83CFE5B14B6BCFC96772A2BDE /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C8470F5E1AD69732A78ECC9E07DABF /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 388BBDF2D1096563AA5C9266E06AF151 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B33ACC2FEDF1F8FD16BF2FEC442CB2 /* NSImage+Compatibility.m */; }; - 38B5C354CCEB18536DC8739368429DA9 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D03503B31EB7BA579176C77F417A32EC /* UIGestureRecognizer+Rx.swift */; }; - 399BF4D667A42A277E91597E89A3CBF0 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6A55B0BA48763E52F1A78361B127616 /* RedirectHandler.swift */; }; - 3A10B0AAD9F15B171EF41F035369BECB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BA0B989DCAA0D298D27635AD8CE001D /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A6E2C4AFDE24B27E1107FCF960F7927 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD6CF8CD3FCE0A2CE8F622D4F3CA57E /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AAB1695C0F9AAE144A7E37E34966F45 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4719DCC2279635A25AFDC98E6B10C112 /* IQTitleBarButtonItem.swift */; }; - 3ACCD6DF1F9C7989B0BB3482AD01D786 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 91BDD2D010708784D25D271742C2EFAC /* SDImageCoder.m */; }; - 3ACFBA19004CE54466BBD8C6BEF1D27B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C62DE41DD4D1813696FEC2B12059421 /* JXCategoryTitleImageView.m */; }; - 3AE1763557FCC9AAB408164944AE7D77 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B42299079911C88C947AEF9372C0185 /* SerialDisposable.swift */; }; - 3B14941EB241AF1ED07CFF634860BE1E /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFE33091DF6C33091F38E52BC0ED5B76 /* RedirectHandler.swift */; }; - 3BA07D26BA7B31AD481DCF513B101864 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B76F72246076510F8666F476B079494 /* ZFPlayerView.m */; }; - 3C11CB98AFEFBE7A201DA71292528A69 /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80767FF08270A2483C97F2BF2AF1B8CC /* EKRatingSymbolView.swift */; }; - 3CA6371C85FE25DFE2889186676D041B /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF7397FBA392A9172F205B08C1A3DBC8 /* PrivateKey.swift */; }; - 3D1DB9B06A570F6243016C3FB3692C4C /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = F2FE1328C79EAAFEDECD356F275CEF27 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D99594286ED1D20D88E0A86886224BA /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F96204D22776D4812DA5191195DA4015 /* SwiftyRSA+ObjC.swift */; }; - 3DB9872080D437F2A851158F1F8F2693 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CCF0F1001E31B30ACD0300723E811D5 /* SDAnimatedImagePlayer.m */; }; - 3DFD9C3AA94590DEB57E60323D7493F8 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = F66F5F12EDA5FAA9E09DFFDCFD2B6B53 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EBC1473805AE2975380A13C46E9394E /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D737A2591FB21115EC89C9034219ABAA /* RxCollectionViewDelegateProxy.swift */; }; - 3ED0A4291D25D0638856D988C3ED44CB /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A788BA6BCBEAF6B7BB070F7C981A87 /* Create.swift */; }; - 3ED2486A34EFAD23ACEA160695EEEAD9 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A0A36BC359E54D9257801C618C2EBF4 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EE1F3D911A2EEFC8A9BC6503440FAA4 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 21684D80511AE9801F40C458EF77E4E7 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EEB15302467C142726D815653A92E15 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A29F754A493B48C6D7B8B31BE2E9FD5 /* SDImageGraphics.m */; }; - 3EFC804679D24748F1AE2B2ECC493751 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = C179816310CFF52615766C736D0BCF29 /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F04950F30488FB6AD475A0519B0B16F /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E0E051DFA34C33FA2AC89D8ED8E2F8 /* JXCategoryCollectionView.m */; }; - 3F67AD396C9B4D06116E69539EDE330C /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7545D8D319D918804FCDED38F98C7054 /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F7C7042BBE1B605BD0FA37056BB1D78 /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6B3AB7B0905C5A02805374A1D6275B /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FE17AA44DD3A1A5179103D3798D079F /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 966823EBB8A2CD11ECEAD63AE39C83CB /* JXCategoryDotCell.m */; }; - 40322DC308FB06758FB929D98C1FF167 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 51BA4FD4A63FD3A3FA1F654405F11CCD /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 406B70834D7638A4706184831DA1BA56 /* DDPersistenceKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD67D9FC0AC67BAE671EA685B5BFA22 /* DDPersistenceKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 408E77F6FB2A28181214F3571597C6E6 /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056A19ADAA161D933A901FA0C9429D37 /* Signature.swift */; }; - 40B1C6950FEF3F6580E7EA6DB58C191E /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D5B7E8D03E15E04F7997E515F84B93E /* ImageTransition.swift */; }; - 40F0EC1B6B9648E6668E369AB598A876 /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AB6ECAED1EC116141E5D52B3BA22E7E5 /* BRResultModel.m */; }; - 4139B49E8556C97A3D8FE0AB885CA1FD /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 86D633588274848F8328523FF39B88D4 /* JXCategoryListContainerRTLCell.m */; }; - 415486C406B7F4398FDBBFCA7C6FAA8F /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D782B64C91434939E5C97315A8460347 /* DDBaseViewController.xcassets */; }; - 417F88073D2B0203BC70C580CA9AACFF /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA8AF9697FF78FD67CD7F7EB527B134 /* EKRootViewController.swift */; }; - 4223E964C57E9A4588FA614FE769EBB1 /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA0288890646D61A1B04189B32CBA765 /* Toast.swift */; }; - 423A35F848C2ACF286C3733820576B57 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 75CF42385B8F2DED86FA77ABC7C49825 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 429AC37278014388FB98EF000ABF9700 /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5944C4385EBF9A29525E95937F752BE3 /* MAPointAnnotation+DDCategory.m */; }; - 42ECA44A736B2290345EFDB19C3311D3 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = E48B5292BDB6447CDF8BD2BBD573A782 /* Box.swift */; }; - 42EFBF5C9BB24C7EA95085FE56E949BA /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B9E7EAAE7FFB02A8C1D0071CBB1B135F /* UIButton+DDCategory.m */; }; - 432CDB24FD1A51EC0E886D74F109EF4F /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EAFC5543FB0A906C7B118C8AE688CBFC /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43851601A073C31B1933352BEABD5BDA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63BC98BCE86949025231A8FD88E085A6 /* Constraint.swift */; }; - 4408CB04AFDA8CC998F4FD00910B4738 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4271C7F102C2EAF39DF0FC60A2C23562 /* SDWebImageOperation.m */; }; - 441793180F0D4EFB3B71D6117EDFA872 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9706F13B782BE5BCB51FDD08B41AB0A5 /* ESTabBarController-swift-dummy.m */; }; - 441E5F3E3ED6811904F96207FFC3A681 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD32F27FEBE0303955AB5AFD28D1B877 /* ConstraintLayoutGuideDSL.swift */; }; - 4433D02EE9231F24E94E5FD44492907C /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670DCA1655F865EE80C7DD7521BD870C /* UIViewController+ZLPhotoBrowser.swift */; }; - 445D52BA058B63171E1CFFA666131CFE /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84065CD15EB64D12C488A6965E0BC33C /* KFImageRenderer.swift */; }; - 4482C25FB41CA449FB31D498FBC4C50C /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D503A2C62BE9FAB606D4B38D3FE882 /* GradientView.swift */; }; - 44BDECE8B10C6DFB4BBFB8621A636FB9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B28A4F7DF7F95DA97BE18A79E24FE66 /* ControlEvent+Signal.swift */; }; - 453C775A0F9ACCD310681A1C49D051AF /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACCE48332935E1D9DF9579277A45F6F0 /* ZLCustomCamera.swift */; }; - 456C758D7BE4EDCF597AD04A3D095711 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 85267F5EB2BC5F5A59816E8FAE875461 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 458F3F6A6624C1F3A7AB2ACCBA43C04E /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB12EFF652EC7504D3B69B0C5798EF64 /* Debug.swift */; }; - 4591BA154B3F857C738AFDB9B28461B5 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE9C6A8DF630CE4D809E2556F2EE70A /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45B5C890DFD9AE048E438D0D73698AD3 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C8970999428799BBD7B4560C6121DFD /* MainScheduler.swift */; }; - 45F2115D4EC21D89A899E9D969CA1810 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680E21F0869EA6849BAFFD6233E3685B /* NSTextView+Rx.swift */; }; - 460726FAEA72E21D26141E4A584E1EA9 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 895A7ED498289E3D550D7128E72ECC39 /* NSAttributedString+DDCategory.m */; }; - 460CAF3FCDD140A11875B67D3124B8BC /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E4978A35C4CEAC2507C92489851BB9 /* Combine.swift */; }; - 46150F571AB8B8C37ABD6D3A04BBE786 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18777742CE8A2DF076D9DF5DC0D0ABA0 /* Error.swift */; }; - 463859BF5F9D7AAD1F9216EA25687599 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B6C8C2341755C45575E89F260DD001C /* MBProgressHUD.m */; }; - 464C0BACBF2990B25DC1444413849288 /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 598AD13A75EE4AA912A3E6B4ACB90E84 /* Driver+Subscription.swift */; }; - 465DDC88E2B046AF9FBB74B1D3D3FECD /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CC07787A6CBF67D4BE3C42BE1874EF0F /* DDAudioPlayerKit_Private-dummy.m */; }; - 466076161BAFA79E1EB9C034956DB0CB /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BE0D0D483F06F9D32F2E0440AA4C6D6 /* EKAccessoryNoteMessageView.swift */; }; - 468F7993E475998F74D45D577A1A8079 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A04A0693B2961EF195010AF48D877EB /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46C36454D8E82CEC47B95D6426063110 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = C45140FF5D5F54E02FA35B70CAEB1770 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4723320357D0EA504D83E69BBCF159D6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = F301E079B1DEE131755DB281DDD4E4B7 /* ZLPhotoConfiguration+Chaining.swift */; }; - 474B94BF4B12B3168F0A330F9858BAD9 /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5140B373171DC813D8038C4EFD288C0A /* DDSwitch.swift */; }; - 474F3D2608AA806A62D858B4D0D25CE1 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D970792962E4994DC8949D80634F972B /* UIBarButtonItem+DDCategory.m */; }; - 475A2347C2C908A8DDEACC4C98C0C388 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = F46BB75CDA2C12056BC0F4D965C14949 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477BADEE897F3C0AA214683C37B50980 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E85F4604B77ADEB2BCC2B40C53135C5 /* DDFontKit_Private-dummy.m */; }; - 479C9D4AE8D55A53F9AA78A89E8F6BF1 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AE3FDBED72811D6766560127CC7FCC /* GIFAnimatedImage.swift */; }; - 479D3FA9117A1388E094BEE1B11F5A00 /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3526DF6DEED39DAD43B0F1E51AD5546C /* InvocableScheduledItem.swift */; }; - 47ABDC62006F547E265B058A1D70E8BA /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CF01AA0DAD7ED709FE78F3DF9B5882 /* RequestCompression.swift */; }; - 484940673D2B49420F4CA31D609A52F3 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBBD33FA3E77A09BCCED46C93157DB0F /* RxTabBarControllerDelegateProxy.swift */; }; - 485764B5F9286604D6A98F746CAA326C /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE9A339C3EAF6B2BDDF074126CCEE04 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 489908D8944C17F469CB8F014D017737 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = D228F059098988452B24E889E478E65F /* Map.swift */; }; - 489EF834E28E8BE7EEE1EF4092BAE0EC /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4308598CD02B0E1743B0563AF1A654 /* ImageDownloaderDelegate.swift */; }; - 48A713B2366964DAF4D1B0D628C95A81 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 58732E985355530AB66245AD5E901555 /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48C8179391555746A729FA6483B7EAB0 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 50D6360A6CD212992BED28261C21B9AE /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48F03D8014ED5A233AFB385173FADA7D /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5682CDC067FD0E11FFDFB0E14F01CD1 /* SchedulerServices+Emulation.swift */; }; - 4980DADD831068300F504E6010C54A08 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A239071099FF279A230B35374A89A751 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B34E046084601F4A21F26D84FE832B /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F390E9E9D4FAC649E5987F414D827F1 /* _RXObjCRuntime.m */; }; - 4A48E82F99ED27665CF929386AB1FFC6 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A96902D3728B3E6EB2246895DA5AEA /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A5855A5E58F24A944BA6D1CEBDC5BBC /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FBB01E69374AF1B15A645D7458A02D7 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A73E66A0348DE3EB7FACE0F8FD7DA61 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72DCB4B4C7C5D877327DA98275665A7D /* ZLPhotoUIConfiguration.swift */; }; - 4A8438BA1927768B5ABF3C58D9B8E25C /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80838D6002FC8FB57480CBBDB6277A4E /* DDToastKit_Private-dummy.m */; }; - 4AEEFC52D4F0E173563EF56901855257 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611BEBEB1B8A780BF689DB7377E78149 /* ZLClipImageDismissAnimatedTransition.swift */; }; - 4B541C41E90C260270E635F42EDC9B7F /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 12D94BB8DA48E3E8142F85012141E23C /* UIImage+ForceDecode.m */; }; - 4B717036F93677425DDB9682C705B644 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8D1A15BE216A7B6238B218EFB85399 /* Alamofire-dummy.m */; }; - 4BB281256AF4C43F5356440D9BCA56AA /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B5AEE3B0BDB64D4880CE7FDCDFF1B89F /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C12DE85147AE7B743C1FBF85A6B4304 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = B9106D8AAAD676EF9EBB83C7F603B24B /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C1F598F2D3B0EF1A1A20C16A5D0454B /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 76BD9CFAED498FA08A0499830D3E12CE /* DDViewControllerAnimatedTransition.m */; }; - 4C2D78F95C25A31C60C9B523DEFA2D17 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E61F4B47100317A0E37B61328C58C8B /* DDBaseNavigationController.m */; }; - 4C83474F88E637BABA6D0FC1ABBD36BD /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DE34E8C8CC1857D03E9F2DE588BA236 /* Bag.swift */; }; - 4D80EADCF5A1430DC70053CE31046259 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90756041FAA664B5A4715E0932D615A7 /* ObservableType+Extensions.swift */; }; - 4DD86C40D4F594076831DF90DFAF5961 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22104946A6E6D3F1EC03C1F079D2260D /* MultipartFormData.swift */; }; - 4E1B724F70879610E56C69765A0E2938 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = D4592B009A5993B4B636AA616DFDF539 /* UIScrollView+ZFPlayer.m */; }; - 4E2E95B4812870A973F2D0FCECF307AA /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF79CDAF7A90C8A457EEDC358A1572F /* NSData+SHA.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EE30E33D02A0D59F317A9CFA0009B01 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 36187100E4C16A2279CBB777BA10F938 /* SDImageIOAnimatedCoder.m */; }; - 4EEB05C55B66338EEC5261DDC2B1A341 /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B44ECA8A112E897D3656F4C3331F96D /* ZLPhotoPreviewCell.swift */; }; - 4F338A6C52C35B05E8A873571A9815D7 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = B494068AA9349582A2F930947A5943CF /* IQKeyboardManager+Internal.swift */; }; - 4F50E550117789F0699F8F37CFA9BA6E /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B4C74426C05C183C17AEFC0AF455A72E /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F59B6CC1D4B3EFAA25F42D96C22FF40 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C6E563022D2BB6D7D6725EB8607316E /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FA542506516B8922F8AADE85C136E1C /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6634098E5CDE320493214DD440B78EF /* JXCategoryIndicatorImageView.m */; }; - 4FB78B49FEF2C50EAD5A5F7761001E02 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EE007DD1E030DAF9A1537DCFFA270B /* Runtime.swift */; }; - 50073679A8A48F3B3D270E46271A96A7 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA2D7F1E401E375B73F554860AEC5527 /* AVAssetImageDataProvider.swift */; }; - 502EA6DB92E0383603F215C479FA7D67 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F937DD857F0388A3DBB544FE8048390A /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50520A6CAB33DD6A5F11562B65CA78A3 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBED9824C1650AF2EC2374C30DFD520 /* JXCategoryTitleImageCell.m */; }; - 506E948BE690B49ADCEA9A3EE5A043E1 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74EC7FFB6FFD2EBDA5291A295139E778 /* SkipUntil.swift */; }; - 50CE790313543FF62160F5B881C45E52 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2776C31A2C1728B6F75D540F8495803F /* Concat.swift */; }; - 50DD8666AF1EAA8E711927A3EBC87508 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A777521945FA1947338098B6E98C3E /* MJRefreshConst.m */; }; - 511B522F19916DD68AF4EFED285AF968 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8746AAE224FA595B69349EC303CD0BC /* IQUIView+Hierarchy.swift */; }; - 513CADFB7F193445B353B7320A624FBD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0187B73AB69B259568785E57026ED6E3 /* JXCategoryIndicatorCell.m */; }; - 51460A037F3BD4D23EB161ED5D9F279F /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 78727D1D00A07905F5EF10DDC86F2D89 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 514C90A8CEB16B4435C31EFE4FA0C025 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50F4E08E7007EB6B5BDE4F5BE0526C5A /* ObserveOn.swift */; }; - 5150F8B34780E4E3DD7CF2219EDCC4C2 /* DDKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3496D171D7199936A964F502D019F74 /* DDKeychain.swift */; }; - 516E3095B8774B6FA0FC6C672ABE4B57 /* UrlLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76C5C1067A78AA34D3638980C032C31A /* UrlLinks.swift */; }; - 51734B077F9900737E1E59F4E5D6CAFE /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A38D49D047D2CC0D258C8F71AD6E153E /* JXCategoryIndicatorParamsModel.m */; }; - 51A04091CC13E866AB53A68044B26D47 /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 07AD96F5A72ADE836979CA023B01513B /* UISwitch+DDCategory.m */; }; - 51A44A46753219CB3E0996BEE54907F8 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6731483D0A5491AD810D98059E89192B /* ConstraintConstantTarget.swift */; }; - 5206731CF4B978F91579C81477B4FEBA /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 001EC3ED9C1BAB4BE438DBCD7A8EBB61 /* SwiftSupport.swift */; }; - 5230D1C53ACB224C4C1063D79629F995 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8A1FA343432B47D7294F51DDF31646 /* UIScrollView+DDCategory.m */; }; - 523D1B0BB7DE56448B35661435267EC0 /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94DF6191969FE65EBCCB58DB94EC682D /* ZLInputTextViewController.swift */; }; - 523D1B7E3260356560241D0C2A66A49E /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = CB697694236D285AB278BB806F008A17 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52563FEE66AB6AC291788E02FEE56DFF /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 612A88ACD75A9814FFE17309561D59C7 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52E7EA351B5EA7DE9BD235418C0484E4 /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AEA0048BAD5C55484ACA14F53FC4F9 /* EKPopUpMessage.swift */; }; - 530C1E6E8D8210BD44D1C17B9A089BDF /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEC989D36AEB894D0DA77F8D32AE8C2 /* UIImageView+ZFCache.m */; }; - 53136C9E69D0BA58AD108FF73345FB79 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35EDB366468B9D6927F47DFAA4261710 /* RxPickerViewDelegateProxy.swift */; }; - 53693C4A79EC833BC3BA47F4CAAC9E44 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F64A9740079BE033C53BC67A4D192B6E /* ClearMessage.swift */; }; - 53B0764704EEAFB1F1AB85BCA26D7324 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3764CAAC840FD29EA621D7E46C27290F /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5434354C379A1C85A849409F278C7BC0 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D3E9FEDD940DF35C72EF3923B8F543 /* DDMutableAttributedString.swift */; }; - 544ECC3E14638E1FDD60FDED6E71A5C0 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCBB3FD65EF7A3B76F12C75A6764C924 /* SessionDelegate.swift */; }; - 54BFDD82C3BBC603F1BA81AA8E103EAD /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA0E872FFBB231728C0776CB76B1725 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54C7634794172F98C306F0B3597D5F8B /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = A929D24BEA87FC051D024D8777ACAD23 /* ZFPortraitControlView.m */; }; - 54E7ACA4C129B78296C039BFE5E61BC6 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11C1DDAE8405BECAD3F70FF39B13EB98 /* ZLGeneralDefine.swift */; }; - 5551815A96AC2006ED7008C9DD3F8F56 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A1CA24032CDF315F31DDF2292E4E637 /* UIImage+MemoryCacheCost.m */; }; - 55681689216EC4EE381D1373452F586C /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 075AB64E5BAAC03F9EBEB1F71CC1606E /* Catch.swift */; }; - 55736FD6531A0F1C3B1FDB92244D02EF /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4402C3FE33C718A6609D0A16193765B0 /* Array+ZLPhotoBrowser.swift */; }; - 5596737D158F381E5905237CAE4C049B /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E399628B30BAB9D3776CAF729C8B3B /* TailRecursiveSink.swift */; }; - 559C39AC9FE303F8E073EC5C205F3C58 /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2062FC52F5099312FF3B5479BA2988EC /* DDAlamofire.swift */; }; - 5619747115BC45D8EF9E0AFBFB7754AC /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E051DDD0FA99D2EB8BF429D791719FB /* Signal.swift */; }; - 564F74F04646D901439FA92F30873B9E /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 459FB3FDE3F26169394B82BCE9B85BF4 /* SharedSequence+Operators+arity.swift */; }; - 5664FEDF3A5F6FBD52B9B19B2EE7360C /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DD69AF05C4BEA95D3F4622BA269E467C /* SDWebImageDownloaderConfig.m */; }; - 568DF1ED8C470080C126EA9D00448949 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 977BA5B3B7C900E648D94999C2C3A4F3 /* DDAttributedString.swift */; }; - 568F1FAE5DAE25264020340462FC6DFF /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D13780773596725F98C66ADA8281B0 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 569DE30FC8737CD824BD33F9EEA60221 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 33597A5C3F7D093C7778ABB56138EE2E /* UITextField+DDCategory.m */; }; - 56D33A6E86B978BD0A7C66442E2D8B52 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331A24D81FB12787EFB0B1B6748AD5D0 /* IQKeyboardManagerConstants.swift */; }; - 56E6249ACC30A676C07E28C381EA77C0 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2F8631D2686E158FE249159BE0D41C /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57096ADF117830FDA4E842AEFAD07BDD /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E2D77477EF1D6FAF500E903E5586171 /* EKAlertMessageView.swift */; }; - 5794353EC66FF75CD75D93DAADA787F1 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9CCA0F105DAF5EBA19EA0C582324C6 /* VirtualTimeConverterType.swift */; }; - 57B80CE67B76B0DFBD48E90021B939B5 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = B35EE5F66075CC626FB0FADCFF6E7ED1 /* Infallible+Bind.swift */; }; - 57F7B5336A1A7C7C0255D92BD569122D /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C6CE2F05935CB255C42DA51F8F6116 /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57FC45421D90ECEC4BFDD97D2F19FB9E /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FECFFF34B47C5CC85C5BB72B9F39A30E /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58236AA8C078BA049D0224B773054304 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1830A1C7CD5DF58A8FABC6D24F9ECB82 /* JXCategoryTitleVerticalZoomCell.m */; }; - 58B65275D1D71CAD6F90C31279B6FCC6 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E51DFC4B9F8E8F0E25EF5617AD95991 /* DDCategoryKit_Private-dummy.m */; }; - 58FBC07F1AB57EE09E9E2283BAEC5C71 /* DDFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C153BBFA2446BAAA706B93C3873425BB /* DDFileManager.swift */; }; - 5939C34E4D2E9A26E09C2334A50D4D39 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63C2C3739394D67B4B03CF92B60566EF /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5943D1EA324ADEC89AA918C05AAF5FC2 /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4F5B57E57EE62C413784FAB23F6C812 /* ApplicationInfo.swift */; }; - 594D1D762E97E1B91F0320C9CDC53E89 /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C0DE566F351E721BEAFB1C5AE4E38326 /* DDMALocationManager.m */; }; - 5992938E905947DC3FAFDB7602E383E8 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DAB001171C520DD5562ECC899C7A456 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 599A18B882F08DE626F2B4BC6FF8388C /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7F9CBF72B8B7DB7D9EE084CA15681C5 /* SwiftToast.swift */; }; - 59D42B6A518B9EA16194171DBE454F94 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FDF2F7A40AB02C98505A8F90D7D569 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A18E4F1E797987FD46675D6E1A9232E /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8B0C1AB1057D4ABCBA7E550BE40363 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B5ABF4903443EAE2989376F637B411E /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515E2E8E0A475B796AC2668A9B58839C /* First.swift */; }; - 5B6B5857AC119BDFE58F748F6A19BB1B /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C93ACA6EE7610F820D3CB307D30DE1D5 /* ConstraintMakerRelatable+Extensions.swift */; }; - 5B9B3869CE36800618F1D641E9B002F5 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D4CB94D609412681DA99D5EE44EEA337 /* MJRefreshFooter.m */; }; - 5BB847676A6F2EC8B5A779AEBC5EEBD8 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58519CF72719BAF7CCF4EAB48DF3D80C /* RxWKNavigationDelegateProxy.swift */; }; - 5BC3B430288A8F5ECFFE9444C8323A95 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EDD6C46DDCEEBC032DC4F44D62EB142C /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BE1573FD25A25AF030B0BF733677457 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8780A782301CF171F0BC6DE4676C5C5 /* Cell+ZLPhotoBrowser.swift */; }; - 5BEB2A988FCD05A226349FD9C4BC4619 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C72B7572C964CDBC51EF5D62F13F16 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C8D180662E74F979FE9FA3DC5BEC582 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = F66B42B01B9F4D27DA505493F36BA41E /* ParameterEncoding.swift */; }; - 5CFCDC35057A3E9FD4B24DD4CBB161AE /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 98BAD5EDB2FBE9D245D58473B90D57F1 /* UIImageView+WebCache.m */; }; - 5D3023A3FDDAEC5C7D316E3C88815548 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8A2160E3F846880B44FCFE24DA9B0D8 /* RxTarget.swift */; }; - 5D630D2F33419B7500AF2D51E0F6E3FC /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D14C59B909AD7FD1F632E89DC79F494 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DA9D5D4FE27BA93CE470741D4A1D202 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7BE4C2EF46543CA250273CA2CC33F46 /* IQKeyboardManager.swift */; }; - 5DAFE0A94768A4F2964685DC73115CB4 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AF36C66231DA23EB486604FE0DF1C05 /* Timer.swift */; }; - 5DC4E3C2A738F07C2943D5C49C79BDA4 /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5AEE2E4940E4239DDBB6B63F10ECDF3 /* EKImageNoteMessageView.swift */; }; - 5E228FEF4C8DAD374328D4560B129417 /* DDDateKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB52FED9254DA9A3B6C0214E94307180 /* DDDateKit_Private-dummy.m */; }; - 5E2A86C5FEC548B0CB94184D17AA0198 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B7D0EC9B56100DE2B1472BEFBB87B4 /* SubjectType.swift */; }; - 5E72F5BCF8F32B1B613D8D1045780B87 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = E30CECBEFC05F00C0AD886CF17434471 /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EFB9B488300A7396D40C60E2ABB5CEB /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E07DEBB0835276A013F70A6F5F1487B /* SDWebImageOptionsProcessor.m */; }; - 5F178DC2C4D71599481251FAC75742E2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3053B62FF9DEAB08B3D58C017394135A /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F41ADDEE1A3170476DADD035BFF8DAB /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BA2BB14F802937A33C5606F3B5662B /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F73068079D791AB651DA5F0563C5EB9 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 825A9C758C9B828BB90CFA45F67A8253 /* IQBarButtonItem.swift */; }; - 5FEB0A58659C60C0B299319EEB72E290 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = BEE607789BFC378417640E2C7606C1E1 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6003B1CC1641FF8CD97FB90F9889260C /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09F5763CC0A18FAA3D8B656630BFB02 /* ObservableConvertibleType.swift */; }; - 602CC4A58ED9B538AFD8A04290F44C75 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A6612019F7B614A18A4B128FD639D2DC /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 604F48C40E1846040D8B9599AA8DDAE3 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6004F901ED630A304376E1E76884811 /* PrimitiveSequence+Concurrency.swift */; }; - 6050BC07183BC67B607892D4570AD0DC /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 367BFBC03A9E5237F126049FBEDDE5F1 /* SingleAssignmentDisposable.swift */; }; - 60718E42CA3558C8BDFE26DF1E15BFE8 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB10191E9C66DEADA0E112A87F5AB2C5 /* Single.swift */; }; - 608E5CD7CA96A3E486C33D9F312FC900 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CB1AE09B948FD1604DD10BBF515EACF /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60EF2DF520F1164BB293FB035B4F965E /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E75B21EA8BB584C772D0946837EDA8C /* UIView+Responder.swift */; }; - 619BD8E82F2F43F5D3D8D6A3496CE9BB /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FA153BE2A3FAF52556ED1AD52FCFA278 /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61B5D7DACF71FABBA2A23BC96030639D /* DDPersistenceKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25F3174E389D94EEC73FC0D464DF0886 /* DDPersistenceKit_Private-dummy.m */; }; - 61D255732EDAC6C0AAFE209C90F346FC /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A23F6E6BA79AD6360764D1D4D6227CA /* ImageDrawing.swift */; }; - 6210A5E8C94D9610DD9326F3F053E236 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC93AA5AB82FAB39C7A34F4FCCC884D /* EKTextField.swift */; }; - 62205927FF7EEB992A9BE9BBC3A00EF2 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2C12554D3858899703E4BC108A0742 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62643C2B0784DD59DA7827A6E98164E4 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 908BEC7475EC7069230A7ABEBDC735EC /* RxTextViewDelegateProxy.swift */; }; - 62645F034EC4123B63B4EF816CA13844 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C99C982F36D335215D997E3397A66C5 /* SDWebImageIndicator.m */; }; - 62AA511D566BEA64B2DF7CEF1AF91B9E /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E1FAB3FB7803F1BFBCF2A3086726FE24 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62E03A7C90AC5E5B1D0112A6CC78F131 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C77CDA513FDA8792732D838E68C23C /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 638AD6074B37A0C82745B41ABB520CEF /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 06A76BF0CDE0D0EE4F3C67AC8A467A85 /* DDMANaviManager.m */; }; - 639859131F5B6B971A6D5F13570E2E5D /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B90285CEDF5C4E71DF8B43F791EACE8 /* EKAttributes+Position.swift */; }; - 63FFF49598498CF8C2ED679A60632466 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819875DD44E46A544AB0B4FCD41CA140 /* Request.swift */; }; - 6405B88F00699FB27D556521FA391E9B /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F06DA575740BDCE600CDEB253AD2D4B /* ZLThumbnailViewController.swift */; }; - 6494347F049B7EC6FC61F86A4E757BED /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0A1A5E1EBDE0C44F3691ADDCFB68F17 /* ConstraintViewDSL.swift */; }; - 64C3041F08A2B870F8EE53C9DCF2A5AE /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0F22678D83DB24069FF83BE86F6925 /* UIButton+WebCache.m */; }; - 64E217B3FE62EEA10B5EB992A7B2435D /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBC6A3785F6A94E9DB5161106065000 /* UIActivityIndicatorView+Rx.swift */; }; - 65393DFEDA642FBE76283D75C070E00B /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65EBA4CADF6F59619565438C9388F17F /* ColorUtil.swift */; }; - 653CDA931425BC102ACA70C32819CD11 /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 695DF486D9F4F703501074A0B8E2FBC4 /* AsyncSubject.swift */; }; - 659075391B642E87AA542B9F3EC30173 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = E400AEA9C51E0FED1C078D763E8D6464 /* SharedSequence.swift */; }; - 65FBF2652959C0C03F5BEB1A97949DCF /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8EF96B553A9EA6C69B3FC284D5676C2 /* Protected.swift */; }; - 662D8B722CE76FE956E05768FD3ED3B0 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 004058421FD37542C2E9E773AFFE82D9 /* MJRefreshComponent.m */; }; - 6643E151818434BBCB5D20BF508EB03A /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C76B5E70B4D898F41E9E7ACBA379ECB5 /* DDBasicControlsKit_Private-dummy.m */; }; - 668C9B800095794E5D00090BB2E3CECE /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E832D0D93646D527524F379CA0F7E0C /* ShareReplayScope.swift */; }; - 669426523C46BED22DB96FFC90045F60 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 19D80B93D024259C9B1C59BE3BFB7343 /* SDAnimatedImage.m */; }; - 66A4D5DEBBA734D31FC0052BC438A63C /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350C3E914996B518D8BDEAA0B918960A /* EKAttributes+Animation.swift */; }; - 66A90DE49D5D62A6B8B93B1BEB6BB0E6 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 18EE8FE16C843038674A2F975540DE6C /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66B230DF4FD3A8ED74F8876F6F347D5B /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F53A7D0850CF9C866561758DBB721B9 /* MemoryStorage.swift */; }; - 66B8B64583388FBE6401760C7858A1D2 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A820916FD35A97DDA0C40B87A245AB /* PrimitiveSequence+Zip+arity.swift */; }; - 66EBF250FBDF17D3ECF9D4727650C6FE /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8837278D393EE27085A90676870D70 /* ImageView+Kingfisher.swift */; }; - 67361CCD8BA6B13F5AFA500684267561 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = A5F0E480ADFAE0941A4A45D2092F96CA /* JXCategoryViewAnimator.m */; }; - 67613012FC19662F5A1A452C9DFD7AF3 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7B8E2E56B87640E45774AED51BCFBFA /* EventMonitor.swift */; }; - 678E3ECA55B06B72144E0F1FCB7792D7 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3422ED9D6C0127C3DC59FB3EE6D52559 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - 67F2E90F42B5116F653D1FCC9C2E9D4A /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A2254DCC6795526427F2D4ED1B1784E /* PHAsset+ZLPhotoBrowser.swift */; }; - 6819E936EDDC5F64E03965DDA16F6EA2 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89A8F2B473BB71C2CBDF1244BAFCACA1 /* ZLProgressHUD.swift */; }; - 685297AE4AE28A8EA07BECA639E313E9 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5986CDE794A156B3636DD2D580BBB605 /* DDView.swift */; }; - 68B4FCC1E1A2735532B81982ECC9BE5B /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF150793F4A691B8A872D5EBB479516 /* SessionDelegate.swift */; }; - 68C20F65E3110735F394C2D1E0E60AC5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = CF80899D2495C7BE036B9B834F43F85B /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68E3BB3C139447BA9A82E53CF485909F /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E12D130D94309D245A7558243F825FF /* SDImageCachesManagerOperation.m */; }; - 69628B06AF6EDF37ABECD410CCFF53D7 /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 252E55CC1C25924BD6AF05A585B43E36 /* SwiftEntryKit.swift */; }; - 698D4BC94388BEEF0696C5F30A549DAB /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 729806BC66AEA6B28FC5D5F4ECA72142 /* RTLManager.m */; }; - 69EC7466EB3C133CE0D82257EF336100 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9E838D4D2E132B84D82CEA1AC8945F /* ServerTrustEvaluation.swift */; }; - 6A6383D19FF985A850154722F2BAC12E /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F4CA2314718905747A035C53E6AED09 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A6F48CBEC40D32D1FED610A00C2CB8F /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EE17AA3FD910663786A7D31DF2473C02 /* ZFPresentTransition.m */; }; - 6B243EEB7444D034A045EB712ECBF436 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = ECB169C563ECB993C26B73AF5D9608EC /* DriveRouteCustomAnnotationView.m */; }; - 6B354D42839B601C9DEFD984415411EF /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D68E398F265A9680E5551CB2F398D07 /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B553F2B3704D9BD7FF7FCE04E403CC1 /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCDFDB4CCF97E3C28D35A9A0DBC662B4 /* UIFont+ZLPhotoBrowser.swift */; }; - 6B5DA39E14AFA54BF0994DB3AC694772 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA687951E727CDD0EBF7CDEB4087B24 /* LayoutConstraintItem.swift */; }; - 6B66FA28308AAD03CF48491A2156DBDE /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 482762555FB614D7C352DB18D4800589 /* SDImageHEICCoder.m */; }; - 6BCEC0DE81E072E922CE82BF2C10D0D1 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FDC9ADD43D0A4191E8CAFE711776F8B /* BRDatePickerView+BR.m */; }; - 6BD973EF2D9AEAAA897F19ABE6ADB442 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = E11785C967CBDA62ED24303507B7D624 /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C2F2ECFF4586C9C630A06CA7245268A /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BE27EA22FEDED844B70C6B1C4A6C9E /* Deferred.swift */; }; - 6C3B575651FF6BCDC6907608E2F89583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9342467C263A6278178ECA603F1F331 /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C850BF5602E027A876A27784A160519 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E48D31389515CE1425AE5FF548D03BFB /* EKRatingSymbolsContainerView.swift */; }; - 6CBB8A0459051E23B564D2D128E4B219 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E9E21E37AA6E35ADC6CE581560D2B7 /* UIImage+GIF.m */; }; - 6CCDD8BBD40821514AC48F42628D4D7A /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DF1756415A786980ECA1BB2B8AFC42 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CEA6FC42B1EBFB8EB263DDD2295BA1B /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 938FC39C17E20F023246FF1AC1F499E7 /* SDAnimatedImageView+WebCache.m */; }; - 6D04BB428ED55D57D68354552C043A49 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BACC83E9D3E5EFD56B086FC5F7E2245 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D1295F002B144E1731C38BEDF62855E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A6C59100D46F12E5A6666688D18C88 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D8A1EAC97E1ABC816801F06E11AEF2A /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3219426E4F3FD7897AAC52CA05A8F7E6 /* EKFormMessageView.swift */; }; - 6D9162F60E7975B61948B1E253941FB8 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F7523D308082871242D3259759D48D /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DBCD383C164E5ACF1DAD34C9E2FCE34 /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA6B6574589A7CE331DEAB1BF3F872C /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E79B8E1DBB132B9953B5F37A743CB43 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 445653D373DDD64B70893E6EA222D4D0 /* JXCategoryIndicatorComponentView.m */; }; - 6E9CFF84A4911D0010CF676FCC5F81A3 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = D14687E11992B00E2EC67D5D0B156FAB /* DDBaseTextView.m */; }; - 6EE3CE5E6C7683F30D2D59D0ADAC6FDA /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 512F57ED861FF524D432982BE5E54FD9 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F1697BC66902A6089A108DFE1E31B00 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 531B85D235052445F34DFA3A8AF83CE2 /* DDTableViewCell.swift */; }; - 6F1EC7D7C6057783745CD6C5C41EE5EF /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82381EF8FD2C45EC94AACAA43F1D608F /* ZLPhotoBrowser.swift */; }; - 6F46408B20EA653BE535660788D44444 /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 94B3885E4165C5E0475BE218192F1980 /* ZFLandscapeViewController.m */; }; - 6F6324778DAEAC9A6B9C1E5EFEBBA492 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945D9DEB6DE62702B771CD525D4D6E31 /* Signal+Subscription.swift */; }; - 6FAFD661B194069BCA77883FB488E50A /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB8008F28E992F1E7C77ACC5BECD225C /* ConstraintMaker.swift */; }; - 6FCCBD397D9B887B427DD63D118DE589 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F15615C554321860947F3F033A74784B /* DDMAMapKit_Private-dummy.m */; }; - 701681C35B325B45CD0E46CF0D5471F1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 981406F9B5F3413D277B3A59FF76CC24 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 709711B731CC35DA65084FE1C1A2F73C /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C955105A4232262B0F250A4854DF13F8 /* X509Certificate.swift */; }; - 70AC10609FB1A12D49AAF643F6DB6799 /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDAFDAE997EA7EBAFACE1AAFBD995143 /* UISwitch+Rx.swift */; }; - 70AED23C9E4B7C54A57E04BB493B1632 /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F09240B7FAC1C5083A7080E8BB00C092 /* DDColorKit_Private-dummy.m */; }; - 70CB725EC2D3E4977E8C55CE9EAC4D0A /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 097E13B0FBAC9A19BBDFD8EFBB6C4274 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 712C6602ED4B0CE3766C7B1D0364D0D1 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F28C733E3D4BEA0AFCE32973175449B5 /* Buffer.swift */; }; - 714B1CA2AD44049A52267BE368CD4C8E /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 073D57F8530EF58F8B2695D33C52C103 /* SwiftEntryKit-dummy.m */; }; - 71BACD458EFE7CF21260654449513C75 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 824CD32473F630A29C23680CFB80BF43 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71E369AC039524E2F13AC548B3B043EA /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DA82A0420F6BFBE27A9D8300054CAE39 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 721A97ACFEC77E36D1023E41BB0AE1AC /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B1DFE9D8CBEA5B7338BC49C4BA8DE70 /* EKAttributes+BackgroundStyle.swift */; }; - 72B0A8793C1F38AA19A0CD865BEE8BE7 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9493F209E1A72B5F9AA34EFB4791CD89 /* EKAttributes+Validations.swift */; }; - 731BC8F0B05F16D9E44C9EA00B22F4C9 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C9C80444869892D83C1EC20837706E /* Session.swift */; }; - 73A9E4170A91F0F715E9E7C1F069FA45 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C88DB2158954CCE757BEA7505B90698 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73E288FCEA27F5DEB683B074F96D0846 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23DF451B2D1EA93BB04D9A1555F12B97 /* SharedSequence+Concurrency.swift */; }; - 73FFFD550E5D834616601E46F7468513 /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69A8939AFDBB59CA488128BCB1B13D76 /* RxSearchBarDelegateProxy.swift */; }; - 7409FFC5269708E4F4606C21C9DF1B97 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F770276E9796C92ECB5F81BBCE29C9 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 745D1703E1D29FD12340402A7F6B71D5 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DB305C48B451671F597DD6D4E350632 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7539BFBC46E1BB8AE022CB250A405582 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2770DF387DCEF9E5B868D1E90441B54D /* HTTPHeaders.swift */; }; - 756BF9B8FB680C8BB0B5FC56CD9E0831 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = C06931263BF3AFBDF5002D9B08D10E5B /* ImageBinder.swift */; }; - 757DAD9E812317B7B8FECFBD78953286 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = FD147CF93E642F8C8327D4B949514E01 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75838A964C379AB1214F4BBCED359F7B /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 638E04DFAB5ED0DF3FDE525A300F5105 /* SubscribeOn.swift */; }; - 75962201E03EB435C7FDDA34DB38C82D /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C17F282B8228A19024F5DDEDBF7AAAE /* UIFont+DDCategory.m */; }; - 75A2E216A17F4AF6B23758F0F5188647 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADF69ADAEF1AB8324790A680A756B52A /* ConstraintView.swift */; }; - 75C045B811885FBDF3FCB78F77326FDF /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5403090038659DBC3144692ACC7471C3 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75CD78F516227CC85280513E37D97F75 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BBBF9DDB650CE6D2716091291FC1AB7 /* ScheduledItem.swift */; }; - 760D7A5A2409555F4B6A8100ED8A5528 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7384F848EDDC81FDE78E4E5022710A4B /* Observable.swift */; }; - 7615AD04C15B5C1E8A259A80825D68FC /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = A2D167E4E14174D51B3D85782C355312 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7656BBC9EAB46594929535E30A03C54A /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4DC451BA4C387373DD0A5D92384E95 /* Optional.swift */; }; - 76A190B0F869A4BA61AFA27C1EB92F4B /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1B10123A89150CD48B6356ADCEFA43 /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76BCD01DEA5DFB76E7975B68591D4235 /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F44E74C6006177A41C824976B9F1C37 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76C7D273C6E5D59AE6B46FABD80F529B /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E76D95B940A95E6D6263F0B1607DA276 /* NSThread+DDCategory.m */; }; - 76FFD8BBEBFDA70717385A5C74DFDEA1 /* DDUtilsSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 591A16C94FA8D6444EEE2C078A80704A /* DDUtilsSwiftKit_Private-dummy.m */; }; - 7700D571BD960334CD5930A8580BE217 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 57FA6C31A0DFAEBB0C7FFCB466EF8BAE /* UIImage+DDCategory.m */; }; - 774CFF5DF8BB0D8AF40C421AC4E7427C /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB0B581D93249AC6BF2C06BBFBEFB9F /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7772F0679B865D3D92C4271257716D11 /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02F726FC7ED87F7B8730111549B73D36 /* GroupedObservable.swift */; }; - 77D340EE702D19DE31FA1A1E99F3FD52 /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 25DC10DBF824B5032541EE316AED34C7 /* DDNavigationControllerDelegateReceiver.m */; }; - 7800433CAE99BDC6FDAE734B7BCB4889 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B49B38B97EB1FA1155797CEC43040685 /* ConstraintRelation.swift */; }; - 780B82DCFDBD9C2D7E5C92DF80FF1630 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 017D1886743B7E418A1C9207EC5A5A55 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7867E2730114828625D52A47C43CCD2B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE04A96F18BC7D06D7672F5EE6297DE /* SDImageCache.m */; }; - 7899DDE84093B31ED54B226BB1F518BE /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A142FD3463C402B7113B9177ACEFF41 /* Bag+Rx.swift */; }; - 78F19D9EAA15F4779D096963F790CF62 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C6214643180C0CA13B51B4FBBE8591 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78F42347772C57AEB0CE35F118F14AD5 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 82B60E44A37BD842A730DF0851F22959 /* JXCategoryIndicatorTriangleView.m */; }; - 791629CECDE0D6A5445563A3E0025ACF /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D01B0271BE4A4D8251065CD49E47E7F /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 792129D5856B65A190DD61ECDA18F45D /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8340335F87970E187934330CF45F71F7 /* Scan.swift */; }; - 7927E6770872983115C36150EAD11B8D /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E93AD06F3A725045DDC93B687D34062 /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 793F19320DBE5EBACB9D67FA411F720A /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04858D2C49298CD04C1A96924153512D /* ObservableConvertibleType+SharedSequence.swift */; }; - 794C8686B1DFD5AA5216F9165ABD8EE3 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD89FC27F733EF79AA5050F11D88E60B /* JXCategoryListContainerView.m */; }; - 79D547FB7599B9D84A5F5697924BC58B /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9F9D2175159BA92890748359431D24D /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F7344C573425769AF35D858AD4A67E /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 58A58291097C2E961655384D664AA063 /* UICollectionViewLayout+MJRefresh.m */; }; - 7A6935099F0BE481D9827079C0BAD4D6 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3631EBB5CEA95C5ABDF951F3DBFBABB6 /* ImageContext.swift */; }; - 7A852F0AF1F3E1693579BFB0EE3DFEAA /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01155DBE6335C450D76C8588CCF5EF24 /* IQUIView+IQKeyboardToolbar.swift */; }; - 7ABFC8DDB94ABE4C0687BC981E98A2BE /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5E0007CFF5D3681BF0C6E718769F0 /* ZLPhotoPreviewSheet.swift */; }; - 7B0B8A575C497874E971408584743E02 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0011C27F0FA4B246A6CDA2C867CA8706 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B11736F617525245D4679CD2782FB11 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E6B9A16F34DE78791CC6F4B86A18D5 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B45550C7795D7B29E6E558F00864D1E /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C94417B47DB2A451750248BBEC7ED4C /* UIImage+ZLPhotoBrowser.swift */; }; - 7BB4A07C23154788374B2921EC730161 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A56E27B55D4854C0B966014B678C42E6 /* UIScreen+DDCategory.m */; }; - 7C372E51120A6B4C8839D5B67723E7F6 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC88B14B6325A8AD5411932D6E01818 /* DelaySubscription.swift */; }; - 7C4555B4F80F91CE5F03F39C2D64D86D /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E4F1029864FF29416759745683C746C /* IQKeyboardManager+Debug.swift */; }; - 7C6612D6212B9BCA43CEA708B1989C23 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 623D6D878A739FCBECC936EB71ADA61E /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CAD2C0EC229A92286D2C1383D25F28A /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8E8EAAB9141985304F18F2D1C0AB626 /* Binder.swift */; }; - 7CC298CB85BBB9C814F22B8AAEF94281 /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA77A1084F7ADBFA0798EC1273F2AAC /* IQPreviousNextView.swift */; }; - 7CDD4BF0209AA2F717C7546D5B6BF979 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = FFE85FD7016B363F920572362C6E6CDF /* ZFPersentInteractiveTransition.m */; }; - 7D11B4B771600E6995E87D41605BFAFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A065603051DDA53100BE73A4EE74472 /* Kingfisher.swift */; }; - 7D23A05408E0E17BB56E5909C983386D /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D86EB47E07340817B221D380FDC25F4 /* Notifications.swift */; }; - 7D2B3960EAADF509725141DC9EB3FD37 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E225B242515443854FAA700E390134 /* UIWindow+DDCategory.m */; }; - 7D5AC16F195967267DAD36F198E0A5F0 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F709C4CEC3FFE09222E533513004AB /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DF26FE5A9AF886EEA362BD9C81678E7 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC6674AEF8DB76D4D70250887CAC012B /* SwiftyRSAError.swift */; }; - 7E77F7A02B348F2B136DC0548A0AADB1 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B7C8BDF711316B05AEEA2337B1AFE73 /* RxPickerViewDataSourceProxy.swift */; }; - 7E89E3B38E4ACBC2954D330AB4FF0293 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56777546892EB99CA6E840243C2E821C /* ZLClipImageViewController.swift */; }; - 7E9CB89FA3B14991D8C31254F7594BAF /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EB845FB9BF601DDFCA671168F9AC709 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EB3D7C00B056C2849220D2E6DCCCDC6 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41904D685CBDB799AEFD35D279583DD0 /* TakeLast.swift */; }; - 7F646201C11F75FEB2701844D49DF702 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = C8EC2F46B4DE794A37BC833EB62C38F4 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F71AD73F7405C6B59591FFC96EFCD46 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDF9527D8347D3792032A242010C9B69 /* KFImageOptions.swift */; }; - 7F9C36B013D01F2188457E0D3A7AEF07 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 55AFDCBD881FE7A52172629ED4E7C220 /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FD541C37F57A49DA86354FB0AC6CB72 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EF4B8A5F860BC2492F5ABE7E0800F5 /* HTTPMethod.swift */; }; - 7FD5933A76D02D235B287A8133624209 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455602457BCE47E75CDFDF52AC926AFE /* InvocableType.swift */; }; - 80474D488D0DE9EEB589E4B5F9EE1256 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62FF34DCBED186985C3F2022A23AB7A4 /* DispatchQueue+Extensions.swift */; }; - 80707A9E832C8EEAC361896B59A1DE19 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C98828FF29A390E8126167BA04048C5 /* IQUIViewController+Additions.swift */; }; - 809174478F55FCD93B0706148F6D9B72 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = CB39832A4E291FF6EFC0C072E595C60A /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80BC7581EDC7EF248D8E56A3AB986B53 /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B0B7ED1BC9BA35F1AE1B067FAD0A4A /* RxTabBarDelegateProxy.swift */; }; - 813567124B996AD29CCAF98621B4D917 /* DDUtilsSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DDEA43093D5B56BC73A61670E210D99 /* DDUtilsSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81452427ADF1E98E642A1233E6B650B0 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670D474373706A92D29663645AD1CF70 /* UIScrollView+Rx.swift */; }; - 81495AC63688C3355033D5BA9CCFC035 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5C219FDA26E7EB959C049ED7A8773E /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 814AA2BB51B51E467391D717BF24FAE5 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 13C9C0AC200138A94A5F47FA44074EDF /* SDWebImageDownloaderRequestModifier.m */; }; - 815275DCB23E972B3FD5979BBE77CB0F /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E07AB83DC8F2A6A71BE8B760AC698C28 /* Completable.swift */; }; - 81A3D9DB1BECA7DD9A94142824783DD8 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DB7826F47D26408DCF6822A6C3ED301 /* ZLFetchImageOperation.swift */; }; - 81AF1CC864FAA4F183F389DF45E31B77 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF9A483DA8FCA8E926874BFF838287CA /* CompactMap.swift */; }; - 81E52185084B76A2BE6C49F315FCDB62 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F5F098D0EE565E77858A72B646F1793 /* Amb.swift */; }; - 81FD4731F5CE69DB93A7845FF2BFE6A7 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7AAC955D2991C38C63A4C7F6ED3CBE0 /* TVMonogramView+Kingfisher.swift */; }; - 82300175606EA43BE4BF57888C4A77E8 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = 8536AE03B31257297F43350C66CB18B9 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82F6C49CD5442529B117D4B77ECD8518 /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5262D56A707B2F3A10105D6B0649666 /* EKStyleView.swift */; }; - 831254EFC2C2C803504469336A8C716C /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9246CAB8A9CF2D0440A4377F4A6E228 /* Image.swift */; }; - 835173C7877CC2512FC25FC6EBBA0350 /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0045D9CD9605D727083ACA9E6D45FD /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; - 83888A11B0701E2D4EE236DFA1E56800 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6720BD785D9587850DEBB8F795BB803 /* Result+Alamofire.swift */; }; - 83938D5CBB19BD3E148DA8E030218776 /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0F048ADD1AFDE0AF29E4A0AEE768E9 /* MATraceReplayOverlay.m */; }; - 83C8F1C636B757CB5FB662326BC3BEF1 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 928CAAED0CA336BA290B0B363B993332 /* Infallible+Create.swift */; }; - 83E6942D599D10B74AA8457BACDC9C0F /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F128327EF87C9F7613606EA2ACD9CB /* ConstraintInsets.swift */; }; - 83FB80448888FC123E9A45527EEC1C92 /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BD1101F3CFFD82DBE23B8E408035927F /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 841447C2E526E658EC8102873B77A9C9 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7855AD924A03CC14DF8DE329A38881A8 /* DDTableView.swift */; }; - 841CBECFA7ACFAE2626EC33AF8D12DA3 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF9E9DCA34C6E48CD8C5A7FB954C305 /* Maybe.swift */; }; - 84505063AEBCB40D30A5BFCC93539C8E /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 24F045008C71C6E8D96485CA60FF1E06 /* NSObject+DDCategory.m */; }; - 8467E270758278816859E50FB4E3DC73 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5137146B4EA89E0A9C54FAAD14D3A2B7 /* Observable+Bind.swift */; }; - 84CBB8B38762FD16B0BF7B4BA778228E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445B707C1BAC73685FC424FB216FF01B /* EntryCachingHeuristic.swift */; }; - 84DC0626D65FE608EACE77EE19BCF92F /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0364D9036BCE7191D6EDA310CC544D1D /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 855818B53CDD3E3102ED4CEDC16FF11F /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0264F1A0DAFD49AB1AE1A02C67A70B07 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 856298055AD0D85195CB2A081508EA87 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53067849F00C28C8250B29FAD457728E /* Do.swift */; }; - 8585EE2B4CFC73211A2D8D08ACCD9646 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54E472B29463856D398CB85C8FDC74CF /* ConstraintLayoutGuide.swift */; }; - 8620470517C811FD4767A6DD0371D0D5 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F7617FA840CA2C5EF501E77A33331F7F /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86997C2E83106153831376DF4CB88084 /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 623EAAEF56C6CB021B94B0E4B9FDF51D /* ZLWeakProxy.swift */; }; - 86EFDCFB015C812E2695EA28F9F3B88F /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FD6D86DB2B5143F12EDC52377F7DD8FF /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87470AF75922B5A56B07AB5F3873F468 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC237A3E7F61DE7A9B7295BE923CC226 /* Queue.swift */; }; - 87557570DC30F0D36B82F72429D25366 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 232C5752ED5EC1CB7C0C5B682604276C /* CPListItem+Kingfisher.swift */; }; - 87604C2B9F5FB788F26D7D2AF954710E /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A0AC01F93B55CD2A774592942230932F /* UITableViewCell+DDCategory.m */; }; - 876F0A0ED17438D064D6255B031ED91B /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D25CA8C044A629279B58BC561BBF851 /* UIViewController+ZFPlayerRotation.m */; }; - 8772F32DE15FC5E2426A36349DE9E7C8 /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AD350AEC06DCE4D09F9530B4FED13F99 /* JXCategoryTitleVerticalZoomCellModel.m */; }; - 878B6B1A4C24B3D46773E79E0294CC89 /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F91D82128C88F8FEE99E41FEFC53FD92 /* PublishRelay+Signal.swift */; }; - 87E790F289BC43498505B6D68AD37C12 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = B2A298E8A5B57FAA201C1C0DBEA7CAB3 /* UIColor+SDHexString.m */; }; - 87E876627F3BB158FD39966792B76B65 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EED18ECE0C13BB824FD381CC8376DC8E /* ZLVideoManager.swift */; }; - 887595F20B78C5473EA5B93D699737A6 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A471C101DE6EBC17AB92607E8C50A57 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88B17205B2AAB6D5631D3B0454523190 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 451B4A45731E6921CEEF30DC119E51F8 /* NSMutableParagraphStyle+DDCategory.m */; }; - 88E67755F51F1CA22343EAA1CFBD41E7 /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92F3F8389AC7E93F0E23CA9545F497E5 /* DDProgressHUD.swift */; }; - 88E8C4E6532C1885DE243488021CF2D2 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F27BE3449909590C21892F4630B167AA /* AuthenticationInterceptor.swift */; }; - 8963A3DAF031290FC09A2188831C63B5 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4176A9804AAD8DFE6F4960F262C391DD /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A0B21E6BF5B2E44B79BB9546EF7F27F /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C3F492ECDED5AEC5776418B022C88DF0 /* DDBaseImageView.m */; }; - 8A3E8C9849B1E73D113589B8F007E566 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C29AF376F9CD2203EBF41252DB134EA /* JXCategoryTitleCellModel.m */; }; - 8A5D7CFB78278C7861D3061D212B189D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 222A2C63B151841A973B40AFBA0EF946 /* SDWebImageCacheKeyFilter.m */; }; - 8A6158438F3B894DE7F91DE5FE93C795 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E24A357B943CA69B149AD541D0EDA16 /* Message.swift */; }; - 8A64ED4C758DC20F9F638F956789182F /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9D3D4F4DCD54604A9A58324979D486 /* UIView+QuickLayout.swift */; }; - 8A76F9D3DC5645754BDAA8CAE5A2E993 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D7B50B133B6EAE71C50F6BB2A79BE63D /* UIImageView+DDCategory.m */; }; - 8A93BFC4ECE061648BEDA3A17DF34B7D /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 67DDD7CBCF7228BA1C3B76ADEF95C24C /* JXCategoryImageCell.m */; }; - 8AD2950E96CAF68E45461D5BA86964FE /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C6A3C9F8F78FE31D3FEB96D244AEC627 /* NSURL+DDCategory.m */; }; - 8AE63F25EF4DF96919B34F6200CC091D /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = F45FDD7BE1E85A9B1AE52CCC3E217577 /* Observable+Concurrency.swift */; }; - 8B1A402F74B6E4E6F42C395DDE64169C /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D63278BF9060318045BCCA2EDFC85F /* KVORepresentable+CoreGraphics.swift */; }; - 8B3145567FD389F30FCBB34C08F60CB0 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7910C77BF5134F2827C95EB9BEF0214A /* Platform.Linux.swift */; }; - 8B5C7472AB1189940F2C7A38AB4E5D57 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DDCE02F2565FF57325866D91D9670A05 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B753F9A4427257D3732F4AE2E2EDCCD /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 11989AF548149E0235FAB3F0ACA35ED0 /* SDWebImageDownloaderResponseModifier.m */; }; + 00076F7F7FC7EF9FBD6CAE185C0D359B /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = D704D6A35DF4622B7398E732D6ED8E57 /* Sequence.swift */; }; + 00149C338A154F7A90372D9D111E890D /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A821BEBE1EAF20B2D22D0B87ADE6CA4 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 012C3348FDB9BD307BC866EC0B5D23A3 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D4E35FFAE01DC349BE0F050EEF7CB3C /* SDImageCacheDefine.m */; }; + 016189BDA510202C76A5B1BF7B6A5C64 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E54F1F80E988005D646796E532D54A5 /* RefCountDisposable.swift */; }; + 01B815BD97E0BA94CF89C42FE41254A8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ECA08FC885AE3ED6615546A3A15155A /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01C132EB3605024492C96C11F1094D0B /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7A2C1CEE4F24D36F16B60F5E6F88E91 /* InfiniteSequence.swift */; }; + 01D8AE321F1FA71F2D43127EAC90559D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 536600AFCEAE18645A692BF6F89AD2DC /* NSButton+WebCache.m */; }; + 01D98686F4FD9D7496836D3989AD3525 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B7CBC1F9794E96B4E20B046CDE8A30 /* ConstraintLayoutSupport.swift */; }; + 0272C6180FD5A8546C4C9F446E22CA52 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAB8458DAF8C56A553FAAF494D6BBD2 /* WithUnretained.swift */; }; + 02780D132E8AA44865FEF53E4D5155E6 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B62DB25D38D0B9AC1EA7396B7CFB256 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02C5131798FF28B7D851F0DB13D67C00 /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB4FA6AC50A5946A9E67F9E0F8ED0A4 /* UISlider+Rx.swift */; }; + 02D531FA1E9A19A134ED8BD68C5E04C0 /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C67C6724F31CC33E0E6006D76AE4A7F2 /* JXCategoryBaseCell.m */; }; + 02EDCC0E7DA24D63CD39E7D6326F5A56 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B26C965B86D3C1D65541209625A838 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02F411B1B3CCF0DBE8FD86A26A8B04F3 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BFBBEEDE76412C60C6A68B87FC9FAF /* Infallible+Operators.swift */; }; + 0325FC0D4CE47D33E675D5F9546D482C /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 774407B6746FD861301D44C5E9E736FD /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0328E2D27FBE6EE399FC37D913E2290F /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32873B078B8FB04C3E580A3AEED3F4BF /* EKRatingMessage.swift */; }; + 03801BED3946B127B44B7B0A50640EA6 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D9E4872D97F4F73672291A1F44B6D0 /* SchedulerType.swift */; }; + 04131C0EECA33AD45AD1E07CF500E344 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A475B134DD14A921A42BE8DE4DB594 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 044C9F746F7E39BA1B482B553386CA48 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCF40DEA35B2D616301AFFC03567FB6 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04C0033DE2A1FD3EB256E41523A8F0E0 /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDED5A04FDA512C3BF415649C8A1822 /* ZLEditVideoViewController.swift */; }; + 04C1C9A7B77DAF8FAE55198F58EE790A /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93F032484DDAF18E61E57B25D90D36E /* AnimatedImageView.swift */; }; + 04C95DB4DD1BD71AAF5FD233628A6C6D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE2D2AED7DDB9D52895804D55B53C874 /* NotificationCenter+Rx.swift */; }; + 05098446128EFD47C80C47B240106082 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A441A40E84569CF5DBB1D09DCEDD3 /* SkipWhile.swift */; }; + 054C5D3D52D113CC9A7AC9F7115A26A4 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A7D92D806D8C7CCED28E85C8BBC789 /* Platform.Darwin.swift */; }; + 054D8AA8AAE8142B5F52F98F2D32478C /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = CF86069B5E64D44181476909B6BCB38E /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 055FD13CE509E194412FE8E424649053 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1F0ECA1819BB892D033E84D2410085B /* ZLFilter.swift */; }; + 057FD0DDEA34EAB96C099A12DAE819F3 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1756D58B22DE7E2697E4B004A427D3F /* DispatchQueue+Extensions.swift */; }; + 0591B0EE71308251E0E53C6D3EDB3D4C /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C790694D3AA49873E2CBB0B13284FC /* ESTabBarItem.swift */; }; + 059DE39D2D7414DD88A410B406D3AD8F /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68E2FCEE9E1A7A142307DC5EBCEEE743 /* SDImageTransformer.m */; }; + 0605E2513549327B19854B3FED759B44 /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05760E088C44F4773E9B308F558B9F6 /* ControlEvent+Driver.swift */; }; + 06A20EF6BA10D63870C3AB7C0E1BA53E /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CAEAE92A90918D389D7CCD82333E57F /* ZLPhotoModel.swift */; }; + 06B371D4F95E8184613EDABA69676D5A /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = EE62199AFF21BE479CA842B08CC5E7CC /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 070AC1A560FD65090FD38168F6F8E8C4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E664F038D254411C91A99DAE329C0DD3 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 070EB1BF732BF8062312B76BC4F8F205 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FDBD918659A95261D4BFD1E57869778 /* SynchronizedDisposeType.swift */; }; + 072224DA1C59294F22A034E8F5B2B441 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A61BD7C718085152A2E0DBA8BD12B5E /* DDBaseCollectionViewCell.m */; }; + 0811BB981A2EF4E3C78C193E8AE1A4BA /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D850DE1D050D92936B3504ADF141E91B /* DDCollectionViewCell.swift */; }; + 088FBD5975BB3D0C62BB2D5C9A4513A4 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0181110767F7B26C86A5CD95E9D0328 /* ConstraintMakerFinalizable.swift */; }; + 08A914F49C7D34360B7F9D1964BB0C2A /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F82C75247FE02020351864D416DE2D /* PrimitiveSequence.swift */; }; + 08CC4F2CF084EB4C21FD37F7D5C1728A /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B76415160DF7F93FF45B44C30B94F6CE /* ItemEvents.swift */; }; + 09510915ADABE84A3F9F88ABC0788029 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F13E0CF91EE62BAB0EC24793238658D /* Window.swift */; }; + 099304E6BA24A210A7D45D93B5ED67B0 /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9827D464C6FB1671A09AE5299CE50D /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09B9E5FB7E73F28A4E1F581917EF868A /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F641FC0A6633569487EC5A9C670088E /* JXCategoryNumberCellModel.m */; }; + 09CB072529CD8E230649CBA428E3550F /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = AC48B4F734A773D2F8CA6C4C18FA0438 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09DD90A8AE097EE378F7B8F66A2CDAF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5493A12366B21CAF8960EE36E60C8C4F /* Source.swift */; }; + 0A762FAE78A91ABC899CB431FE10B9FD /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8066F3F18A2F0BBE74C6C051B7A1C73C /* ESTabBarController.swift */; }; + 0ACCBD2441FFC82B8D71A6C57AD19056 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81AE312979BD48363A3F57B2019A76CA /* Placeholder.swift */; }; + 0ADABCBC774CA6E66FF86FB47092A1EE /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA25B0C2F60DF29FA4C9113178755654 /* PriorityQueue.swift */; }; + 0B4577864274CE4EB338A238A241AA0C /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5C27657E9CED84E123DEA6B82612948 /* EKAttributes+Precedence.swift */; }; + 0B52A423F3F9E6C5A42612A06BCEEEF8 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 127AFCC80D26CF08EA0F94463459870C /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B5B8EB020F39AD312D8C7A32FAF741A /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F6F6E8AAF50A0C90F9A6CAE4B8CDF5 /* EncryptedMessage.swift */; }; + 0B5EA67F5625C1C251925DBD16D19EAA /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF638130DB223CA073CCEFF8B7377E46 /* Sample.swift */; }; + 0B9987BE8D17570A8C4920E97E2DEB6A /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A58BA0DA8FF4222995DF240ADFB2CD0 /* UICollectionViewCell+DDCategory.m */; }; + 0BB1D0BC2DEF4750560B8B8C29347AE5 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57763CCD643A0FB8242C8FF13B9D636 /* ImmediateSchedulerType.swift */; }; + 0BBDD87E462CDB205C9FD821DDC97D2B /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DAD91B5A94EC9486D38B47694177423 /* SnapKit-dummy.m */; }; + 0BCF8CB00A9A52600E24370C7144693F /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68DC04F51D533FE7335CE9CAEE6402E /* EKNoteMessageView.swift */; }; + 0C4B16846CA2632E7F3C6F36435EEA1F /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B652C6768A5D68E417B31DE2214DB0 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C58B0D722795E334B3FAF064FAD0F21 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FE5238A67605D1950E755054FB81B7E /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C7A81B76F81FFAA7AFD437D61831C77 /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D70FB6D3ED988646CDCDA1119A91238E /* DelegateProxy.swift */; }; + 0C833DB2294851CFBE098DF5BCEBADF3 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AE5076DACC40E21C87335A76DC898D4 /* _RXKVOObserver.m */; }; + 0C83C845A20F4CDC656714E4DBABC116 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E20F9E0E7419F7218D8D1BEAC8BE00 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CF0A87B87DF71F838545FC4B0161A8B /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB2811E9DC264F1849B265F6BD4C005 /* ZLResultModel.swift */; }; + 0D444C6AD7BA8B3307579F9FCA9F43FB /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B25C17A130C7D0803E27E8E5E9F32A2 /* EKAttributes+Shadow.swift */; }; + 0D51C9109BCE3C65B7887157573CAFB6 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FEC83C0B71DB4C7CD33043F11CA9B91 /* ConcurrentMainScheduler.swift */; }; + 0D66973ECE298F0B03176744B929B745 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15BFF5C6E6682F26915F98663252A32F /* ExtensionHelpers.swift */; }; + 0D700120AD9F3AEA9158F037F6F96EBD /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27EB391616D427D471D8EB2DBF510931 /* AuthenticationChallengeResponsable.swift */; }; + 0D71F7AF3BFA6644CDF45434B3E16510 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EFA90518B49F91DB43C8735742B37D /* WithLatestFrom.swift */; }; + 0D95999ED20E2061C3F0EAF58665B455 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D05F0F35506B1255CD38C56E37E93813 /* CallbackQueue.swift */; }; + 0E2F3C0C19AEE421B3E906FDFB8309BE /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9F229151B8B259B893B17EAB1CECCF /* Multicast.swift */; }; + 0E84EA21B0858EDC04A53458A7F8DBDD /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BF5D3C8E5F8607DB7612921FDEE0AFD /* HapticFeedbackGenerator.swift */; }; + 0EA9A8D660981135C848C6219A40C608 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 250899CFA9E35E2EDB9D0E6E2472E8F5 /* Infallible+Zip+arity.swift */; }; + 0EC5EC45F806F2DC7B68E6727227E49E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = A7722501FB9792273EAA04FCB5F51740 /* ZFLandScapeControlView.m */; }; + 0EEC1C926E6B4C5F97C48A427ACA0256 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = A169C4083A6FE0A0721678E2DEFFD9D8 /* Dematerialize.swift */; }; + 0F08F26232132B227B600740F6A6B18E /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6180D3049C9C913A983028658C4854 /* Sink.swift */; }; + 0F2AAE2334C409128ADD57B132E767F6 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D409A3AB540AB9E35D4AD5C1DDCC1B5A /* JXCategoryTitleCell.m */; }; + 0FE99AC4A20A11DAD8254CE931F5DF9E /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DA6006EE90D86899E8A7B8E7F9B2983 /* KFImageProtocol.swift */; }; + 0FF7060D0C281996F5BB46B74207ADFC /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9931CE7574E5B3A78D179DEAE91D7E2A /* DDBaseTableViewCell.m */; }; + 1112AADD470DD6BB1410B7C32A0EA334 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C51DCD033EC4E5306D57EFE8A9875BB9 /* IQInvocation.swift */; }; + 117B71126AAF80FFE5D5DB8F8D787132 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1742FDCF0050E56F79D6F64221112F0 /* AsSingle.swift */; }; + 119A65AD7B8F6C7C39DD19128A7B2DA9 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = F3DACF596760B3927F2A87F4525E869F /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11CDFB1A43FE6D23D2F8463B142537CC /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E8E12E076DE37165D6768298B761E78 /* NSControl+Rx.swift */; }; + 11CF696DFF5D545524A892F94B283945 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69CA75EE729B8CA939077B808C8C64EC /* SessionDataTask.swift */; }; + 11EAAA60DB73219EFC8B0CF1722D9C1D /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 741E78F844F2A9C483529D5DEEDB2FFF /* UITableView+Rx.swift */; }; + 127BB0831E7F383B0F7DE209003032B9 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD0D764119E17C6F7EF48E8D95A4101 /* JXCategoryIndicatorRainbowLineView.m */; }; + 129C1964A364166530F529A390760D71 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7601532A59A8000731085A66E9F9F56C /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1379145EE1CE455EBC27791628DABACA /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9375E2CF150DCDC067F3831BFB3E4317 /* JXCategoryBaseView.m */; }; + 14006084B55ECBF580E396E89C097D64 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8837B693936861F78E22A144F7CE9245 /* ZLEditToolCells.swift */; }; + 141FFFBB94FD368572C68D08981B1086 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCED856B5FE108236C228D98674A5B8 /* Merge.swift */; }; + 1437BB3F5BFA3F0EEF784975F7CA2970 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C120D78DD89D582A5405DA3F63D5932E /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 144B55A9628A2AD6B54F8BBACAB7BCFD /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DC323E839BF784EB9C9F36F4A2E2734 /* WKWebView+Rx.swift */; }; + 145BBF6F393882C968D5A99AC80004E1 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2128C02D27F0F82C309D006D82574219 /* ZLLanguageDefine.swift */; }; + 147A9850A856D92DE71E4105291FFE48 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B80E897D71688C0FC11FEFB6C23A171D /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A07FB54656F5EFD62FD80EABCB4D08 /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E26B07204EE4590E6D6A284FAE9971 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14C821B748B65A96E6D91708B70C0A93 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEE02510443289CC465BEEA27A176F7 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14DB446D107E027E0C24684EBDB0731E /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 985CB67B7ACF5BA01E446A84379ADB01 /* UINavigationItem+DDCategory.m */; }; + 1533C22500FA6467942E955EB154A0A8 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488531DD11CF79657474262DEA09C8C6 /* SynchronizedUnsubscribeType.swift */; }; + 153E3F2914D2FB875F3443930FEB5035 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C1E2E66C8F47CC09FD29744360BDA5E /* Range.swift */; }; + 154C244100E806342F1CF418A5C69FE7 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A2B32F0FBA845545E001CDEC8EB8EE3E /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 158121D0531F97C7CACAC3C96C1C9445 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7875619CA78736446C19C99FD76D9087 /* ConstraintOffsetTarget.swift */; }; + 159BBC585A2C51D44D40DE88B5B18AAF /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 67D23FAC7919CE8AE69FB0F18A621FCE /* NSBundle+MJRefresh.m */; }; + 15D38081B9302FBAF9A361BAD7E5B05F /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = B416E3336128DEAD10FCDEC9C98D5DD0 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1660E2FBDA4323E7357179056B4B0E65 /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E3C2428DDE22E0D42A4EDD8A65BE40 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 168F32A6ABFCE1B9110D5C266D36988A /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E7BD7C686CF13C3C55090FDCFD388C1 /* UIColor+Hue.swift */; }; + 17844989D0D971156822DDB22181F456 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9293EE51E0287851A010D0AAF85A6B3C /* Filter.swift */; }; + 17A3CCD15448B61E7EDCD7636CBB6F2A /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5107931B7E0FC729534E626863AC9BB2 /* VirtualTimeScheduler.swift */; }; + 17C901067A0CC336075ABAC7A279589B /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = BAE15B51CE41A8E6F222EF552783DB5C /* BRPickerStyle.m */; }; + 17DA0483F109F5BA66CF5DD7366E36FF /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED944B712524B9218887B7B2A4E4C80D /* UISearchController+Rx.swift */; }; + 1828512CAB450BD1353714B2EB323DD9 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C6A80B78774980C70F8CB643F437DA7 /* LockOwnerType.swift */; }; + 184D3A203605E4AE7E69729F271C8574 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0843ED4DF873D2CE831BC9352368804 /* CombineLatest+arity.swift */; }; + 1897843962F8119EEF09C165977F8025 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AB231A7381C8AA9B00BC107A2E23B9C /* AnonymousObserver.swift */; }; + 18EBCC2A133B26DF8B5D5754492F3214 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B582D91E35E4C6AED1B4FCCB977C20 /* EKSimpleMessageView.swift */; }; + 1906C4D8AC7C7C9109E94729E96187F9 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4BC63919A3E72038260D326E124013 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 194D6F32A526649820D6B0AA03EEF12F /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAEE5266B24A1F47CF5D571FDDF99F6 /* RequestTaskMap.swift */; }; + 1984D4549EEA55FB1812D99162C83E52 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BD1740FB29D1A3807461CA2C01462D7 /* Alamofire.swift */; }; + 19B69267A13B522D47259CF72C882725 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C4FA30701774D87202960971019C48C4 /* BRPickerView-dummy.m */; }; + 1A370F104A326B06BB5A7A623DC96920 /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170BBE76A34DB894858F4A1C6CBF9FB2 /* NSError+ZLPhotoBrowser.swift */; }; + 1A64F561597A70C28B3564007FF6D24C /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 768FD5E1C41C9DC0C47C2A4C9AC4B51F /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A7ADD63C2F158E10825F3FA38EC3639 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8C49867A1B7DD27C702C0A687DCCE55 /* BehaviorRelay+Driver.swift */; }; + 1AD7C51CCF7E6204B37A504B68924F16 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6884FC4C71BAB5068C043BCAB0E2EC37 /* JXCategoryDotCellModel.m */; }; + 1B2A260FFFFCB3D9E0AC958E83C57F4B /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B403317245F827E17CFFB5F193639A /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B66DE64CDDD635DBFCA06DADE240471 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D8211385C6B50829DFD7B6D81D2BCD3 /* ConstraintAttributes.swift */; }; + 1B7C34F58BDEA9A37638DCD0CFFF372E /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7279D9C6F9BD7E79B9FD439BF03B8B /* Zip.swift */; }; + 1B957CE26D7722E306F95886B5EDC013 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFE98D61E00FBF2F1AC83471FCC00012 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; + 1BA88BD6149449B0EB04E4E7F2822237 /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 15592CAF3A93120CE0198A039024E10F /* _RX.m */; }; + 1BED5C40C873A14BD22FCC7A8BC11848 /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0ABDC43E9DA5EC3D5E8418AB59B6DC4 /* RxTableViewDataSourceType.swift */; }; + 1C0B22AA4E83F0C0C7E55FE842D3C1F9 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 10DC75BD948DEA4ED79A527B33D05B8E /* NSDate+BRPickerView.m */; }; + 1C33277D17F042B6BADC5BEFD04DC3E9 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FF7ADECB2E95216184CEC65C7538F6 /* BRAddressPickerView.m */; }; + 1C5E6AA4F88D15A08088B69889559FD2 /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = E8457101209DE2B5A13D5BEC8EDDB323 /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C9653CE5BA95B8280803BA82EC70A26 /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C77EAD8BE8D24538219A854747B554D8 /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CAF7FCBD075678639BE65A029B4E56A /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A3B282A4B58052B382A0CF2218CD95A6 /* JXCategoryBaseCellModel.m */; }; + 1CC771654A12EEC8438805520AF1F7F7 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 333FF0F744DCCC8F8DC31833B4ADA3BE /* UIView+DDCategory.m */; }; + 1CD029D4F48324168F0220D8213348D3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D2643257262C300B029ED4BF866DAA /* EKProcessingNoteMessageView.swift */; }; + 1D6D63D61E41CDC8C9A95724CF0E75CC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 926D0D7F98DDC85FA76727518C025EC0 /* Validation.swift */; }; + 1DAD1ABC0638C45123D6AA1E78167F56 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FC978BC1E8EF7BC06878A073EAEB09 /* StringEncoding+Alamofire.swift */; }; + 1E4A2E4EB128ED973EFAD8D0A76ECCAF /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FF1B198B116FFE6A7C4E3FEE9969D1 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E708EE46A253702C0D576DE2158F7FC /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AD77A5A95E9ABAA202BCDBEE365504B /* KingfisherError.swift */; }; + 1E99C8CF77A3B9D4FA62CD0F85ACDC87 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5C79740769FC13DE918AC35AD45E07 /* StartWith.swift */; }; + 1F601A8A4AE7C27226B893F8C4611E0E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD04027EA1BF1B8E53A56CC177F01A7 /* SDWeakProxy.m */; }; + 1FC870398A64B8565B90B11479B88B68 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A468DAB9A7D9E988E0E9267BDAE322 /* IQKeyboardManager+Position.swift */; }; + 201DDBF5212C5562804A82B979CEF3B0 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C991CF2D3C6D6F087F1081D318A46D5 /* DispatchQueueConfiguration.swift */; }; + 20759C768F51054A64D6E2518B494190 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = D5886F33EF778DF727B1D6EE738A61B5 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 208A97584D845254E986E9C707635B67 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E77274A02D17B69874E9ED632E6F36 /* MJRefreshBackStateFooter.m */; }; + 20DC5EFA536B064520E620C2ACAB766E /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE5DD252BA69434899C678B2483C0DD9 /* CachedResponseHandler.swift */; }; + 219624B2DB84EE52D0E4F6B1789954E1 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 683E843CD70E529C09C24CB3C1A1879A /* ZFLoadingView.m */; }; + 21D966E2F801F96E6E36D2C7BA73235B /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA85C09EA5AF001F5FF14B93BBC14082 /* DDNavigationController.swift */; }; + 21EA2ECEEFE94D739EE9276D46A3E57E /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6DDAF1A1ED7AAFC0172CF5F31EC2D4B /* Storage.swift */; }; + 21FA952E49A0EB77EB7825A78FEF6AA5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9921A7F023AA09D6C95F0D415E5CF4B4 /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21FADAA36F19612801A23CD9FC35BA98 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB8259E65C7342319A9322E5E3A86C5B /* EKAttributes+StatusBar.swift */; }; + 224D5F6BA39BADAD19041AF6AD880C80 /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 770D8D4C1F57C04DA1AA61A58FB419A9 /* Bool+ZLPhotoBrowser.swift */; }; + 226AE9954640E71AA69AC12F268C4B58 /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AF816381D84B741E8FD12AB73909B4E /* RxPickerViewDataSourceType.swift */; }; + 22A0EE3CF4D4D5DAF933A7871B6E47A9 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 39E388348852B7D5BCF7B5D0820E7305 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22CE10056B2DC6A993C8E3CE966A45D4 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7841DECC6CD83F3386AE7335DD4AD9CC /* NSButton+Rx.swift */; }; + 23070072A95EC58547F751658BD10FB8 /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D58BECCF834BC7C0F2CAD00747A9431 /* QLUtils.swift */; }; + 233C15B48EE22F337D42F1899E8609CA /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE6A795BD6D757EA9E0FF2F23006ED62 /* Errors.swift */; }; + 2354A0786A1EBBC2298B9CB493F8C4FF /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DAA2B2D5E9074D6A807CBD2587D6A12 /* URLRequest+Alamofire.swift */; }; + 235F5CA0FE85EC9C9BF77DDF796070C3 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D4624618AC29973CA5CAC6A9D7005664 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 239036796DB886B9DA46D63F53273AA7 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 53967F558253351AD028631FF3FFC250 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23B683FB3262FAB104127CD59D29E34A /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 21E4511CFC5B86415FF903568EFE0E96 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23E7FD08C3DF07540AD2118EA057AECA /* DeviceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31BC6730AB61CDCE8150E16A76F2B7D6 /* DeviceInfo.swift */; }; + 23EFAA45BE23C0F05AE3A5A892808639 /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02DC36E54D7319048DAB95A9C962E25 /* UIView+Shadow.swift */; }; + 24488C0EC1CD3766AF3BA0C3361D2F05 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDBEAC2DAD087C559400956814D4839 /* KVORepresentable.swift */; }; + 245D0E313372FC4F2297E8CDC17BFDF4 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 635099AFDEE684DE3CF6FD640325795F /* ZFPlayerGestureControl.m */; }; + 254DB7DF69C8F0DA8BAC684099B27944 /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D901979501F432235C64E6AC4AB82EDB /* ZLAlbumListModel.swift */; }; + 254FC85A5869DC5E11712EB878B2BD92 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E072741348185C3BC294AF1F31AB4987 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 259DD1BE69FB6C8030BCD5994B5E5B51 /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAFC967A9D7EA0E7F13E290D08BCA82 /* SwiftyRSA-dummy.m */; }; + 25BF5D9FAE084BAE3824007EA8E0196C /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E8AAA322B293EDCA1E1F57A1D9B21C /* IQToolbar.swift */; }; + 263E6DC0FCCF45948585AE8D649ADCE4 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EABEFBD7CF387EA5363ACEB8798AF28 /* UICollectionView+Rx.swift */; }; + 26473D198EB45A2473124E6EA6613844 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F066A38F0BF399965EB84BC9A90B8D /* ConstraintMultiplierTarget.swift */; }; + 26477377CB3C1642B33BCFA030ADB59C /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FAD79C41B45B523A59B0002355A9946 /* ConcurrentDispatchQueueScheduler.swift */; }; + 2655C03CDF30A7690E43D892DDC95AB5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C11C30399545FCCDA38C3426C95032C5 /* ZFPlayerLogManager.m */; }; + 27043FD4E15DBD03FD933A60109C3009 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4E84B6EA2A74FDEC8600BE08CD2B986 /* EKAttributes+HapticFeedback.swift */; }; + 270ED905740AD9FEFB9A346AC527D53A /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C63B20DD5CDF937F94ECB7D6B393EE91 /* SDAnimatedImageView.m */; }; + 276B6A8A1507153CF07CE4D49B4B6A6D /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D641644EF0296AE65C2F1D2249810365 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2776B3355D535E5A68E18C4C77B2D595 /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1BD622ADB420FE6BCCB6A1E11CC3C4A /* ZLPhotoConfiguration.swift */; }; + 27770DF47A61DEEB841F3E977A6BE99B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3161DAA35E3B01FCA4D8B391F2FF0500 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 279C4E09D6D4113942EB37DE5DD034B0 /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF66C6BE62F32172CF049BC4D7920D6 /* JXCategoryIndicatorBackgroundView.m */; }; + 2852F14FA13748CAE8C0D6F59D5EACFF /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706D7A963DE9BAE212F00D54C63D795C /* AsyncLock.swift */; }; + 28E3B45C51EB7B6711CC6AF6BBA4F32F /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C7179902FA25766C671B7B414D9D77D /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28E8453EBEAA5D3187A1FB686F807A07 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A4E64DDD778A0078227DB2C2AB4EFB /* SDWebImageTransition.m */; }; + 290CC252DD7A79A8CD348210A4ECEF8F /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A12B850606BE38C96C6F5269E2817D /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 290F4F9FD155CC62A67A003730124207 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F89DB792BF01C3EED008EB246E7776F8 /* Throttle.swift */; }; + 29429F6FE86B4D0C4EB810163F77A83A /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED812C5DAFE92E0FE4A1E67B683840C5 /* Delegate.swift */; }; + 29A94387DA04DE3CA441D0244ED3B6E0 /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A191F40A63AD4FA76C8A1EABA01E054 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29ADDEB7070613224B9510A61E41A745 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0589635BD25BF46D13DA3F74A2322A /* EKAttributes+WindowLevel.swift */; }; + 29BDE26902A035FAEBCB2DC35DEE16F2 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4760783B09E40542C7873933BECCBFF1 /* ControlTarget.swift */; }; + 29C7B5B61EDB9B6010093123C95146D0 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DFC25C5487E83F0CB3C599E076DAE3D /* ZLCameraConfiguration.swift */; }; + 29F4DFF55D0B18B9ACA5820B30481389 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 947D279463B5B17482D9DF2C59B091DB /* DDLogKit_Private-dummy.m */; }; + 2A6423FCAB17960280B3035F79F4DD6F /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CC98C7FBDCEC01C9FF69AF3AD399BF /* IQKeyboardManager+OrientationNotification.swift */; }; + 2A6516A21BC488E02185E80B8CE10CFB /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A5F7B3DA5278625FEC28DD31FA1A0C /* DDMASearch.m */; }; + 2A85B7D163D77E4B211737D77E073FC5 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC82AD522F7CA26F3D020316D2D9F13 /* Result.swift */; }; + 2A9587CB9E83DC818BC42AB6D3BA6C93 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDF68F83FA73BDDF45C3B02E3B3DBD0C /* AlamofireExtended.swift */; }; + 2AC50A41091AEE3ABDD75F734B40BFB8 /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D5BCD92C44C72931F824CC5A99B1E0A /* ReplayRelay.swift */; }; + 2ADB83C7CF04E14F632C39FABDDCDAC1 /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B2ACA13B00E5467166618284A6D4BCC0 /* DDBaseViewController.m */; }; + 2AF5544BA37B5DC3132223853D6AF9F1 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EDA71E4655ACBB46694E637A6E3BDCB /* RequestModifier.swift */; }; + 2B6E7E401FECF3BA6B6856DAFE81E233 /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27867E8B8A05DC2157DBFE83F620C286 /* UIControl+Rx.swift */; }; + 2B799593BA9EF6DAF478B5551D7E7A6D /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2334399E5D1C6D76014E4C3364A55748 /* SDImageCachesManager.m */; }; + 2BBD8EA6B3F3A8EA8F721498BE13D6C8 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9283DA686D39710258BDB7370A42A9 /* MJRefreshStateHeader.m */; }; + 2BF1A8E6F302964E4EA7E6B004474BF6 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B960F6DA9DBDF17B3FE9FD1535098037 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BF6AD4F75D3FFC369CCB82DCA4C730E /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9567D9D031702459E9D3BDC8711B125A /* MJRefreshStateTrailer.m */; }; + 2BF7BE1115AE5E63724A339701C1D7C3 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = F91CB345D47A1CBC63EFA5827EAAD079 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C0D806E4CC111F69F6DA1589BF4DE81 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAECA9F4959686F4679BAB6D36BC79D8 /* PublicKey.swift */; }; + 2C37F2D2D4CEAD643BD8D6212242A740 /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512A7192BE9B597992A75FCC3D929D06 /* UIRefreshControl+Rx.swift */; }; + 2C6800A5F9C1D1678421E5BEF03AB8C9 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B66138500F5FE5625B962EC540FFA08 /* MABaseOverlay+DDCategory.m */; }; + 2CC3AD3D3398B56CF9B85CC4A7F9F439 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = F87F28A1356F030F69EC94B4847BE7C4 /* QLCompatibility.swift */; }; + 2CFCF233E052F29452123E61CB274CFC /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DA38D57A840333E73BC2B72B5CD934 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D4A922D913D6FF29D89DB2348B2867D /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FA79894D6DDF3F2507D0CB7D0422651 /* Generate.swift */; }; + 2D83E793BB320606B62CFE1E10C2A490 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CA86CC183A4AD9A4542DD8672A3D58B /* MJRefreshHeader.m */; }; + 2E3D2707E7E60BE010D3246CD02D6584 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A558292A0FA9F6DA3ED27C424AA45C5 /* ESTabBar.swift */; }; + 2E6E030B229443E964DBCE2C5D4D8B85 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 797042713E274AA76DF91C1EBFFA1320 /* ImageFormat.swift */; }; + 2E7F3CDAAF53377E46D82BA29C31E95C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 23EAA9F6CCD8479449A971A22B0C2129 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E7FA4C58210383BF37D1DD377DB3D32 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30F546E8BCAFA33862B493120D44F9FF /* Platform.Linux.swift */; }; + 2E8ACE2E6DBE1E4629D5B33C79182C82 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CD3A91D15618FC3C13994628FD21243 /* ConstraintPriorityTarget.swift */; }; + 2EB584B7820D5A65FE8F0C0BB5113946 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EF2D12CB1D3D8939B1F712960F69414 /* ConnectableObservableType.swift */; }; + 2EDAF39A638BF0797DAC0C75226CE335 /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2DAAA88BBCD7084DE97F2CE01EA9585 /* UIApplication+Rx.swift */; }; + 302832D4B7652F756A29A925F087C822 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4501AB0D576E6AE3E09907423AD2BB24 /* Concurrency.swift */; }; + 303B93CF0EE553490F73F76D9C534C44 /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37D3D04490451704B11D7D43D18068B4 /* EKNotificationMessageView.swift */; }; + 3063BE33DA99913CC2E0FCC44B2CF19E /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8992DFC4BAC285FC6B2750477970437 /* Disposable.swift */; }; + 308503CCD3E28A3911BCC7004887D711 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADF8EDE599BD19CA803994AC9838E8FE /* PriorityQueue.swift */; }; + 3088663B2B31153DD3995BB53A10045A /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = AF157A60B23BCC2CFA7431BE130D3402 /* ZFSliderView.m */; }; + 30ACD1CAC78C8E43E1D890E24250037E /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74BB3D3F5C55C3FF6574478AD648B145 /* Just.swift */; }; + 30F03503C4D72FD83161AAD32FC45354 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3EC2559E8A3B6A447C753B9D45CEC5 /* ImageProcessor.swift */; }; + 315565D4480169AC96069B97EE6BB0A9 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6CCD4C2D194D0F35697C8664EFA7E56 /* UIButton+Kingfisher.swift */; }; + 315E6E32711371D1E923D202C5BDF0D4 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A2C0481DADD9F31D999C4EBA7FDECE /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31C23CF66BBB1520FFD4D8C8AFB510DF /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC1E72BBBFF3D1EAD12744E05490AE /* IQUIScrollView+Additions.swift */; }; + 31CF6A9299E02044EA28735F99B19686 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = D30DF5A4E8DEB9FCDC93770CFEDA7938 /* UIView+ZFFrame.m */; }; + 32D2FA4F8AC6EBE83DDF786AF4629B28 /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD8F1F15CDE8CF670C950CF038DE1F90 /* DDAF.swift */; }; + 33043B5E0E8C4E2805481E6D692949AB /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 062373D2B5395BB15D1631C91C264690 /* JXCategoryIndicatorLineView.m */; }; + 33206CE1C59D7666BDDE9E1465A610EE /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AA8E757CC4DCDE407198A52DFB4BE86 /* ZLEditImageConfiguration.swift */; }; + 33859D3CB90E4ABDB24C9227DFE85E4A /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08232915BE097677A51DB6928DFF4C8B /* RetryPolicy.swift */; }; + 348A2399833F70160F70ABBDCB980E2B /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = A21875CC8838BBECDE58272A9514F046 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34982A37330D9AD32085314C583123E2 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6872B0B64D619D409B987338BE83225C /* Debounce.swift */; }; + 34C07B18252160C63FBD16003E845CFF /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 34CDD1CE37AFFBCF7003739F05D75EA0 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34EE7B15E96B44F2F505FF8B47CA47BA /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 806B3B0C554073E0DB8B0668D9DDE96A /* Response.swift */; }; + 34F4C47DFD00CBF46312DFB03A6E8840 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BCB003D38E8C40D32D4D6D347BF563E /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3530FB5ECF1B91F9E3243BF34F446980 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D377340625F32C54FD755E656C656D64 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3542BDC08CBCA8BB1951AB507AB42AA1 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F9E0B0BE0D9CD1ADF71FD9BA9AE55704 /* JXCategoryImageCellModel.m */; }; + 3563535F257C8923038E5C66A70CD288 /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 716203801373EFC5D8CF145D3D1E3AB5 /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 356A09B4801D3710D98D6CAC09E9AF6F /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C060210364045E3C55FC24892C50B322 /* NSBundle+DDCategory.m */; }; + 357C743823312159B0278D1810A8A481 /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 626B37D6DBBAFD585FD1D4209C8733B4 /* EKWrapperView.swift */; }; + 35A75545A9493BBEC99CA5D8F436E5E3 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217C866C59E4E876CAFEA4A8B18EED9A /* KingfisherOptionsInfo.swift */; }; + 35B124D386A8A344DB4E378136803251 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = F2350383A51553838E2F9C6F287D4094 /* ZFSmallFloatControlView.m */; }; + 35ED1671F8FD3A5108E1B917130980EE /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 518D33F31F8D21142313CF1C22FDE058 /* EKRatingMessageView.swift */; }; + 361F5D03E21DFB0910B98350786B9CAD /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4851D82A3D7915BCD7AB79F3C678EA66 /* Materialize.swift */; }; + 36AB9414D82F70F6517E1948301B56E6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 67D7B1447714127064AB639B3D33E96B /* SDImageAWebPCoder.m */; }; + 36B204B1822DC0BB1A37AADE7218B28C /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 532042ED19DEFC92300DD64C810B51C7 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36F40E8EBE86E294348DF7F319E98D8A /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1EC1C2ED9EAB5FAB42E1362ECADE8C7 /* AutoUI.swift */; }; + 36FEB6DD53D08DB2164BEE84F3653BE7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B506DA3C8289CBE81DDBAF24891B135F /* Driver.swift */; }; + 371357BFE566BB5AD5FCA41408BFDAF4 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72E68825DA49D12F442AC4EF0859F0F /* PublishSubject.swift */; }; + 372DFC5E474E6F5988D709EE7BAD99E6 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = EDAEE2D7D51698FCC869FC8D93A7B686 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 379EF14788368688008C6046091CBA72 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F508EB41ABEA68EA374915014019AF1 /* ESTabBarItemContentView.swift */; }; + 37DA31E97761C9AD09DB9F3AD80AAA70 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7254EBAA62F272CBF1EEB5BA22B06E77 /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3808291BFCAA43687CA6EEEBA0A23A78 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14C177DF0421F096BF87F6CD71F13E7 /* RecursiveLock.swift */; }; + 38113EA83CFE5B14B6BCFC96772A2BDE /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9BD42BD673516F1481F3B0A1F54144A /* IQKeyboardManager+UIKeyboardNotification.swift */; }; + 388BBDF2D1096563AA5C9266E06AF151 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 234A9E46F3A62219A136813138A64ABD /* NSImage+Compatibility.m */; }; + 38B5C354CCEB18536DC8739368429DA9 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16BCEBF8B14C05C1C168CF5066D490F /* UIGestureRecognizer+Rx.swift */; }; + 399BF4D667A42A277E91597E89A3CBF0 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 712075C261C7E4FD8A48EF269F00C315 /* RedirectHandler.swift */; }; + 3A10B0AAD9F15B171EF41F035369BECB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFFE787FDE9FF77F02B01967B7C7A35 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A6E2C4AFDE24B27E1107FCF960F7927 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 8940E34A80FE731D6E6C878E255F6A67 /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AAB1695C0F9AAE144A7E37E34966F45 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0CDD553F3C9F50C5FF0BC701343181D /* IQTitleBarButtonItem.swift */; }; + 3ACCD6DF1F9C7989B0BB3482AD01D786 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B589E8C9316D95F22F9385FD5443EEB /* SDImageCoder.m */; }; + 3ACFBA19004CE54466BBD8C6BEF1D27B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76BE4167DFC20F1CB2B487BBC72288F9 /* JXCategoryTitleImageView.m */; }; + 3AE1763557FCC9AAB408164944AE7D77 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C39B9E1ED8091431E51484A8EC4847 /* SerialDisposable.swift */; }; + 3B14941EB241AF1ED07CFF634860BE1E /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E0E4BEDFFDAE8979598322B432BFA24 /* RedirectHandler.swift */; }; + 3BA07D26BA7B31AD481DCF513B101864 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C5E6E3CA4A8E52A62926BBB0C348C335 /* ZFPlayerView.m */; }; + 3C11CB98AFEFBE7A201DA71292528A69 /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCDEC305D8C287F103BFB6BBF51CBB3 /* EKRatingSymbolView.swift */; }; + 3CA6371C85FE25DFE2889186676D041B /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E177604F0AA8AF2D9B5A390DCBD4E74 /* PrivateKey.swift */; }; + 3D1DB9B06A570F6243016C3FB3692C4C /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = D59C0C03644CD9FEB9AE0D8C65741CB3 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D99594286ED1D20D88E0A86886224BA /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B7B148702B0070DA3C265A01B6DDDD /* SwiftyRSA+ObjC.swift */; }; + 3DB9872080D437F2A851158F1F8F2693 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 05259CD0832517649132AB0DB1A78B8D /* SDAnimatedImagePlayer.m */; }; + 3DFD9C3AA94590DEB57E60323D7493F8 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC805403C8886D7DE1892B7355F3A4 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EBC1473805AE2975380A13C46E9394E /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20422D1E4E74FD8DB3FB1E917DE53AC8 /* RxCollectionViewDelegateProxy.swift */; }; + 3ED0A4291D25D0638856D988C3ED44CB /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ECD6B430CCCC5B4F68E166B0F782276 /* Create.swift */; }; + 3ED2486A34EFAD23ACEA160695EEEAD9 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 3521E43909548D5C449F95A3DB220912 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE1F3D911A2EEFC8A9BC6503440FAA4 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA8B765F481DC57F4732FDBF5EE36F9 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EEB15302467C142726D815653A92E15 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = B570BA14A14CAAAD852EA4DAF5121084 /* SDImageGraphics.m */; }; + 3EFC804679D24748F1AE2B2ECC493751 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 759491B4FF8FB9E9A878BC209BFD4F7B /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F04950F30488FB6AD475A0519B0B16F /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = C12E4B65F0F161EB8E92BA3F5B6D43E9 /* JXCategoryCollectionView.m */; }; + 3F67AD396C9B4D06116E69539EDE330C /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FC971A3A9EDA097ABE98F185983DB4CA /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F7C7042BBE1B605BD0FA37056BB1D78 /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = C88E3188BA7AF942D1FA7C974083D95F /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FE17AA44DD3A1A5179103D3798D079F /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = ABD687ADEBACFF2F6ACF83DCF14BE1D2 /* JXCategoryDotCell.m */; }; + 40322DC308FB06758FB929D98C1FF167 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D522B239E95E125274CFAA3A5D14A78 /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 406B70834D7638A4706184831DA1BA56 /* DDPersistenceKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C63D3300052B1D92A1FBB7216FCC29 /* DDPersistenceKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 408E77F6FB2A28181214F3571597C6E6 /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53FE5C8F8EEEFBB9CE4058A6FBAEC2C4 /* Signature.swift */; }; + 40B1C6950FEF3F6580E7EA6DB58C191E /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F289594E61B9C3547D5D9FB34C5C1409 /* ImageTransition.swift */; }; + 40F0EC1B6B9648E6668E369AB598A876 /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D58E7DB5FC0169C68C47543EFBC12BC5 /* BRResultModel.m */; }; + 4139B49E8556C97A3D8FE0AB885CA1FD /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = EB9F950077FA14FEE9802FB20BC2E686 /* JXCategoryListContainerRTLCell.m */; }; + 415486C406B7F4398FDBBFCA7C6FAA8F /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0CC88DEAD39E5F951966CC66C8E0D87 /* DDBaseViewController.xcassets */; }; + 417F88073D2B0203BC70C580CA9AACFF /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9BCBB578AC64837E4C65D41B98530D /* EKRootViewController.swift */; }; + 4223E964C57E9A4588FA614FE769EBB1 /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7397272192155E4857A772EBD8C46EE /* Toast.swift */; }; + 423A35F848C2ACF286C3733820576B57 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 072E7AF6289749220B171AB2A5F0EAFE /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 429AC37278014388FB98EF000ABF9700 /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 892F3F4CD250BF18FADDFC9726FD9963 /* MAPointAnnotation+DDCategory.m */; }; + 42ECA44A736B2290345EFDB19C3311D3 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 391B2BDE22603532A69DA3183B9889A8 /* Box.swift */; }; + 42EFBF5C9BB24C7EA95085FE56E949BA /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 155DD87F7F232F6CE6A79AE12B725191 /* UIButton+DDCategory.m */; }; + 432CDB24FD1A51EC0E886D74F109EF4F /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EC53D7B46DBDAB7832BF075AED295D1B /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43851601A073C31B1933352BEABD5BDA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DB3B3078B263C93768051E31C556659 /* Constraint.swift */; }; + 4408CB04AFDA8CC998F4FD00910B4738 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FAE956FC25FB007617385715F75ABAE /* SDWebImageOperation.m */; }; + 441793180F0D4EFB3B71D6117EDFA872 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DB28A9C633662C130D493AC963ACBA /* ESTabBarController-swift-dummy.m */; }; + 441E5F3E3ED6811904F96207FFC3A681 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76BE111FB993C38F2F5FF734B6967FFD /* ConstraintLayoutGuideDSL.swift */; }; + 4433D02EE9231F24E94E5FD44492907C /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD47C7E094CE4B7D5DE6B3AC6B090994 /* UIViewController+ZLPhotoBrowser.swift */; }; + 445D52BA058B63171E1CFFA666131CFE /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D0EA99062418CCAB1182100B3FFEFC /* KFImageRenderer.swift */; }; + 4482C25FB41CA449FB31D498FBC4C50C /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4605AB20E780CEEBAB5915C8ABAFFE4 /* GradientView.swift */; }; + 44BDECE8B10C6DFB4BBFB8621A636FB9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40FF4E2E866ECD39362F72377471EB8 /* ControlEvent+Signal.swift */; }; + 453C775A0F9ACCD310681A1C49D051AF /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920F25B4E7A48C42C4BD05D8820CD675 /* ZLCustomCamera.swift */; }; + 456C758D7BE4EDCF597AD04A3D095711 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA0819A2B8374D63CD40C9B248846D3 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 458F3F6A6624C1F3A7AB2ACCBA43C04E /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 193030B448D45A623A5D67C4437BD0E3 /* Debug.swift */; }; + 4591BA154B3F857C738AFDB9B28461B5 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5155500DB4A4AAC9D6124FDC80CC351A /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B5C890DFD9AE048E438D0D73698AD3 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036CB30248C3E4844C34996061A14975 /* MainScheduler.swift */; }; + 45F2115D4EC21D89A899E9D969CA1810 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBBD402D4B1A0F17CBF107CF4CCAFB85 /* NSTextView+Rx.swift */; }; + 460726FAEA72E21D26141E4A584E1EA9 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DA7D1FCAA7DCF748209F19B062A9016 /* NSAttributedString+DDCategory.m */; }; + 460CAF3FCDD140A11875B67D3124B8BC /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 452399CF8D0225CB3D278F7746158C03 /* Combine.swift */; }; + 46150F571AB8B8C37ABD6D3A04BBE786 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68910D4570412D613971BE54661ABCAA /* Error.swift */; }; + 463859BF5F9D7AAD1F9216EA25687599 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 82D5CEB25905D652A61363E1BF3A8275 /* MBProgressHUD.m */; }; + 464C0BACBF2990B25DC1444413849288 /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BF9C5967569BA29EAF7CFC6674992A /* Driver+Subscription.swift */; }; + 465DDC88E2B046AF9FBB74B1D3D3FECD /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F66B1DB098C3DA48026D74A3F43CA39 /* DDAudioPlayerKit_Private-dummy.m */; }; + 466076161BAFA79E1EB9C034956DB0CB /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9064B229A0C9BBF7710203F345112E0F /* EKAccessoryNoteMessageView.swift */; }; + 468F7993E475998F74D45D577A1A8079 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E1B8068A6C541BB6AFE6687238DB16E7 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46C36454D8E82CEC47B95D6426063110 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D734A5F0B36242991448F3409A0D567 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4723320357D0EA504D83E69BBCF159D6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AAAD26A8FF316676A513010A48A759 /* ZLPhotoConfiguration+Chaining.swift */; }; + 474B94BF4B12B3168F0A330F9858BAD9 /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB5CEAF3844CDE954B6DECF9739454F6 /* DDSwitch.swift */; }; + 474F3D2608AA806A62D858B4D0D25CE1 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EC187E4E9767E7D3DEC80E5FD12876F /* UIBarButtonItem+DDCategory.m */; }; + 475A2347C2C908A8DDEACC4C98C0C388 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 228670185E76FB0C1D655D0C6B53DD63 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 477BADEE897F3C0AA214683C37B50980 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F222BA6E4D09D7FB5E244FFC860E95B7 /* DDFontKit_Private-dummy.m */; }; + 479C9D4AE8D55A53F9AA78A89E8F6BF1 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D01D009193A941A003AC0517D76DE454 /* GIFAnimatedImage.swift */; }; + 479D3FA9117A1388E094BEE1B11F5A00 /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649FBF53BF9B5ADD1F9DBF131DE3EED3 /* InvocableScheduledItem.swift */; }; + 47ABDC62006F547E265B058A1D70E8BA /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA0A74178538170BF7A45834883DDEF7 /* RequestCompression.swift */; }; + 484940673D2B49420F4CA31D609A52F3 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A893797B0F1B377CFA94E91DF9AECF7 /* RxTabBarControllerDelegateProxy.swift */; }; + 485764B5F9286604D6A98F746CAA326C /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1E8288ADDE2F4142A6C7152BB42C76 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 489908D8944C17F469CB8F014D017737 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69B86109108D36D6C03F6928633BA0A /* Map.swift */; }; + 489EF834E28E8BE7EEE1EF4092BAE0EC /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4A23E63B70F4027F910FF9823B0A5CA /* ImageDownloaderDelegate.swift */; }; + 48A713B2366964DAF4D1B0D628C95A81 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D161CC3876E5C0136B9B88CE4F5A805F /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48C8179391555746A729FA6483B7EAB0 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 771F6EA238053C8C0E8B89BB2E8EF73B /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48F03D8014ED5A233AFB385173FADA7D /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19FBC541AA06F373125EE9F7B4D1203A /* SchedulerServices+Emulation.swift */; }; + 4980DADD831068300F504E6010C54A08 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F58D86E6745A5AB6737569C4B03F99FD /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B34E046084601F4A21F26D84FE832B /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A3A303562921D64DF80A79B6C1D7FCF /* _RXObjCRuntime.m */; }; + 4A48E82F99ED27665CF929386AB1FFC6 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0436294A00804FAE3E7C9243FB523E7D /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A5855A5E58F24A944BA6D1CEBDC5BBC /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B338DC5F440910769E39B703F756F7 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A73E66A0348DE3EB7FACE0F8FD7DA61 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEE633116376F346AF7F8F6CA982F22D /* ZLPhotoUIConfiguration.swift */; }; + 4A8438BA1927768B5ABF3C58D9B8E25C /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 103D674CFB66E101CAC882F6747C5733 /* DDToastKit_Private-dummy.m */; }; + 4AEEFC52D4F0E173563EF56901855257 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6783AB064D437BD7A412067C99B4DF37 /* ZLClipImageDismissAnimatedTransition.swift */; }; + 4B541C41E90C260270E635F42EDC9B7F /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2009FB64C9E51FAA7F1C661FBE926B1F /* UIImage+ForceDecode.m */; }; + 4B717036F93677425DDB9682C705B644 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6024DCFBB4524B1AC53A2B94C3B5AFF /* Alamofire-dummy.m */; }; + 4BB281256AF4C43F5356440D9BCA56AA /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = CB7E977B6E943E626C7977D2A1745257 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C12DE85147AE7B743C1FBF85A6B4304 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 22FC17AF43D343B080C6CA75FDBBDD57 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C1F598F2D3B0EF1A1A20C16A5D0454B /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD14E8FA1A6F6595A796FABF0E1A2B0 /* DDViewControllerAnimatedTransition.m */; }; + 4C2D78F95C25A31C60C9B523DEFA2D17 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 116BB0872C9EBB9F68AAF275261CBE2D /* DDBaseNavigationController.m */; }; + 4C83474F88E637BABA6D0FC1ABBD36BD /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F344FEA99B81836A0E8C25B2A98111 /* Bag.swift */; }; + 4D80EADCF5A1430DC70053CE31046259 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D3EE162F3792639946D2A530C5CBC39 /* ObservableType+Extensions.swift */; }; + 4DD86C40D4F594076831DF90DFAF5961 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AC70FFE362EF3AB3FF0ACD35A4CE3E6 /* MultipartFormData.swift */; }; + 4E1B724F70879610E56C69765A0E2938 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 883D0D7B956CCB8AEACB177E034415AC /* UIScrollView+ZFPlayer.m */; }; + 4E2E95B4812870A973F2D0FCECF307AA /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F76FBE05D9EE9EA28687892BF629DFF /* NSData+SHA.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EE30E33D02A0D59F317A9CFA0009B01 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D379821807920A04BDA1B9C4AAE05A2 /* SDImageIOAnimatedCoder.m */; }; + 4EEB05C55B66338EEC5261DDC2B1A341 /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43BCDBABD77CC7F5297BD82BB819F04D /* ZLPhotoPreviewCell.swift */; }; + 4F338A6C52C35B05E8A873571A9815D7 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B24D9588F2DF70F55E988A1A6CB2A0 /* IQKeyboardManager+Internal.swift */; }; + 4F50E550117789F0699F8F37CFA9BA6E /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F04B1853928E65D1147C54AA9AA215B /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F59B6CC1D4B3EFAA25F42D96C22FF40 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1068152D2EF51248E7CC22802E41CBCC /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FA542506516B8922F8AADE85C136E1C /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B8B4E170B30220ED1ABFC02EA22F60C7 /* JXCategoryIndicatorImageView.m */; }; + 4FB78B49FEF2C50EAD5A5F7761001E02 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E23994B38823A2C0B09406E96E37D71 /* Runtime.swift */; }; + 50073679A8A48F3B3D270E46271A96A7 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E46A417F995AC6613569AB8A4ECF93 /* AVAssetImageDataProvider.swift */; }; + 502EA6DB92E0383603F215C479FA7D67 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B6BBAE085040BC9BC785838BCA07D8EE /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50520A6CAB33DD6A5F11562B65CA78A3 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A1531875C67B4ABB5AAEF9A33DD2FC5 /* JXCategoryTitleImageCell.m */; }; + 506E948BE690B49ADCEA9A3EE5A043E1 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 378042B17205B4AF9E31C1411F3392E0 /* SkipUntil.swift */; }; + 50CE790313543FF62160F5B881C45E52 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B379106427F4ABA14026A5C879745A /* Concat.swift */; }; + 50DD8666AF1EAA8E711927A3EBC87508 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = A9256D3714F10A90DA1BA7212A695000 /* MJRefreshConst.m */; }; + 511B522F19916DD68AF4EFED285AF968 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 286FEC52CAA80C8D342492E81E89B954 /* IQUIView+Hierarchy.swift */; }; + 513CADFB7F193445B353B7320A624FBD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 60314A6B6456E8A6441E5AAC53399452 /* JXCategoryIndicatorCell.m */; }; + 51460A037F3BD4D23EB161ED5D9F279F /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7609FEE06A1D3532D1C50F784992CA35 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 514C90A8CEB16B4435C31EFE4FA0C025 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26786300E7990BA147EAC57C853A1D8 /* ObserveOn.swift */; }; + 5150F8B34780E4E3DD7CF2219EDCC4C2 /* DDKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48B31330181A6CEA6285D68D1930D47 /* DDKeychain.swift */; }; + 516E3095B8774B6FA0FC6C672ABE4B57 /* UrlLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A908A546FB59017676F0C931DB3792D /* UrlLinks.swift */; }; + 51734B077F9900737E1E59F4E5D6CAFE /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D0EEC141105B6EE53CEDC1EDF464374C /* JXCategoryIndicatorParamsModel.m */; }; + 51A04091CC13E866AB53A68044B26D47 /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0143D4AE7CE50611E13A74E9CA36D2 /* UISwitch+DDCategory.m */; }; + 51A44A46753219CB3E0996BEE54907F8 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982ECA931A70E8CA08E11F2A9403EAFD /* ConstraintConstantTarget.swift */; }; + 5206731CF4B978F91579C81477B4FEBA /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0F309CE1BDDDC0EA78E3E70432E00D /* SwiftSupport.swift */; }; + 5230D1C53ACB224C4C1063D79629F995 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C80B46B81E9F8AD4793199E559EA439E /* UIScrollView+DDCategory.m */; }; + 523D1B0BB7DE56448B35661435267EC0 /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12518713B31AC6922131E90E7B9777E0 /* ZLInputTextViewController.swift */; }; + 523D1B7E3260356560241D0C2A66A49E /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E70CE3782A5F0EA3093963B09A8F7BA0 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52563FEE66AB6AC291788E02FEE56DFF /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B17520F1937523A7BEB4CC81A1D91D7 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52E7EA351B5EA7DE9BD235418C0484E4 /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C10877BAE09CF271CA0D8362D7A023 /* EKPopUpMessage.swift */; }; + 530C1E6E8D8210BD44D1C17B9A089BDF /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C7EF984EF3EFD2C897952681BC7E4BB /* UIImageView+ZFCache.m */; }; + 53136C9E69D0BA58AD108FF73345FB79 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F39A19B87F0AADE9A36F8C092E68A9 /* RxPickerViewDelegateProxy.swift */; }; + 53693C4A79EC833BC3BA47F4CAAC9E44 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BD125244CCD4A25E8260D6DC26CC5D /* ClearMessage.swift */; }; + 53B0764704EEAFB1F1AB85BCA26D7324 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2855E06F9F10691B595A8F17B10255C7 /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5434354C379A1C85A849409F278C7BC0 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = F31EFDE70D0EBCBD2BE3D0CCF09DEA93 /* DDMutableAttributedString.swift */; }; + 544ECC3E14638E1FDD60FDED6E71A5C0 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AADA96E2E0642032A7525A05A35E83B5 /* SessionDelegate.swift */; }; + 54BFDD82C3BBC603F1BA81AA8E103EAD /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DD28DA6F2BDBEE79793A9713DD757B /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54C7634794172F98C306F0B3597D5F8B /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = B57AC1DD2D20C0444F00D97E064EA74C /* ZFPortraitControlView.m */; }; + 54E7ACA4C129B78296C039BFE5E61BC6 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BD51C9DAF8DF4365E17BA2C13CCA14F /* ZLGeneralDefine.swift */; }; + 5551815A96AC2006ED7008C9DD3F8F56 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 164D33F7625E9F75A71B0CE124AEB18E /* UIImage+MemoryCacheCost.m */; }; + 55681689216EC4EE381D1373452F586C /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848BA543148270E52815E8A9B9CAE339 /* Catch.swift */; }; + 55736FD6531A0F1C3B1FDB92244D02EF /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5BBC4067CA81BBAA4EBFEDA598AC2D9 /* Array+ZLPhotoBrowser.swift */; }; + 5596737D158F381E5905237CAE4C049B /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62CA17BE2901DB71E2E07C045BCF74D6 /* TailRecursiveSink.swift */; }; + 559C39AC9FE303F8E073EC5C205F3C58 /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F985D8E9B815F9E4A7232388ECC0EC1 /* DDAlamofire.swift */; }; + 5619747115BC45D8EF9E0AFBFB7754AC /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86DC26E1C0701A192C2804300A80F339 /* Signal.swift */; }; + 564F74F04646D901439FA92F30873B9E /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32EAB44870B9BE5FF389C54AF303C863 /* SharedSequence+Operators+arity.swift */; }; + 5664FEDF3A5F6FBD52B9B19B2EE7360C /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 13ABA4D5A71236BB7E6AC1A51A1C1A7A /* SDWebImageDownloaderConfig.m */; }; + 568DF1ED8C470080C126EA9D00448949 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B5C791F3B2A408B2E8C5912A3FD12A /* DDAttributedString.swift */; }; + 568F1FAE5DAE25264020340462FC6DFF /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6DD9CCDEAE8345E77F307ACE94A2C3 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 569DE30FC8737CD824BD33F9EEA60221 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4135DD76E0E5DDCC281D0EC00561E9 /* UITextField+DDCategory.m */; }; + 56D33A6E86B978BD0A7C66442E2D8B52 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2B6BE45956FD5C733D827442732FB6C /* IQKeyboardManagerConstants.swift */; }; + 56E6249ACC30A676C07E28C381EA77C0 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7893697D299A72F8BA75B67B7CE2F89E /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57096ADF117830FDA4E842AEFAD07BDD /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766332A5D5F2206BC1B60B631765F5CD /* EKAlertMessageView.swift */; }; + 5794353EC66FF75CD75D93DAADA787F1 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E944794202982B6BF71FA78D3E934 /* VirtualTimeConverterType.swift */; }; + 57B80CE67B76B0DFBD48E90021B939B5 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4784DA17975837AC6A1260AC753942D /* Infallible+Bind.swift */; }; + 57F7B5336A1A7C7C0255D92BD569122D /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EF2E47916B8F5D713ABA226E6EA4F2C /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57FC45421D90ECEC4BFDD97D2F19FB9E /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A909C475F40117A76DBC80DE48CEB80B /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58236AA8C078BA049D0224B773054304 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 45477B3077E56B158D2A0B3597158935 /* JXCategoryTitleVerticalZoomCell.m */; }; + 58B65275D1D71CAD6F90C31279B6FCC6 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A0C8CD78464DDFAC6AAB40D06B87B19C /* DDCategoryKit_Private-dummy.m */; }; + 58FBC07F1AB57EE09E9E2283BAEC5C71 /* DDFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98B3D2F58132F743364A7A04A7B5CB5 /* DDFileManager.swift */; }; + 5939C34E4D2E9A26E09C2334A50D4D39 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EAD1AD83369B604327F955FBA37553C6 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5943D1EA324ADEC89AA918C05AAF5FC2 /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BD0964A6F8D1D6F6A8DDC56EEC9402 /* ApplicationInfo.swift */; }; + 594D1D762E97E1B91F0320C9CDC53E89 /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 55F4A82B1EB96939FFC17F35A1249465 /* DDMALocationManager.m */; }; + 5992938E905947DC3FAFDB7602E383E8 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C151E9609F3F8263902C2A465EE7AAF8 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 599A18B882F08DE626F2B4BC6FF8388C /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8670F6A3BB697C3A2217A3C2C82C1F0 /* SwiftToast.swift */; }; + 59D42B6A518B9EA16194171DBE454F94 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = B355B796317567F12CB7DA54B807B9A2 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A18E4F1E797987FD46675D6E1A9232E /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DD7AF9A83D7CE2F42E45E586A80822 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B5ABF4903443EAE2989376F637B411E /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152A805B7E968298AC27A46F277C1B8D /* First.swift */; }; + 5B6B5857AC119BDFE58F748F6A19BB1B /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BD2BEEDF911D1C192487DDFA65BCBD /* ConstraintMakerRelatable+Extensions.swift */; }; + 5B9B3869CE36800618F1D641E9B002F5 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 432F362B416AB2A0E3095E57C7DA1939 /* MJRefreshFooter.m */; }; + 5BB847676A6F2EC8B5A779AEBC5EEBD8 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5133A03F61B7459A68E50BDB209BF64 /* RxWKNavigationDelegateProxy.swift */; }; + 5BC3B430288A8F5ECFFE9444C8323A95 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 29432EDCCC5432693311FB3A1E4390F0 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BE1573FD25A25AF030B0BF733677457 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E3116B641BD896DCE20A1EF136462F7 /* Cell+ZLPhotoBrowser.swift */; }; + 5BEB2A988FCD05A226349FD9C4BC4619 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DAB0E486C16636AB9638A94C2C7537 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C8D180662E74F979FE9FA3DC5BEC582 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEE53DC88755CA53BD5211B8C2D625CD /* ParameterEncoding.swift */; }; + 5CFCDC35057A3E9FD4B24DD4CBB161AE /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4145F91C15D126896258C26700097C7F /* UIImageView+WebCache.m */; }; + 5D3023A3FDDAEC5C7D316E3C88815548 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDE67DAD4A3F72D4A31CD81DD02F8B3 /* RxTarget.swift */; }; + 5D630D2F33419B7500AF2D51E0F6E3FC /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 836B70AF1902E529A0FECE121B18AB1C /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DA9D5D4FE27BA93CE470741D4A1D202 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0D07D99309044AA88637A2C416C0875 /* IQKeyboardManager.swift */; }; + 5DAFE0A94768A4F2964685DC73115CB4 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E135200DF2568A9B210DBB3C1F2DEB /* Timer.swift */; }; + 5DC4E3C2A738F07C2943D5C49C79BDA4 /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D5B0EC7853FA1611F5ECF6F9051834 /* EKImageNoteMessageView.swift */; }; + 5E228FEF4C8DAD374328D4560B129417 /* DDDateKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6870A4D22EE9BC7784841FA6BFE77CE3 /* DDDateKit_Private-dummy.m */; }; + 5E2A86C5FEC548B0CB94184D17AA0198 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84E85387348999D8B79FB268ECD4CF0D /* SubjectType.swift */; }; + 5E72F5BCF8F32B1B613D8D1045780B87 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E10BAD04178D8BC9A360ACB84AC6AAD /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EFB9B488300A7396D40C60E2ABB5CEB /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F52EB185809D3DCD8D68EA8EFA2DC65 /* SDWebImageOptionsProcessor.m */; }; + 5F178DC2C4D71599481251FAC75742E2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C205040D1E5A8BCE3926353BCD81A03B /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F41ADDEE1A3170476DADD035BFF8DAB /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0710BE17B7076DE0C5064A4556B118 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F73068079D791AB651DA5F0563C5EB9 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74462DD94E8BEAE1E01733BE2145FE7B /* IQBarButtonItem.swift */; }; + 5FEB0A58659C60C0B299319EEB72E290 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 09992FAE0A936CC4D45EB725F658957A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6003B1CC1641FF8CD97FB90F9889260C /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E281636A5A977262D61E9DB96F60A0A /* ObservableConvertibleType.swift */; }; + 602CC4A58ED9B538AFD8A04290F44C75 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A774B057A711719B7985ECF2457F71 /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 604F48C40E1846040D8B9599AA8DDAE3 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC504023A4CF8712E65954019EF54CC8 /* PrimitiveSequence+Concurrency.swift */; }; + 6050BC07183BC67B607892D4570AD0DC /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5684E68822F1D3E342ACBEE8770608F2 /* SingleAssignmentDisposable.swift */; }; + 60718E42CA3558C8BDFE26DF1E15BFE8 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C7D57191F468BDA2B52987E7DF12195 /* Single.swift */; }; + 608E5CD7CA96A3E486C33D9F312FC900 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 670412B890CE30F8631D3DBF68EB4B97 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60EF2DF520F1164BB293FB035B4F965E /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE30168F12596011B0BB7565F9C67C2 /* UIView+Responder.swift */; }; + 619BD8E82F2F43F5D3D8D6A3496CE9BB /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D7AA1041950AA3B048BA78D87D0FF176 /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61B5D7DACF71FABBA2A23BC96030639D /* DDPersistenceKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56B65EA3C14DE5A8F995B9E16CDD2FCA /* DDPersistenceKit_Private-dummy.m */; }; + 61D255732EDAC6C0AAFE209C90F346FC /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6043EB364EE370D3951635830DCE78A4 /* ImageDrawing.swift */; }; + 6210A5E8C94D9610DD9326F3F053E236 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = D603E61638C5D8B6B4577880F43440FD /* EKTextField.swift */; }; + 62205927FF7EEB992A9BE9BBC3A00EF2 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D457398AD0A36F0DDD72B046A387B2C /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62643C2B0784DD59DA7827A6E98164E4 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD669CF3EA8DE0C2942DD07C16B30E9 /* RxTextViewDelegateProxy.swift */; }; + 62645F034EC4123B63B4EF816CA13844 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = D181FBBAC748BB8057E08172D4F3831D /* SDWebImageIndicator.m */; }; + 62AA511D566BEA64B2DF7CEF1AF91B9E /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF5720A320880B0D51D92B4E3903737 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62E03A7C90AC5E5B1D0112A6CC78F131 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 428BB213BB5CB7CF5DD1520FAD9BC61D /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 638AD6074B37A0C82745B41ABB520CEF /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CEC4DCA63675BD6DB49032ED12D2426 /* DDMANaviManager.m */; }; + 639859131F5B6B971A6D5F13570E2E5D /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7231A1CEC3FD30E18906AFFBE289E2F6 /* EKAttributes+Position.swift */; }; + 63FFF49598498CF8C2ED679A60632466 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F812061A0FADB75F57187E35DD1A70 /* Request.swift */; }; + 6405B88F00699FB27D556521FA391E9B /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01122F2913AAEB4DE71A78D263C4FA14 /* ZLThumbnailViewController.swift */; }; + 6494347F049B7EC6FC61F86A4E757BED /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DD865475CC7F8FA72B9919D6A1D6FBA /* ConstraintViewDSL.swift */; }; + 64C3041F08A2B870F8EE53C9DCF2A5AE /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DB97BDF86E26A2A217026453B39D02A5 /* UIButton+WebCache.m */; }; + 64E217B3FE62EEA10B5EB992A7B2435D /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CB96FC1D8DEECCCAC04C3A2285F2807 /* UIActivityIndicatorView+Rx.swift */; }; + 65393DFEDA642FBE76283D75C070E00B /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E5B89FE2BD8A0B0D3B2D9A4B27068C /* ColorUtil.swift */; }; + 653CDA931425BC102ACA70C32819CD11 /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C842FDBBDB7AC6BB51DD45499CB83DFD /* AsyncSubject.swift */; }; + 659075391B642E87AA542B9F3EC30173 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E5E79F05719FA8B3FB969608F509571 /* SharedSequence.swift */; }; + 65FBF2652959C0C03F5BEB1A97949DCF /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BC6C5577BF8216BBB56CC43A0F28ED /* Protected.swift */; }; + 662D8B722CE76FE956E05768FD3ED3B0 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6074F691DB9F268B99C5B70A7ACF4B9E /* MJRefreshComponent.m */; }; + 6643E151818434BBCB5D20BF508EB03A /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45B0433A65006C9585B4DDDF463F1C62 /* DDBasicControlsKit_Private-dummy.m */; }; + 668C9B800095794E5D00090BB2E3CECE /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70D91EEB7F91167D35E862FFE0649EC9 /* ShareReplayScope.swift */; }; + 669426523C46BED22DB96FFC90045F60 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B6DE6BDB74F27E5D2A2963CF80E901B /* SDAnimatedImage.m */; }; + 66A4D5DEBBA734D31FC0052BC438A63C /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D319C5607ED9AC195CC83D1F272DA64C /* EKAttributes+Animation.swift */; }; + 66A90DE49D5D62A6B8B93B1BEB6BB0E6 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0860D31ABF0729C6270013AEF0C938E7 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66B230DF4FD3A8ED74F8876F6F347D5B /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24AB60430C88BAE9A51BB73EDF64E5B7 /* MemoryStorage.swift */; }; + 66B8B64583388FBE6401760C7858A1D2 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 319A6DEF8780E66CED6DA98807DAF3D6 /* PrimitiveSequence+Zip+arity.swift */; }; + 66EBF250FBDF17D3ECF9D4727650C6FE /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8ED51CB709A5C22E282B9EA5A763792 /* ImageView+Kingfisher.swift */; }; + 67361CCD8BA6B13F5AFA500684267561 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 7600AA3E434EC03D93F059A0B28A028B /* JXCategoryViewAnimator.m */; }; + 67613012FC19662F5A1A452C9DFD7AF3 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51FCF11C1D9AF01314CAC5DFDD70C064 /* EventMonitor.swift */; }; + 678E3ECA55B06B72144E0F1FCB7792D7 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C298E694BE1435C44BD309B7BF4845B /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; + 67F2E90F42B5116F653D1FCC9C2E9D4A /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84522570DAD672D58AA4E389329D7CEA /* PHAsset+ZLPhotoBrowser.swift */; }; + 6819E936EDDC5F64E03965DDA16F6EA2 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A363A011B34262196863671FE274C8DD /* ZLProgressHUD.swift */; }; + 685297AE4AE28A8EA07BECA639E313E9 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B253B4FDE95315E78B76766F4CE6E773 /* DDView.swift */; }; + 68B4FCC1E1A2735532B81982ECC9BE5B /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BBF6D50AA0248F251212A85BDF83338 /* SessionDelegate.swift */; }; + 68C20F65E3110735F394C2D1E0E60AC5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 5375A076009E1019AE686602332C2A5D /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68E3BB3C139447BA9A82E53CF485909F /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 33131CB1B44363868718F6FE67AC609A /* SDImageCachesManagerOperation.m */; }; + 69628B06AF6EDF37ABECD410CCFF53D7 /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975DCF119919FD799B4096722F0FC6A0 /* SwiftEntryKit.swift */; }; + 698D4BC94388BEEF0696C5F30A549DAB /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A63E634069584FCCD26090DA876DE5 /* RTLManager.m */; }; + 69EC7466EB3C133CE0D82257EF336100 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961AE890FBEFCD5604AC60F804211247 /* ServerTrustEvaluation.swift */; }; + 6A6383D19FF985A850154722F2BAC12E /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A75E39D1AE5EA909AAFFDA481B1C86B4 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A6F48CBEC40D32D1FED610A00C2CB8F /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 450EDB90DA887F1591A7E3715563CE5F /* ZFPresentTransition.m */; }; + 6B243EEB7444D034A045EB712ECBF436 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B248BB25D78BD36E1A612EE1BFAFC7C /* DriveRouteCustomAnnotationView.m */; }; + 6B354D42839B601C9DEFD984415411EF /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D90494C68EB284EC36FEDDBD7B48491 /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B553F2B3704D9BD7FF7FCE04E403CC1 /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CABD0292800696BF629AE9D17BEF0C66 /* UIFont+ZLPhotoBrowser.swift */; }; + 6B5DA39E14AFA54BF0994DB3AC694772 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA982518F09F8225962D06C2F751884 /* LayoutConstraintItem.swift */; }; + 6B66FA28308AAD03CF48491A2156DBDE /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 43A7CD4FD0ABE5E6DC4CBB2A311F14F0 /* SDImageHEICCoder.m */; }; + 6BCEC0DE81E072E922CE82BF2C10D0D1 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = AE073D46601660CA896FC55F0616725F /* BRDatePickerView+BR.m */; }; + 6BD973EF2D9AEAAA897F19ABE6ADB442 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = E5E4A96A72027ADC8D7A969D1D99B6BB /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C2F2ECFF4586C9C630A06CA7245268A /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E091CB31E02C49432290E464888C472 /* Deferred.swift */; }; + 6C3B575651FF6BCDC6907608E2F89583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0603369D29C08BBD4B780229EB57C5F2 /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C850BF5602E027A876A27784A160519 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4654F192727322A5B6B3618A117EC3E /* EKRatingSymbolsContainerView.swift */; }; + 6CBB8A0459051E23B564D2D128E4B219 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E61804F5B643F8F44E1B885B206DE28 /* UIImage+GIF.m */; }; + 6CCDD8BBD40821514AC48F42628D4D7A /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A1FAE616ACA192AC2B4835DE33A95F75 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CEA6FC42B1EBFB8EB263DDD2295BA1B /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 17EBBEE913E72CA4F1A7C775F7547836 /* SDAnimatedImageView+WebCache.m */; }; + 6D04BB428ED55D57D68354552C043A49 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 227D5C20DAC5A6882624BCFF84BFCF3D /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D1295F002B144E1731C38BEDF62855E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 90A46F094CA9CD51721A8E611D7A265D /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D8A1EAC97E1ABC816801F06E11AEF2A /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4A9A9C6F6984BEB9944D2A5B90DC0D1 /* EKFormMessageView.swift */; }; + 6D9162F60E7975B61948B1E253941FB8 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 55545D86A38C88E25036285F6E656D77 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DBCD383C164E5ACF1DAD34C9E2FCE34 /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 10BB65D216F0A89EF3DDE22B631B39C0 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E79B8E1DBB132B9953B5F37A743CB43 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00762648F87378B421D9E8CDFE71A057 /* JXCategoryIndicatorComponentView.m */; }; + 6E9CFF84A4911D0010CF676FCC5F81A3 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0E7E5057462F655D8F4E52508E671F /* DDBaseTextView.m */; }; + 6EE3CE5E6C7683F30D2D59D0ADAC6FDA /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9C710CED84DF53EC139FD905FE9AAD /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F1697BC66902A6089A108DFE1E31B00 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29A451DB1577B4AA8431FE05F486FAAB /* DDTableViewCell.swift */; }; + 6F1EC7D7C6057783745CD6C5C41EE5EF /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35450C3C90041047307AFA530B4FB58B /* ZLPhotoBrowser.swift */; }; + 6F46408B20EA653BE535660788D44444 /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B8DE2F25DFD6D28B2B1A4E5A91CA4D7 /* ZFLandscapeViewController.m */; }; + 6F6324778DAEAC9A6B9C1E5EFEBBA492 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB0E4FB4D6900EC78ACBA96F5E96A2F7 /* Signal+Subscription.swift */; }; + 6FAFD661B194069BCA77883FB488E50A /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9569643BAC1BFEE9C781C30A603ACF2 /* ConstraintMaker.swift */; }; + 6FCCBD397D9B887B427DD63D118DE589 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E48CC4D8CFE991113EDF2724EFFEDACF /* DDMAMapKit_Private-dummy.m */; }; + 701681C35B325B45CD0E46CF0D5471F1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F67A3F6383872630B0AE5225DBEE2FE /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 709711B731CC35DA65084FE1C1A2F73C /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C139AE58D7913987FB4420842FA7DE6A /* X509Certificate.swift */; }; + 70AC10609FB1A12D49AAF643F6DB6799 /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C35D978DC1A48371A558E2F5FD5458 /* UISwitch+Rx.swift */; }; + 70AED23C9E4B7C54A57E04BB493B1632 /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7126C236B3D3ED1FE9DA844C3F8BA19E /* DDColorKit_Private-dummy.m */; }; + 70CB725EC2D3E4977E8C55CE9EAC4D0A /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0595A2C45A2C807F199AE3CE85C23090 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 712C6602ED4B0CE3766C7B1D0364D0D1 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41F1115AC7B6E578068DBF01F1D2B305 /* Buffer.swift */; }; + 714B1CA2AD44049A52267BE368CD4C8E /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D99684924B37D6D10017B50BCCF47E /* SwiftEntryKit-dummy.m */; }; + 71BACD458EFE7CF21260654449513C75 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 43077E18310DC4A0F50CC96A0DE2B0E9 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71E369AC039524E2F13AC548B3B043EA /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF102BB030DB51979C8828A4CCFB60C6 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 721A97ACFEC77E36D1023E41BB0AE1AC /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C89DDCB6B76E6E74991155BDD7417BF /* EKAttributes+BackgroundStyle.swift */; }; + 72B0A8793C1F38AA19A0CD865BEE8BE7 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1C0DFBEB1656E5775769E9DD7592F4C /* EKAttributes+Validations.swift */; }; + 731BC8F0B05F16D9E44C9EA00B22F4C9 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = F913AEF4BC19217524BA7CE744FAAB90 /* Session.swift */; }; + 73A9E4170A91F0F715E9E7C1F069FA45 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5CB62C7E9BE649E374D62A82B71616 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73E288FCEA27F5DEB683B074F96D0846 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EC63266F1A25D8738A3BB41782AFC91 /* SharedSequence+Concurrency.swift */; }; + 73FFFD550E5D834616601E46F7468513 /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339C2A6152F51EA6AF9CA57D40E54E6A /* RxSearchBarDelegateProxy.swift */; }; + 7409FFC5269708E4F4606C21C9DF1B97 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D4370EB0527F8951315CFCDF2B136F01 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 745D1703E1D29FD12340402A7F6B71D5 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB41D91E24D72CA5B2E07042707B022 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7539BFBC46E1BB8AE022CB250A405582 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA00C2EF2C8729C7835C0FBBD468E5EB /* HTTPHeaders.swift */; }; + 756BF9B8FB680C8BB0B5FC56CD9E0831 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A5C5ED621289AE94E383AA5F3845B8E /* ImageBinder.swift */; }; + 757DAD9E812317B7B8FECFBD78953286 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E4389A79A98D82D099859D31900A8A41 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75838A964C379AB1214F4BBCED359F7B /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C7DD4A867385D60261DB360F2009D9 /* SubscribeOn.swift */; }; + 75962201E03EB435C7FDDA34DB38C82D /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F90289338102C1712A8CE1AE5B0CB534 /* UIFont+DDCategory.m */; }; + 75A2E216A17F4AF6B23758F0F5188647 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5335B99B27D3308852CEEB5161ACA4C2 /* ConstraintView.swift */; }; + 75C045B811885FBDF3FCB78F77326FDF /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DBDF33C10915BC1F6E6306C566B254 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75CD78F516227CC85280513E37D97F75 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D422E0445C0E667A8DDCAB237B98C88 /* ScheduledItem.swift */; }; + 760D7A5A2409555F4B6A8100ED8A5528 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3379D26F54ACFD9C0723474C82A4B3 /* Observable.swift */; }; + 7615AD04C15B5C1E8A259A80825D68FC /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A3D0ECDFAA25FAEDA60F0D077758A5F /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7656BBC9EAB46594929535E30A03C54A /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D533FADDA301CD753353068193F72777 /* Optional.swift */; }; + 76A190B0F869A4BA61AFA27C1EB92F4B /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = AC1D2CC1B5DCDB8318B494F34D130A4B /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76BCD01DEA5DFB76E7975B68591D4235 /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 42AFF5E4167F1AAB0C38B6D04AF48FF0 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76C7D273C6E5D59AE6B46FABD80F529B /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BF902A56BF760BDD12158187207FBAB /* NSThread+DDCategory.m */; }; + 76FFD8BBEBFDA70717385A5C74DFDEA1 /* DDUtilsSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5C12CC8F474373055969C07D3A3C3EB /* DDUtilsSwiftKit_Private-dummy.m */; }; + 7700D571BD960334CD5930A8580BE217 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D0CE3DC397FB3F291FA4A78C327CA8 /* UIImage+DDCategory.m */; }; + 774CFF5DF8BB0D8AF40C421AC4E7427C /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = CA341672AD12C91E1D680EEACB407F91 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7772F0679B865D3D92C4271257716D11 /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7516546B31F35DBB7EA065BBF00BE1ED /* GroupedObservable.swift */; }; + 77D340EE702D19DE31FA1A1E99F3FD52 /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C56D6FE2C0E1B0D503196DF09C7A12 /* DDNavigationControllerDelegateReceiver.m */; }; + 7800433CAE99BDC6FDAE734B7BCB4889 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9CAB0DE89C0BFCBEDDE2F08E332CF7 /* ConstraintRelation.swift */; }; + 780B82DCFDBD9C2D7E5C92DF80FF1630 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = FCAB0AA2CD7584C71B227EFE07A72652 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7867E2730114828625D52A47C43CCD2B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = EB904B920A37349D37017E816F5C1D99 /* SDImageCache.m */; }; + 7899DDE84093B31ED54B226BB1F518BE /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A34A5314F1C2F5E39877CDD4C23111 /* Bag+Rx.swift */; }; + 78F19D9EAA15F4779D096963F790CF62 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E401ECF7473809EDA233D3291AA24643 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78F42347772C57AEB0CE35F118F14AD5 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 55A4F48C4DD1485D12FAAA496C0967A8 /* JXCategoryIndicatorTriangleView.m */; }; + 791629CECDE0D6A5445563A3E0025ACF /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = D78ED7FF50379F1FE6D24BA5A1A6A5DF /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 792129D5856B65A190DD61ECDA18F45D /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D675079940CFE6C6B1495B5312FEF0 /* Scan.swift */; }; + 7927E6770872983115C36150EAD11B8D /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C1CDFBC2D3D029A3ECB0017E938D8D /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 793F19320DBE5EBACB9D67FA411F720A /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BE4D837B0B86270E94A66C6621DD744 /* ObservableConvertibleType+SharedSequence.swift */; }; + 794C8686B1DFD5AA5216F9165ABD8EE3 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E04AF4D03DE53ED30E33004A282BDDD /* JXCategoryListContainerView.m */; }; + 79D547FB7599B9D84A5F5697924BC58B /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = B743BD461CDD7E3B19621C9A8BC31DED /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F7344C573425769AF35D858AD4A67E /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D88E96BD30113C71AD4225F185AD871 /* UICollectionViewLayout+MJRefresh.m */; }; + 7A6935099F0BE481D9827079C0BAD4D6 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FB7ADB70FD266CCCE0EEF823CBD32F0 /* ImageContext.swift */; }; + 7A852F0AF1F3E1693579BFB0EE3DFEAA /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A54C2EA0B08D1D886963C8F6FD3E503 /* IQUIView+IQKeyboardToolbar.swift */; }; + 7ABFC8DDB94ABE4C0687BC981E98A2BE /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA25A894AF5692143BA3754D55BAE255 /* ZLPhotoPreviewSheet.swift */; }; + 7B0B8A575C497874E971408584743E02 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = AF80C7D34857FF6762E02B8A16D658F6 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B11736F617525245D4679CD2782FB11 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9089747D09C54D518BEC18FE8D514F09 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B45550C7795D7B29E6E558F00864D1E /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 050B017433C17B15A5712EE1BECB5E53 /* UIImage+ZLPhotoBrowser.swift */; }; + 7BB4A07C23154788374B2921EC730161 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 94383346701CE943B058EEFE516C3F76 /* UIScreen+DDCategory.m */; }; + 7C372E51120A6B4C8839D5B67723E7F6 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17A699C03E45BB7F13E926A3DFAC928 /* DelaySubscription.swift */; }; + 7C4555B4F80F91CE5F03F39C2D64D86D /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27A0DE390500D96C03B183EF0D429F0F /* IQKeyboardManager+Debug.swift */; }; + 7C6612D6212B9BCA43CEA708B1989C23 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E31BDF49F2926FF02EF1A202926188F9 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CAD2C0EC229A92286D2C1383D25F28A /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07292771F5B6BFDAEEF7BB781539B2C9 /* Binder.swift */; }; + 7CC298CB85BBB9C814F22B8AAEF94281 /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 879388E287309EC5B6B9E14083EB9A58 /* IQPreviousNextView.swift */; }; + 7CDD4BF0209AA2F717C7546D5B6BF979 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E0907190CC9C4233E019988DFAD5A53 /* ZFPersentInteractiveTransition.m */; }; + 7D11B4B771600E6995E87D41605BFAFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CB7DBF821CDB12D47CD37DD36020D26 /* Kingfisher.swift */; }; + 7D23A05408E0E17BB56E5909C983386D /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E8EB4D9D80DED315FCCCD54A22BFF90 /* Notifications.swift */; }; + 7D2B3960EAADF509725141DC9EB3FD37 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 306D8D12ACFB3F1875A3E3A4A66EA5E7 /* UIWindow+DDCategory.m */; }; + 7D5AC16F195967267DAD36F198E0A5F0 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 23CB2A5AB8A31970200D390366725669 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DF26FE5A9AF886EEA362BD9C81678E7 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6959B08360F4836FB29BBF9324533557 /* SwiftyRSAError.swift */; }; + 7E77F7A02B348F2B136DC0548A0AADB1 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4117C597DE1692CE8789DB702543828 /* RxPickerViewDataSourceProxy.swift */; }; + 7E89E3B38E4ACBC2954D330AB4FF0293 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBEFE7EFDBF5BA4C9D550781394D569 /* ZLClipImageViewController.swift */; }; + 7E9CB89FA3B14991D8C31254F7594BAF /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = ABE9CBDE3FC3DB8B17CA2F4DF35287AD /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EB3D7C00B056C2849220D2E6DCCCDC6 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866E3993D4D20D92AE6CA6566F505597 /* TakeLast.swift */; }; + 7F646201C11F75FEB2701844D49DF702 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0C9FC33E3E3EC10BD4C13CD647DB76 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F71AD73F7405C6B59591FFC96EFCD46 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5C841B7C33D8103A0A0F9FF3BA67B0 /* KFImageOptions.swift */; }; + 7F9C36B013D01F2188457E0D3A7AEF07 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 484ED9278AFBB03768FC180C42EF6D50 /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FD541C37F57A49DA86354FB0AC6CB72 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4542046C28F3D70E296E394B873C6719 /* HTTPMethod.swift */; }; + 7FD5933A76D02D235B287A8133624209 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE5E8C3CB6962907C20F39684AC6B5F2 /* InvocableType.swift */; }; + 80474D488D0DE9EEB589E4B5F9EE1256 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7B78F698810A0591022F198B0486335 /* DispatchQueue+Extensions.swift */; }; + 80707A9E832C8EEAC361896B59A1DE19 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C11F0E7FF4B809B75108D36C30AD2FC /* IQUIViewController+Additions.swift */; }; + 809174478F55FCD93B0706148F6D9B72 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 53701FA4E2C325041ED02E45E02DEBFB /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80BC7581EDC7EF248D8E56A3AB986B53 /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3861B49B9CDC8661EAD6383D750FB37 /* RxTabBarDelegateProxy.swift */; }; + 813567124B996AD29CCAF98621B4D917 /* DDUtilsSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 79060EA6FB966A86AA091D84DC765597 /* DDUtilsSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81452427ADF1E98E642A1233E6B650B0 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F5C9A218E5415CFA35CA923E6EC4496 /* UIScrollView+Rx.swift */; }; + 81495AC63688C3355033D5BA9CCFC035 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BF6C0E62E3204699D57A676102058BEC /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 814AA2BB51B51E467391D717BF24FAE5 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D8DBD4A19BC9CE26D2D0656B2303DA0D /* SDWebImageDownloaderRequestModifier.m */; }; + 815275DCB23E972B3FD5979BBE77CB0F /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13B84C97A0658E5BF9785ED3D7F2382B /* Completable.swift */; }; + 81A3D9DB1BECA7DD9A94142824783DD8 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68B600BC7AC1EFF4E70A36A0A7CE2118 /* ZLFetchImageOperation.swift */; }; + 81AF1CC864FAA4F183F389DF45E31B77 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6E6F5701A4F4670E0F79103B1E00FC /* CompactMap.swift */; }; + 81E52185084B76A2BE6C49F315FCDB62 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD2FCF8484F129C862C7733EF997F21 /* Amb.swift */; }; + 81FD4731F5CE69DB93A7845FF2BFE6A7 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10392DBBF45DE4D23794FCCB748DE71 /* TVMonogramView+Kingfisher.swift */; }; + 82300175606EA43BE4BF57888C4A77E8 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = A45AEB2DFFCE8057206B2DE8ECBE25D4 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82F6C49CD5442529B117D4B77ECD8518 /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D123B4BE07B72930183427DA4699782C /* EKStyleView.swift */; }; + 831254EFC2C2C803504469336A8C716C /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05692E2644C9553991BB866D88887C35 /* Image.swift */; }; + 835173C7877CC2512FC25FC6EBBA0350 /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D20C4C1F970E3E4CFF73E4F37008D6 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; + 83888A11B0701E2D4EE236DFA1E56800 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756071B94EA9B9D34DCD2BEE85E39996 /* Result+Alamofire.swift */; }; + 83938D5CBB19BD3E148DA8E030218776 /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = D681619D94082F8FBAD3CFC95DF2C8FC /* MATraceReplayOverlay.m */; }; + 83C8F1C636B757CB5FB662326BC3BEF1 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F05E04C13FEA025791F0C90AF64A3A /* Infallible+Create.swift */; }; + 83E6942D599D10B74AA8457BACDC9C0F /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEF61169EFB951016571C2CC1E329D47 /* ConstraintInsets.swift */; }; + 83FB80448888FC123E9A45527EEC1C92 /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B4CB308A06446D2A73A68F930B5D04D8 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 841447C2E526E658EC8102873B77A9C9 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE9CABB0B007DC5E6F3D70E33F52F4F7 /* DDTableView.swift */; }; + 841CBECFA7ACFAE2626EC33AF8D12DA3 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275B2489357F6B943066C4950DD73452 /* Maybe.swift */; }; + 84505063AEBCB40D30A5BFCC93539C8E /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C08DAB6DEE753696AB2BC4C281A99B /* NSObject+DDCategory.m */; }; + 8467E270758278816859E50FB4E3DC73 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB8B286BE1DB87F3BA9D2EC9ED194D2A /* Observable+Bind.swift */; }; + 84CBB8B38762FD16B0BF7B4BA778228E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93DC5FA6C8CE42E9948BD0360B325CB /* EntryCachingHeuristic.swift */; }; + 84DC0626D65FE608EACE77EE19BCF92F /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3D62E5032EF1C933E09EAE1E95CDB6 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 855818B53CDD3E3102ED4CEDC16FF11F /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8401B25624A44A362A28E544C9474B18 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 856298055AD0D85195CB2A081508EA87 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 057F7456D5D387EC14E07A6B1800E0E5 /* Do.swift */; }; + 8585EE2B4CFC73211A2D8D08ACCD9646 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A3EC880FE2B8C0BDB59287FB1C6D1B4 /* ConstraintLayoutGuide.swift */; }; + 8620470517C811FD4767A6DD0371D0D5 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D466EFBC5B2AFEBE9A18E17D09AAF7E /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86997C2E83106153831376DF4CB88084 /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F73A64E4521EDBD1AAE1CC1963BEEE5F /* ZLWeakProxy.swift */; }; + 86EFDCFB015C812E2695EA28F9F3B88F /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 918BFF266753E88CD5590614F7B8509B /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87470AF75922B5A56B07AB5F3873F468 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 464ADB2A55FAC4862428B1C0F3830314 /* Queue.swift */; }; + 87557570DC30F0D36B82F72429D25366 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54672C2A5C209836AADD03D2D892E9E5 /* CPListItem+Kingfisher.swift */; }; + 87604C2B9F5FB788F26D7D2AF954710E /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A0DF86A8859EA3632FA00A9B5AA19945 /* UITableViewCell+DDCategory.m */; }; + 876F0A0ED17438D064D6255B031ED91B /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = B79DF7DF2251EF8A9A4DD8BBDB32B5D9 /* UIViewController+ZFPlayerRotation.m */; }; + 8772F32DE15FC5E2426A36349DE9E7C8 /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FD7AD4C562A08C6A2483BF35A7988CA7 /* JXCategoryTitleVerticalZoomCellModel.m */; }; + 878B6B1A4C24B3D46773E79E0294CC89 /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECAAD109009CA7B14C5C3F17516B80E /* PublishRelay+Signal.swift */; }; + 87E790F289BC43498505B6D68AD37C12 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 2592CA66B11529AEE021D8C5D77FF70E /* UIColor+SDHexString.m */; }; + 87E876627F3BB158FD39966792B76B65 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE60A6156D03AE9D1899CC6F69CF7591 /* ZLVideoManager.swift */; }; + 887595F20B78C5473EA5B93D699737A6 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B495B473AAE4CF688A79AE388BA049 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88B17205B2AAB6D5631D3B0454523190 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6956C1C13B6F483A31127FA1E738D13A /* NSMutableParagraphStyle+DDCategory.m */; }; + 88E67755F51F1CA22343EAA1CFBD41E7 /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FF65D4365CF9586949F3D50AB35420C /* DDProgressHUD.swift */; }; + 88E8C4E6532C1885DE243488021CF2D2 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1DE7891489E9D59D79DCE22AF66F9D9 /* AuthenticationInterceptor.swift */; }; + 8963A3DAF031290FC09A2188831C63B5 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A502205308EE0FC9C10E22A31CE6F71E /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A0B21E6BF5B2E44B79BB9546EF7F27F /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 57C36663553EE3FC62867CC6565A39B3 /* DDBaseImageView.m */; }; + 8A3E8C9849B1E73D113589B8F007E566 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7172FA29C95820A6FDE07CF7CE98CA1D /* JXCategoryTitleCellModel.m */; }; + 8A5D7CFB78278C7861D3061D212B189D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4837DDCE0CBD6C03E891FA0582C82A4A /* SDWebImageCacheKeyFilter.m */; }; + 8A6158438F3B894DE7F91DE5FE93C795 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 612BB6376A463CF2A7D20836998C7AC9 /* Message.swift */; }; + 8A64ED4C758DC20F9F638F956789182F /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F731D3A2045EA7A0F28A26D17305C70 /* UIView+QuickLayout.swift */; }; + 8A76F9D3DC5645754BDAA8CAE5A2E993 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E1806B7AE8E26CE08653BA97DD634BE2 /* UIImageView+DDCategory.m */; }; + 8A93BFC4ECE061648BEDA3A17DF34B7D /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A8D9246FDEB24724530F52E840D0D1 /* JXCategoryImageCell.m */; }; + 8AD2950E96CAF68E45461D5BA86964FE /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B588A780D34490594CE6B22B5237702 /* NSURL+DDCategory.m */; }; + 8AE63F25EF4DF96919B34F6200CC091D /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99EC91A075178B7FF5097610ED48DC20 /* Observable+Concurrency.swift */; }; + 8B1A402F74B6E4E6F42C395DDE64169C /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 404CEB52EF15A5EAF66C8A5C26A2189E /* KVORepresentable+CoreGraphics.swift */; }; + 8B3145567FD389F30FCBB34C08F60CB0 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C883774E369C0F5862125ECD434BC24 /* Platform.Linux.swift */; }; + 8B5C7472AB1189940F2C7A38AB4E5D57 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 062DDB33C6E18D36A77C4A3EAAEC87C0 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B753F9A4427257D3732F4AE2E2EDCCD /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0947970D0446B4AA354037997C2E18 /* SDWebImageDownloaderResponseModifier.m */; }; 8BD123ABEF5D494CE8B192EE150B0E52 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */; }; - 8BD7243E27CAB2AE337CFA2AAC384640 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B6D98F5DDD364C0CBD185BBFB45EF29 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C0CC93974FE5308329A727AC1BB0073 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BAAAE194D47171E65CB2DA029353E06 /* GroupBy.swift */; }; - 8C1123CFF840715FE9BD669C43D75E7D /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D2D5A33A73AD0529A6E4D2660D9A851 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C5AE031DA4F7E6C727B298D2CE5AAAC /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = C346B1D67F986A141878159A845F720C /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C7FC675F85CD906964F33C106BD2F63 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD42FD146754F9D01EAD60A33B0F79A1 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CFB68D77E49914A0DD60B939BA767C0 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = E92C396CA7B29CEA9739AD121F49B8BD /* SDWebImageDownloaderDecryptor.m */; }; - 8D2C2E93E44DC32A322DC0F747FE8D7C /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D7B2D3ECF4FE62186CAD24B167412A76 /* MJRefreshAutoFooter.m */; }; - 8D42E6E44020386BF96406F0D3540D19 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0632F5137DDCAAC1EABD8ADA46595D01 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D611286757FD4B06BFBFF1A7BAC8CA5 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C7F8BA317062E602F0956AD98381EBF /* Indicator.swift */; }; - 8D67E1E9F0E2F132D6A0D8EFB3C36974 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 647BC568EDF0C7D16161624F57362EE1 /* SDImageAssetManager.m */; }; - 8D7B5F3D2457D1F8E54BF758F6F0388F /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C5BC480ACBF0B1E627D401C019445679 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D9E90F44186EB6E5F232F94AE2B49A3 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E038B4A7DFA13DFF158F939E6E91268 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E8303059E6569424FBD16600EEDCF21 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 531B07DFBE13E2338803DC34AE42E6B5 /* NSMutableAttributedString+DDCategory.m */; }; - 8EA243E4EAF07A43D187BB9E6023B5E4 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 577D1DC11215382ABB93563FBC67B6B1 /* Delay.swift */; }; - 8EA71FCE62BCE72E1798AC86592F4747 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = A7ADACE713A72DDBD0293E03A4ECDB67 /* JXCategoryDotView.m */; }; - 8ED0EA8B64CA7C4860DC6D8B565F4448 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848FCFC192EB5939DE25695929B7BCDF /* RxCocoa.swift */; }; - 8ED80DB15A7A80CBF9142B63CC4C00B9 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1C275E7B8004A9BFAAC3A10361E47F5 /* Skip.swift */; }; - 8EF8D0C1BE201C03A65D66C92BAD9206 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 62918E8AFBE977BE398E8E8D66E3D9AA /* SDWebImageDownloaderOperation.m */; }; - 8F2F37F426CB2C3E4EEC25034ACC1388 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3FE5E48F748BE2E391C9113BD24FA5 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F51FB8B7D5A75DAF2594983F118250D /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27C6F276E14586E0FBE624B544D267D9 /* ConstraintView+Extensions.swift */; }; + 8BD7243E27CAB2AE337CFA2AAC384640 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FA661C9D61E242955EAA24C5E55475B1 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C0CC93974FE5308329A727AC1BB0073 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABE8238EE5B140517E77DC887ED83389 /* GroupBy.swift */; }; + 8C1123CFF840715FE9BD669C43D75E7D /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FB48A633C15265654DAC3B807921794D /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C5AE031DA4F7E6C727B298D2CE5AAAC /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF6B796D90DC664ED96E1E85CF04347 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C7FC675F85CD906964F33C106BD2F63 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CFA5B339360BCD0CA271297E4748AC6 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CFB68D77E49914A0DD60B939BA767C0 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = E9283C71BE8EF6C41A438AB4079E1644 /* SDWebImageDownloaderDecryptor.m */; }; + 8D2C2E93E44DC32A322DC0F747FE8D7C /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 40CAABF70D0D6257D468B81F5748A553 /* MJRefreshAutoFooter.m */; }; + 8D42E6E44020386BF96406F0D3540D19 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 42A15DD2ACA65F9A5BE1A8067126DBBA /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D611286757FD4B06BFBFF1A7BAC8CA5 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AC2B76D9D1AE189CBEF5336C1214F99 /* Indicator.swift */; }; + 8D67E1E9F0E2F132D6A0D8EFB3C36974 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E7C78D84C1DDF77BAF466F926B8B3E /* SDImageAssetManager.m */; }; + 8D7B5F3D2457D1F8E54BF758F6F0388F /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F3BE690DD541CEA0596F424B3DB5AA11 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D9E90F44186EB6E5F232F94AE2B49A3 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E18A24FC1DBD78A3CD2CF26C5443197F /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E8303059E6569424FBD16600EEDCF21 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9EE5CD60A63114E41152F3B4402920 /* NSMutableAttributedString+DDCategory.m */; }; + 8EA243E4EAF07A43D187BB9E6023B5E4 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = B599060CE2C52BF65174D29738625943 /* Delay.swift */; }; + 8EA71FCE62BCE72E1798AC86592F4747 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62226814162AA6EED062D8FA248950BF /* JXCategoryDotView.m */; }; + 8ED0EA8B64CA7C4860DC6D8B565F4448 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4113C8ED94FBCD13D365DB0F00746A7F /* RxCocoa.swift */; }; + 8ED80DB15A7A80CBF9142B63CC4C00B9 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10CD21A978B7213B50F82629974CBC7 /* Skip.swift */; }; + 8EF8D0C1BE201C03A65D66C92BAD9206 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 984BEBB41FE196C3D934CEA341A5D1D1 /* SDWebImageDownloaderOperation.m */; }; + 8F2F37F426CB2C3E4EEC25034ACC1388 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F6D1B0AD2B5DA0E9E88BEAE91F9EF13D /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F51FB8B7D5A75DAF2594983F118250D /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFF5711C237875521FB7A31DB9785240 /* ConstraintView+Extensions.swift */; }; 8F7C09C252C91A4C49C70B874D9AD4EF /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 861E3EABF816A1CA179B292C434C7624 /* Pods-OrderSchedulingNotificationService-dummy.m */; }; - 8F94DE7C574F2E68FB7F4182FF4AA19A /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D566BD2901FA7C84EEB3F8EE67FD5F1D /* JXCategoryTitleImageCellModel.m */; }; - 8FEB0C5A22AC36647CDEBDFD50EF4D1B /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963E34D25274661081137802C0AD2FE3 /* Reactive.swift */; }; - 9069546BCE91958C23E24D6279C5E7C0 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 814B4B42A8873E6B70481743C5571979 /* JXCategoryIndicatorView.m */; }; - 90747EAF8374FFC67934EEAD2592FB29 /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 24F53D53FCDA4164CF495DE3A19F27BE /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 908AC7769C1017C0BB645138A46678EC /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BC2CD50246BA713E4F8C6C52A7EE78 /* DDBaseMutableAttributedString.m */; }; - 90AE44530AF990D163D03B9A2563204A /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D23D010EBAF8A63D9AA9D7A5C20A5D1 /* ObserverType.swift */; }; - 90C2306666CD2C08EF76F2012825951C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DAF2757246EE21F758E7081EE7A31D /* MJRefreshBackGifFooter.m */; }; - 90C350B739A3E899B1B53E52B15430EE /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 418648BC78538563488D915DED5016A9 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91A36B31EC90DB60DC9584F00E5D5643 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C119F796209F55C4EDF19193D9403A3 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91B718E97E5B0E6C8E089096AC2DF4FD /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559CF370CC84C422CD49D19171A0A1DD /* EKAttributes+DisplayMode.swift */; }; - 91ED131F555A03F5905E86878BF38C69 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8337ACB9D6CA3C0777C83664189A6655 /* MJRefresh-dummy.m */; }; - 923EE64F6CBFF20AD30002B633BC50BF /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E247F82700BB6624A8BE9224B831A9 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9247A714B110972A3ED560817C307E70 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A748D88E38C6834BA93F9F0E2A87DA /* Infallible+CombineLatest+arity.swift */; }; - 92730B4EBB36A0845E64B0CCC0468C7B /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C535BC6AD2C2772E3D6A893A66361F5 /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 927A9E34C2E88E982888A5D2F8A9B127 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C14035AD73C8ABF73F337784D4CFB74 /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92AC1557A3995D252D56F1623AA31165 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB9C1EAEF625B51552D413B9FF258BC9 /* ObservableType.swift */; }; - 9313F5863E61D51958D4954C876666DC /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF03F14110B98BD0B8CEE8C88DC754B /* DDControlsKit_Private-dummy.m */; }; - 93207A865D205334FE48160E599E0FC7 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B3FB4E703E172714594132072E090BA /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93B94DFCA8AFD01BDBF649777F76F42F /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2094C950C03DCD1E1E35848DC7E71244 /* RecursiveScheduler.swift */; }; - 93C25343A940D20BD21AE6C1EF582189 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6775FB6597ADD4E10E2AC6E6D368F241 /* ZLThumbnailPhotoCell.swift */; }; - 93DF6D6B5E32104AFE985F15355F629A /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD3CBDF9B1F32D053EF8ADB1A1B55C7 /* MJRefreshNormalTrailer.m */; }; - 9413C7DB4B03B9C9178A64659F476AD0 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 254909B8435CE6816231217923BF1271 /* IQKeyboardManagerSwift-dummy.m */; }; - 941A98BBA25324C6D0B2A1A5B4D48F6C /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF7D883CC0F6875C2ED8BCA3B16AEFC /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9497825ACEC7F42AFA494D810FDCD4EC /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F880472ACC817E81ABFAA6A63A294F /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94B52F9D43DC46D45062BB39E53E9DE1 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648BAE6A198C176C4693B514377ED2CD /* EKBackgroundView.swift */; }; - 9517AFD055FCAC61888F63B46B1012CB /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1576BD3B933AC1D7B4F596298EFDD74A /* ZLCollectionViewFlowLayout.swift */; }; - 95277350C6DD3C3641CFF98AE0A12B12 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1915E18E2117274E8F4507F91E18C71 /* OperationQueue+Alamofire.swift */; }; - 95AD0B08F159E5B4571FD8C7FCC3A78D /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63C2F3164F81F30E12923795B4D94FAA /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96199F1BEE04A029B3278BB1BED5F276 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94366354C50ED486E1D45FF6F0EA8F5C /* IQNSArray+Sort.swift */; }; - 96351482FE93C85C20C75E992ACC4D3C /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF4A03ED95005AF76E0083EEE2D9494 /* RxCocoaObjCRuntimeError+Extensions.swift */; }; - 97352932EA7908FEA0DB6210F4692034 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA72B33E300760869325613879FD583 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 977F8070B2734739DD77174D591DC065 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A285ABEB9B0120F490E746A6A231C97 /* SDImageAPNGCoder.m */; }; - 97ACD5F8ACFCD7B423375EB425F82287 /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06DCE82C48DC61000DAE5B740A9D1D12 /* JXCategoryIndicatorDotLineView.m */; }; - 97B4A15E0218313B8CE3CDB2D3CC73D2 /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43FFD7386BF2246DAD43B8D14B16A001 /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; - 9817388F04E487B7ECB5C08DDE606F86 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 55D7324DFEC4B4CFE679F7C229F45039 /* MJRefreshConfig.m */; }; - 981F1BFE14D989096611F7DB1D782B97 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 58375276FA374EDDA4484C70AE0E0EA7 /* SDDeviceHelper.m */; }; - 98A6A3DB14D596B5D70C78B00B315BD4 /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E00EFA1235AEAD9B75A6B454E3C1A6 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98B5767E80EAD8302FD4E0A3A24D77E0 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011975638BA9D6AE5A4CE314E81E403C /* WKInterfaceImage+Kingfisher.swift */; }; - 98B94A5E5FE00A5BD3A6B833461D0A7E /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81BD79680AF7ACA326BFD88EE60C7F34 /* DDBaseTableView.m */; }; - 98F8D3DC8C9A32C1F95995CE6EF7D600 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB8ABD7A17978172F97FBF4A0B1F4389 /* ConstraintConfig.swift */; }; - 9912583A0C3DCE5F8AC15A3FC34E6FE2 /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3921FA35816F586CD83B27D31737E38C /* ControlProperty+Driver.swift */; }; - 991A0DF902A0FEB5A27590776F2490CC /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B71A289A0E36B7EC0F32DA7D12E4511 /* KFImage.swift */; }; - 994ABAEB49E609232F886E728E605586 /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6457206FC1E4137ADCF1270215D617FF /* Zip+Collection.swift */; }; - 99754E13BE80A3C28E0584AAD52EBE20 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9D4CB3ED37198D6D29E961FCC71A68D /* ImageCache.swift */; }; - 9996F8341E78E994720A57973B8F96B3 /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = A815E9F893A6A17DBE968F62A17813DA /* DisposeBase.swift */; }; - 999B33DC38983D04AD690B4599F3C316 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71582B2667D27C622B23DAFE976D63E5 /* ZLTextStickerView.swift */; }; - 99D7BD631F5D4CC39B09885065481AE0 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 56442D28479917C0B020D990FC78F18A /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A1DF88AB0E546AB51597714309B05C2 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 549C71FE41D5913A2EFAEEC768682A34 /* JXCategoryIndicatorBallView.m */; }; - 9A41FC2ABBF645CC7F01120A6BDB0A24 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF025248A3720AAC8394A1D3206D947B /* UITextField+Rx.swift */; }; - 9A45DABFD007EA3BA3383E45D6066BB4 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E36E11075BB51FD9CE05FC0CFC0728B /* ConstraintDSL.swift */; }; - 9AB73C89DFBEAC934BD1632055F07EC9 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52D7E00D1EFD1B34AB4B883D910390DA /* Platform.Darwin.swift */; }; - 9AE63A71DB55322FFBB6EF1D979282BE /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5D179F6D9103AB2EBD6612F3D2EE24 /* UIView+WebCacheOperation.m */; }; - 9AF82E3FE6B0FCA2D289149812D57304 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FCFC9136F2B8654DA2BBE40BA82AF47 /* ZLPhotoBrowser-dummy.m */; }; - 9BA823A93C1EECD228FBCE997B9BFFD0 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97C5DDE04FA7C3A949ACF7672F5AA02 /* KingfisherManager.swift */; }; - 9BE899982FAEB47E89D2EE2FD9684CCA /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E1462C611B446CC3E8EA2373529D839D /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CF1888AF79CD22EB414BFE758E5D36A /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4386C2EAEEE6A54A636A16C3B64CD4F7 /* UITextView+Rx.swift */; }; - 9CFBE2A3F8BFF4BBDB6DA37F9CE7C266 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B1582CDB533B9B7E753C0D0BEA2126A /* SDImageGIFCoder.m */; }; - 9D0A6F61D6C4E26858426A5C07D5702E /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6270AC2164C96ABCFE0493BE43F0FA /* Disposables.swift */; }; - 9D43333662E9A614D8F63052D7F1ABA7 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517A1D6886476B5A71F997826DC58321 /* UIApplication+EKAppearance.swift */; }; - 9D4EAF940F2C46778D1682E8127F003A /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8466D6003975A0E7E8EB7074904C30EE /* ZFFloatView.m */; }; - 9DA564EDBAF489D48F394032D133FC78 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10CC0BFDF7AFC14E71BC4AE1A879246D /* RxSwift-dummy.m */; }; - 9DAB2556D82974EE7905C156B4F3A07A /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = DAA7A734C8A2AED33A65693F74E841FC /* MJRefreshAutoStateFooter.m */; }; - 9DC2A94B2891D5F2B37FF69F48347EA7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9BC9E52CD3FE8A0F0F5973B073D1EF /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DD4D72D2E9711B66B6B471293D5D700 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40DEC190B237AFC232D48CADDBCF71D0 /* AtomicInt.swift */; }; - 9DEFB591D6DEBAAAF949BE635617A7A6 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = EB23CDAC76FCECD4B56EF91EA8191F4A /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DF38D10CE02A3D59E7B798D8A0B7153 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CBBB4862CDF5DCB06983385A47193C /* String+MD5.swift */; }; - 9E13BAA5897DBE84C6842BE86EED1CFC /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C26DCC584692BD0318CBC1DA41186A85 /* EntryAppearanceDescriptor.swift */; }; - 9EA0E7C2A9D39A5D990E78AA978D757F /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF33B5D3FF4EAE569EB55F79C15B067 /* CombineLatest+Collection.swift */; }; - 9EA55F404A7BE4684E3299402A5B88AE /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 876FB7B193D64907E5986F28CE100268 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EE55E6E57DFF49D9CEB2493AD5B93A9 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0E14FFCEFFC4D496E94E419E9ED94D /* SharedSequence+Operators.swift */; }; - 9F26F0EB6575EEC06D48252EC38DDC46 /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34E729F5DE402B9ADA74C6ACC5672427 /* EKXStatusBarMessageView.swift */; }; - 9F75DD325C460FFC7984DF4A9A42BC68 /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 939E01CCDCB22D2FF1EF9FAD3DE69AD5 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F90CCC3FC0CF5D2BF452D59CDDF8A7B /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E2393E63DF6B3A8A4BA1F2EE2B74BA /* SDGraphicsImageRenderer.m */; }; - 9FA55209BBEC5446B1699EFEAA8AE99C /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85F48BA33BEDFB82B0EB973997DDFC7F /* RxTableViewDataSourceProxy.swift */; }; - A011FE7F352E2DC4F52A72ACC985E865 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8524F0D82A963520C138D42A33FA15C /* ParameterEncoder.swift */; }; - A0649D13B9C3CE011F3FEA618EA1724B /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F095F587C9359D02AFD8EDF84802121 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0657A64DEA57E5606A79DF5FFA0C0C9 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3082488096D6BA3028CCCC9BBE0FAF1F /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0CAC16C811D166585ADC16AF08A6EBA /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C58B92F6D6C31157678AE6B4020AA79 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0DD98B789E374018F09A4220B4F5830 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C91C3C5DA41D0D96FD7C0D5F347D5B3 /* ConstraintMakerPrioritizable.swift */; }; - A0E59DE1E829AB6653A41F549DEA9F3C /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 84EAF2406B108F5819EB7E158A88883C /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0E82BA8624982E87F1A4858FD45F5D7 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 730CB786A78158CEA0222B1CB826F55F /* Producer.swift */; }; - A1059E3A9E938EE8F540D5639AB4B4E5 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD45922B764AAB8BCDEFDF8B4BE3EA3 /* EKPopUpMessageView.swift */; }; - A10D8C9880675721C02A9113626E65FB /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C50BDABF57704D410A395DC62922FEF /* UIApplication+DDCategory.m */; }; - A13B4CC2584A03BF7414FE90F04C487D /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BAB1031A84CCAAA71BFE7F8A55BE6B9 /* EKNotificationMessage.swift */; }; - A17B88101B55AE2259598D30E3CDA92E /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E33BB3598622D6DA4065188EBB1F793 /* SDAssociatedObject.m */; }; - A1DEF2A52B2F86D3464EA211CD8FD588 /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DABAF1CA40B50BCB492C9922953A952 /* DDBaseButton.m */; }; - A21A3EDB30349656A7BF23004B6AF02B /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D60FDE9B3F3A0D4140FD31BA21D1F526 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A232C6F6CB1F5D59CAF0EA356AEA6E90 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B959EC23E80A1C951E918BE7959098E7 /* Filter.swift */; }; - A29CAE715EFFA6F90408C3B8345A1883 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 139B9FA9E2E82CCC05CCC6F77E33F0F6 /* UIImageView+HighlightedWebCache.m */; }; - A2B52B66E0891E57CFA6C3750BF7DBC7 /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = F672D25D5AA59857DA866C5FFA1829E0 /* ObservableConvertibleType+Driver.swift */; }; - A31BB6EDE653AD31B5F518CAAED7915E /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6853EA0083DB53E35164247D7AA237D0 /* Timeout.swift */; }; - A328DD14BD9500BC78D1C7120DBC30E4 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B863BF0232FCCD844C40D94D938EC0F /* IQKeyboardManagerConstantsInternal.swift */; }; - A33FEE4E2465C24F12812BEB5FE68CA4 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 262234BABB0626EB2A8B0A61D5F3E9A7 /* RxRelay-dummy.m */; }; - A358C72687DDFF484CAB4B0124CE34A8 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B095664E6E813A19DC0526C09CCF5D5 /* SDWebImageCompat.m */; }; - A3F68F7FD050BA0038F03314E92B7CFE /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FD1314DE16D95AF1FB395BE7A983A9 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45846C269357C355CDEBF8B8EF896CD /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C221E9A739E8E1555964E90D36AE09F4 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4AE06BE1B4C107F33C291F8B1B10E22 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 686F91BBD25FD8F26A24D79F5A318EE4 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A53E0D0EC57D01B1204E6B09FCDABF70 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D27D630E2C755C3DF729F9A6BDA9CB79 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A54741718F7A005AC6AC2FEA7EE692CD /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = CE01262C4D3C7BDFEDDE0E4275F2F749 /* UINavigationController+DDCategory.m */; }; - A576C4698BA14346E54EB6463022EAD9 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 791C6E203E7968490E8CB9182228EC77 /* JXCategoryIndicatorCellModel.m */; }; - A5DCA31A4D36F66FFA278B81D8BEF027 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 776DC7BB7637E29ED65174A09FA12107 /* UIImage+MultiFormat.m */; }; - A5DDCCAE29F2F5E25CC92A67C3423889 /* DDTimerSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 683675C37D1F6D26B015EF191708157A /* DDTimerSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5E551E635C6E43111A80BFB486E8D64 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C54A3C3701F10121EA62B4F966DF5E4 /* RetryStrategy.swift */; }; - A5F8871912A1A3E8168E6DCF8EB4207D /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A1C5014A918FE76E30E607C9D2BBBF6 /* UISearchBar+Rx.swift */; }; - A608BF8A042013F0E8E790941B4D8866 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E59C5EC68AA715AEFC9ACEFA56E313A2 /* SDMemoryCache.m */; }; - A69C94A0DD35B9524F7481113B574E33 /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 824707C58309D0DAEEF86662AC4FB192 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6A88AED55AF15B200D729C12B111805 /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE9F243F44E2D78FBCBB6715167B7EE /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6BE4D99397CCCF471CC631C990757F4 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AE0B9613993A6FA932993F5A69122C8 /* DDBaseImage.m */; }; - A6D371F7B8F0AE9A55EE402E33583504 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88C26B1559F9DCBE88119C104184741D /* EKButtonView.swift */; }; - A6D41E81954BD5AE4FD84D7837C4C4DF /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 008CDA0754A9888CB577BF09242FAD81 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7671E10F1A28B504D6278BD2B134F96 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3931853E88A0FDC855A77A868D05515 /* ReplaySubject.swift */; }; - A859C89F424EDCA9AFE07133A3CF3FC7 /* DDSpeechSynthesizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6061101A28929D1FCB3D31D5D3CC27B7 /* DDSpeechSynthesizer.swift */; }; - A85F87F76994AABF1A998086BFD092B2 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6C4B37EDC48D825A0E532C46CDC62AF /* DistinctUntilChanged.swift */; }; - A88D569C6D40F093E8AA5773B735147D /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BB7C1FBD7344032A134FEFF8D95990FF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8A0C288519E463DE5E9B307FAE797F3 /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420D48567DEAD9E19288A5A63B20EA46 /* EKAttributes.swift */; }; - A8CA115BC4FA6DD591374434F2CB9827 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A9E746E2A66F26B64F72AA75CEBC15 /* RxMutableBox.swift */; }; - A8DC4B6CAA17BCE09B33F0CBD7B760AA /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = FA612149AECE45550DE16FBD830123A4 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8F2E7F3B17E5894401197A17A18C27B /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AA355B13950E2D95C7A8280B35DA94C /* ConstraintMakerEditable.swift */; }; - A91F69373347CD458D89B84B084E0640 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01ECAE3CB9957A119723B6D88E7E1A0D /* ZLPhotoPreviewAnimatedTransition.swift */; }; - A928D17689392DAAC600620B1020505C /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E6581FADF90F96B1CEB75BD6095802A /* ESTabBarItemBadgeView.swift */; }; - A952741473205F790F725FA10B2C2667 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = E4BE2AAD3C9CF2B33D1D47AADDCB28DC /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97E69232EB284E6EF3127992F66C58D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE98FB7A8E7DA17BB90DC2C45F6EF61 /* BRStringPickerView.m */; }; - A99CF24F1B900AB7722D972FA4FED6BE /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99F3229AAC497092E7E9C60AD8BD219C /* SwiftyRSA.swift */; }; - A9A5CC537275881320975BDC2EE7F62C /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = FCBE531F9B299D18031230A53F856774 /* SDWebImageCacheSerializer.m */; }; - AA3B6FC63BA119574A22F1A5E4B2D411 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7618D60F4A0DD59095AE113F63C2618 /* GraphicsContext.swift */; }; - AA6F9F6A4405BB9AFDDAAFF967296ACD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ECAD73D0C81DC6613C51389403B3E521 /* SDWebImageManager.m */; }; - AB8707AC05E95D10D125F69C0F1F84CC /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9747289D9BD78BE668F9D1EB56FF4BF6 /* ZLImageNavController.swift */; }; - AB9AACA18876CCA22D676EB5CCDB06B0 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9DDF2D471563682F3C94610174E887 /* ImagePrefetcher.swift */; }; - ABA3BE298F1B209B9A4F53D73F8EFAE7 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AA3CA00B6E3E96AD7C4602930F713C1 /* ZLProgressView.swift */; }; - ABAB0AC650654642877CA726554C8A85 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C5A1D61ADA031B1EEC8EDBE7480766D5 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABE943E1E061EB3FF28B66675CC56584 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658EC184B45A60F59FFAD6B4F4B1E1A2 /* NopDisposable.swift */; }; - AC13DBC66A575418403E2514C2D583AD /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327580E10C9AE8091875D3A2EFBE8317 /* BinaryDisposable.swift */; }; - AC816DAE095CF51A98ECF689E6158059 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9C072979D4DD3BF3CA1D8E0C41A996 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACF6E744FFBA77DB4FE3E42A917E5CAC /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD2FB2F032F490657E7BB60991F1C848 /* DDWebImageKit_Private-dummy.m */; }; - ADF031ED0468E75793D32E1609139984 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 500E3CE822C88C12C00B0E715C71B32C /* RequestInterceptor.swift */; }; - ADFDF04B44D98030E7FB1F4A4196F155 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 278943FF32F660B9ED777067D2FDEA1E /* ZFOrientationObserver.m */; }; - AE1015AC17118CA9A93681AAE7454DCD /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C4D6B8C2F1C517E193F7ECD0F5E762 /* JXCategoryNumberCell.m */; }; - AE2421B86D481DB24462BBB65580903A /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F10F5B0BD64E72BF7AA313BA55470205 /* ZLPhotoManager.swift */; }; - AE26F9BE5C64F714E5403715219F2F4C /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4401DB2A6B44F3C7210CEA2BC8E779B /* Repeat.swift */; }; - AE310A252E96F1A89125262C9293FB10 /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBAC076E26C488937FE52A3D2A9A8462 /* ZLImageStickerView.swift */; }; - AE3814FADC3432DB8F6B88D2102EBB0B /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753D762F4E10CA04AD28DB223E773E8A /* NSTextField+Rx.swift */; }; - AE81E26AA0581A9E7559FB6CCC5FDC36 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A078E80DAB80E05CF23A58C7936CC81 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEE86A9326DC09055B5C28D98C50874A /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 51057F68F790CE63C8D9A9CDAFC388EE /* UIImageView+DDWebCache.m */; }; - AF4B0B8462B4A9C038551611E9381927 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0573AEB6BD8C60F2960795E6E19E1C71 /* Lock.swift */; }; - AFA87EA35BBF8E4F0A2D41954069DD9C /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB86EDD8D0EBE129ED37C986CC85808E /* ZLEnlargeButton.swift */; }; - AFE7A6835DD89F0D3331538280787CEE /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 661854F853574D271E586B6E926A32AE /* IQKeyboardManager+Toolbar.swift */; }; - B01AD0CF889816FA1985284F075CFBF7 /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C7E02FE4457C27247515537E466EE3C /* NSView+Rx.swift */; }; - B026AD1C1E94F5FC78A1CE5A96DDEE89 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96F8389C6975299574F025BFDA7AE99 /* NSObject+Rx.swift */; }; - B0282842A0D7BB8372B6187459D6991D /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A8C8E804168F78881FC6639D4BE656D /* Resource.swift */; }; - B0470BF38DA7AECBDEC223D60C2A05D4 /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1087393987497936F25CF6BEA27CBBB /* ZLBaseStickerView.swift */; }; - B04A1F654CEE373527D6A1FDE4706545 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 235BDED5560D7264AD9A8D9796180A39 /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B062397EBC3E007F3B3A05D7EEDE6ABD /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = CF68F91CADD7935A2508FDFB41D6E61E /* SDAsyncBlockOperation.m */; }; - B0C86B62900B2C3ED6A6CC0E578492D1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 833AEA8F9808A4F1AB8505C7EB27FBF4 /* JXCategoryFactory.m */; }; - B0EFE5EFD87325E5A2FBB1F31304BFB7 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6820B98DA29B5464AD2B18280488FE9A /* DefaultIfEmpty.swift */; }; - B11769C6D0E6CA59FC36D1D77F642A78 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 06670A94312900C1996D324BE1C5E6C6 /* NSData+SHA.m */; }; - B12803F0E38CFAE8770FE476242895C3 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC1A2DCFD99858C240F646373EB6B73 /* EKProperty.swift */; }; - B169869926BCF8894AD891F3261B8AF1 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B651A9F883F31D6BB359AF31F67F7BD5 /* URLSessionConfiguration+Alamofire.swift */; }; - B1CCDEB46FFBD5C857CEE2829F31D65F /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74D403B4D918F3037D58E76068804CB8 /* RxCollectionViewReactiveArrayDataSource.swift */; }; - B27F69341AA274200D4EC565EA51B477 /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D53A8404F95D36F150DD9A4439263AFF /* NSObject+Rx+KVORepresentable.swift */; }; - B2813AD57845A9900DC6231A3682762B /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18008B98BFC7822425049AB4F1FDC632 /* DDBaseView.m */; }; - B2B998194CCD760C0095B9CD67B288CD /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E1D4F31C10582106028E9EA6659A359 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2BB06514C0A38F894279DA3BFAAB03E /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5417676FFA461222838233A070460D03 /* RxPickerViewAdapter.swift */; }; - B2CA9EAB1E2C6365941AEC9856B013A5 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ABCF93ED69428C61641DA63CF28C6DC /* Decode.swift */; }; - B2E3B006A6EBE8AAB7911F7F030B5568 /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7040B0D0358C551A55FD808CFC90A0BA /* DelegateProxyType.swift */; }; - B35EC7EDA03BEB3F304FE1D095C31EAD /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29C4C9F408507322936A80D880D2F70 /* CompositeDisposable.swift */; }; - B38F7C6E3277F52A1B16B5B62F8BE0D8 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 56FC74BFFD4E851733F97E401B89367D /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3E2E1B9AE15CC280B8957C339243BEB /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 85243931A6230D3346DF35BF2D80C581 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3E51F0E8AA1550E1B667D96C3BDD1A5 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4E598B82F17D6FADBA1EDE56A4FB965 /* URLEncodedFormEncoder.swift */; }; - B40E0790D6C9B7387B5FAB251E16B1C0 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82EB2761E87D21E9A26DCEFC6352EC38 /* Bundle+ZLPhotoBrowser.swift */; }; - B41FD6E22B5A75FC2EAA129FF1B54B82 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B07FB322502CC62F6F04D4B651A12E9 /* ZLCameraCell.swift */; }; - B4338C7798751E0AF5817E0B5BED00ED /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3A7136AF7E0ED61E18C0825C05499E5 /* Zip+arity.swift */; }; - B4B569842D524A7B924119769888BF00 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 727E3D2787791CFAA188F0E22959CBCF /* HistoricalScheduler.swift */; }; - B4C0B46C21087CA310DE57D0B9FF1C17 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45BADB0CD1343ABB20C10706778F6F28 /* AFError.swift */; }; - B4DA45D21312C13C1BD200335595798D /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E823D21410DB562A9549061F2BA9E25 /* NSTextStorage+Rx.swift */; }; - B502E9659BC94C3074C41F9294248930 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 357F8AE1F71695BA661BC6E61214EA89 /* ControlEvent.swift */; }; - B5169B93C52F1FF030F7497A6FEF7E2E /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A209587526652C604FEE487A9099A3 /* ZFIJKPlayerManager.m */; }; - B5909D30D3D2544499F30CA21286AC58 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C9007F2BAD6FB85A2CF95C2D1468B9 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5E8226BCB600380F56DF4E98CAA2777 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3DA01462995042D0247766D1E67D0B /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5F5635CB0E895EAC58232DADF5FC3AE /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FBC63BDD294FF7DBD4E46F7D45BAAB5 /* UIStepper+Rx.swift */; }; - B601FF45040CC3B4D882477DB46A8DFD /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B24610DCF608F3269CD21500DFB72E8 /* ZFLandscapeWindow.m */; }; - B6062CB645AB7C112A4963605E59E4AE /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE1EFB5748F3ED0D7F402878B22743F8 /* UIRectCorner+Short.swift */; }; - B6A5A9C096B866F53FC368AA2E9E94B7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E9D08E851CB04A3CCC4B7B9917596F /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B70BB03F1D414155F2C5F9E34E659806 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF9173654626823DA32AB74E5181EF4 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7192ACDC4B49F39190EB7583AAA8A28 /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C6C8B4C5461F1858EC4133FC30A881 /* MATraceReplayOverlayRender.m */; }; - B734391A023E1397D7C4988865147809 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 1251CF186E9CAABC69961640278AB4BF /* SDImageCacheConfig.m */; }; - B7B9F94EF5A56E156C57147F5F302559 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AB9C68AB0AD9E6725F3A00E2FF85FFE2 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7CFEA3CD5CD76A848550087D96704FF /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01EB912143292222EE6269D73FAF126C /* ImageDownloader.swift */; }; - B7F2FC2537F8A512F7969F37EEBABA19 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F122496C37DA6C2ED8C6DD2285E07FB1 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B84BED170956D2391246497EC4ACE3B3 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C56570DF0263A2106B8B479A433D62D /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B850BC342D7976173853AA223DF66FDF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6799F4C4E2F99037C04CFB21B42A134B /* SDImageLoadersManager.m */; }; - B87F639BA80A12F66656DDAE7C7F8E24 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = F91D2793CC26114A3085CC52ABC5B19E /* LayoutConstraint.swift */; }; - B87FA1A74AFFD85DC6676B5D9F777DA4 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F5FED99ACE78438A074376F07E77AB /* ZFPlayerControlView.m */; }; - B8A10165BCEDCD996E93E1E5B5F78EA1 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2566BAA41DB8E96337601D2119401E /* Completable+AndThen.swift */; }; - B8ACFB27F7B7E309059AA265F2657634 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E9E542BBEDB41868AB8AC2813D23EAF /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B929603A11A07A494CBE9E734195270E /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5D17A70E33D87E9371B7801D8AB8AFA /* UIColor+ZLPhotoBrowser.swift */; }; - B963E078896CC9DF2C37C06A438908DA /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937D8C733B4CAA6C5B56836C3AE8557 /* UIButton+Rx.swift */; }; - B9AE7983EB3E754C9E655B15C36143B1 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6DA852CB978F5AB42BE47A144B5748 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9FF1535233685F95D47DE8B94EE4823 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 745BA5DDA895FBD6B35E0511CB5EDE6D /* Infallible.swift */; }; - BA11AE6276ED0BCA627940CF2AA4A82A /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F654A708C559B91C9BB063090CDB78F0 /* SectionedViewDataSourceType.swift */; }; - BA9C4365F34B941E38477E5CA6E40387 /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = ED10DBA470C97B655CD5DB60E6E519C1 /* DDMAGeometry.m */; }; - BA9DF997AD1708F66632B1EAED065C6D /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59D97F3A5AB3A1B0B60C1A6BA1845DE5 /* CacheSerializer.swift */; }; - BAB7A04FB6B2883C06D4EFB12CD4974F /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 676CB0C30CD68238BEF39E885D32D773 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB1D61B7D957E411C5CE3E21DAD20C6D /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F89DD5CC546F6863572580D3203580E /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB53D3B70456942057B1D13A5B59CA10 /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C774267E78A3A73D23EB6FFBC4DCFAC /* ESTabBarItemMoreContentView.swift */; }; - BB714B9D7C8AECD5513CD2452AD8687E /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F444A4213C59AADF7DFE34E47F950FB /* _RXDelegateProxy.m */; }; - BB91F7BFE3AECA8494D5E2BFA3AE593E /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 676FE9FAA964F1B17975E2506AC9D7E9 /* SDWebImagePrefetcher.m */; }; - BB9CF389D15F65172C5D16936279DAAD /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B4D2D2A1788E41C4782F15F86AA4AD /* FontUtil.swift */; }; - BBCCC000664972C17D606E086C60EAE5 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D5EE0FAF0D65FDA9C65E86CFA5AC226 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBEC1389AE859C1F53CB8588CA32A54B /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 478D632D581DE042580E0854E5FEBF33 /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC17BBE68BE2B0233A2B24429A134292 /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B59555E174F9C147E42387014FE7426F /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC4248890A2765F68B3FCA279352ED4F /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = F56022544A916E2D68BB5E41F9520BFA /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC4AA0D7FF96AAC65A55B06DF5429CB8 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EB3691F7092B7FE37CE76A08273A34 /* NSTextAttachment+Kingfisher.swift */; }; - BC9DE732A9A9A3E6BA2DBE6C7ACB0427 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 17010CE0B2E8757DA4C04C5D67708B60 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD2BEEB68778EC69A7B04BC9216B4112 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C70574CE2D5005135149F456F6F062B8 /* DDMATrackManager.m */; }; - BD361E4E0FE4613901338D791BD13A5D /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7EBC99AE75295CA81B50A44FC5E667 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD42414ADB05335CCF6162EED02EB0E0 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D00323349640345EA28CF7F161926FB6 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD71DAAD9C863C0905780369F5942079 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E74FED87039BCD01B61649FAA65DB9B /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDEF2FB7D927B0B5EC012429474270DD /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D40E58E16756521EF844C9AD9E50CB7 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE1A80FF8E7EBE33844C18B9DE10DF9F /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9157B64CE9F9EDD918EC6EE531607A4E /* EKButtonBarView.swift */; }; - BE5E45566FE7DF80AFCE321E3EB0FBCD /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE8AE466F17BF2D8D9F9684D7322AC1 /* URLConvertible+URLRequestConvertible.swift */; }; - BE7FB93EFDCD3B7EBDCB76AD170A21E2 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F7330C4925690369E739C4CD42BD5A /* ConstraintLayoutGuide+Extensions.swift */; }; - BEDC9DBFBB0DC7DD1731D138A43247C8 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E24C92EF0A8E8BC16675179EB4ECBD0 /* ZFPortraitViewController.m */; }; - BEE07291E32F6B0395830FBEA7E6F610 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 024E87792F539B966F0D6E5BAB785C72 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF2F9348A80AD292B37135521A29FA03 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A4BD19FD0E9B3BF6B4BA6198FE639036 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF4B5199FBBD2138841B0FFE7D841114 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 726EAB58D7F37F414256700431751805 /* RxTableViewDelegateProxy.swift */; }; - BF54D47FFCBD3584A405BF570385B1FE /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EB3A19F0B7DF549464B3F4901B3AAD9E /* UICollectionView+DDCategory.m */; }; - BF5CC60C20B34EF56D2BC3B420B65F1A /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C138C0EEB11E9FB0ED44203E2092FBB /* DDBaseSwitch.m */; }; - BFADC6914E112753B04A785D65369788 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = E74975CC30D4725BA8A32C3298BA0715 /* Using.swift */; }; - C002C177911AA8E76F7D3BB08A4C5CF3 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8893982768F1EA3B681AF30607AF348C /* NSButton+Kingfisher.swift */; }; - C01355012AE3DC761464C352BCFD4197 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 98617ACED324CD568D4F12107DB3DF3F /* SDImageLoader.m */; }; - C06003DD05A5FB9050C6BCE1DD128511 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFE86362729E15D8CD4BA9C77F8A426 /* DDScrollView.swift */; }; - C06198FCBBF8CEF254BBBFA81EC292F8 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FABBA87CDC5C690BAF16568FD281710 /* JXCategoryImageView.m */; }; - C08497A34F7671FF094AA92DDB82CEE1 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8772E20983B9F502D6CA27710390A982 /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0A16AD03D4F121B5F6D22E51F6FD69A /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45F4EB074E0336CF3FBC32F1FDAF34B3 /* String+ZLPhotoBrowser.swift */; }; - C0AE5BA8731B283400A196C6D61D4FA5 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = B256380AE7AF012B6AC5615BA6672E96 /* SingleAsync.swift */; }; - C0C8B5A6D43875BA9B2C23CC0181071D /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E0FCB604EF496383A18D62FC1FF039A /* DDLabel.swift */; }; - C0D752CB903CDFB3FED7A63BE83197DE /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAE1C112C96F7FC2C56D972D54BA30B6 /* Never.swift */; }; - C115C15858CF1B67C2654831E2FA0CD6 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63B8518EF096907EF2AF1FD4118602EF /* DDSwiftLog.swift */; }; - C1263F184D8EDC9BF36F830E04767BB6 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 419051384AAC993D74230FF71DF60A45 /* RecursiveLock.swift */; }; - C13CCD0F2979956BF520659BC2826A70 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7BD5BA81EC3FD2492EE4B14C1CF19E8 /* ZLImagePreviewController.swift */; }; - C1A5B1E0AB911C231477DDE3C44E6975 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = A47232F9292FD4DB6DB51599B7361595 /* AnyObserver.swift */; }; - C1E965AB2BE01579AB5F2FFD754EC2E1 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AAF96D2803B722F01B4D76ED2B9CFDD /* Infallible+Concurrency.swift */; }; - C2690FBB1AF6367DBEFA11F552A14ACD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 379D29F309C66BFE6DB03009E7C2A50D /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C27DA232D42C0C1A1860904474D006CE /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = E605920B967A2D9437B4C8D5A8BAA2CF /* MultipartUpload.swift */; }; - C2881D28B50437D0B1B257A0B7345484 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2948FF48687618A37B7E654805DA8A24 /* Kingfisher-dummy.m */; }; - C2B53EB045512989EDDDE03B3592E068 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6F56D18AFDA75BCCD37678C5D30E330 /* ZLAddPhotoCell.swift */; }; - C2E3D13936EC4010EB612F303F335B70 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D4B5EB27F941B82FBC89D574D559DD /* DDBaseScrollView.m */; }; - C2EB891FD0EB8D39EB663383C86A0A51 /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = A56CDB0D243AA18C0D0F6DD612F78AE3 /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C313E645865798661616F4F3407D8BD1 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B03D835A0F1AA1CFE60BC196370FF866 /* ZLEmbedAlbumListView.swift */; }; - C317B43DB6D2482017A763892A53203F /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47C2893D695CBBDC2F7EB43E29542C01 /* ZLAlbumListController.swift */; }; - C324D23492EC6AD067A7DC7E705DACD9 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1733A85CE844E671F3F4F4B3CC6CEF67 /* DDButton.swift */; }; - C3396F46162BECCC47A36826B0CA1070 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 56AABEBB0B4E04F77C537DD4293B1539 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3AD7B3E1A245AD30EC7A7FC2CBBD356 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4BD8C2733497F0C00181D867AE31EF /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3CFA478FB802F5A6AD209E5E1B34F54 /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D331F9D60D90AB4F293579D5D581306 /* UITabBar+Rx.swift */; }; - C40F08C50B0B6DDB15E4F1D6F18213A5 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 87364FBB1740CE83644D76DAB80C2EC0 /* SDImageIOCoder.m */; }; - C4BF6BFB52FEE82B04DB8EA2AE9E5BBA /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F3F09F421B3492BD4017493E9A2077 /* UIDatePicker+Rx.swift */; }; - C56AD838C0FF689FEA8E5AEA32E94175 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A2BD1E7C0B44FC78BB4495D4F3AAA59 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C581FAFB2BE7E18B9FCA322BE28127A2 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E571647694B06EEC9A49616B344C55 /* UIImage+Transform.m */; }; - C5A65CAA184CBF2D7641A9EC731D4F5E /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACF01B7062D28A125C527AFF19A0FA2 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C601F2D881A256C716F2648F56178312 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8450A3698E5211165CADF8A21F2CA91 /* DisposeBag.swift */; }; - C65ED3D3286E2BFCEFB3291A3A776317 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4126AE07197B4D7BA54DCB3CB8DE58 /* ZFSpeedLoadingView.m */; }; - C67841324248C9CA5635AE5BD7C3784C /* DDDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140873B1BE2FB45FEB512887EE1E326B /* DDDate.swift */; }; - C685B4E57FCFFF4FC132CC2C886CC561 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 931CA1B743DDB35449D7D8C4D3B7CA47 /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C68C35A8E72BEE67B8BDE9E7FE89BE46 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = CFE5095663DEAD30D57A01E2A3A93C06 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6A28917BA21A23F4DE77DD077FE799A /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C66140644D2220F4A87C056E310D104 /* AnonymousDisposable.swift */; }; - C6E3A7066D6E47CA3C58BCE4E03E7DEF /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CEB971796FE4FCEAFB76EBA31E083DC /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E51067DBE86DDC81E13F3511696601 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD57C3782BE014EDE9393A5D668A112 /* UITableView+DDCategory.m */; }; - C6E584AFEE56F5FD9A1068C4656961AE /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5206ECDCAA90E4EAEAC49E4BB4959B0F /* SubscriptionDisposable.swift */; }; - C6FB7F94CB7899B5D36DFC3BCC9124F5 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B483A708AF3116433DF992F794FC8931 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C70566B479FBFB82538A0E1C48E33C45 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C674B160E066815883061781F1DF64AB /* RxScrollViewDelegateProxy.swift */; }; - C76E436525BA78E49B7646D419140C86 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D9323E3CB81E9D384985745E6B2D223 /* UIPickerView+Rx.swift */; }; - C8044163E0088C3DEB33AF0494AB11A3 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7476F6894AD1A404D58C84D7732E86C1 /* FormatIndicatedCacheSerializer.swift */; }; - C848D2C5E05796A51A2CEC91D99D186C /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 101FFA610D4C317879DEF3761350AD8B /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8522895B2B87B2C972E499ED4BCA683 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D5782A7DB454C51D038BC20491D6D8 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8CEB275BD154011A95400571B810344 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A250116DFEDA909F511780C2184F430 /* Event.swift */; }; - C91C59A7EBFE30758FB1BE247A0C1368 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3C48D9EE0A0AF07CA7A89BF54CC4CA /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C975D55EF9DA37044907022D01EFC501 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B6D2AEB8357183D6515A4252155C06 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C99C37A29156C480A0CC30ABB654108B /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03DF8D02F183A18A32529E348F9C01E8 /* BooleanDisposable.swift */; }; - C9A4CE5CAA3D142D609453B227BDF3CF /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAF805229ED75BC5F2B7E6C6F3CF136 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9FF0064F6C55CD4E49ED41B2EA17DE8 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 490A9A4FAD2A4A595A0A61F99E2C5ECE /* EKSimpleMessage.swift */; }; - CA019A42C6A1BDC21A06601B1E2C9497 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = 9E58A53DA1E128005EF62EBF80F14D35 /* Sources_DDMAMap */; }; - CA09255FDEA073F52E9B21618886EE8F /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A8065A29D19098A7A4E0A886931A6A9 /* MJRefreshNormalHeader.m */; }; - CA9B9D6F4655B5BDF8259DB842366370 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 35CC2ABC5DAB086336D22D7EB2473F97 /* DriveRouteCustomAnnotation.m */; }; - CAB5A868A61CB97E7501C0E73726E34B /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10D591100F4D1F2978AD6B93FF3FE05B /* DDProgressHUDKit_Private-dummy.m */; }; - CB0DCDB203D1D4E3DBCF2931711D6A7C /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F5F75F4255D4A3240759CDEAEFB144 /* EKMessageContentView.swift */; }; - CB5B734DBC1880D4CBACFF198A3BAD8E /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 20485C574BAB363AFF488585CE7CB5E4 /* CALayer+DDCategory.m */; }; - CB80DE99F7528C35542B9884FA8A8D80 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AD86ADB812CF581506CC4B73EDED20 /* ConstraintInsetTarget.swift */; }; - CBB261988616F006F3D14E6E3E1A1567 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C321C3829877A4666A93CDD30772B2D /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBC7F6CAD45F4BE6E058E1ABA62F83A4 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7F02F21389DA7B8BD1903BD63D468AB /* DDZFPlayerKit_Private-dummy.m */; }; - CBEC084A900017F2E5219E7C514B1CA5 /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72CEE3ABD5651D246710500BF8F0B2DF /* DDImage.swift */; }; + 8F94DE7C574F2E68FB7F4182FF4AA19A /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ABD8E3DD900F702E6FC12C729380C11 /* JXCategoryTitleImageCellModel.m */; }; + 8FEB0C5A22AC36647CDEBDFD50EF4D1B /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2FB48366D8FE74D6DA514ADF89EAF /* Reactive.swift */; }; + 9069546BCE91958C23E24D6279C5E7C0 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = DF1F1BA51D352DA3324609CD1F94C48E /* JXCategoryIndicatorView.m */; }; + 90747EAF8374FFC67934EEAD2592FB29 /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F0E4655E139103A4394964C824F558 /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 908AC7769C1017C0BB645138A46678EC /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CAAF890EBDB17AC1859D4C32F409BB3 /* DDBaseMutableAttributedString.m */; }; + 90AE44530AF990D163D03B9A2563204A /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16E2C1798806CF3C978D11648C8B0C0B /* ObserverType.swift */; }; + 90C2306666CD2C08EF76F2012825951C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 483FA3F9A454C8561105FA7D51B1FD02 /* MJRefreshBackGifFooter.m */; }; + 90C350B739A3E899B1B53E52B15430EE /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 05894F3097B344E973E9BB65B70F9941 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91A36B31EC90DB60DC9584F00E5D5643 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E07DFCD4DF16FD7A2487CB4D597BFAD7 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91B718E97E5B0E6C8E089096AC2DF4FD /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 859B9DA928AEBE087766D1267554DDB0 /* EKAttributes+DisplayMode.swift */; }; + 91ED131F555A03F5905E86878BF38C69 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DADC90B2BBC9C7A1F28B16F5D10B2AB7 /* MJRefresh-dummy.m */; }; + 923EE64F6CBFF20AD30002B633BC50BF /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA9F4895D9C85F020B0DEE2FBC3C636B /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9247A714B110972A3ED560817C307E70 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D8B88FBBCBC51A9822653DD718DE16 /* Infallible+CombineLatest+arity.swift */; }; + 92730B4EBB36A0845E64B0CCC0468C7B /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 9211CB328D8071AD8EE91F959D93E3BF /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 927A9E34C2E88E982888A5D2F8A9B127 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7505690BF8923788AFD38D392D2462 /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92AC1557A3995D252D56F1623AA31165 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2128F15BA4C86E8ED3189D13DE1E8C27 /* ObservableType.swift */; }; + 9313F5863E61D51958D4954C876666DC /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 852AAAD4B161A6E1FC5953FA74B53188 /* DDControlsKit_Private-dummy.m */; }; + 93207A865D205334FE48160E599E0FC7 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = DB78D91CF9F57A502BA45B9F388E1FF9 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93B94DFCA8AFD01BDBF649777F76F42F /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D01EE13B02828DBBBDF6CE75703D077 /* RecursiveScheduler.swift */; }; + 93C25343A940D20BD21AE6C1EF582189 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2215CA305EB28F8BC752F56AC206D861 /* ZLThumbnailPhotoCell.swift */; }; + 93DF6D6B5E32104AFE985F15355F629A /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 816833637B80A142377856F220C60072 /* MJRefreshNormalTrailer.m */; }; + 9413C7DB4B03B9C9178A64659F476AD0 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0004EA356C9835AA546B3FC4EE6CEFEB /* IQKeyboardManagerSwift-dummy.m */; }; + 941A98BBA25324C6D0B2A1A5B4D48F6C /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F6269AED9249114A702BD7E9049593F8 /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9497825ACEC7F42AFA494D810FDCD4EC /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96C64AAD044B46A920CAE6AA6E68CE02 /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94B52F9D43DC46D45062BB39E53E9DE1 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D6F73E591DEFE4B35BC78F81117823D /* EKBackgroundView.swift */; }; + 9517AFD055FCAC61888F63B46B1012CB /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1187BDB18A7BCD373D82B768A9D8811 /* ZLCollectionViewFlowLayout.swift */; }; + 95277350C6DD3C3641CFF98AE0A12B12 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE360277EB2A96E676EC9DE5ACB5BD2 /* OperationQueue+Alamofire.swift */; }; + 95AD0B08F159E5B4571FD8C7FCC3A78D /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = B44448047B2C467309AAAE75CE2BD4B4 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96199F1BEE04A029B3278BB1BED5F276 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48D3A43723EE2AB26487BF291CB6054 /* IQNSArray+Sort.swift */; }; + 96351482FE93C85C20C75E992ACC4D3C /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0621A1A82709D12B551256E0A8DCF213 /* RxCocoaObjCRuntimeError+Extensions.swift */; }; + 97352932EA7908FEA0DB6210F4692034 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 11BC256610DB359EA9B92C007DFBBC7E /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 977F8070B2734739DD77174D591DC065 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 692A33B071C9EEAB823A6C3518B15057 /* SDImageAPNGCoder.m */; }; + 97ACD5F8ACFCD7B423375EB425F82287 /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9774C45D2319A4161B9A9291E63750A3 /* JXCategoryIndicatorDotLineView.m */; }; + 97B4A15E0218313B8CE3CDB2D3CC73D2 /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B3A5FA72E662456696B4A1EA5856BC6 /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; + 9817388F04E487B7ECB5C08DDE606F86 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FACC93905B18E27091928175728B80 /* MJRefreshConfig.m */; }; + 981F1BFE14D989096611F7DB1D782B97 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D155E8B49C0866D0D17C2782731D0C /* SDDeviceHelper.m */; }; + 98A6A3DB14D596B5D70C78B00B315BD4 /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEC0246C9CE3F03DAFAB667BC9038DC /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98B5767E80EAD8302FD4E0A3A24D77E0 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAB9CC1539698C9F00995A0EB6E34BBB /* WKInterfaceImage+Kingfisher.swift */; }; + 98B94A5E5FE00A5BD3A6B833461D0A7E /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FA13CEA097E4AAD46BA385250D6929 /* DDBaseTableView.m */; }; + 98F8D3DC8C9A32C1F95995CE6EF7D600 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AA1EADCBECF746A40161126D7FF6259 /* ConstraintConfig.swift */; }; + 9912583A0C3DCE5F8AC15A3FC34E6FE2 /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98A467CBA2AE60E30DBA048C3C04FDC /* ControlProperty+Driver.swift */; }; + 991A0DF902A0FEB5A27590776F2490CC /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D678316C117EC91A4AC5159DE80A92F0 /* KFImage.swift */; }; + 994ABAEB49E609232F886E728E605586 /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37B78C25010DAB73DB43D284B5A0CC04 /* Zip+Collection.swift */; }; + 99754E13BE80A3C28E0584AAD52EBE20 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF3BF8314160B0D0A97BA7AFD00B9E5 /* ImageCache.swift */; }; + 9996F8341E78E994720A57973B8F96B3 /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CAD3E3A21F8ADE24E4B8F7C2D348734 /* DisposeBase.swift */; }; + 999B33DC38983D04AD690B4599F3C316 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE5C3DED1065C379F19BC07715696400 /* ZLTextStickerView.swift */; }; + 99D7BD631F5D4CC39B09885065481AE0 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0292668A5955F282EED93CB6DED521 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A1DF88AB0E546AB51597714309B05C2 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BFB08AE8AE4E82BD025F7B802797BE /* JXCategoryIndicatorBallView.m */; }; + 9A41FC2ABBF645CC7F01120A6BDB0A24 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58EB768D5C4E64483333DC60FD2DCA45 /* UITextField+Rx.swift */; }; + 9A45DABFD007EA3BA3383E45D6066BB4 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DA7D44F47D0AE92476114B4A6E3259A /* ConstraintDSL.swift */; }; + 9AB73C89DFBEAC934BD1632055F07EC9 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = C53F82D0FD922169F23C0581E8431009 /* Platform.Darwin.swift */; }; + 9AE63A71DB55322FFBB6EF1D979282BE /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FA46D87EEAB8EF53B66A7941BEAD12 /* UIView+WebCacheOperation.m */; }; + 9AF82E3FE6B0FCA2D289149812D57304 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF6A0846BAF94C70B4F299449B47C645 /* ZLPhotoBrowser-dummy.m */; }; + 9BA823A93C1EECD228FBCE997B9BFFD0 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBBE521080A95E316C04B0F2E4939996 /* KingfisherManager.swift */; }; + 9BE899982FAEB47E89D2EE2FD9684CCA /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C6CD56560520874C485B6D286D6DF07B /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CF1888AF79CD22EB414BFE758E5D36A /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6F8AE33F7159DCA3B9D151ECE2BECA7 /* UITextView+Rx.swift */; }; + 9CFBE2A3F8BFF4BBDB6DA37F9CE7C266 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C1BF1F9F27903435E44899E32F04FD8A /* SDImageGIFCoder.m */; }; + 9D0A6F61D6C4E26858426A5C07D5702E /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C5E69575397A824ACC20EEE48A7C48 /* Disposables.swift */; }; + 9D43333662E9A614D8F63052D7F1ABA7 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0BEA9C6D6413A703B39402E3A52891A /* UIApplication+EKAppearance.swift */; }; + 9D4EAF940F2C46778D1682E8127F003A /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F96937CC3868B34FA491E26FB66A620 /* ZFFloatView.m */; }; + 9DA564EDBAF489D48F394032D133FC78 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D72AF06664C2C1A387B4A2702072A8AF /* RxSwift-dummy.m */; }; + 9DAB2556D82974EE7905C156B4F3A07A /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A181CFF6E84AA02D829ADF5F710FC1E5 /* MJRefreshAutoStateFooter.m */; }; + 9DC2A94B2891D5F2B37FF69F48347EA7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 2422A0E8F83A9C488ECE5FAA44DD210A /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DD4D72D2E9711B66B6B471293D5D700 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 027E73ADA442942B942931E217508A38 /* AtomicInt.swift */; }; + 9DEFB591D6DEBAAAF949BE635617A7A6 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9416F011751EE2CCAAFDBAA6295A34DC /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DF38D10CE02A3D59E7B798D8A0B7153 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C986179E83B509C37AFFC2840AADD5B /* String+MD5.swift */; }; + 9E13BAA5897DBE84C6842BE86EED1CFC /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 781B7F0FA16637E1AC33A6D46469B943 /* EntryAppearanceDescriptor.swift */; }; + 9EA0E7C2A9D39A5D990E78AA978D757F /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 065D268617DD88D760B9AE0ABFEC338F /* CombineLatest+Collection.swift */; }; + 9EA55F404A7BE4684E3299402A5B88AE /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E0BEE7BA06A00AFFDAF9DDAFC4BF82 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EE55E6E57DFF49D9CEB2493AD5B93A9 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2F54B572E0B69402185F8ADBFCAB9BD /* SharedSequence+Operators.swift */; }; + 9F26F0EB6575EEC06D48252EC38DDC46 /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 694F5DB4268D75FC1DBA4B4FE8E58961 /* EKXStatusBarMessageView.swift */; }; + 9F75DD325C460FFC7984DF4A9A42BC68 /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ECCA2E9F88E4020FF26BF65A46B73B7 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F90CCC3FC0CF5D2BF452D59CDDF8A7B /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = ACCCF92CADFDAF26663086247966C12D /* SDGraphicsImageRenderer.m */; }; + 9FA55209BBEC5446B1699EFEAA8AE99C /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB624DFCA58354E87A6A4642564AE62B /* RxTableViewDataSourceProxy.swift */; }; + A011FE7F352E2DC4F52A72ACC985E865 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172DC173929CF37802A7EE6F1D8DB741 /* ParameterEncoder.swift */; }; + A0649D13B9C3CE011F3FEA618EA1724B /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6BA70E7A77F1435FA4EE77F92141727 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0657A64DEA57E5606A79DF5FFA0C0C9 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5760748A84008717B0404DF3E6E2C9C8 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CAC16C811D166585ADC16AF08A6EBA /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B562E39CE0F2547A1F5D9F9AE7121EA /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0DD98B789E374018F09A4220B4F5830 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7592FB61E085EC16C9DB94249F455327 /* ConstraintMakerPrioritizable.swift */; }; + A0E59DE1E829AB6653A41F549DEA9F3C /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DC38CD6E458446493D8DFD6140262228 /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0E82BA8624982E87F1A4858FD45F5D7 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C6983D879B23B0B91040F47B2AD467 /* Producer.swift */; }; + A1059E3A9E938EE8F540D5639AB4B4E5 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 668B4A4AB1A2C83E682019C403BEA3EC /* EKPopUpMessageView.swift */; }; + A10D8C9880675721C02A9113626E65FB /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C0CD23B7B066BEEB1E8B88E149CC35F /* UIApplication+DDCategory.m */; }; + A13B4CC2584A03BF7414FE90F04C487D /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C6E0CE6E040E868C4B0B105196EE7D4 /* EKNotificationMessage.swift */; }; + A17B88101B55AE2259598D30E3CDA92E /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C47F9FA2DF062E010573C727B9870A7 /* SDAssociatedObject.m */; }; + A1DEF2A52B2F86D3464EA211CD8FD588 /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D9985D5699F85E989561E3CC0F9777F5 /* DDBaseButton.m */; }; + A21A3EDB30349656A7BF23004B6AF02B /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D59A3B53B13AAA33732833486B7E5780 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A232C6F6CB1F5D59CAF0EA356AEA6E90 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABBFFD2D79C3133BB5D213184A66FBA1 /* Filter.swift */; }; + A29CAE715EFFA6F90408C3B8345A1883 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AF624A6F53BE5819B763EB4B33530EB9 /* UIImageView+HighlightedWebCache.m */; }; + A2B52B66E0891E57CFA6C3750BF7DBC7 /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757E44065C4EBA90A12EE25D4E988F36 /* ObservableConvertibleType+Driver.swift */; }; + A31BB6EDE653AD31B5F518CAAED7915E /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F61DE58C2CA5F8307902466CA8FADF /* Timeout.swift */; }; + A328DD14BD9500BC78D1C7120DBC30E4 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF28F0390B37BBAB00F838E656B095DA /* IQKeyboardManagerConstantsInternal.swift */; }; + A33FEE4E2465C24F12812BEB5FE68CA4 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 283576C304850D61EA0ED1A252988D7B /* RxRelay-dummy.m */; }; + A358C72687DDFF484CAB4B0124CE34A8 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 085EBB286BA30648750A2071DC11BEE0 /* SDWebImageCompat.m */; }; + A3F68F7FD050BA0038F03314E92B7CFE /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 909F57C6E5AF478B7941E17B5F43D267 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A45846C269357C355CDEBF8B8EF896CD /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD0489637CD9B81F0F2AC6EB09BFC6 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4AE06BE1B4C107F33C291F8B1B10E22 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = A17FB5545E866C560CE22CA9A33E96A9 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A53E0D0EC57D01B1204E6B09FCDABF70 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C1B0962ACB69DFB81C49FCBFAB49D70 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A54741718F7A005AC6AC2FEA7EE692CD /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 821281B930B757E0894BE75AC6B5D686 /* UINavigationController+DDCategory.m */; }; + A576C4698BA14346E54EB6463022EAD9 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B69057783FB74D8CBED25ABDDAF08602 /* JXCategoryIndicatorCellModel.m */; }; + A5DCA31A4D36F66FFA278B81D8BEF027 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5AB2519815AD4698D10C7C91440EB1 /* UIImage+MultiFormat.m */; }; + A5DDCCAE29F2F5E25CC92A67C3423889 /* DDTimerSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 838C0533D1F076BA19A4E8FF6F2FEA5A /* DDTimerSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5E551E635C6E43111A80BFB486E8D64 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90EB38753169305615F79B311EBD4AB9 /* RetryStrategy.swift */; }; + A5F8871912A1A3E8168E6DCF8EB4207D /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF84A0D6E4DAD25836F4C3BB1C4D978 /* UISearchBar+Rx.swift */; }; + A608BF8A042013F0E8E790941B4D8866 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F76C0E556DBA753C07BD37DD8D9B7A /* SDMemoryCache.m */; }; + A69C94A0DD35B9524F7481113B574E33 /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = E5A842AC03240159C2D7A373C53EEDD3 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6A88AED55AF15B200D729C12B111805 /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = FC02A1B23677EB9F0258396FA312264D /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6BE4D99397CCCF471CC631C990757F4 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A15D2B1F2C827DB6D3D881D510BD2BD /* DDBaseImage.m */; }; + A6D371F7B8F0AE9A55EE402E33583504 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D383DA1391C54C646431F49F02AD4CB3 /* EKButtonView.swift */; }; + A6D41E81954BD5AE4FD84D7837C4C4DF /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 42CF39FFA5F10D498E7F7E91B1E4F8C7 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7671E10F1A28B504D6278BD2B134F96 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46C26B2CF6E92ECEEC8FFAB34A867546 /* ReplaySubject.swift */; }; + A859C89F424EDCA9AFE07133A3CF3FC7 /* DDSpeechSynthesizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7820A44DC2B736F4FB0F8A86F4EC0E4A /* DDSpeechSynthesizer.swift */; }; + A85F87F76994AABF1A998086BFD092B2 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75AB66F1387ADE34186211D2FA51C30C /* DistinctUntilChanged.swift */; }; + A88D569C6D40F093E8AA5773B735147D /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 990D75692CBF771F7132CAC9F012C137 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8A0C288519E463DE5E9B307FAE797F3 /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D81551FCEB78DB3AB62B0BE049F6F97 /* EKAttributes.swift */; }; + A8CA115BC4FA6DD591374434F2CB9827 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 378E05D526BC6532FFE1FD5E4CC5DEDE /* RxMutableBox.swift */; }; + A8DC4B6CAA17BCE09B33F0CBD7B760AA /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = C85ADE394FBB5DF16407098375D223AB /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8F2E7F3B17E5894401197A17A18C27B /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80FAB26D30EA39FFCFCE983115953C8D /* ConstraintMakerEditable.swift */; }; + A91F69373347CD458D89B84B084E0640 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F1FB07A7985B49D4B2287D27B5E3DE /* ZLPhotoPreviewAnimatedTransition.swift */; }; + A928D17689392DAAC600620B1020505C /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32583965F8BE185C5BB2B774ADDDC881 /* ESTabBarItemBadgeView.swift */; }; + A952741473205F790F725FA10B2C2667 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8ED44F5937A9A812D540E484331164 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A97E69232EB284E6EF3127992F66C58D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = BBE6DE1330BA9582C66D2FE825BD96FF /* BRStringPickerView.m */; }; + A99CF24F1B900AB7722D972FA4FED6BE /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4D292ACA56D0BD38598E5ED3BA9ABA5 /* SwiftyRSA.swift */; }; + A9A5CC537275881320975BDC2EE7F62C /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD50E58F69247C46034A37BEB615292 /* SDWebImageCacheSerializer.m */; }; + AA3B6FC63BA119574A22F1A5E4B2D411 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5B09F3B56D2F9CA22294C192F477BEB /* GraphicsContext.swift */; }; + AA6F9F6A4405BB9AFDDAAFF967296ACD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B05B71F960689FE653862E9DA89226F6 /* SDWebImageManager.m */; }; + AB8707AC05E95D10D125F69C0F1F84CC /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7BBFB7922A0612AEC12DA177C7AB4B /* ZLImageNavController.swift */; }; + AB9AACA18876CCA22D676EB5CCDB06B0 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E68705B11B244C7E145B9E820FFE739 /* ImagePrefetcher.swift */; }; + ABA3BE298F1B209B9A4F53D73F8EFAE7 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4BDF4B29CDA5E515E318FC460748C6F /* ZLProgressView.swift */; }; + ABAB0AC650654642877CA726554C8A85 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 501A9F199AE7F1476E60BA55080100C0 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABE943E1E061EB3FF28B66675CC56584 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 993694870161950B7FDF6DC85649ECE0 /* NopDisposable.swift */; }; + AC13DBC66A575418403E2514C2D583AD /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07B045DEB70E217C83F4D2724D77EF0 /* BinaryDisposable.swift */; }; + AC816DAE095CF51A98ECF689E6158059 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9ACB42B9D8D64F4C97C05AD1294E34 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACF6E744FFBA77DB4FE3E42A917E5CAC /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF3D182C900BFDABDC1B8997FAF5738F /* DDWebImageKit_Private-dummy.m */; }; + ADF031ED0468E75793D32E1609139984 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6D75EF1453E751B4B4F4DFE4FB6CBAA /* RequestInterceptor.swift */; }; + ADFDF04B44D98030E7FB1F4A4196F155 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = E6145F6A2251DBFA7404007919F8188C /* ZFOrientationObserver.m */; }; + AE1015AC17118CA9A93681AAE7454DCD /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FEC7F3CDD90F13DAB8D5602D5FAAF59 /* JXCategoryNumberCell.m */; }; + AE2421B86D481DB24462BBB65580903A /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80CFC41A2AFB3AB5866D6E4DCB91387C /* ZLPhotoManager.swift */; }; + AE26F9BE5C64F714E5403715219F2F4C /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FEB9B2D27F3E1688FE70C9828E6B66 /* Repeat.swift */; }; + AE310A252E96F1A89125262C9293FB10 /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48148195B330B6991BF7FE0A2BAE6F0B /* ZLImageStickerView.swift */; }; + AE3814FADC3432DB8F6B88D2102EBB0B /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA42E366894AB71108DF72F7DE96837 /* NSTextField+Rx.swift */; }; + AE81E26AA0581A9E7559FB6CCC5FDC36 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A8078EC2F66D419FC4C70C67E8688449 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEE86A9326DC09055B5C28D98C50874A /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 686EFF145D54132D4D0B03136324C53C /* UIImageView+DDWebCache.m */; }; + AF4B0B8462B4A9C038551611E9381927 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1F8AAE3B07D060F242023977EAFF840 /* Lock.swift */; }; + AFA87EA35BBF8E4F0A2D41954069DD9C /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ED51AB88BD31A962749880147DDCC94 /* ZLEnlargeButton.swift */; }; + AFE7A6835DD89F0D3331538280787CEE /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D7A7CED1D8CA82CC44D38208D97D306 /* IQKeyboardManager+Toolbar.swift */; }; + B01AD0CF889816FA1985284F075CFBF7 /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B9A7893C1F94F144E666ABB214222F /* NSView+Rx.swift */; }; + B026AD1C1E94F5FC78A1CE5A96DDEE89 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59E03709C9CE3BD5C40979CFCC2C05CE /* NSObject+Rx.swift */; }; + B0282842A0D7BB8372B6187459D6991D /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97E9525A94CDAA9F9FD8C7A3E12D63F /* Resource.swift */; }; + B0470BF38DA7AECBDEC223D60C2A05D4 /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D859E0B839D8C5D9A193A0ADCD27C54 /* ZLBaseStickerView.swift */; }; + B04A1F654CEE373527D6A1FDE4706545 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A5F2E0746C8344D74501AE109E6080 /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B062397EBC3E007F3B3A05D7EEDE6ABD /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6BBB547BC2B91A84450DB7B519B693 /* SDAsyncBlockOperation.m */; }; + B0C86B62900B2C3ED6A6CC0E578492D1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BF6A94F6968D9C848B3D9FA972CDEB3 /* JXCategoryFactory.m */; }; + B0EFE5EFD87325E5A2FBB1F31304BFB7 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 242042ABEF57F226FFBE5440B5CF22C4 /* DefaultIfEmpty.swift */; }; + B11769C6D0E6CA59FC36D1D77F642A78 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = E00B7ADB216329D0D9A8F1ECE6CF21DD /* NSData+SHA.m */; }; + B12803F0E38CFAE8770FE476242895C3 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27E2F9777D905718F97C32C42E876362 /* EKProperty.swift */; }; + B169869926BCF8894AD891F3261B8AF1 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F00AFF32E79768049030605B652BE4E /* URLSessionConfiguration+Alamofire.swift */; }; + B1CCDEB46FFBD5C857CEE2829F31D65F /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538B16B9C94F4B82990777F8A50D0C55 /* RxCollectionViewReactiveArrayDataSource.swift */; }; + B27F69341AA274200D4EC565EA51B477 /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCEE93B89F877907EDEDF35837EEB69D /* NSObject+Rx+KVORepresentable.swift */; }; + B2813AD57845A9900DC6231A3682762B /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = C21008FE97D98B3C3F38696A205F9BD8 /* DDBaseView.m */; }; + B2B998194CCD760C0095B9CD67B288CD /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = E7BD47B6911577F6147241C333B965BF /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2BB06514C0A38F894279DA3BFAAB03E /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD06A6592E10B1AA8536DD4E0F68594D /* RxPickerViewAdapter.swift */; }; + B2CA9EAB1E2C6365941AEC9856B013A5 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D9DC55FA6FB4B58435F022F362C91DB /* Decode.swift */; }; + B2E3B006A6EBE8AAB7911F7F030B5568 /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1941DC9F9DA94904A2E255C4CC5D230 /* DelegateProxyType.swift */; }; + B35EC7EDA03BEB3F304FE1D095C31EAD /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AADD8A1FA51E934EFD39C3D1EA6C4B97 /* CompositeDisposable.swift */; }; + B38F7C6E3277F52A1B16B5B62F8BE0D8 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C300C14B5A2FF321FCDA01B649AA7383 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3E2E1B9AE15CC280B8957C339243BEB /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = CF076568CD19BB280A4E2AE5F00A9E81 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3E51F0E8AA1550E1B667D96C3BDD1A5 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C8A4DFD485152B53E1EEFEA1C8B36D7 /* URLEncodedFormEncoder.swift */; }; + B40E0790D6C9B7387B5FAB251E16B1C0 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD74672A0CFFCF3755E1D4EB5216767 /* Bundle+ZLPhotoBrowser.swift */; }; + B41FD6E22B5A75FC2EAA129FF1B54B82 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9F9011F9E47F13A557D1479BABE384 /* ZLCameraCell.swift */; }; + B4338C7798751E0AF5817E0B5BED00ED /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36A8D3011FE0D727683CB9388B8D0B8A /* Zip+arity.swift */; }; + B4B569842D524A7B924119769888BF00 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E8E1D6FA76DAD512B88D9AE9C856FD /* HistoricalScheduler.swift */; }; + B4C0B46C21087CA310DE57D0B9FF1C17 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE60DBE6D5F359EB495C77110B2618A1 /* AFError.swift */; }; + B4DA45D21312C13C1BD200335595798D /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 560573034F3383B435CBB2F95AF59B2C /* NSTextStorage+Rx.swift */; }; + B502E9659BC94C3074C41F9294248930 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897E717674DFA392A2C33CF18161907B /* ControlEvent.swift */; }; + B5169B93C52F1FF030F7497A6FEF7E2E /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DB94A4A958913F4DEAAC5961BB80B9 /* ZFIJKPlayerManager.m */; }; + B5909D30D3D2544499F30CA21286AC58 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D208F296EF7CC950D7AEA5D75CEF3FA /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5E8226BCB600380F56DF4E98CAA2777 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 270E907EF3D91D93989F546596E95202 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5F5635CB0E895EAC58232DADF5FC3AE /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5D484E42F0E7A19057BDA48F89F5720 /* UIStepper+Rx.swift */; }; + B601FF45040CC3B4D882477DB46A8DFD /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = BB0810EA23F98BB396B250D2DC45F9F6 /* ZFLandscapeWindow.m */; }; + B6062CB645AB7C112A4963605E59E4AE /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9C8E56726505D59BB4B6125A16D941 /* UIRectCorner+Short.swift */; }; + B6A5A9C096B866F53FC368AA2E9E94B7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C5ABA828B468E724249D9BFEDCCDD082 /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B70BB03F1D414155F2C5F9E34E659806 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A36C09A669F8D3ADAAB8C0846A6E42 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7192ACDC4B49F39190EB7583AAA8A28 /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = E6DCB8EF1110CFA75F9F7EBD8CDF9414 /* MATraceReplayOverlayRender.m */; }; + B734391A023E1397D7C4988865147809 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 63BBFDA4F5F775E87B5974A5864F9476 /* SDImageCacheConfig.m */; }; + B7B9F94EF5A56E156C57147F5F302559 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 70441E4B17170F9A121582970C518A33 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7CFEA3CD5CD76A848550087D96704FF /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C12FD1A28A40DF2B57355EE6DC72BA9 /* ImageDownloader.swift */; }; + B7F2FC2537F8A512F7969F37EEBABA19 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 074C5B0A05A05333EC1249D280EB36BA /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B84BED170956D2391246497EC4ACE3B3 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 489448793B76FE2CFD1003097474ABEE /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B850BC342D7976173853AA223DF66FDF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2DD6950218D63E40EE3D4A4A66042D /* SDImageLoadersManager.m */; }; + B87F639BA80A12F66656DDAE7C7F8E24 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A18186314BEE2254B0BCFEB6D00D5FE /* LayoutConstraint.swift */; }; + B87FA1A74AFFD85DC6676B5D9F777DA4 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A0A702C5246C362CAA1536756F82DF8 /* ZFPlayerControlView.m */; }; + B8A10165BCEDCD996E93E1E5B5F78EA1 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = D446283244E7CA1B1117F7A419DA6B22 /* Completable+AndThen.swift */; }; + B8ACFB27F7B7E309059AA265F2657634 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = CD7470709DB5A2CACA7A5717325C23C5 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B929603A11A07A494CBE9E734195270E /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C360CBF6B0E6AD7F01957675C510BE89 /* UIColor+ZLPhotoBrowser.swift */; }; + B963E078896CC9DF2C37C06A438908DA /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E27684FB42170ECF7B074A5B07A6980A /* UIButton+Rx.swift */; }; + B9AE7983EB3E754C9E655B15C36143B1 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = F44E54229C2F1F0ECF8A252B99B4591C /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9FF1535233685F95D47DE8B94EE4823 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E78EC5F257D62CF5EBF684320C1C0A5 /* Infallible.swift */; }; + BA11AE6276ED0BCA627940CF2AA4A82A /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4B59B01E852D0C48BDA0BE1085896D5 /* SectionedViewDataSourceType.swift */; }; + BA9C4365F34B941E38477E5CA6E40387 /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 53BE306314A462A24FE69A85B8A9749F /* DDMAGeometry.m */; }; + BA9DF997AD1708F66632B1EAED065C6D /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB970411C4735ECD3EA57171615447BC /* CacheSerializer.swift */; }; + BAB7A04FB6B2883C06D4EFB12CD4974F /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 0112A6353EDAD9C4C4FEB00304992211 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB1D61B7D957E411C5CE3E21DAD20C6D /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C47EE90EB8C0E8B997E7D10C024B1A /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB53D3B70456942057B1D13A5B59CA10 /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C28ADE09E86BBD513D57E6FAEF8F4BF4 /* ESTabBarItemMoreContentView.swift */; }; + BB714B9D7C8AECD5513CD2452AD8687E /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BE1AF4101D5E139FF57742189DED998 /* _RXDelegateProxy.m */; }; + BB91F7BFE3AECA8494D5E2BFA3AE593E /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = DC45A2A75FC87B2102E4A16C67DC31D9 /* SDWebImagePrefetcher.m */; }; + BB9CF389D15F65172C5D16936279DAAD /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45B36304D4FF5D68342CA29B891F9637 /* FontUtil.swift */; }; + BBCCC000664972C17D606E086C60EAE5 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 76C4DA99D194B23B019F5B7674229250 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBEC1389AE859C1F53CB8588CA32A54B /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = DE28F6C8920734CB78C861B48749CF7D /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC17BBE68BE2B0233A2B24429A134292 /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E86E613AE9E514FF0F3492B965D90DD /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC4248890A2765F68B3FCA279352ED4F /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 944900CC6A20A98E00C529ED78251891 /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC4AA0D7FF96AAC65A55B06DF5429CB8 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ADF60D662FBC8EFC87BB28D21A86E3D /* NSTextAttachment+Kingfisher.swift */; }; + BC9DE732A9A9A3E6BA2DBE6C7ACB0427 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DF3DCF280CB7F0988EA498ABEB5C73 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD2BEEB68778EC69A7B04BC9216B4112 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AE046F268BC84ADA083B9C81E9D296B5 /* DDMATrackManager.m */; }; + BD361E4E0FE4613901338D791BD13A5D /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E261E16AAB8FBD2C52D6C38F1A3B65C /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD42414ADB05335CCF6162EED02EB0E0 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E7F505531EBE9814D5511C51A87CA0 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD71DAAD9C863C0905780369F5942079 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 94A01E83D7BA91468C474B99384EE0D0 /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDEF2FB7D927B0B5EC012429474270DD /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BE31722680616822B35EB06F13FF9CE /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE1A80FF8E7EBE33844C18B9DE10DF9F /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A41DF6CD1AD6889E66B8CA963800B7F /* EKButtonBarView.swift */; }; + BE5E45566FE7DF80AFCE321E3EB0FBCD /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA30A55FDF8DFDDBC812D62BD202C59A /* URLConvertible+URLRequestConvertible.swift */; }; + BE7FB93EFDCD3B7EBDCB76AD170A21E2 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBBB11792460CBC6551C2718F353D0AD /* ConstraintLayoutGuide+Extensions.swift */; }; + BEDC9DBFBB0DC7DD1731D138A43247C8 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AE99DD9E33CE8E9C5FAF0FAF7FE9DF25 /* ZFPortraitViewController.m */; }; + BEE07291E32F6B0395830FBEA7E6F610 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 462F2AFFF36630D973AD2FEF84494576 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF2F9348A80AD292B37135521A29FA03 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D0A1C3717C19D580A5795B7F06D8B2 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF4B5199FBBD2138841B0FFE7D841114 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB309216660748833C0D73A9BFEE9325 /* RxTableViewDelegateProxy.swift */; }; + BF54D47FFCBD3584A405BF570385B1FE /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F4F3D95BE4918D33AFFEBFCC96BF3F08 /* UICollectionView+DDCategory.m */; }; + BF5CC60C20B34EF56D2BC3B420B65F1A /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D8626C967C244EE734475FEA1D1B66 /* DDBaseSwitch.m */; }; + BFADC6914E112753B04A785D65369788 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F47940405489608F4ADDD38EEE007F /* Using.swift */; }; + C002C177911AA8E76F7D3BB08A4C5CF3 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264D957F0C6D44F8ED6DFEF13A47CA89 /* NSButton+Kingfisher.swift */; }; + C01355012AE3DC761464C352BCFD4197 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 669F74617E49E4A71C963BB841179C9A /* SDImageLoader.m */; }; + C06003DD05A5FB9050C6BCE1DD128511 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B58B992A585D4EB8BB2BB7DB0625FDD7 /* DDScrollView.swift */; }; + C06198FCBBF8CEF254BBBFA81EC292F8 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E976394F1E27CF9995D498FA1D7640EF /* JXCategoryImageView.m */; }; + C08497A34F7671FF094AA92DDB82CEE1 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C95840DC145B6A5D3F749B2141FD5F /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0A16AD03D4F121B5F6D22E51F6FD69A /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E3EC0AC5EB309AA5BC47F89954B444 /* String+ZLPhotoBrowser.swift */; }; + C0AE5BA8731B283400A196C6D61D4FA5 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 864C4471A94EFD4C2B350ED4251170D9 /* SingleAsync.swift */; }; + C0C8B5A6D43875BA9B2C23CC0181071D /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B5F1C4B61C044E30A27877BD9CDA0F /* DDLabel.swift */; }; + C0D752CB903CDFB3FED7A63BE83197DE /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9326477912E1585BCB8783A0BB58CEDD /* Never.swift */; }; + C115C15858CF1B67C2654831E2FA0CD6 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30BADF20AD9B3D04B4345970340F3962 /* DDSwiftLog.swift */; }; + C1263F184D8EDC9BF36F830E04767BB6 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B581A0535C8AFE1471785F9A56355D /* RecursiveLock.swift */; }; + C13CCD0F2979956BF520659BC2826A70 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9750FDDE1AE9FFF16C8C0803092041F8 /* ZLImagePreviewController.swift */; }; + C1A5B1E0AB911C231477DDE3C44E6975 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD393D5805C510AC305C4D96DC6CA7ED /* AnyObserver.swift */; }; + C1E965AB2BE01579AB5F2FFD754EC2E1 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B915A8B88EC16CA9453D450DA5E7665 /* Infallible+Concurrency.swift */; }; + C2690FBB1AF6367DBEFA11F552A14ACD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = B93A9BB30CD31ED985932B1C23FA812F /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C27DA232D42C0C1A1860904474D006CE /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A822AFE2F2931497A0367242C37EBE0 /* MultipartUpload.swift */; }; + C2881D28B50437D0B1B257A0B7345484 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AD09C01043C3998ACFE02F2B1748431 /* Kingfisher-dummy.m */; }; + C2B53EB045512989EDDDE03B3592E068 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF0FB9A270BAA05728B6F2EFA50FBC /* ZLAddPhotoCell.swift */; }; + C2E3D13936EC4010EB612F303F335B70 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B0ECF6D28C24CF886DD1B69325C2C61 /* DDBaseScrollView.m */; }; + C2EB891FD0EB8D39EB663383C86A0A51 /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD24545FF0C25F096F800E3A25C25FA /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C313E645865798661616F4F3407D8BD1 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDACE794855D907CD5A4811E72866CAB /* ZLEmbedAlbumListView.swift */; }; + C317B43DB6D2482017A763892A53203F /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEBCD8C84670C83A94FB9262C56E66F5 /* ZLAlbumListController.swift */; }; + C324D23492EC6AD067A7DC7E705DACD9 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEA2368A58CDACFDE20D6D1F2BC6DDE0 /* DDButton.swift */; }; + C3396F46162BECCC47A36826B0CA1070 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB242466FB5AFE798843B12D9066C3A /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3AD7B3E1A245AD30EC7A7FC2CBBD356 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E453A6D776B4C2DD2CE4853902DC43E /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3CFA478FB802F5A6AD209E5E1B34F54 /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 366C157EEC0CEC5951E19F411CD4ADEC /* UITabBar+Rx.swift */; }; + C40F08C50B0B6DDB15E4F1D6F18213A5 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B514849D5A4983887C1F4075AE7139 /* SDImageIOCoder.m */; }; + C4BF6BFB52FEE82B04DB8EA2AE9E5BBA /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7596FA4A53EE264922BF4A75414E32F /* UIDatePicker+Rx.swift */; }; + C56AD838C0FF689FEA8E5AEA32E94175 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D7B3F06FC86313D92F0CAF2CFD0BCD1 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C581FAFB2BE7E18B9FCA322BE28127A2 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = EC71C2E012859A7028256A577D0D4256 /* UIImage+Transform.m */; }; + C5A65CAA184CBF2D7641A9EC731D4F5E /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = DA5EDA8AEBC1D4EBDE58EACAF14EAAE5 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C601F2D881A256C716F2648F56178312 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7CD4F4F951D9C61A9AB7D1C7C9927D6 /* DisposeBag.swift */; }; + C65ED3D3286E2BFCEFB3291A3A776317 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39885DFE53079DA33C3AF6C34E8644EA /* ZFSpeedLoadingView.m */; }; + C67841324248C9CA5635AE5BD7C3784C /* DDDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DCACE3236B6F7672272C51B5E33CEF6 /* DDDate.swift */; }; + C685B4E57FCFFF4FC132CC2C886CC561 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BF6A47EFBD4E03A36F0DACD6E0505 /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C68C35A8E72BEE67B8BDE9E7FE89BE46 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 519086AA5E56EAB1D79CA69EE3A36527 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6A28917BA21A23F4DE77DD077FE799A /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E566FFBE1E891077F13982FFBEEC0E06 /* AnonymousDisposable.swift */; }; + C6E3A7066D6E47CA3C58BCE4E03E7DEF /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 271DC27C2C97DCB807D0E4EAED6C02B7 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6E51067DBE86DDC81E13F3511696601 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5386EF67B7415DA8A846212CB3814C04 /* UITableView+DDCategory.m */; }; + C6E584AFEE56F5FD9A1068C4656961AE /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DD5ABD5BAE466CBBC22E69CA8F62ED6 /* SubscriptionDisposable.swift */; }; + C6FB7F94CB7899B5D36DFC3BCC9124F5 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 76FEF52E669B34B702196132B1C41A77 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C70566B479FBFB82538A0E1C48E33C45 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 742E8DF0EF46EDB3CDF4073C16B7AE34 /* RxScrollViewDelegateProxy.swift */; }; + C76E436525BA78E49B7646D419140C86 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5E42D0B25C03CE671ABDE16E5377BE4 /* UIPickerView+Rx.swift */; }; + C8044163E0088C3DEB33AF0494AB11A3 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842663C6E92F695503DEF0BDF90FF6B2 /* FormatIndicatedCacheSerializer.swift */; }; + C848D2C5E05796A51A2CEC91D99D186C /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 84BACDA80C49A4EB43FE6924CCC6F6CA /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8522895B2B87B2C972E499ED4BCA683 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = B969ACE825F0987C14FA58E931DFC01B /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8CEB275BD154011A95400571B810344 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB1E42E25ADFA86AFA66F2CAB3E7847 /* Event.swift */; }; + C91C59A7EBFE30758FB1BE247A0C1368 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 0697135A5700E37C37D709774F076F78 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C975D55EF9DA37044907022D01EFC501 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AB9F8CE95BBDB9C1257ECA7BFBB6C4 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C99C37A29156C480A0CC30ABB654108B /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BFEE202F51DE86820BBD9B0E7B60D2F /* BooleanDisposable.swift */; }; + C9A4CE5CAA3D142D609453B227BDF3CF /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B4BC79F9C53FA8840D657CCD274548 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9FF0064F6C55CD4E49ED41B2EA17DE8 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B9B6DEEBF041C124622D3692A52E655 /* EKSimpleMessage.swift */; }; + CA019A42C6A1BDC21A06601B1E2C9497 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = 7D0A4A2904E3141B79A063B4440062E1 /* Sources_DDMAMap */; }; + CA09255FDEA073F52E9B21618886EE8F /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EB7402D9902C9EA57FD6402B339105D /* MJRefreshNormalHeader.m */; }; + CA9B9D6F4655B5BDF8259DB842366370 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BE13097EC2D93EF260C8A3AF9799E10 /* DriveRouteCustomAnnotation.m */; }; + CAB5A868A61CB97E7501C0E73726E34B /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B06A15310A68143A306FD5B54D44B0F1 /* DDProgressHUDKit_Private-dummy.m */; }; + CB0DCDB203D1D4E3DBCF2931711D6A7C /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66DC558EE0EFA1B9CF47F2C5FAAB9FB1 /* EKMessageContentView.swift */; }; + CB5B734DBC1880D4CBACFF198A3BAD8E /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E2984493084767F6E06C2285A66F30D2 /* CALayer+DDCategory.m */; }; + CB80DE99F7528C35542B9884FA8A8D80 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50F9BE04765266AAAC4A4EC04406F05F /* ConstraintInsetTarget.swift */; }; + CBB261988616F006F3D14E6E3E1A1567 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = E3B0DF9D2776D7B4DD1A3E407CC36E95 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBC7F6CAD45F4BE6E058E1ABA62F83A4 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 39747070E76BCD6148E337EFB621459A /* DDZFPlayerKit_Private-dummy.m */; }; + CBEC084A900017F2E5219E7C514B1CA5 /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79C4E2407E2CED7DC8E6149454EEA006 /* DDImage.swift */; }; CC3CF75FEDFB53ED37557A18E4F46789 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC55C5B908ADB58120CCC05520A0BFFD /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FA3E1FFCE17F87FC701A0EF3F6488D5 /* Key.swift */; }; - CCA10F76E74E00B9FE34413884C4E868 /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B980407B791340A44D1B578CDA591C8 /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD1FBD083AEB95AF2A233A5D251CC860 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 24B3BBD0A845E9F233DC09B240309AFE /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD25427AEC067E2E672CD4FCD03E1C0C /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E7261153DA6FC0414F071079DD5521 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD267F10F551CFAE647CEA8056A31E42 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 24B53F265B79E86315AB33FB9459E4FF /* UIViewController+DDCategory.m */; }; - CD28B9F3F0DF1EAAFBCCFD3FDFF7E877 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF5B92A025C877665E86E7EF51706BE2 /* SchedulerType+SharedSequence.swift */; }; - CD5C013284EAF371ABD1ACBD0F7C8ECC /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EF217B14B772DF67DB94BCFEFA9A7DF /* SizeExtensions.swift */; }; - CE53DDB87C864CE0B303DD4BB61087FD /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E17A135A2FA3718A5D959365696A8F /* RxNavigationControllerDelegateProxy.swift */; }; - CEAF6058D42F63FA245DAD43FE4981CD /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BD7C27460CB3FBA99FC9DAFBD0DEE09 /* UIView+ZLPhotoBrowser.swift */; }; - CEF5ADCAD1251F127AC70054BB17179B /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5370B84E2E4C3359754C78754D88CB98 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEFA0D6241B04B0202FE23554D156CEA /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9CDD02D2C9C19CCB206860108F4A59D /* ImageModifier.swift */; }; - CF0542E7E27082F0AE761E78228DEB8F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 974F790AB58906926DD9FFE8FB20BE70 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF45A291720054D8CF244DA694D1A72E /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7DC05D69C5C881218B7B44FFEE8F999 /* Enumerated.swift */; }; - CF5B5AFB5B46F4456347E091136BA349 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AE444CF4C61AAEB8ABCB265F194529D /* ConstraintDirectionalInsets.swift */; }; - CF7E7B3F7CFEAA83AC190EE63B5F5215 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEEB122CC24566BDB5D574B9F03379AE /* ConstraintDescription.swift */; }; - CF830BDC0F7EE4F65E51DD71A1EF5C58 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902DCD314DD9254834D958C2DA81CA03 /* InfiniteSequence.swift */; }; - CF8D15E322415CC1628A88CB4935CF1A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C832F8EFC07A2F0E650469379C3C6B /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF9F54F1BC6193B7A48B6EA1780F4E5F /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A94E266B4E4CCA77F5133DFE232E62B4 /* Cancelable.swift */; }; - CFA4B5FE834BF6F5947C854ADC9C5A57 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E957CB43A5C37EC3AE5E5479C2C6DC2 /* EKAlertMessage.swift */; }; - CFCCC0B66A4858FC59896A0D0B4111B4 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = AED76880FD7E251C23E02F2F94E3B7A3 /* BRBaseView.m */; }; - D02E869FBC7503DA41EA8292A40085F8 /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9301217DA2FFFA2565D29F9BB23BC001 /* EKAttributes+LifecycleActions.swift */; }; - D09FBE11319A5E8388BDD68201EE923D /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF436DC9FBD29A695B8F6D1BE33F3F09 /* Reduce.swift */; }; - D0F860346DCC4231EBE870588325DBA2 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C570B68AF6FA38034C20358D1FCB1D1E /* ElementAt.swift */; }; - D10A97575FC17A740F4AD23FC87961E3 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DCAA1870CA68E0BCCD0205C118581BD /* BRDatePickerView.m */; }; - D12A6518AD01C22CBBD148C8FC550D6D /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DD6BF7A25734CECF50464368AF36543 /* TextInput.swift */; }; - D1381434AA9A73F22A5686775B9BDD03 /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0605C3946E69FB692DB4A9CEAEA85F3 /* EKAttributes+FrameStyle.swift */; }; - D14356BF87F9E91736CB650348922BB1 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDAD1407EC80B564B1729469EE433E67 /* NetworkReachabilityManager.swift */; }; - D1C81C32A93CCE7A35A72FC1D5FFBC75 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 827848A8C6E710C5424A5B157BBB0877 /* DDImageView.swift */; }; - D1CA27FA62FDFD654437AFE802F0FDC1 /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7ED0D8B33BC2BFCB61C26CB35156063 /* EKWindow.swift */; }; - D1D3FC269DB485011A5C792F187BD964 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E19775CEC2E663EB94D9144A8CEE2C2 /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1F58981CC9B866CA76BD812F0DF5E18 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F061D9F57D64973A23BD8562C0B5D076 /* BRAddressModel.m */; }; - D269044D982531C2EABA7BD3F34101D2 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29942D82A4F22D17D264D25EF95A235 /* CGFloat+ZLPhotoBrowser.swift */; }; - D30295702271BA26222EC0E8D2829E63 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C18C3E7F255CAD01E079E7D62C9915 /* EKAttributes+UserInteraction.swift */; }; - D39C67D7F82F199C163D94AE5555AED9 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9629678313806B89E11D08338403D06F /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3A692A8D6778B0C530C667E0D2645F5 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD0BA42651E420C5511BEDE753094BB /* MJRefreshAutoNormalFooter.m */; }; - D3DAA79DECE865BDCE076290194B4033 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 096F0982FD24C963A1121028129DD527 /* SDDiskCache.m */; }; - D41706C216134FC77605103354F07C42 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5BF3A6D001379DA2D24C843D7DAC41D /* ZLAlbumListCell.swift */; }; - D44EC45492408BD59645A5921873D114 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B9068B1198B7D8DFADAE3668415324C /* Take.swift */; }; - D45471D1E2289BEDB132AE8868F21AAA /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E0D78A62F1DF9D78B1ADDE00E222E343 /* MJRefreshGifHeader.m */; }; - D48F7F03D93ACEF235C2805BD090A8E8 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = CED3D4BAAEF1880FFDE434446265E091 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4DE36B575B65B54091CB7179DDE1242 /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C4BECE6F35F0365DFF627FEAEE9F67 /* EKAttributes+Duration.swift */; }; - D4F67ACDCA6B952008E043750BAC4940 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB409FD938A1B93FC1DE8416CE42035 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D509C61F07A0066B5BD32F31E7F095F2 /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E891E7B93CB10D20AC445C7A1D3680 /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5381939AE952807E8D4A8E6451B9166 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC496BC1126677906763C23BC845A9F5 /* Debugging.swift */; }; - D54C1EB233C3DFF0AB1C78D665B7A5DF /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = DDD39E02F4A2CE1AB6DFD6265A5592D8 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D552F57595574A84A82587BF008F32BB /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6E5F21CFE6928058BAFD4C15E2DA6B /* DispatchQueue+Alamofire.swift */; }; - D591717337E72C406E7C3F0BF9F4907B /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF61A54B602FE3D21C1CBB4EDEE961D /* UITabBarController+Rx.swift */; }; - D592739C746095439E46102478F32461 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD61C865DDC6325793CFEDF3F82E1F5 /* Switch.swift */; }; - D6696173A60A63EAC3F30D4BBC21C72E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 9869A7AF3E859B25A614775C8ECD75B0 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6E1D2D6D57F579BF933DCF68AFEB287 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 05D15ED8B217E48072D84AD50D9F7A86 /* UILabel+DDCategory.m */; }; - D6E51D328530E74EBF3DFBA6709DE9D0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA5BA058A864094B25C453963D96E3B /* UIView+WebCache.m */; }; - D7021695D72DB0DE5E5EEB63D13D5D14 /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D502886B11EBB97C057D2B64AB481C3A /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D76130AD70A7483771A8051BE486A761 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B7E671FDAE3E1B148695C5CE9DC92A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D86F0D26E943BB73BBB29356FD203D18 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72B5CF86394C142B0EE202615656B264 /* ZLAdjustSlider.swift */; }; - D87C8DA2C35F94CD5157A6F37F9A9728 /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F1DE8A9C1A635F18903DF94EECD660 /* EKAttributes+PopBehavior.swift */; }; - D8B3C8F7538E458E4EEB3685D53A83CB /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1E03388BE5A98C57F26D3FCB15989CE /* RetryWhen.swift */; }; - D8DDE2D559F66BDDAFAEBD52C6E4176C /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A13C718FEF7A275C76A99348EA9C8DA /* NSBezierPath+SDRoundedCorners.m */; }; - D8FD93FBAC2166F333BA48C4D726B091 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D2577D7867FC62262DC1149C54B75A07 /* ZFUtilities.m */; }; - D941B55ACBC7402786A5668FF2548967 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 97217AD80A5936262C11DEA60A0787D2 /* DDMAMapView.m */; }; - D9608FB125F849D4B3C79BFC4B8023C3 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = C923002D88B4184DD98A040F5FF80E22 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9A5F27AD02A968AA869E8CA5749686A /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0593469C7528923DB2C0C71ED400D1D7 /* UITabBarController+DDCategory.m */; }; - D9B8B43830362EE0C77A55B6CE157ECA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4E1D84CC4D73368190B69401B576EC /* UIImage+Metadata.m */; }; - D9DFB73AB4BE6CB973F6F316B2A6A765 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A101F4D3C7BE17B8A53E15F3D158276 /* UIViewArray+QuickLayout.swift */; }; - DA39F13925A217C94F8582009262EAA2 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8923A936E91CA5BA4F4031247F6FE2B /* EKWindowProvider.swift */; }; - DB15F0057F1CC17F374030B02456DBD6 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1398A0A4EB27DE5135A371075B6D2621 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB52B199609D88ED1DC3152086B2C490 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC366174FBC08F508E74A160E94CF973 /* ImageDataProvider.swift */; }; - DB534E0B9BCE28F670003044F0242932 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 528EB429402C3B810B89299199B6C094 /* NSBundle+BRPickerView.m */; }; - DB546CEBEB12A61D98A707A776672188 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3978F301BBA5487CAD334F2B819AC4 /* UIScrollView+MJRefresh.m */; }; - DB8E1097EFEC248D83112C45B37D7B88 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 13696EA53B680BA0F160BA457A11547E /* MKAnnotationView+WebCache.m */; }; - DB9A7D027929EF74F71978FC8E4AE21F /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 25625F02608C5D8D2267B72B92FA89BC /* DDBaseAttributedString.m */; }; - DBBE4CD219B97E106B7878A3CC9EDD4A /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43BDE8FBC2BA0D51BCEC08342C225121 /* ConstraintRelatableTarget.swift */; }; - DC2AD54F59773138F1461A45C2F19097 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99591A4619F3F39465E48DFC25CD17E7 /* ZLPhotoPreviewController.swift */; }; - DCA7D023DF870B8B8461FFB6E0DD8A04 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D519DAA9847CF358ABD3E2C5542DFC17 /* ConstraintMakerRelatable.swift */; }; - DD0D82EA0192E44DA541CEC3B4A673CA /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2847D2E90A643930A6C5D3FE8DE81598 /* UIView+Utils.swift */; }; - DD13D1582CFCE65C448C2B56AB55ADB1 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8746CCA0CCF801790B6E3CE3DEC4FCE6 /* DDAudioService.swift */; }; - DD332B4397E477F1A16267E7BBF5A025 /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DA957F40E32730AA47E6895B477C0F5 /* ObservableConvertibleType+Infallible.swift */; }; - DD792E3784D6D144A65A189A78A58428 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A82EF67D0D12B2D2901A52C6D38379D /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD7FD9534175BB8CA05C83AA8BDCF23A /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 960A9C24ADDC4FB870425AA42821617D /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDC4249C07DCFE5CCA6EC5BA2D67DD7F /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0193719AD19218949E6C34998CF3B7F5 /* OperationQueueScheduler.swift */; }; - DDF9F1CD51A0B6E3FAEEC690269482E6 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FD98509C88E18E4FD3D399365D59119 /* NSSlider+Rx.swift */; }; - DDFE00C961BDCC08086F9939477303CD /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D065358895A29B1809C082566CDA08A3 /* DDTextView.swift */; }; - DE63FE12234373986128740BCD872713 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = F423298356CF850E3EDF9612D0FFBB42 /* Observable+Bind.swift */; }; - DE743B184A49FBCB4E9A4C7EDB45ABDE /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87692663BB483A0DA7D731F86BDD1580 /* Date+Dispatch.swift */; }; - DEA9C3D6CE995A50A590F7844D364C53 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1771DE2BA36F89C7C867E6C7C9D45FE1 /* ZLCustomAlertProtocol.swift */; }; - DEC9C47A74763D906441ACA51335B0E9 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911ACB920487374A36862336870D01C4 /* ImageDataProcessor.swift */; }; - DF217CDC17FBC6B0860732A9547F6805 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8637A3C04CD86F50096CD55A443F9C1B /* ZFNetworkSpeedMonitor.m */; }; - DFA46412CF2FE571B31ECD6CC8EEB9BE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A160BEDF28A763AC683B82A8355060 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFDE86746C1A9E0021E30FCA86484D84 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27C9CAD3E400A2DF256046E5D34BA24F /* UILayoutSupport+Extensions.swift */; }; - DFF1DB48DB0640CE62267571AB775F15 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 65DCCB9734EE2D548E7192651B8C857F /* DDAutoUIKit_Private-dummy.m */; }; - E0023BF02BEDC30A443EA6FF2677CD45 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4B356E9F4550751B381849FA74CF5AF /* CurrentThreadScheduler.swift */; }; - E017B4EF323A0EBD732F33B9C92FBD0D /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = EB0AF404331851D57FA2375F79AF80ED /* UIImage+ExtendedCacheData.m */; }; - E01CDA460DAFCC348AFF41C35B802C89 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = CFC8ABCFB4A3C8ED5C58FC0764498730 /* UIView+MJExtension.m */; }; - E034031C40FE734AB1A4ACF321EEB12D /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56B031101E9BC55AFD17459DC6F410E /* RxCollectionViewDataSourceProxy.swift */; }; - E0528E490DB59F03F3D21D2509CC36E9 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FEC0947CAAFF0FBF115B8B25F9FEAE /* EKContentView.swift */; }; - E0535C22C58CFE61C7FC72412989EE7E /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 11885F636360EF76CB2CFA096A4EE410 /* SDFileAttributeHelper.m */; }; - E07F5D56A6657C9297ACEF8B1E6047A3 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7028A4DF885B8AB9244C371EA8D6C42B /* ZFVolumeBrightnessView.m */; }; - E0A97352EFF47010A3449A81255CE5FD /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEEE9E2C199FEBE16BA414A62C73EB49 /* DDCollectionView.swift */; }; - E1855C592F7564D116B4E4045698D501 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DBA1DC853C6C36FB864D162AEB851FA /* DDBaseLabel.m */; }; - E1FDB8D42137D8BF8709EE551862079B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E6F4D44E00FCF9F1CF9F12A50739B5 /* RxCollectionViewDataSourceType.swift */; }; - E2327F7C8F271B1433D5E58913D81D48 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BF8F9AF4638C2433F9D2543D68FA1A /* Empty.swift */; }; - E24B4E923380A82510C81933D8ADEBC0 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 703D82AF63523F8D9E135FA1F13DC2BF /* Asn1Parser.swift */; }; - E27EFB8F48312FC0268C6B922BA3474E /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 915DB17053FE06DDFB4A23EB5E820B8D /* MJRefreshTrailer.m */; }; - E2D1C8236E08CA248E758FF3BDDD2BB1 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA198DC04983D22847ED11AAE24B9BB /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2D3345435E9F597C1445F09F5BD5FF4 /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69833FFC4B54C086891E680E9E3761AF /* EKAttributes+Scroll.swift */; }; - E2EF5387D71F2D5DEC1F9C0FE6026C1A /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CD4922DFB7C28B2738A74BF36D4E4DF /* EKEntryView.swift */; }; - E30D053236494B7F13FCF9171D8EF69A /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BBCB446E44A46B59EC065EC9A6FF495 /* UINavigationController+Rx.swift */; }; - E3AEA547447761964CF9808FFDECB8C9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3512EEDBD441DAC822BD57D0EE64224 /* KFOptionsSetter.swift */; }; - E425B1792B00EFB153A9BCAC85B730F4 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 820A9129E1610B30A044964CE2C597EE /* DDViewController.swift */; }; - E42BF0E600D0189F7F9AD5329D385334 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683036EF3196717DF42A6874AD215F08 /* DDTextField.swift */; }; - E452BC4F93B01D84D77A13381345A7D2 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3836EF014F1C6CCB2CC62F4AE6AC2903 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E53A79CDFBD796C4014AC90472E58682 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E29D8E9371B1A81DC2B18B095FA6BC77 /* UINavigationBar+DDCategory.m */; }; - E5896247675299D7FB31F1DA59CF2B0D /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB029F10D69562496BD3649A9E548F9A /* PublishRelay.swift */; }; - E5B3C04F705FCB65441CA1FE35CFC536 /* GCDTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B6AA99B703F1A52C70CEF79D2B89816 /* GCDTimer.swift */; }; - E5F6C631FE32C41FFA4610E64AFEBEF6 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = CF02BBCEED53A2349767A2C60F7731CE /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E60B45E5647579F76C24F8451C2EB8F7 /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEC39B5121A07BB81355F1B23D1BB95D /* RxTableViewReactiveArrayDataSource.swift */; }; - E62A2816F9FFAF952C0E47C31B28D461 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0B067834BDCEC50CC51B065CD025EC /* ControlProperty.swift */; }; - E62A3E33CD01B815039CCA9622117DC2 /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = D0A4BCD31F841AC326E2CC7EE8BF5E07 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E674B743DA97272AC8135AF21CF22F80 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD06DC87AEBBFA65A11CB25EBF49425D /* KVORepresentable+Swift.swift */; }; - E6AAEB8C90F798D2176874B496FAED5B /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BBB80123F0715DAB87FCC31260604D9 /* ZLPhotoUIConfiguration+Chaining.swift */; }; - E6DA4613756CFF96F67CFFFCB1BF27A7 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE94EEAB40936F81F1A636A385E2B73 /* ImageProgressive.swift */; }; - E723CEA64820F783BC387CC644BD5359 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA6E5BEB81775C3213F34603B1CE58DF /* TakeWithPredicate.swift */; }; - E7388F57583B964A9BFD154FA12A486B /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF760EF7672037F018394CF4BCC16D5 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E89EA5216E074A8E2073062D8AF5EA40 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E0627D2EE960E388536817D49F56C1C /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8A2CDF5B1D642F2C3225619514140C4 /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB493ABD84821EA74FCA1DA89181F90B /* EKAttributes+PositionConstraints.swift */; }; - E8D2556CC84B1AF66D9C9E356011FC53 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50BE9DB259F1976C6B7535F6EFF106E4 /* ObserverBase.swift */; }; - E8E883B441B846E16A567A6D2EE0651C /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5D2212853546CACECAED0E564002530 /* KFAnimatedImage.swift */; }; - E8F5C10BEE66E0A8E67F786EE75C4DE3 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF478C0255A31C7F03F8A4DA8CF071EF /* UISegmentedControl+Rx.swift */; }; - E9466C49123B6DB38997B61FBE1A864C /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CB159002B7542214E1D884EE22A62ED2 /* SDImageCodersManager.m */; }; - E94B3EE66EBD1003468410DFEEBCA688 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EE76E8ACF6895B3EF9F37824D89826 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - E9D877C0FC7A2087F6B5FEC67FFD4CFE /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 369DE263D47DE9ED68E0D08D803BD77A /* JXCategoryView-dummy.m */; }; - EA20E7451CE67E411DAE038C6EE49472 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C22A96BD1F9F8D912A8CDF9C73002B5 /* SDImageCoderHelper.m */; }; - EAF43513DE1A83CD6E5E9F25F147FABE /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F7F5D674F686092FE240CE00B85F17D /* ConstraintItem.swift */; }; - EB1BA2C17D5B88DCEB700C359ED93E9D /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C1721EA327A97BC326CAA0A3703ED6B /* SerialDispatchQueueScheduler.swift */; }; - EB34415A0817B6F0EA97C89773A6FB99 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 490A96CECAA2A2906D41B42686585E31 /* ZLEditImageViewController.swift */; }; - EBCEE8F5579114E5F617B63B87CF4B48 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB4435B8AE544AFE2CCFE1EE5AED2C48 /* UIView+QLContentWrap.swift */; }; - EBD415C26D6A34A0BD3DC50D43856960 /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AE98605D8A7504BBCAE4769495A8A23 /* ZLAnimationUtils.swift */; }; - EC2B3804DBD7244270FE3CBB4076AE22 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AFBEDC60BB5F129B3C380225389E0E2 /* Bag.swift */; }; - ED32FA526351BCAB35C1FFAF13390412 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F286BA961CD16288D2B7142250B89C9 /* ConstraintDirectionalInsetTarget.swift */; }; - ED3F8719AE0C4D9464C372D0CB5D2E14 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C37085A9411D729EE13419B849A1BA /* SDInternalMacros.m */; }; - ED4CC55A75B1E9D7CA05B94B3CE2CA26 /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 504D747111B39AAB2DD4131840B8C2DA /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED9F225882E966D67FD120629EE2B926 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7E3571A54CA947F42022675E90AC88 /* SDDisplayLink.m */; }; - EDB63409EB6B2D945EB157D8A6CB1E4D /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A446DBF9B911784415F2E510785D55 /* MJRefreshBackFooter.m */; }; - EDC4065EC27A50BCC6B13FC3ACD00185 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = D6C4874DEED435C8E14A6EC557585785 /* JXCategoryTitleView.m */; }; - EE379B4848EDB17BE1C4D32E97B930A8 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = C67CD7D3515CBD3023324F42E12C967A /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE4F330BFC8B694E49B714C8A93CC916 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 156432327DE7429DF8FCC9727ADA2B03 /* RxTextStorageDelegateProxy.swift */; }; - EEBC7B1DE82D0BD22F0DC8240BF3E8AF /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = A474A58360F77453DFBC0AEA1929D3A5 /* ObservableType+PrimitiveSequence.swift */; }; - EF4C40146D51A30A61FDBE88FA9BD780 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D268B571A794BFD05B21EC4AFD14B724 /* Utils.swift */; }; - EF5F3CF8BBFDE4BEA2A2380A503569E5 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 320BA209897955BD6E3FCEDD5049D4AB /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF734B2A8B68D195D5E48F1AAF436FA4 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEAD6EB52D1C84A55CE3B578880D578E /* ScheduledItemType.swift */; }; - EFBC316A4F7D89CEAF073B2183D7E35C /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2304CE76BCAA4974C714BDFD31CA81E4 /* Rx.swift */; }; - F001B72EF2941419AF8310B30D8FF42C /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B5EAA18C0B53F626F42CBF0F4AF0EE /* IQTextView.swift */; }; - F0133CE9DC3178B35F2AF1F29D535F7F /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC3BF7C1FBE6130C39D64A630F8B40B /* URLSession+Rx.swift */; }; - F07D944FB9EE7D69319AEA7DF8818876 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = A0BC926DEDF54CFFF2E071AB40B53B1F /* JXCategoryNumberView.m */; }; - F0B4282A102ACF883C5664EE6EFB2081 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B96C466E9C5011D0B20C9AA4F02295F /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0BFF5608C4202CA0453E53F57D91514 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A18EB7B614E4936A9A03981488DFB293 /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0C845A29857BA67D95320938DC34865 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99E2F8471F04224FCBBC896DA80C6327 /* ScheduledDisposable.swift */; }; - F0F38230060D730610F5815650288F1A /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4254FA3DD32F91C820838E91228E08 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F19174B6F08BC6807F7168938A624447 /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC312DA3B6C8D4C6899A21111BBDD15 /* NSObject+Rx+RawRepresentable.swift */; }; - F1B8D62196F1AEB3E7F0D9B1EFE4FD15 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADD9E4E0538593046BBE639E0EEC0A51 /* ZFPlayerController.m */; }; - F1CD6661FAFABF16CD930C30A0566C47 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B2BA095763952BD3FDC4BBE7449DB5 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2A75E2BBD114133ECC5B63C575FD6D3 /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5A20F9299CF5BBD3976B1043AF42C6 /* DDBaseTextField.m */; }; - F2C932808B34226133D47A11A5C28B2D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D301420DBEB48422CF07821BBDBD900 /* Typealiases.swift */; }; - F2D8FF9B209E2BE68DB49BFA8E42D809 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A06A7DB59A9CDC1A0BEDC716B43961A /* BehaviorSubject.swift */; }; - F3128567652CC62E62B1B8DBEEC5A304 /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBD2779D4F85DBE7DF4902A3EB50011 /* UIEdgeInsets+Utils.swift */; }; - F34391BF37E63D57CEA662EAC7219C4A /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06F8821243C114C3FBEE21AB18BFA555 /* BehaviorRelay.swift */; }; - F39F0FA7DEC7786370959E557810E16D /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FCF4A059FEEF113A3C2A827C6358C22 /* SDAnimatedImageRep.m */; }; - F49379E8C8E897E12A292823C1C066FB /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182C2367317BAEF88D2ADAD90B78D84C /* ConstraintMakerExtendable.swift */; }; - F4B076723D3EEFEE244EE1009B3CCF28 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7F228DEAD7DB5AAC62729D6E14418A /* MJRefreshBackNormalFooter.m */; }; - F4CEE8AEE1D3CC874439E8E5988CB8AC /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7481BD0DD0D021AB09578DE242F94947 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4D242168FD37E186352AFC4C6C7B00F /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20AB845AF8E794F059EF9DA3345F9754 /* SwitchIfEmpty.swift */; }; - F525906C5A016C296FF10CB143F624BD /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3436ABBAD048CD6C1CD4AA0068A94AFA /* SDWebImageDownloader.m */; }; - F5BB2BEFDB9F1EA2A0A168F46096A065 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = D1CCCEB6190344176679A71C9342BEC0 /* JXCategoryTitleVerticalZoomView.m */; }; - F5D8728188EC93EA5FAF5CA84A2C3E3E /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 695DC27393CC912008EC18FC3647C9E9 /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5E07701094C970A9458F8BFDAB4F3B1 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 90AED615B4A5447240B6211561C19929 /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F610D4583B86C6599C47292F1D1AC91D /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF52DEBBA70330D2222D830D465BAA1 /* UIBarButtonItem+Rx.swift */; }; - F644D969727A6F6EACA55872BC11C602 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B27BF967FD3AE63ED01E119B97EC50A7 /* HistoricalSchedulerTimeConverter.swift */; }; - F650B6D361BB92D1749DD237C148C25B /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DCF25749F790C71E8460ED14F3D5685 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6771DBD2D0EFBDC47030E698BA56780 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BCBD6D414C4AA862F6CB267523A7FA81 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6DDBF049BAE62A23772170D51EEEB91 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC1B273B049D31E647EEC1092C91D9 /* UITextView+DDCategory.m */; }; - F7869ECB08349199C0FCBC6ACA0DFA89 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = EAAA961C39FB9CF13606837662BE3121 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F79338C3D732C666311E9A66D3611901 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A19459032252FD8463CDEF0718018B1 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7E5AE939FBB8BA5BE0E71423C99A9E4 /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F7D9A8006361C1C2A81A642F60C44E /* AsMaybe.swift */; }; - F7FD608C3219C74CD7C292DD81DF1090 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3BCC0060965E6074D19D8057E5C1CB /* ToArray.swift */; }; - F844A55CF6790D853D264312D6F883E0 /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D1244C5DBC0C5C84F28ABC2653FC0391 /* UIColor+JXAdd.m */; }; - F85954F8ECD9E80718B093791EA95425 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD4E1594FD2133B95A24E78FF85E1C6 /* IQUITextFieldView+Additions.swift */; }; - F87C3F12FA754F2BF1068C663D2E8EDC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C5BC6746B33E703C2D013C38B66009 /* SDWebImageError.m */; }; - F8A7F261739C12A8135E4A47FFA7772E /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F11D379CACF7C04FE8ADCDE526EE15 /* SDWebImageDefine.m */; }; - F8DDC9D4E7FFBE6F0911E2D7A4DC9F80 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DF682228EF23B98047DE5C389BA7C18 /* Queue.swift */; }; - F8F722B95C950969CB8FCA2543BFE113 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B06D194017C370C9AE49764D0E7C59 /* RxCocoa-dummy.m */; }; - F8FF5968423EF71CFA0B71EAC10FBFFD /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = EC3AEFE478F8D9F885B189944031B16E /* DDBaseCollectionView.m */; }; - F9E6C48FEF11BDA55B335E1060721D74 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97142BEA44C938B4F014431EAFD1E25 /* EKColor.swift */; }; - FA145D73018E7D2FB142938415DB42E5 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8887D5E6D46EDEE789A5D16F6FC4350B /* SDImageFrame.m */; }; - FA398422E4E9153C85204F33651B6414 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99A5BA28EAD15FABDFE697D0AFA145AB /* UIColor+Utils.swift */; }; - FA46D15B11235046C6234111666D3BBE /* DDDateKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5693135E2D675854272F134781B667FC /* DDDateKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA96FDEBFA83DF6F3031728868EC0238 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6893E90A21D16EF942DF54264EB05600 /* DiskStorage.swift */; }; - FA998928C4B0EF64939641E3D8AD0EFB /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E2731DC1393188ED7A05346C9B402F7 /* KF.swift */; }; - FAA4CBE7A94E748A7BD93AD4585C16F6 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8058A1933D9700D435E3ABD386A9D086 /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FABA595A6C8D6A3CC257178E69875D96 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CD86F53D3F4FAFF10D16C8A6DED4CEE /* SynchronizedOnType.swift */; }; - FB16503E903E5B60EE15B0DD4D8562D1 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A610B6F7115B2B1449B93E4C9A2C994 /* NSData+ImageContentType.m */; }; - FB543E6A5F8C2EC92FF45630C6D5F49E /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = D26B285215C232B586F3EBDDDD07E9AD /* EKAttributes+Presets.swift */; }; - FB726649DB4AFB1EF71F4D6F6F4FA5B0 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AE3D3164CA017078F7EF35431964EAD /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBC89193D9C95C427AEB8FAAA0184E43 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = C2E719F7941684AD0C39AE11DEDD303C /* ZFKVOController.m */; }; - FBFC887E3133465DDFE6B3D8A52EC67D /* DDTimerSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF04F9F786D7659874FE06F6A2AE6FEB /* DDTimerSwiftKit_Private-dummy.m */; }; - FC061D954352F832FBE08C01973F7DF7 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BED714A5EC604067FB7BBAAEF785E70 /* ResponseSerialization.swift */; }; - FCAFE484DF0EAA99D16FB0739DBF01EB /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 43F8CD55E6A8729770EB220DA0EBD679 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCC6D9564C9BB160850216A9ED75491D /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D224D454B87A3A8076C83C611FED35 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCDEA62D8D608D9431334DF31F267EBC /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9D59E5B18174B6EC9AF173314B6699 /* CombineLatest.swift */; }; - FCED5EA34F470E1DE64CB9C632245922 /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6DE5EDE9FDDE55F57E82FF90477293C /* ObservableConvertibleType+Signal.swift */; }; - FD0574A25469F0713B34ED1B682755F2 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBB21F86FEC016B95B402DB044E8ABE6 /* ESTabBarItemContainer.swift */; }; - FD188CF3840B2A11C2D915025A328E66 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF0D329DEA944F6397C56877530FC94 /* AddRef.swift */; }; - FD661221071E5188A9549C5D876AEE5B /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36C0E63EF1692919B463955742EE600B /* ConstraintPriority.swift */; }; - FD70F673A044AAAE0C5AA9739516065A /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 194E89A527A80AC4C539F628FA8FCAD7 /* MJRefreshAutoGifFooter.m */; }; - FD7228A6A8B2236D44BE57275510EEAC /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A53DD716DEFE3CA8991C6BE969C8F3C9 /* ZFReachabilityManager.m */; }; - FDE175AAA2CB3652B67AA421E7AF96AF /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AF391EC41FEC3BFE5583B09E276E5C7 /* IQKeyboardReturnKeyHandler.swift */; }; - FE20744885FCBBEFACEA58867A812C6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 51BBA8DB043F3795D0512B29465CD33B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFA171B211AC028D0A9375105738BDC1 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = FC2B0BE4FE09A9E8F6EA9DFDF952BC8B /* ZFPlayerNotification.m */; }; - FFAA74F5A2EF6804BF1496B33FF45C9E /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 49CA1E025B02D2050CE28B241E2797BC /* UIScrollView+MJExtension.m */; }; - FFB9E82FF0E210BFEB30F4D221DD476C /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE0D54CC39E4AA767AF2CE6CECB13EB /* RxSearchControllerDelegateProxy.swift */; }; - FFC821ACD09A9A9A83BAE110BF438784 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ADD4CF4C45DE77BE666BB473B208290 /* ConstraintLayoutSupportDSL.swift */; }; + CC55C5B908ADB58120CCC05520A0BFFD /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D0D1770DBD79014E10B615E908B7FB /* Key.swift */; }; + CCA10F76E74E00B9FE34413884C4E868 /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC5AF843CBB66628ABAF8646D0C4FCD /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD1FBD083AEB95AF2A233A5D251CC860 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1636BB779E1B06200E7BA12F4B56EA /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD25427AEC067E2E672CD4FCD03E1C0C /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 524B2A33545F13651301317573D49492 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD267F10F551CFAE647CEA8056A31E42 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D6236BA8C308683039C38766A1F971A /* UIViewController+DDCategory.m */; }; + CD28B9F3F0DF1EAAFBCCFD3FDFF7E877 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27DA64E3F20EB1C1EC08004508E2C16E /* SchedulerType+SharedSequence.swift */; }; + CD5C013284EAF371ABD1ACBD0F7C8ECC /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E28C397C02D3520116ADA4BFA361602 /* SizeExtensions.swift */; }; + CE53DDB87C864CE0B303DD4BB61087FD /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ACBECA1503B0C8B243129948D2065DD /* RxNavigationControllerDelegateProxy.swift */; }; + CEAF6058D42F63FA245DAD43FE4981CD /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9C4E6F91B5E65465DDF67DD6BCFDB0 /* UIView+ZLPhotoBrowser.swift */; }; + CEF5ADCAD1251F127AC70054BB17179B /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EF4C1D1ABAD085F21A045EE2D7E73D2 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEFA0D6241B04B0202FE23554D156CEA /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6286647755CFF561CEDA7FB8B9639D7C /* ImageModifier.swift */; }; + CF0542E7E27082F0AE761E78228DEB8F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 83C80746628D107B0BAD96A17846414B /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF45A291720054D8CF244DA694D1A72E /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8DD808D7607AD343A0DCA81670E898E /* Enumerated.swift */; }; + CF5B5AFB5B46F4456347E091136BA349 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF15644D62C9CF63073D6AD99E6493B /* ConstraintDirectionalInsets.swift */; }; + CF7E7B3F7CFEAA83AC190EE63B5F5215 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99211DAE7C096A7D965DE4912178709C /* ConstraintDescription.swift */; }; + CF830BDC0F7EE4F65E51DD71A1EF5C58 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD6ACCDFDFB40B51E0A7536360185958 /* InfiniteSequence.swift */; }; + CF8D15E322415CC1628A88CB4935CF1A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BC55BC0261A7D48665DE67AA1945699 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF9F54F1BC6193B7A48B6EA1780F4E5F /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3340C67728F3719BEB95E3EB0E40AA68 /* Cancelable.swift */; }; + CFA4B5FE834BF6F5947C854ADC9C5A57 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE321EDB4DA518EA0C92146DAEA98721 /* EKAlertMessage.swift */; }; + CFCCC0B66A4858FC59896A0D0B4111B4 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = CFB658FC4FDDCDD612FC03C10F5EC8A5 /* BRBaseView.m */; }; + D02E869FBC7503DA41EA8292A40085F8 /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92891C0EEF85D2B5497707BDE9F95BC /* EKAttributes+LifecycleActions.swift */; }; + D09FBE11319A5E8388BDD68201EE923D /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B3217B6B8CBB512FA28BE40CFDC46B4 /* Reduce.swift */; }; + D0F860346DCC4231EBE870588325DBA2 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B64D8BD88674E87F4B8033172DD9E64 /* ElementAt.swift */; }; + D10A97575FC17A740F4AD23FC87961E3 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7572392C42E5FF330B624CEA619EEB /* BRDatePickerView.m */; }; + D12A6518AD01C22CBBD148C8FC550D6D /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC87D7530DB76143050FD101A281B8B3 /* TextInput.swift */; }; + D1381434AA9A73F22A5686775B9BDD03 /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3233B033C5A5969D7505E3C7C5A08A /* EKAttributes+FrameStyle.swift */; }; + D14356BF87F9E91736CB650348922BB1 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E60A2DAA7D2B91800BF97AF92F413AD2 /* NetworkReachabilityManager.swift */; }; + D1C81C32A93CCE7A35A72FC1D5FFBC75 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF0FF53539B0A7C97B5B8D5936D3350E /* DDImageView.swift */; }; + D1CA27FA62FDFD654437AFE802F0FDC1 /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 809A942811E904E5AB37C4F1A042F7C7 /* EKWindow.swift */; }; + D1D3FC269DB485011A5C792F187BD964 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CE559017FE5BEB1B86DD1ED2FF6E4C7D /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1F58981CC9B866CA76BD812F0DF5E18 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EC0CFDA55763B0AAA7A9D848A94D804 /* BRAddressModel.m */; }; + D269044D982531C2EABA7BD3F34101D2 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25B7C49E434F0FD6481719D7A1CAF359 /* CGFloat+ZLPhotoBrowser.swift */; }; + D30295702271BA26222EC0E8D2829E63 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669B5C29CF525051C1EB773ADD8D186C /* EKAttributes+UserInteraction.swift */; }; + D39C67D7F82F199C163D94AE5555AED9 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 708BE8750E187F3FD16DE168DB5850BF /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3A692A8D6778B0C530C667E0D2645F5 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5158774E93AAB204BEB8B6F15686EE8A /* MJRefreshAutoNormalFooter.m */; }; + D3DAA79DECE865BDCE076290194B4033 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BADD81DA718C13A84A3FED29403DA654 /* SDDiskCache.m */; }; + D41706C216134FC77605103354F07C42 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AD6E8A433AE28682F339252C2EB98E /* ZLAlbumListCell.swift */; }; + D44EC45492408BD59645A5921873D114 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD22009E70BD6EADE5345601C6C73233 /* Take.swift */; }; + D45471D1E2289BEDB132AE8868F21AAA /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = C388C572C414DE2530573984668DEE32 /* MJRefreshGifHeader.m */; }; + D48F7F03D93ACEF235C2805BD090A8E8 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D79F01CCD9152DFF8DCCCB8445A0C4 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4DE36B575B65B54091CB7179DDE1242 /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C1BD92F4FFFE77CBCF4697A475E103 /* EKAttributes+Duration.swift */; }; + D4F67ACDCA6B952008E043750BAC4940 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C3F55AC49722C3EDAD764F5ACEE159 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D509C61F07A0066B5BD32F31E7F095F2 /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 373622AAF0D5DB4A6E1B048BD51DCB54 /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5381939AE952807E8D4A8E6451B9166 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58509EAB55EB365485F8E73337CA8F50 /* Debugging.swift */; }; + D54C1EB233C3DFF0AB1C78D665B7A5DF /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 703EE49039FBF47F5B4769D7DF30FB70 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D552F57595574A84A82587BF008F32BB /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4FB019431EDA44040E819530DFEC690 /* DispatchQueue+Alamofire.swift */; }; + D591717337E72C406E7C3F0BF9F4907B /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C328946E28BB6CE7648ED67BB516A3EE /* UITabBarController+Rx.swift */; }; + D592739C746095439E46102478F32461 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E9E083F0E2F9D06F39EE0F1D719CA9C /* Switch.swift */; }; + D6696173A60A63EAC3F30D4BBC21C72E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 220C9FC125102C212017E3D5360E40F5 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6E1D2D6D57F579BF933DCF68AFEB287 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6001BB31587184982411055EA990B701 /* UILabel+DDCategory.m */; }; + D6E51D328530E74EBF3DFBA6709DE9D0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D07A68C1A5451CF4746C771B625AF3 /* UIView+WebCache.m */; }; + D7021695D72DB0DE5E5EEB63D13D5D14 /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CA4C80C28A1D29CF0675B0273176FB29 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D76130AD70A7483771A8051BE486A761 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4D065BD3993C63341C9CF0FF891C6B /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D86F0D26E943BB73BBB29356FD203D18 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0F17526A977A87F4B4EB47D83CEAC53 /* ZLAdjustSlider.swift */; }; + D87C8DA2C35F94CD5157A6F37F9A9728 /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AC14DD412A9434D1CC90519DBE1DEF /* EKAttributes+PopBehavior.swift */; }; + D8B3C8F7538E458E4EEB3685D53A83CB /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898861D63F75FB1E1CBBF0126341CEE4 /* RetryWhen.swift */; }; + D8DDE2D559F66BDDAFAEBD52C6E4176C /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E0B7F362697AB98B0831EB8C3E38461 /* NSBezierPath+SDRoundedCorners.m */; }; + D8FD93FBAC2166F333BA48C4D726B091 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E95CB0B4172465AE85C68B8F650249 /* ZFUtilities.m */; }; + D941B55ACBC7402786A5668FF2548967 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 561D08A0865DF40CD98814126BBAE74E /* DDMAMapView.m */; }; + D9608FB125F849D4B3C79BFC4B8023C3 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = F8EB1F9A1D977048FF7DD52FB2C33779 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9A5F27AD02A968AA869E8CA5749686A /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FB8513A8DE688E94B560FFA2BD70FEB4 /* UITabBarController+DDCategory.m */; }; + D9B8B43830362EE0C77A55B6CE157ECA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 40090592359A38AC6F1DC5284EAE1B15 /* UIImage+Metadata.m */; }; + D9DFB73AB4BE6CB973F6F316B2A6A765 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021840F3237EF92607CF6AFD69AA02CB /* UIViewArray+QuickLayout.swift */; }; + DA39F13925A217C94F8582009262EAA2 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5D15D33491C746363CB0AA1240F94C /* EKWindowProvider.swift */; }; + DB15F0057F1CC17F374030B02456DBD6 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8779ABA3A994868A90793E850955CAE1 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB52B199609D88ED1DC3152086B2C490 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12DD950669C9B3775079F542F4E99B86 /* ImageDataProvider.swift */; }; + DB534E0B9BCE28F670003044F0242932 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D19DE406AA047CD1C100910EE6A46463 /* NSBundle+BRPickerView.m */; }; + DB546CEBEB12A61D98A707A776672188 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = DFFB42422D64045DBBA512977E3A8B4E /* UIScrollView+MJRefresh.m */; }; + DB8E1097EFEC248D83112C45B37D7B88 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CE97EE2B7A3CD85FD69E3D8F826F2EB /* MKAnnotationView+WebCache.m */; }; + DB9A7D027929EF74F71978FC8E4AE21F /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = B2790B3E98F164C93C39E381955E3994 /* DDBaseAttributedString.m */; }; + DBBE4CD219B97E106B7878A3CC9EDD4A /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6620B1CC2216E4C9E02CDEDD906C842A /* ConstraintRelatableTarget.swift */; }; + DC2AD54F59773138F1461A45C2F19097 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231CC4A3A4CF964F93469DDAE4FE160D /* ZLPhotoPreviewController.swift */; }; + DCA7D023DF870B8B8461FFB6E0DD8A04 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2073F87C6D23FB4C08394F7AF94D01AC /* ConstraintMakerRelatable.swift */; }; + DD0D82EA0192E44DA541CEC3B4A673CA /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83C73AD16B130938F86D5F21B5A4CC3E /* UIView+Utils.swift */; }; + DD13D1582CFCE65C448C2B56AB55ADB1 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94FCE695A228A5ABB6C7986DA2EC49EC /* DDAudioService.swift */; }; + DD332B4397E477F1A16267E7BBF5A025 /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A4D8C22ADEBBFF6A7BB0745BF06E12 /* ObservableConvertibleType+Infallible.swift */; }; + DD792E3784D6D144A65A189A78A58428 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 464E9109E881EAAD942E3CA3F335F40B /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD7FD9534175BB8CA05C83AA8BDCF23A /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E797CB6A02E277912BB83563B59F28F /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDC4249C07DCFE5CCA6EC5BA2D67DD7F /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C144673DA81368C881E591519555C40 /* OperationQueueScheduler.swift */; }; + DDF9F1CD51A0B6E3FAEEC690269482E6 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E2F7FCEB4F7B11A24843AA042E5CD82 /* NSSlider+Rx.swift */; }; + DDFE00C961BDCC08086F9939477303CD /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3E93FB5BE1F82C73D2C995FA55AC7C4 /* DDTextView.swift */; }; + DE63FE12234373986128740BCD872713 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA6BB9B6A43FA42F4BFA0B1BF2698AA /* Observable+Bind.swift */; }; + DE743B184A49FBCB4E9A4C7EDB45ABDE /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1462B6AC3BC1CA282AC70DAB36436FC5 /* Date+Dispatch.swift */; }; + DEA9C3D6CE995A50A590F7844D364C53 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 823464E00AF14E1C827C3774E038EFC2 /* ZLCustomAlertProtocol.swift */; }; + DEC9C47A74763D906441ACA51335B0E9 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F55C2E002D6A9DFD619C3356B154FB28 /* ImageDataProcessor.swift */; }; + DF217CDC17FBC6B0860732A9547F6805 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 45312A1792518423AAA4BF2D2477900F /* ZFNetworkSpeedMonitor.m */; }; + DFA46412CF2FE571B31ECD6CC8EEB9BE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD9DEBB996349B686CCF2885152C2C7 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFDE86746C1A9E0021E30FCA86484D84 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0EEB14DE1EDCA76ADF706C778C095C /* UILayoutSupport+Extensions.swift */; }; + DFF1DB48DB0640CE62267571AB775F15 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 789046465CC63C8E7BCAB4B9CDDA07BE /* DDAutoUIKit_Private-dummy.m */; }; + E0023BF02BEDC30A443EA6FF2677CD45 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8C07FB0C9157E9EA4C65E1ADD0DA58 /* CurrentThreadScheduler.swift */; }; + E017B4EF323A0EBD732F33B9C92FBD0D /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F6AF13B95E0C683BB1310CF0F01E71 /* UIImage+ExtendedCacheData.m */; }; + E01CDA460DAFCC348AFF41C35B802C89 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 81510816831459AE4634AB018B8A1089 /* UIView+MJExtension.m */; }; + E034031C40FE734AB1A4ACF321EEB12D /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDCA3E72F9B597E30F679F49F75C1248 /* RxCollectionViewDataSourceProxy.swift */; }; + E0528E490DB59F03F3D21D2509CC36E9 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F7E2EFC10113572603ACEDC0104B9DB /* EKContentView.swift */; }; + E0535C22C58CFE61C7FC72412989EE7E /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FD20C15ACF6E43D826E978C8D0D765 /* SDFileAttributeHelper.m */; }; + E07F5D56A6657C9297ACEF8B1E6047A3 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 259A4B15C93543FAE7C4573300F2A1C8 /* ZFVolumeBrightnessView.m */; }; + E0A97352EFF47010A3449A81255CE5FD /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD819AFD8BCF3C957BC508893DE12FF /* DDCollectionView.swift */; }; + E1855C592F7564D116B4E4045698D501 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = A0985C2D3D09468F5950AC1BA9882EF1 /* DDBaseLabel.m */; }; + E1FDB8D42137D8BF8709EE551862079B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80C07CCBD047C169152C1EFA16BC2CC /* RxCollectionViewDataSourceType.swift */; }; + E2327F7C8F271B1433D5E58913D81D48 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934DC177795CCC1CACFDCC5C151056C7 /* Empty.swift */; }; + E24B4E923380A82510C81933D8ADEBC0 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F6FDCC5D94436426954BECC9C3B4E54 /* Asn1Parser.swift */; }; + E27EFB8F48312FC0268C6B922BA3474E /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A6FC30ADB37AFEF59BBDA41CF604B9 /* MJRefreshTrailer.m */; }; + E2D1C8236E08CA248E758FF3BDDD2BB1 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF3E42C7C5F35D5AEC97F85FBC70F77 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2D3345435E9F597C1445F09F5BD5FF4 /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C054DD196A7A71E03C60687CF594E64 /* EKAttributes+Scroll.swift */; }; + E2EF5387D71F2D5DEC1F9C0FE6026C1A /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F58365E918C34F581D961AA3E86AF63D /* EKEntryView.swift */; }; + E30D053236494B7F13FCF9171D8EF69A /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C92185A2626CC518730C6C24F19F24E /* UINavigationController+Rx.swift */; }; + E3AEA547447761964CF9808FFDECB8C9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 677D4317C802402AD89CF1AD51C3CA5D /* KFOptionsSetter.swift */; }; + E425B1792B00EFB153A9BCAC85B730F4 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B210E62E7E50FA3CBE127345A9F4A884 /* DDViewController.swift */; }; + E42BF0E600D0189F7F9AD5329D385334 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC1336DF90ED85B667D6759B8550C914 /* DDTextField.swift */; }; + E452BC4F93B01D84D77A13381345A7D2 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE74B231D2EB9502C3166A078A160335 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E53A79CDFBD796C4014AC90472E58682 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 53FE2A0958597468EE87596B2295FBA1 /* UINavigationBar+DDCategory.m */; }; + E5896247675299D7FB31F1DA59CF2B0D /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E59E3429A485C2A5503F84B98CA1316 /* PublishRelay.swift */; }; + E5B3C04F705FCB65441CA1FE35CFC536 /* GCDTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951B5575159EC6BED724E4E6ED9BC5AD /* GCDTimer.swift */; }; + E5F6C631FE32C41FFA4610E64AFEBEF6 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACCC81957B043657C6ADF39A29618B2F /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E60B45E5647579F76C24F8451C2EB8F7 /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ABE119D91795701827AEEA87EFD224 /* RxTableViewReactiveArrayDataSource.swift */; }; + E62A2816F9FFAF952C0E47C31B28D461 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFE0B4B0AFE7D95A1FA935DCA780F2E6 /* ControlProperty.swift */; }; + E62A3E33CD01B815039CCA9622117DC2 /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 7958F91CC026C5C7181A4224C319C7A3 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E674B743DA97272AC8135AF21CF22F80 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = F16536DAA77ED0535ACF08A801C3752F /* KVORepresentable+Swift.swift */; }; + E6AAEB8C90F798D2176874B496FAED5B /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30D2EC85BE224E4817DB8095561AC045 /* ZLPhotoUIConfiguration+Chaining.swift */; }; + E6DA4613756CFF96F67CFFFCB1BF27A7 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB0D6EDBBAFBAB3C0412FF4A4299B71D /* ImageProgressive.swift */; }; + E723CEA64820F783BC387CC644BD5359 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD2A5B96EF08036A2BE14C8D6B54AAB /* TakeWithPredicate.swift */; }; + E7388F57583B964A9BFD154FA12A486B /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BB93A49E9634BBCEFDD4A96DB107C288 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E89EA5216E074A8E2073062D8AF5EA40 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E64A2EE6431B19A716DBDEF3B30A75 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8A2CDF5B1D642F2C3225619514140C4 /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BCC80DF87FC784EB4B5758A674FBE7 /* EKAttributes+PositionConstraints.swift */; }; + E8D2556CC84B1AF66D9C9E356011FC53 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC71308873FDE26EABD8F4629B5B9526 /* ObserverBase.swift */; }; + E8E883B441B846E16A567A6D2EE0651C /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EE914869B44DC1FBBD1CDD946DF2DD5 /* KFAnimatedImage.swift */; }; + E8F5C10BEE66E0A8E67F786EE75C4DE3 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 115AE99B48C7DA31E3E6CE5F23873A5B /* UISegmentedControl+Rx.swift */; }; + E9466C49123B6DB38997B61FBE1A864C /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E9E994F5E0A30466A019EF2038D1604 /* SDImageCodersManager.m */; }; + E94B3EE66EBD1003468410DFEEBCA688 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD3A281E792BDA50C5E416A95F141BF7 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + E9D877C0FC7A2087F6B5FEC67FFD4CFE /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 124EB9CE1EBA4FD11BC091A4994501C8 /* JXCategoryView-dummy.m */; }; + EA20E7451CE67E411DAE038C6EE49472 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = B1D730DB07D98708486348B681065CA3 /* SDImageCoderHelper.m */; }; + EAF43513DE1A83CD6E5E9F25F147FABE /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 282D7124F31EF80A3F99C92CE1C7C639 /* ConstraintItem.swift */; }; + EB1BA2C17D5B88DCEB700C359ED93E9D /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F0B3FA98291615813B74700D35BDBCB /* SerialDispatchQueueScheduler.swift */; }; + EB34415A0817B6F0EA97C89773A6FB99 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070B86A959C60844EB59723B8B506DC7 /* ZLEditImageViewController.swift */; }; + EBCEE8F5579114E5F617B63B87CF4B48 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC0F31D20DAA777B08D7F0A70FBF0456 /* UIView+QLContentWrap.swift */; }; + EBD415C26D6A34A0BD3DC50D43856960 /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E906A74469F9048F0A7BBC39B81E4306 /* ZLAnimationUtils.swift */; }; + EC2B3804DBD7244270FE3CBB4076AE22 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC14C2976D6079C72BABBC524433A222 /* Bag.swift */; }; + ED32FA526351BCAB35C1FFAF13390412 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7FA337B0F7386D1447BD33A3E1910C /* ConstraintDirectionalInsetTarget.swift */; }; + ED3F8719AE0C4D9464C372D0CB5D2E14 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B053146B0F965492679960B447D107 /* SDInternalMacros.m */; }; + ED4CC55A75B1E9D7CA05B94B3CE2CA26 /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D884C54D48E41C3591EA6C12160AFD84 /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED9F225882E966D67FD120629EE2B926 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = D90D3016E9BF0D33C094C69EB488BFFC /* SDDisplayLink.m */; }; + EDB63409EB6B2D945EB157D8A6CB1E4D /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A940978B2BF8C6839BB0F74AAB53974F /* MJRefreshBackFooter.m */; }; + EDC4065EC27A50BCC6B13FC3ACD00185 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = E15E4EADCA685276B8A1AC900814D556 /* JXCategoryTitleView.m */; }; + EE379B4848EDB17BE1C4D32E97B930A8 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 843613D9700997543D0459D76E84B20C /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE4F330BFC8B694E49B714C8A93CC916 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A13368B0FFCA3C8A50C99ED30FF5A0 /* RxTextStorageDelegateProxy.swift */; }; + EEBC7B1DE82D0BD22F0DC8240BF3E8AF /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1882ECCFC89D22852AAA5A86111E8FC9 /* ObservableType+PrimitiveSequence.swift */; }; + EF4C40146D51A30A61FDBE88FA9BD780 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B306F2855C17CE14E0C6F81357746E9 /* Utils.swift */; }; + EF5F3CF8BBFDE4BEA2A2380A503569E5 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F33CC9785E07D71C6234832E1CB198B /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF734B2A8B68D195D5E48F1AAF436FA4 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138086460796A09E7D9CEC5BAADC340A /* ScheduledItemType.swift */; }; + EFBC316A4F7D89CEAF073B2183D7E35C /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1955AB9D511D422C71260183A1AC2D9 /* Rx.swift */; }; + F001B72EF2941419AF8310B30D8FF42C /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4577B9EBD4673186634D390BE66F1F1F /* IQTextView.swift */; }; + F0133CE9DC3178B35F2AF1F29D535F7F /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73928D14094B4689950A28CFF3C5A0F8 /* URLSession+Rx.swift */; }; + F07D944FB9EE7D69319AEA7DF8818876 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB7F24947F4EFB11CCB19E5596531B14 /* JXCategoryNumberView.m */; }; + F0B4282A102ACF883C5664EE6EFB2081 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63484568EA3DB677F902354665DA16C4 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0BFF5608C4202CA0453E53F57D91514 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A38F1C0196F755CE20BC51A7D52CE365 /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0C845A29857BA67D95320938DC34865 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18650E478F40BBC9768C627BD7407442 /* ScheduledDisposable.swift */; }; + F0F38230060D730610F5815650288F1A /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D418578C68AF7C0F160C69F6D719A2 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F19174B6F08BC6807F7168938A624447 /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29FBEA5D9CBA481C1FD1C39CC9087173 /* NSObject+Rx+RawRepresentable.swift */; }; + F1B8D62196F1AEB3E7F0D9B1EFE4FD15 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = B709F1F1BA29FAD095CAAA02FCF5611D /* ZFPlayerController.m */; }; + F1CD6661FAFABF16CD930C30A0566C47 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE10BB627FA715E039B5C0237B0D4DB /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2A75E2BBD114133ECC5B63C575FD6D3 /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7829D49288BB4A2B1C3428C611EBD3 /* DDBaseTextField.m */; }; + F2C932808B34226133D47A11A5C28B2D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86DCB045DD4968B5826BDCE4151714FA /* Typealiases.swift */; }; + F2D8FF9B209E2BE68DB49BFA8E42D809 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 586E2749D56A094136630B1170197D6B /* BehaviorSubject.swift */; }; + F3128567652CC62E62B1B8DBEEC5A304 /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1421B2932619A7D54A922FC19764AE /* UIEdgeInsets+Utils.swift */; }; + F34391BF37E63D57CEA662EAC7219C4A /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5CC3401DDE8788C49A2FB401C236B39 /* BehaviorRelay.swift */; }; + F39F0FA7DEC7786370959E557810E16D /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CAD66A5B9AB66AEB3319FA797A03C86 /* SDAnimatedImageRep.m */; }; + F49379E8C8E897E12A292823C1C066FB /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE87F54785CE5A753ECD3B7635752855 /* ConstraintMakerExtendable.swift */; }; + F4B076723D3EEFEE244EE1009B3CCF28 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7178656096573F8AD8E88526C6863C49 /* MJRefreshBackNormalFooter.m */; }; + F4CEE8AEE1D3CC874439E8E5988CB8AC /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE70648B4DA4312BD9465EEA78E5683 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4D242168FD37E186352AFC4C6C7B00F /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E76A4A9B93AC93EB19D6EE1B74BF22 /* SwitchIfEmpty.swift */; }; + F525906C5A016C296FF10CB143F624BD /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6897582625B835C822633C449FDD3548 /* SDWebImageDownloader.m */; }; + F5BB2BEFDB9F1EA2A0A168F46096A065 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = C15F2F15A6C86BD8CC2F988F189F47D4 /* JXCategoryTitleVerticalZoomView.m */; }; + F5D8728188EC93EA5FAF5CA84A2C3E3E /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 383AE731664CE428798D9444028D70FC /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5E07701094C970A9458F8BFDAB4F3B1 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = AC55ED7E828E08DF03D9F36813E44D2A /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F610D4583B86C6599C47292F1D1AC91D /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7843B75D775810205B085DD861C1F03F /* UIBarButtonItem+Rx.swift */; }; + F644D969727A6F6EACA55872BC11C602 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B9AEBD43CEE06721B54B6D2E40B3A3 /* HistoricalSchedulerTimeConverter.swift */; }; + F650B6D361BB92D1749DD237C148C25B /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A9E35A855C73220ADD2A2008219BD61F /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6771DBD2D0EFBDC47030E698BA56780 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B9125A3B47E8794D3F0EFB133D96169 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6DDBF049BAE62A23772170D51EEEB91 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE9CEF2C2F5BCD9EFE90ABC09A789C6 /* UITextView+DDCategory.m */; }; + F7869ECB08349199C0FCBC6ACA0DFA89 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FBE302620BFE6480BD81F8D2AA07D0 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F79338C3D732C666311E9A66D3611901 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = CB822E6C500EE56E8F7B092F27EB2FD8 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7E5AE939FBB8BA5BE0E71423C99A9E4 /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1956A59B6F641145AE9B88C7B729CDBB /* AsMaybe.swift */; }; + F7FD608C3219C74CD7C292DD81DF1090 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B4B3931D9C0DF301A195D99CA4C3D9D /* ToArray.swift */; }; + F844A55CF6790D853D264312D6F883E0 /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 980F4BADC38AC667A1001E772CDF612B /* UIColor+JXAdd.m */; }; + F85954F8ECD9E80718B093791EA95425 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35C25DD77F8295C48EFB3A121510443 /* IQUITextFieldView+Additions.swift */; }; + F87C3F12FA754F2BF1068C663D2E8EDC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = E2D4D8A25707C3D3EAADC58FA161B6C7 /* SDWebImageError.m */; }; + F8A7F261739C12A8135E4A47FFA7772E /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = DE58DC63124BECEF14EFDC17EE2F27EE /* SDWebImageDefine.m */; }; + F8DDC9D4E7FFBE6F0911E2D7A4DC9F80 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 346A7BA293D6FC8483EC393283E87CE9 /* Queue.swift */; }; + F8F722B95C950969CB8FCA2543BFE113 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 96918143EAEF40C19781D0B668647E67 /* RxCocoa-dummy.m */; }; + F8FF5968423EF71CFA0B71EAC10FBFFD /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E12638D5B9E77F38BF7335B964AEC62 /* DDBaseCollectionView.m */; }; + F9E6C48FEF11BDA55B335E1060721D74 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5CCA099FED76C4F267BD2DF3644DFEA /* EKColor.swift */; }; + FA145D73018E7D2FB142938415DB42E5 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD57B719C962B526E7559FF4BD48281 /* SDImageFrame.m */; }; + FA398422E4E9153C85204F33651B6414 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = EACD991BB8E241D3FDD0B4E17F7C7D35 /* UIColor+Utils.swift */; }; + FA46D15B11235046C6234111666D3BBE /* DDDateKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E4B8D228959A438B4A4C8F10509AE5 /* DDDateKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA96FDEBFA83DF6F3031728868EC0238 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB732F84CAA84751166CEAAAD9DCD8B /* DiskStorage.swift */; }; + FA998928C4B0EF64939641E3D8AD0EFB /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8315FE5AA39135DA77E2D07472BE719 /* KF.swift */; }; + FAA4CBE7A94E748A7BD93AD4585C16F6 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F98CF6CFC81151AD968106D9247DF7FD /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FABA595A6C8D6A3CC257178E69875D96 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FBC1D9B2AD7A1EB1CFEA5A5897EEB8B /* SynchronizedOnType.swift */; }; + FB16503E903E5B60EE15B0DD4D8562D1 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 640049650C3BC0962841E8D6C6A4049C /* NSData+ImageContentType.m */; }; + FB543E6A5F8C2EC92FF45630C6D5F49E /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4F6F9D8F1ADBBAB50B845421B78553 /* EKAttributes+Presets.swift */; }; + FB726649DB4AFB1EF71F4D6F6F4FA5B0 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D52CF39101110368F7621562A7D254D /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBC89193D9C95C427AEB8FAAA0184E43 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = E851E4ACF01D343915A6C5122ADD167B /* ZFKVOController.m */; }; + FBFC887E3133465DDFE6B3D8A52EC67D /* DDTimerSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB804492911B7D0F2826748AF43D21E7 /* DDTimerSwiftKit_Private-dummy.m */; }; + FC061D954352F832FBE08C01973F7DF7 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 801E554458FA935FE0EAB7E76939D9E3 /* ResponseSerialization.swift */; }; + FCAFE484DF0EAA99D16FB0739DBF01EB /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CA6A3CFA3DC5B9298363462334E9391 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCC6D9564C9BB160850216A9ED75491D /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = B00D3687235637519CE9A162E5BB3AD1 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCDEA62D8D608D9431334DF31F267EBC /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D4E98A792538E2D480C26BDC1FAD50 /* CombineLatest.swift */; }; + FCED5EA34F470E1DE64CB9C632245922 /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FBE6873B0C89E6BAB94AE9BEDD667CE /* ObservableConvertibleType+Signal.swift */; }; + FD0574A25469F0713B34ED1B682755F2 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEA3A07AED3ABF0E987811BE34F3BD03 /* ESTabBarItemContainer.swift */; }; + FD188CF3840B2A11C2D915025A328E66 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45852B116DAC5E9D5C836CB6D908A7CB /* AddRef.swift */; }; + FD661221071E5188A9549C5D876AEE5B /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ED7DA4EDAF57C531F5BAE1A4089B0B7 /* ConstraintPriority.swift */; }; + FD70F673A044AAAE0C5AA9739516065A /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = CD08E3FDD80F9FFC9C233F07CB1475AF /* MJRefreshAutoGifFooter.m */; }; + FD7228A6A8B2236D44BE57275510EEAC /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4B3B27625A65A6880C056D8B39690A /* ZFReachabilityManager.m */; }; + FDE175AAA2CB3652B67AA421E7AF96AF /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF1923C17ACC43F03AC28982A84D44A /* IQKeyboardReturnKeyHandler.swift */; }; + FE20744885FCBBEFACEA58867A812C6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B85428ACF1CDCD7FAAE71CC6BE1937AF /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFA171B211AC028D0A9375105738BDC1 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = A334299C71CD0E02377132049A793348 /* ZFPlayerNotification.m */; }; + FFAA74F5A2EF6804BF1496B33FF45C9E /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 709209572360C5C66284AA744CA27028 /* UIScrollView+MJExtension.m */; }; + FFB9E82FF0E210BFEB30F4D221DD476C /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 073E35FB94CABC121A278062FD177FA4 /* RxSearchControllerDelegateProxy.swift */; }; + FFC821ACD09A9A9A83BAE110BF438784 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD77B65A144AD2D2150F445522144789 /* ConstraintLayoutSupportDSL.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -1756,1534 +1756,1534 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0011C27F0FA4B246A6CDA2C867CA8706 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 001EC3ED9C1BAB4BE438DBCD7A8EBB61 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; - 004058421FD37542C2E9E773AFFE82D9 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 008CDA0754A9888CB577BF09242FAD81 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; - 010305BDFD24A32623D26E48FEE2533C /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; - 01155DBE6335C450D76C8588CCF5EF24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 011975638BA9D6AE5A4CE314E81E403C /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - 01608E4FF9F8D5A7B934A9C0BFACDBD0 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 017D1886743B7E418A1C9207EC5A5A55 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; - 0187B73AB69B259568785E57026ED6E3 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; - 0193719AD19218949E6C34998CF3B7F5 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; - 01EB912143292222EE6269D73FAF126C /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 01ECAE3CB9957A119723B6D88E7E1A0D /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 021658DEE86011EC998C2661C79D6C9F /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; - 024E87792F539B966F0D6E5BAB785C72 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; - 0264F1A0DAFD49AB1AE1A02C67A70B07 /* 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 = ""; }; - 02A8ECE21170BABD7084744B5C9B92A7 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - 02D49AFF18E0920144D2299E7DE53500 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 02F726FC7ED87F7B8730111549B73D36 /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; - 0364D9036BCE7191D6EDA310CC544D1D /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 03DF8D02F183A18A32529E348F9C01E8 /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; - 042579210085B05FE468AF11DCBEDA7C /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; - 045B73AC5E21359D44DF20FB62768721 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; - 04858D2C49298CD04C1A96924153512D /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; - 051B5B56D403191EB45A1BDA8CB75998 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - 053A441A08B67356E80EF79964701E77 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 056A19ADAA161D933A901FA0C9429D37 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - 0573AEB6BD8C60F2960795E6E19E1C71 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; - 0593469C7528923DB2C0C71ED400D1D7 /* 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 = ""; }; - 05D15ED8B217E48072D84AD50D9F7A86 /* 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 = ""; }; - 05FC2B186E4A4416604CE5BD6CD287C4 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 061710465D575313AB269A392287838D /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 0632F5137DDCAAC1EABD8ADA46595D01 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 06670A94312900C1996D324BE1C5E6C6 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 068F09D6855086CEA2C9D7934F4107A1 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; - 06A76BF0CDE0D0EE4F3C67AC8A467A85 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; - 06A96902D3728B3E6EB2246895DA5AEA /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; - 06BF7B3499C5FC83B678B4D86D699302 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 06DCE82C48DC61000DAE5B740A9D1D12 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; - 06F8821243C114C3FBEE21AB18BFA555 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; - 073D57F8530EF58F8B2695D33C52C103 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; - 075AB64E5BAAC03F9EBEB1F71CC1606E /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; - 07AD96F5A72ADE836979CA023B01513B /* UISwitch+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.m"; sourceTree = ""; }; - 07AE3FDBED72811D6766560127CC7FCC /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - 08822D90733977BA831B71A2EBA3C432 /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; - 096F0982FD24C963A1121028129DD527 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - 097E13B0FBAC9A19BBDFD8EFBB6C4274 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; + 0004EA356C9835AA546B3FC4EE6CEFEB /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 00762648F87378B421D9E8CDFE71A057 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; + 00D20C4C1F970E3E4CFF73E4F37008D6 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 01122F2913AAEB4DE71A78D263C4FA14 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + 0112A6353EDAD9C4C4FEB00304992211 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 0128DC284C15E608A75AD80CCEFED959 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; + 012908900A79A28B68FA6139B3149FE2 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 0148B2379F13E382A0BB89A55BA61982 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 01A475B134DD14A921A42BE8DE4DB594 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; + 01CB0DAE7EE2185A60E5254888222198 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 01D0EA99062418CCAB1182100B3FFEFC /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; + 021840F3237EF92607CF6AFD69AA02CB /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; + 027E73ADA442942B942931E217508A38 /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; + 02ABE119D91795701827AEEA87EFD224 /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 02BF9C5967569BA29EAF7CFC6674992A /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; + 036CB30248C3E4844C34996061A14975 /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; + 03BDCBB30B6BF9E9B16313E806FE3E2B /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; + 03C1CDFBC2D3D029A3ECB0017E938D8D /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; + 040E7B3FC9AD97527E01AAA6692F03FC /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; + 0436294A00804FAE3E7C9243FB523E7D /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; + 04A4D8C22ADEBBFF6A7BB0745BF06E12 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; + 050B017433C17B15A5712EE1BECB5E53 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 05259CD0832517649132AB0DB1A78B8D /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 054D62F0C7624C280147AA1537D8B733 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 05692E2644C9553991BB866D88887C35 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + 057F7456D5D387EC14E07A6B1800E0E5 /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; + 05894F3097B344E973E9BB65B70F9941 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + 0595A2C45A2C807F199AE3CE85C23090 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; + 05CB0A3CA10B5CF701B5EDA39EB4D04D /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 0603369D29C08BBD4B780229EB57C5F2 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; + 061B9FF6E752E48C8E7BE29D4C251688 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 0621A1A82709D12B551256E0A8DCF213 /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; + 062373D2B5395BB15D1631C91C264690 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; + 06291C1D83A727065BC98E83B89FF8CF /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; + 062DDB33C6E18D36A77C4A3EAAEC87C0 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 065D268617DD88D760B9AE0ABFEC338F /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; + 0697135A5700E37C37D709774F076F78 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + 070B86A959C60844EB59723B8B506DC7 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 07292771F5B6BFDAEEF7BB781539B2C9 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; + 072E7AF6289749220B171AB2A5F0EAFE /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; + 073E35FB94CABC121A278062FD177FA4 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; + 074C5B0A05A05333EC1249D280EB36BA /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 07A4D50E178A36E1C1AD78E6EE7344CE /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; + 07BE5A812FE9D7C903912CDD409219A6 /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = DDZFPlayerKit_Private/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; + 07C87AB00B467E1A54C7A824E629F0EF /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; + 07FA13CEA097E4AAD46BA385250D6929 /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; + 08232915BE097677A51DB6928DFF4C8B /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; + 084C0809EB423BF009DFA1252716A7B6 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; + 085EBB286BA30648750A2071DC11BEE0 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + 0860D31ABF0729C6270013AEF0C938E7 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + 08E46A417F995AC6613569AB8A4ECF93 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; + 09103C0249FF8D552D57F8C6C00E1A8D /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; + 094D221D1D0D1B16AAD099F94E9E17F1 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; + 095AEB4D2B39A75A3C5CDB20D42CCFD9 /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + 09992FAE0A936CC4D45EB725F658957A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + 09A2C0481DADD9F31D999C4EBA7FDECE /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; 09B4C59FAB38D6054E5993BD78205023 /* DDAudioPlayerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAudioPlayerKit_Private; path = libDDAudioPlayerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0A032E0990B915234AD36FE76FEEAF9E /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; - 0A09F97B1249877278840D7395B27C79 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; - 0A4308598CD02B0E1743B0563AF1A654 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - 0A471C101DE6EBC17AB92607E8C50A57 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - 0A610B6F7115B2B1449B93E4C9A2C994 /* 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 = ""; }; - 0A9D59E5B18174B6EC9AF173314B6699 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; - 0AA3CA00B6E3E96AD7C4602930F713C1 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - 0AC23FE3CB2AFA1D53BB3A1DD2E2B730 /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; - 0B07FB322502CC62F6F04D4B651A12E9 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - 0B13B8B8DF1FA43CC47ADB70FF829FDD /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 0B6D98F5DDD364C0CBD185BBFB45EF29 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - 0BFC8F93C7F4BBCFC8D3735316E08866 /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; - 0C14035AD73C8ABF73F337784D4CFB74 /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; - 0C1721EA327A97BC326CAA0A3703ED6B /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; - 0C462B9FFAD8FE363D210EAF40201A3E /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; - 0C91C3C5DA41D0D96FD7C0D5F347D5B3 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - 0CCF0F1001E31B30ACD0300723E811D5 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - 0CD86F53D3F4FAFF10D16C8A6DED4CEE /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; - 0CE9A339C3EAF6B2BDDF074126CCEE04 /* 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 = ""; }; - 0D01B0271BE4A4D8251065CD49E47E7F /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; - 0D1B10123A89150CD48B6356ADCEFA43 /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; - 0D25CA8C044A629279B58BC561BBF851 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; - 0D5EE0FAF0D65FDA9C65E86CFA5AC226 /* 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 = ""; }; + 09BFB08AE8AE4E82BD025F7B802797BE /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; + 0A3EC880FE2B8C0BDB59287FB1C6D1B4 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 0AE10BB627FA715E039B5C0237B0D4DB /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; + 0B11228B1AF736F146243539B5D390FA /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + 0B12CAE691E5E12854AAEFF502D48134 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 0B1E8288ADDE2F4142A6C7152BB42C76 /* 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 = ""; }; + 0B9125A3B47E8794D3F0EFB133D96169 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; + 0B9C8E56726505D59BB4B6125A16D941 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; + 0B9CAB0DE89C0BFCBEDDE2F08E332CF7 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; + 0BD7484B8382516B76A6BBF7D36C7213 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; + 0BE13097EC2D93EF260C8A3AF9799E10 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; + 0C1B0962ACB69DFB81C49FCBFAB49D70 /* 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 = ""; }; + 0CAFC967A9D7EA0E7F13E290D08BCA82 /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 0CBC071BBFBE072143A9361C97B83CC7 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 0D379821807920A04BDA1B9C4AAE05A2 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 0D522B239E95E125274CFAA3A5D14A78 /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; + 0D58BECCF834BC7C0F2CAD00747A9431 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; + 0D7BBFB7922A0612AEC12DA177C7AB4B /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; + 0D88E96BD30113C71AD4225F185AD871 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; + 0D956E59E5C250E632E98F7114CD0FB3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftyRSA; path = libSwiftyRSA.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DB2A1E659D0F8A24E204547B6A17992 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; - 0DCF25749F790C71E8460ED14F3D5685 /* 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 = ""; }; - 0DF03F14110B98BD0B8CEE8C88DC754B /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; - 0E2731DC1393188ED7A05346C9B402F7 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 0E33BB3598622D6DA4065188EBB1F793 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 0E5C11B9931BE72C5E61645CB4784A6B /* 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 = ""; }; - 0E609A4334F6A8BF16E239B4B2CF637B /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; - 0E75B21EA8BB584C772D0946837EDA8C /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; - 0E92F3577844F36A464F34FE1BA4C198 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; - 0EB845FB9BF601DDFCA671168F9AC709 /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; - 0F286BA961CD16288D2B7142250B89C9 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 0F8A1FA343432B47D7294F51DDF31646 /* 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 = ""; }; - 0FA3E1FFCE17F87FC701A0EF3F6488D5 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 0FA5BA058A864094B25C453963D96E3B /* 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 = ""; }; - 0FCD6A4465210147B414D79250D67610 /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 0FE9F243F44E2D78FBCBB6715167B7EE /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; - 101FFA610D4C317879DEF3761350AD8B /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - 106B4A914B2B08354555E92457C22674 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; - 1071CD2E58FD1685FAC2B4241172469B /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 1091ECB77A0C357C087CCAB7FC5097DA /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 10CC0BFDF7AFC14E71BC4AE1A879246D /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; - 10D591100F4D1F2978AD6B93FF3FE05B /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; - 10E891E7B93CB10D20AC445C7A1D3680 /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; - 1102594C8472C6DF9AA75C9B11057F97 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 1138D80CC05C9E6E5B70926A63ED0296 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; - 11885F636360EF76CB2CFA096A4EE410 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - 1194AB6E3D70BA0DC5C3E18E71502E68 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; - 11989AF548149E0235FAB3F0ACA35ED0 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 11C1DDAE8405BECAD3F70FF39B13EB98 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 11C8C0919C1429CDB1BEF3D689B0F719 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 11F5FED99ACE78438A074376F07E77AB /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; - 11FFEA6308139535FF4730D5D8AD63AE /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - 1251CF186E9CAABC69961640278AB4BF /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - 12CF04045B1ED709F64F1ABC3BEA6B17 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; - 12D94BB8DA48E3E8142F85012141E23C /* 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 = ""; }; - 13696EA53B680BA0F160BA457A11547E /* 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 = ""; }; - 1398A0A4EB27DE5135A371075B6D2621 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; - 139B9FA9E2E82CCC05CCC6F77E33F0F6 /* 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 = ""; }; - 13C9C0AC200138A94A5F47FA44074EDF /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 140873B1BE2FB45FEB512887EE1E326B /* DDDate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDDate.swift; path = DDDateKit_Private/Classes/DDDate.swift; sourceTree = ""; }; - 144AE782D57A0F3FA20EE7CFF6804EEE /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - 145121AC08FCB6D82AFBC0E1AF95854D /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; - 1478B28174913377F62C279B54A8FA59 /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; - 14F128327EF87C9F7613606EA2ACD9CB /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - 156432327DE7429DF8FCC9727ADA2B03 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; - 1576BD3B933AC1D7B4F596298EFDD74A /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; + 0DAB8458DAF8C56A553FAAF494D6BBD2 /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; + 0E23994B38823A2C0B09406E96E37D71 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + 0E61804F5B643F8F44E1B885B206DE28 /* 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 = ""; }; + 0E9EE5CD60A63114E41152F3B4402920 /* 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 = ""; }; + 0EC187E4E9767E7D3DEC80E5FD12876F /* 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 = ""; }; + 0ED51AB88BD31A962749880147DDCC94 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; + 0EE30168F12596011B0BB7565F9C67C2 /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; + 0F0B3FA98291615813B74700D35BDBCB /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; + 0F322581389CF2B36529FC2DD37D9CFC /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0F7E2EFC10113572603ACEDC0104B9DB /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; + 0F95AD77B334DC3AC2477F1A3AC313F7 /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; + 0FD669CF3EA8DE0C2942DD07C16B30E9 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; + 103D674CFB66E101CAC882F6747C5733 /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; + 1068152D2EF51248E7CC22802E41CBCC /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; + 10BB65D216F0A89EF3DDE22B631B39C0 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; + 10DC75BD948DEA4ED79A527B33D05B8E /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; + 115AE99B48C7DA31E3E6CE5F23873A5B /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; + 116BB0872C9EBB9F68AAF275261CBE2D /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; + 11BC256610DB359EA9B92C007DFBBC7E /* 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 = ""; }; + 11E135200DF2568A9B210DBB3C1F2DEB /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; + 11F1FB07A7985B49D4B2287D27B5E3DE /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 12040674009B1DE69C26FE331A5DDD56 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 124EB9CE1EBA4FD11BC091A4994501C8 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; + 12518713B31AC6922131E90E7B9777E0 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 125AC62E8FD4987214EBC213BC04D9DE /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 127AFCC80D26CF08EA0F94463459870C /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 12DD950669C9B3775079F542F4E99B86 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; + 135F1BF0D88B0375A90716E7B1A1727E /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; + 138086460796A09E7D9CEC5BAADC340A /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; + 13ABA4D5A71236BB7E6AC1A51A1C1A7A /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 13B84C97A0658E5BF9785ED3D7F2382B /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; + 13CD0B97A5CB9BCBB452F8D951B61292 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; + 143439C363DA0CE003872C86522EC8C6 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 1462B6AC3BC1CA282AC70DAB36436FC5 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; + 152A805B7E968298AC27A46F277C1B8D /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; + 15592CAF3A93120CE0198A039024E10F /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; + 155DD87F7F232F6CE6A79AE12B725191 /* 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 = ""; }; + 15A3D781D1A99E34FA083B4FB5E7662B /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; + 15BFF5C6E6682F26915F98663252A32F /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 15D6BA666326C03F80A85BFEDF295B13 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + 164D33F7625E9F75A71B0CE124AEB18E /* 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 = ""; }; 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAutoUIKit_Private; path = libDDAutoUIKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 17010CE0B2E8757DA4C04C5D67708B60 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 1733A85CE844E671F3F4F4B3CC6CEF67 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; - 174AE420083495C3828C3505784D23AD /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; - 1754974B037AC53B1A4FDBA10B6EBB8A /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - 1771DE2BA36F89C7C867E6C7C9D45FE1 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; - 18008B98BFC7822425049AB4F1FDC632 /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; - 180D96B7E116957FB539D87E8F41BC1E /* DDUtilsSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.release.xcconfig; sourceTree = ""; }; - 1824E11401FB87A96872469297BEF829 /* DDZFPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.release.xcconfig; sourceTree = ""; }; - 182C2367317BAEF88D2ADAD90B78D84C /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - 1830A1C7CD5DF58A8FABC6D24F9ECB82 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; - 18777742CE8A2DF076D9DF5DC0D0ABA0 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; + 16E2C1798806CF3C978D11648C8B0C0B /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; + 16FBE302620BFE6480BD81F8D2AA07D0 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + 170BBE76A34DB894858F4A1C6CBF9FB2 /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 172DC173929CF37802A7EE6F1D8DB741 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + 17B24D9588F2DF70F55E988A1A6CB2A0 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; + 17EBBEE913E72CA4F1A7C775F7547836 /* 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 = ""; }; + 18650E478F40BBC9768C627BD7407442 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; + 1882ECCFC89D22852AAA5A86111E8FC9 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; 18BCA08F5CEEE178EA4B5E4C7521ECB7 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; - 18E0E051DFA34C33FA2AC89D8ED8E2F8 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; - 18EDCA3AEE8923AC607CC66F2612F867 /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; - 18EE8FE16C843038674A2F975540DE6C /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; - 18F11D379CACF7C04FE8ADCDE526EE15 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - 18FDF2F7A40AB02C98505A8F90D7D569 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; - 194E89A527A80AC4C539F628FA8FCAD7 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 197EDDAD1DCB0E4B87ADA9D95B857467 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; - 19CE3E93928534626FB29DC039105B2C /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; - 19D80B93D024259C9B1C59BE3BFB7343 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - 1A1CA24032CDF315F31DDF2292E4E637 /* 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 = ""; }; - 1A3C48D9EE0A0AF07CA7A89BF54CC4CA /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 1ABD6C624FB2CE2ECA566A85E47CC701 /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; - 1ADD4CF4C45DE77BE666BB473B208290 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 1B24610DCF608F3269CD21500DFB72E8 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; - 1B4254FA3DD32F91C820838E91228E08 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - 1B6C8C2341755C45575E89F260DD001C /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; - 1BA198DC04983D22847ED11AAE24B9BB /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; - 1BAAAE194D47171E65CB2DA029353E06 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; - 1BC4635627E7890C9B4DECED4B78700B /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 1BD84D1D97A63255622B851D0C8E2E50 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 1C0638B6AC016B19A8900CACA4E166BE /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; - 1C58B92F6D6C31157678AE6B4020AA79 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; - 1C94417B47DB2A451750248BBEC7ED4C /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 1C9661B2D87C147A7B3D157F5D5C8038 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; - 1CA687951E727CDD0EBF7CDEB4087B24 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - 1CA77A1084F7ADBFA0798EC1273F2AAC /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - 1CF0D329DEA944F6397C56877530FC94 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; - 1D0F22678D83DB24069FF83BE86F6925 /* 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 = ""; }; - 1D0F4C400B214FC883535B8177ACEFB6 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; - 1D29494ABE1E236980CD6EF26D4001AD /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; - 1D5B7E8D03E15E04F7997E515F84B93E /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 1DA967741B8C7494BD20BFC0C5D9FCF7 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 1E07DEBB0835276A013F70A6F5F1487B /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 1E2566BAA41DB8E96337601D2119401E /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; - 1E70A9A409313B235F232987ED05A094 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 1E93AD06F3A725045DDC93B687D34062 /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; - 1E95E370912F145756D097954EC6A039 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - 1E9A1173446313785C398F7050192AF4 /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; - 1F2C12554D3858899703E4BC108A0742 /* 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 = ""; }; - 1F57447B4FB8C44DEA02D28C1334A36A /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; - 1F93DECA7A2222BB45D5C7035FE1F020 /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; - 1FA973FEC1E686A76851E02E2B8D7910 /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; - 1FBC63BDD294FF7DBD4E46F7D45BAAB5 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; - 1FCFC9136F2B8654DA2BBE40BA82AF47 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + 193030B448D45A623A5D67C4437BD0E3 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; + 1948244474DF58002D4014BB5950A23D /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 1956A59B6F641145AE9B88C7B729CDBB /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; + 19A1A393BBB8C3687E353285CE7CB828 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; + 19E76A4A9B93AC93EB19D6EE1B74BF22 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; + 19FBC541AA06F373125EE9F7B4D1203A /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; + 1A3A303562921D64DF80A79B6C1D7FCF /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; + 1A41DF6CD1AD6889E66B8CA963800B7F /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; + 1A5C5ED621289AE94E383AA5F3845B8E /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 1A6BBB547BC2B91A84450DB7B519B693 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 1A822AFE2F2931497A0367242C37EBE0 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + 1A893797B0F1B377CFA94E91DF9AECF7 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; + 1ACE7652E6C9AF597184643F45EC253B /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 1AD048FA87F3189F04BF1D246C5222CB /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; + 1AD09C01043C3998ACFE02F2B1748431 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 1B0292668A5955F282EED93CB6DED521 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; + 1B17520F1937523A7BEB4CC81A1D91D7 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 1BD1740FB29D1A3807461CA2C01462D7 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 1BD51C9DAF8DF4365E17BA2C13CCA14F /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + 1BE4D837B0B86270E94A66C6621DD744 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; + 1C0CD23B7B066BEEB1E8B88E149CC35F /* 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 = ""; }; + 1C144673DA81368C881E591519555C40 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; + 1C298E694BE1435C44BD309B7BF4845B /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; + 1C6E0CE6E040E868C4B0B105196EE7D4 /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; + 1C89DDCB6B76E6E74991155BDD7417BF /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; + 1CCC32A15E2D7DF8024C4214D3BEB275 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 1CCDEC305D8C287F103BFB6BBF51CBB3 /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; + 1D0E7E5057462F655D8F4E52508E671F /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; + 1D3379D26F54ACFD9C0723474C82A4B3 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; + 1D422E0445C0E667A8DDCAB237B98C88 /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; + 1D4D92896859D0470BA3C9A6954E5BB3 /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; + 1D859E0B839D8C5D9A193A0ADCD27C54 /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; + 1D9DC55FA6FB4B58435F022F362C91DB /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; + 1DC323E839BF784EB9C9F36F4A2E2734 /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; + 1DC5AF843CBB66628ABAF8646D0C4FCD /* UISwitch+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.h"; sourceTree = ""; }; + 1DD865475CC7F8FA72B9919D6A1D6FBA /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; + 1E091CB31E02C49432290E464888C472 /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; + 1E0E4BEDFFDAE8979598322B432BFA24 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + 1E177604F0AA8AF2D9B5A390DCBD4E74 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + 1ECD6B430CCCC5B4F68E166B0F782276 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; + 1ED82EF26DC052CDEA216CFC0F9950C2 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; + 1F508EB41ABEA68EA374915014019AF1 /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; + 1F6FDCC5D94436426954BECC9C3B4E54 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + 1F7572392C42E5FF330B624CEA619EEB /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; + 1FD819AFD8BCF3C957BC508893DE12FF /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDControlsKit_Private; path = libDDControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 20485C574BAB363AFF488585CE7CB5E4 /* 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 = ""; }; - 204D019A4DF69DD5FE03B7306D84DA57 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 205E982B3FBDE28A396D4B8088255BF1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; - 2062FC52F5099312FF3B5479BA2988EC /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; - 2094C950C03DCD1E1E35848DC7E71244 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; - 20AB845AF8E794F059EF9DA3345F9754 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; - 20F926F1A3D3BC245508B4B691099155 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; - 21163868C7550D5BA4A4F2F4BE2AFFA1 /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; - 2159902A289BDE6101CBA5575FFADED5 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 21684D80511AE9801F40C458EF77E4E7 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 21BC2CD50246BA713E4F8C6C52A7EE78 /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; - 21C00274B47BDAA59585727150E82FA2 /* Bugly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.debug.xcconfig; sourceTree = ""; }; - 21F6B5AEF9056CFFFA4B1DC287975EF4 /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; - 22104946A6E6D3F1EC03C1F079D2260D /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - 222A2C63B151841A973B40AFBA0EF946 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 222E6D252EC498724B9F5B52ED289E27 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - 22A748D88E38C6834BA93F9F0E2A87DA /* 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 = ""; }; - 2304CE76BCAA4974C714BDFD31CA81E4 /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; - 231FEEAA4029B60F8174946046D7AEC4 /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; - 232C5752ED5EC1CB7C0C5B682604276C /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; - 235BDED5560D7264AD9A8D9796180A39 /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; - 23B06D194017C370C9AE49764D0E7C59 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; - 23DF451B2D1EA93BB04D9A1555F12B97 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; - 247A35A68DE162A2DAF96AE85CC13207 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 24A446DBF9B911784415F2E510785D55 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 24B3BBD0A845E9F233DC09B240309AFE /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; - 24B53F265B79E86315AB33FB9459E4FF /* 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 = ""; }; - 24C4D6B8C2F1C517E193F7ECD0F5E762 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; - 24E4978A35C4CEAC2507C92489851BB9 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; - 24F045008C71C6E8D96485CA60FF1E06 /* 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 = ""; }; - 24F53D53FCDA4164CF495DE3A19F27BE /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; - 252A863351009219A2F57CBDA534762F /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; - 252E55CC1C25924BD6AF05A585B43E36 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; - 254909B8435CE6816231217923BF1271 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 25625F02608C5D8D2267B72B92FA89BC /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; - 25ACD2F4D20EE1CA1FECC5B9BCB12D9C /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; - 25DC10DBF824B5032541EE316AED34C7 /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; - 25F1DE8A9C1A635F18903DF94EECD660 /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; - 25F3174E389D94EEC73FC0D464DF0886 /* DDPersistenceKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDPersistenceKit_Private-dummy.m"; sourceTree = ""; }; - 262234BABB0626EB2A8B0A61D5F3E9A7 /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; - 263E66172D44AE597F719F26A09DE8D0 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 26E5344D145DBB755D97E1DDA3671E16 /* 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 = ""; }; - 27523A771D896A4477D8A8E02DFE1F02 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - 2770DF387DCEF9E5B868D1E90441B54D /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; - 2776C31A2C1728B6F75D540F8495803F /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; - 278943FF32F660B9ED777067D2FDEA1E /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; - 27AEA0048BAD5C55484ACA14F53FC4F9 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; - 27C6F276E14586E0FBE624B544D267D9 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 27C9CAD3E400A2DF256046E5D34BA24F /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 27D7A09AA51C3A646E3CA2A69C733BDC /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; - 283B1CF3F0295CB8760818292D47D442 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; - 2847D2E90A643930A6C5D3FE8DE81598 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; - 2863F4A3F59B85330DFFBE0E5CA20D16 /* DDZFPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; - 28F7D9A8006361C1C2A81A642F60C44E /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; - 2912BBE813CE26D367797030E67D6DB2 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 293A7640F152911E2524B8E0C6B2268A /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; - 2948FF48687618A37B7E654805DA8A24 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - 29B6FC67C331152420271699B8D928FA /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 2A065603051DDA53100BE73A4EE74472 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 2A23F6E6BA79AD6360764D1D4D6227CA /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 1FFD4C7D986D5A9ABF7146B92D6428E3 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 2009FB64C9E51FAA7F1C661FBE926B1F /* 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 = ""; }; + 20422D1E4E74FD8DB3FB1E917DE53AC8 /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; + 2073F87C6D23FB4C08394F7AF94D01AC /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + 2128C02D27F0F82C309D006D82574219 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 2128F15BA4C86E8ED3189D13DE1E8C27 /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; + 217C866C59E4E876CAFEA4A8B18EED9A /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + 21C35D978DC1A48371A558E2F5FD5458 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; + 21E4511CFC5B86415FF903568EFE0E96 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 220C9FC125102C212017E3D5360E40F5 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 2215CA305EB28F8BC752F56AC206D861 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 227D5C20DAC5A6882624BCFF84BFCF3D /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; + 228670185E76FB0C1D655D0C6B53DD63 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + 22B514849D5A4983887C1F4075AE7139 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + 22FC17AF43D343B080C6CA75FDBBDD57 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; + 231CC4A3A4CF964F93469DDAE4FE160D /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + 2334399E5D1C6D76014E4C3364A55748 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 234A9E46F3A62219A136813138A64ABD /* 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 = ""; }; + 237571514748449C9DEBBF69C47A7CFD /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 23AB951B57ABE40ECC7FB7C1FC61C520 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + 23AF7D4DBA46967614A06F4D9C5D1AEF /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; + 23CB2A5AB8A31970200D390366725669 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + 23EAA9F6CCD8479449A971A22B0C2129 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + 23F066A38F0BF399965EB84BC9A90B8D /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + 23F812061A0FADB75F57187E35DD1A70 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + 242042ABEF57F226FFBE5440B5CF22C4 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; + 2422A0E8F83A9C488ECE5FAA44DD210A /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 249A441A40E84569CF5DBB1D09DCEDD3 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; + 24A468DAB9A7D9E988E0E9267BDAE322 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; + 24AB60430C88BAE9A51BB73EDF64E5B7 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 24DB28A9C633662C130D493AC963ACBA /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; + 250899CFA9E35E2EDB9D0E6E2472E8F5 /* 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 = ""; }; + 2592CA66B11529AEE021D8C5D77FF70E /* 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 = ""; }; + 259A4B15C93543FAE7C4573300F2A1C8 /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; + 25B1751F5E34DD87BCE7F7214B19DF6C /* DDTimerSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerSwiftKit_Private-prefix.pch"; sourceTree = ""; }; + 25B7C49E434F0FD6481719D7A1CAF359 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 25D5B0EC7853FA1611F5ECF6F9051834 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; + 264D957F0C6D44F8ED6DFEF13A47CA89 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + 26C10877BAE09CF271CA0D8362D7A023 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; + 26DA83B37022F6C75CB8CFA3FD5178F0 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 270E907EF3D91D93989F546596E95202 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 271DC27C2C97DCB807D0E4EAED6C02B7 /* 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 = ""; }; + 275B2489357F6B943066C4950DD73452 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; + 27867E8B8A05DC2157DBFE83F620C286 /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; + 27A0DE390500D96C03B183EF0D429F0F /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; + 27DA64E3F20EB1C1EC08004508E2C16E /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; + 27E04B72848207C13EF142E2492B2AEE /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; + 27E2F9777D905718F97C32C42E876362 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; + 27EB391616D427D471D8EB2DBF510931 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + 280840CA64E5DDE7D388A8A799F735DB /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 281A8CB84D21A4F9EB382BAE155A0A60 /* DDZFPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-prefix.pch"; sourceTree = ""; }; + 282D7124F31EF80A3F99C92CE1C7C639 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; + 283576C304850D61EA0ED1A252988D7B /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; + 2855E06F9F10691B595A8F17B10255C7 /* 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 = ""; }; + 286FEC52CAA80C8D342492E81E89B954 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 28A85DE8B5EA004C49BEBEE2B8077FC7 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; + 28F61DE58C2CA5F8307902466CA8FADF /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; + 29432EDCCC5432693311FB3A1E4390F0 /* 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 = ""; }; + 29A451DB1577B4AA8431FE05F486FAAB /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; + 29B5A2AC78B79FBD6F1A3E3B149F7EB7 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 29BE9E31903DAE10D2A89D3008DFA912 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; + 29D4E98A792538E2D480C26BDC1FAD50 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; + 29FBEA5D9CBA481C1FD1C39CC9087173 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; + 2A041EDFB1FF2B65289829FED4D388B5 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; 2A524049697F59E68FFBB0F0895F87E7 /* DDTimerSwiftKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDTimerSwiftKit_Private; path = libDDTimerSwiftKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2A52B82E2879DF5F0835CFE3977C8412 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; - 2AA355B13950E2D95C7A8280B35DA94C /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 2AA36377FEB43BAD1426043F7B62BE50 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 2AAEFAA8C46EE4D97B88FE0B45C00BF0 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; 2AB85225A76FD605AAA4578E1A765164 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; - 2AC304045EB649589D8DFCD354EB6DA7 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 2AD4E1594FD2133B95A24E78FF85E1C6 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 2AD8CF956612DD9D7064DD7EAEFD34E3 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; - 2AF0D1A793BE07FF5591425F73BB326F /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; - 2B01850F79FB319BCCD116FF6C623883 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 2B1CBAEB8EE594E14216185A32007277 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - 2B3FB4E703E172714594132072E090BA /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 2B42299079911C88C947AEF9372C0185 /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; - 2B71A289A0E36B7EC0F32DA7D12E4511 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 2B863BF0232FCCD844C40D94D938EC0F /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - 2B90285CEDF5C4E71DF8B43F791EACE8 /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; - 2B9CCA0F105DAF5EBA19EA0C582324C6 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; - 2BACC83E9D3E5EFD56B086FC5F7E2245 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; - 2BBBF9DDB650CE6D2716091291FC1AB7 /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; - 2BC8C42F877BE3BF54882D499DFCC840 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - 2BE0D0D483F06F9D32F2E0440AA4C6D6 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; - 2BEF7A3D942D12CFA7E5F69887F98AA3 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - 2C29AF376F9CD2203EBF41252DB134EA /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; - 2C29C7BE9AC0CE61E1E316E6BDB21CA0 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 2C774267E78A3A73D23EB6FFBC4DCFAC /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; - 2CC7BAF8799989E4FF301AD9363D9FEE /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; - 2CE3BB2D0C056173F712FE5A043682E5 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; - 2D301420DBEB48422CF07821BBDBD900 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; - 2D40E58E16756521EF844C9AD9E50CB7 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; - 2D5FE831E28137F809C577E0FF81F71E /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; - 2D68E398F265A9680E5551CB2F398D07 /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; - 2DBA1DC853C6C36FB864D162AEB851FA /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; + 2B21E4FEE4BE8BB22168C0E276B9E408 /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 2B3217B6B8CBB512FA28BE40CFDC46B4 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; + 2BD24545FF0C25F096F800E3A25C25FA /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; + 2BE1AF4101D5E139FF57742189DED998 /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; + 2BEE02510443289CC465BEEA27A176F7 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 2C7505690BF8923788AFD38D392D2462 /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; + 2C883774E369C0F5862125ECD434BC24 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 2CAEAE92A90918D389D7CCD82333E57F /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 2CE97EE2B7A3CD85FD69E3D8F826F2EB /* 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 = ""; }; + 2D5BCD92C44C72931F824CC5A99B1E0A /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; + 2D7A7CED1D8CA82CC44D38208D97D306 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; + 2D9C4E6F91B5E65465DDF67DD6BCFDB0 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 2DA6006EE90D86899E8A7B8E7F9B2983 /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; + 2DAD91B5A94EC9486D38B47694177423 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2DBCDA3159346DB0B5B1268A5B555A35 /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; + 2DE360277EB2A96E676EC9DE5ACB5BD2 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDNetworkingOfAlamofireKit_Private; path = libDDNetworkingOfAlamofireKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2E24A357B943CA69B149AD541D0EDA16 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - 2E823D21410DB562A9549061F2BA9E25 /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; - 2EB7D41E6BB8E4520517999FE003CF38 /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; - 2EBB0338420D59A9097EB2E83F8526A3 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; - 2EBD2779D4F85DBE7DF4902A3EB50011 /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; - 2EF2052A465E860919D81C629EC4C317 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 2F3F5D71A99F90A4A5910A79EAA0195D /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; - 2F44E74C6006177A41C824976B9F1C37 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; - 2F8BD3B0AA470F413BBA1CCC14AC7D0F /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - 2FD98509C88E18E4FD3D399365D59119 /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; - 3053A819C54CB8859AE2ED1A76A68866 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 3053B62FF9DEAB08B3D58C017394135A /* 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 = ""; }; - 306E3DCC3C7BDA68D00F55D1F00D298B /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; - 30714702DFC6F572E9196E2DE57ACEB4 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 3082488096D6BA3028CCCC9BBE0FAF1F /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 30A788BA6BCBEAF6B7BB070F7C981A87 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; - 30B9B80C61933E9654B9E7A7986BF526 /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 30F7523D308082871242D3259759D48D /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 313DF64679685146E99D400E6CD99186 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; - 31A79856A71ED60DA0968091A42E7335 /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; - 31EB3691F7092B7FE37CE76A08273A34 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; - 31EE007DD1E030DAF9A1537DCFFA270B /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - 31F35EF6A6B359C2C69D64E3F09139F6 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; - 31F709C4CEC3FFE09222E533513004AB /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 320BA209897955BD6E3FCEDD5049D4AB /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; - 3219426E4F3FD7897AAC52CA05A8F7E6 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; - 322B0F2AF1AC456CEE49945BEF6B0082 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; - 327580E10C9AE8091875D3A2EFBE8317 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; - 32C203DCF381370E2E99678A1B7D94FC /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 32D2F6DCE1BEF2294083D7250A307A09 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; - 32F5F75F4255D4A3240759CDEAEFB144 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; - 331A24D81FB12787EFB0B1B6748AD5D0 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 333590A8774C3A53CBEE178E1788FA46 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 33597A5C3F7D093C7778ABB56138EE2E /* 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 = ""; }; - 336290030A568458AB9484A449923B22 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; - 337D0FA91EF363BB503B04D3F7D30FAB /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - 33A59F089775642B9DF81DA577540C3B /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - 33D7F3F2A8D4FD74E6EAE2F41F16E71A /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; - 33F60430D294178F8F4ADDB66FACF733 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - 33FD1314DE16D95AF1FB395BE7A983A9 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; - 3422ED9D6C0127C3DC59FB3EE6D52559 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; + 2E9E083F0E2F9D06F39EE0F1D719CA9C /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; + 2EDA71E4655ACBB46694E637A6E3BDCB /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 2F13E0CF91EE62BAB0EC24793238658D /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; + 2F5C9A218E5415CFA35CA923E6EC4496 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; + 2F731D3A2045EA7A0F28A26D17305C70 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; + 2FBE6873B0C89E6BAB94AE9BEDD667CE /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; + 30056FBAD7F3AEC99E3F310D37F827BE /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; + 306D8D12ACFB3F1875A3E3A4A66EA5E7 /* 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 = ""; }; + 30BADF20AD9B3D04B4345970340F3962 /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; + 30D2EC85BE224E4817DB8095561AC045 /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; + 30E10978E25A8EAB4EE7F0EA8C1BD658 /* DDAudioPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAudioPlayerKit_Private.modulemap; sourceTree = ""; }; + 30F546E8BCAFA33862B493120D44F9FF /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 3161DAA35E3B01FCA4D8B391F2FF0500 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 319A6DEF8780E66CED6DA98807DAF3D6 /* 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 = ""; }; + 31BC6730AB61CDCE8150E16A76F2B7D6 /* DeviceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceInfo.swift; path = DDUtilsSwiftKit_Private/Classes/DeviceInfo/DeviceInfo.swift; sourceTree = ""; }; + 32583965F8BE185C5BB2B774ADDDC881 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; + 32873B078B8FB04C3E580A3AEED3F4BF /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; + 32C6983D879B23B0B91040F47B2AD467 /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; + 32EAB44870B9BE5FF389C54AF303C863 /* 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 = ""; }; + 33131CB1B44363868718F6FE67AC609A /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 3326B8E894952633ABD4D8A111550A6C /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 333FF0F744DCCC8F8DC31833B4ADA3BE /* 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 = ""; }; + 3340C67728F3719BEB95E3EB0E40AA68 /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; + 3394196353A57EE194E8B5AC1A4F66BD /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 339C2A6152F51EA6AF9CA57D40E54E6A /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; 3431A513DD5CF052B33F1798DE98E1E6 /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; - 3436ABBAD048CD6C1CD4AA0068A94AFA /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 3457CF21A7270541CE85927987F3EB86 /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; - 345F55830031E7F7CF046092E847D61D /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 346D5F1D6700A2A14FA3D6B61049E545 /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; - 34E729F5DE402B9ADA74C6ACC5672427 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; - 350B4C455EB7785336E0668ED1270005 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 350C3E914996B518D8BDEAA0B918960A /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; - 3526DF6DEED39DAD43B0F1E51AD5546C /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; - 357F8AE1F71695BA661BC6E61214EA89 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; - 35946A42F92AD8E414D8FBEB72123F72 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 35A9E746E2A66F26B64F72AA75CEBC15 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; + 346A7BA293D6FC8483EC393283E87CE9 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + 34CDD1CE37AFFBCF7003739F05D75EA0 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; + 3521E43909548D5C449F95A3DB220912 /* 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 = ""; }; + 3525D33EE1B318F86A3991C54B87DAE1 /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; + 35450C3C90041047307AFA530B4FB58B /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDProgressHUDKit_Private; path = libDDProgressHUDKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 35CC2ABC5DAB086336D22D7EB2473F97 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; - 35EDB366468B9D6927F47DFAA4261710 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; - 36187100E4C16A2279CBB777BA10F938 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 3631EBB5CEA95C5ABDF951F3DBFBABB6 /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; - 364E55FD3E7DF9942F65F5ED8001D8E8 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 367BFBC03A9E5237F126049FBEDDE5F1 /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; - 369DE263D47DE9ED68E0D08D803BD77A /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; - 36C0E63EF1692919B463955742EE600B /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - 37039164C35DFB490E6BFC2C7D46F10F /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; - 3764CAAC840FD29EA621D7E46C27290F /* 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 = ""; }; - 379D29F309C66BFE6DB03009E7C2A50D /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; - 37DDFE8E5D6FA75E4818EC2631A314FA /* 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 = ""; }; - 37FEC0947CAAFF0FBF115B8B25F9FEAE /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; - 381F4B6FA9AC841CA8D8AE0912F355C8 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 3836EF014F1C6CCB2CC62F4AE6AC2903 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - 38BCAA7CAC1D4FE9A236EAE26C7FCA50 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; - 38C547DBAD9E6C080E0076E69BE58F25 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; - 391BD864465120360EF45A57E8F09A2F /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 3921FA35816F586CD83B27D31737E38C /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; - 39B3CD2556F30FB85F216FAC0A3E885F /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; + 35BDCD95DEAEFFC45B03A2677FA44305 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 35C47EE90EB8C0E8B997E7D10C024B1A /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.h; sourceTree = ""; }; + 366C157EEC0CEC5951E19F411CD4ADEC /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; + 36882266D56742AF3E97A83FB24DCAEA /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; + 36A8D3011FE0D727683CB9388B8D0B8A /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; + 373622AAF0D5DB4A6E1B048BD51DCB54 /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; + 378042B17205B4AF9E31C1411F3392E0 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; + 378E05D526BC6532FFE1FD5E4CC5DEDE /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; + 37B78C25010DAB73DB43D284B5A0CC04 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; + 37D3D04490451704B11D7D43D18068B4 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; + 37FF1B198B116FFE6A7C4E3FEE9969D1 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + 381A53D47F78F15CFB699071AC466B0E /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 383AE731664CE428798D9444028D70FC /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; + 3875BD4A5D39F47F13368B8F6434E5F4 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + 38C5E69575397A824ACC20EEE48A7C48 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; + 38D8626C967C244EE734475FEA1D1B66 /* DDBaseSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseSwitch.m; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.m; sourceTree = ""; }; + 38F344FEA99B81836A0E8C25B2A98111 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 38F6F6E8AAF50A0C90F9A6CAE4B8CDF5 /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 391B2BDE22603532A69DA3183B9889A8 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 394A07D6CA58B775867B883F0C07FC81 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + 39747070E76BCD6148E337EFB621459A /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; + 39885DFE53079DA33C3AF6C34E8644EA /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; 39C2ABB7EE85CD6B4D61998636DB33BB /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderSchedulingNotificationService-acknowledgements.plist"; sourceTree = ""; }; - 39F6A1F79B5603BC00B41C8E777B4D1A /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; - 3A0A36BC359E54D9257801C618C2EBF4 /* 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 = ""; }; - 3A1C5014A918FE76E30E607C9D2BBBF6 /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; - 3A2254DCC6795526427F2D4ED1B1784E /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 3A2638C766CF77D04111D32FE511BAC1 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; - 3A2A779ABBAB347764766BE9A1AA1B94 /* 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 = ""; }; - 3A3FE5E48F748BE2E391C9113BD24FA5 /* 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 = ""; }; - 3A589BD49302F1449998612D82FED514 /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; - 3A7BEFDF08A3539610B5F71E2CD441A9 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; - 3A8065A29D19098A7A4E0A886931A6A9 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 3A81A751782806EF55A050EB3D81F7DD /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; - 3A8AFD5E1950026EE17D09F84C91A726 /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; - 3AB81DBE0B32AF8A1DAF223ED43B05C6 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; - 3AF36C66231DA23EB486604FE0DF1C05 /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; - 3B28A4F7DF7F95DA97BE18A79E24FE66 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; - 3B6AA99B703F1A52C70CEF79D2B89816 /* GCDTimer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GCDTimer.swift; path = DDTimerSwiftKit_Private/Classes/GCDTimer/GCDTimer.swift; sourceTree = ""; }; - 3B76F72246076510F8666F476B079494 /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; - 3B9734DA8319CCB7C0A65F63A2786DC5 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 3BE98FB7A8E7DA17BB90DC2C45F6EF61 /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; - 3C0F048ADD1AFDE0AF29E4A0AEE768E9 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; - 3C17F282B8228A19024F5DDEDBF7AAAE /* 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 = ""; }; - 3C321C3829877A4666A93CDD30772B2D /* 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 = ""; }; - 3C54A3C3701F10121EA62B4F966DF5E4 /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - 3C66140644D2220F4A87C056E310D104 /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; - 3C85188A02DF0FBA5C663DBC2925C78A /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; - 3C96E1FDEA0FEB808CD322A784DD1F50 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; - 3C98828FF29A390E8126167BA04048C5 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - 3CB1AE09B948FD1604DD10BBF515EACF /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 3CCE93120E2211ADEAF3ED7C51530FC4 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; - 3CE5B9898342CBBB598E7310E8B2ECAB /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 3D331F9D60D90AB4F293579D5D581306 /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; - 3DAB001171C520DD5562ECC899C7A456 /* 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 = ""; }; - 3DB305C48B451671F597DD6D4E350632 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - 3DBED9824C1650AF2EC2374C30DFD520 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - 3DDEA43093D5B56BC73A61670E210D99 /* DDUtilsSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-umbrella.h"; sourceTree = ""; }; - 3DF44B2165D573B59D59543A9D679D3B /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 3DF682228EF23B98047DE5C389BA7C18 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - 3E0BF5FD84832EFF56F0932BD7045DDD /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - 3E1D4F31C10582106028E9EA6659A359 /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; - 3E36E11075BB51FD9CE05FC0CFC0728B /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - 3E42EB0C2A7E9FAB5CDC7BBB1F4BCA47 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; - 3E8B0C1AB1057D4ABCBA7E550BE40363 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - 3E957CB43A5C37EC3AE5E5479C2C6DC2 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; - 3EFE6704A60D5AC6912C131663878DFF /* DDDateKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDDateKit_Private.modulemap; sourceTree = ""; }; - 3F441856565C16DD78BEBD1D094460C5 /* DDDateKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.debug.xcconfig; sourceTree = ""; }; - 3F5F098D0EE565E77858A72B646F1793 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; - 40DEC190B237AFC232D48CADDBCF71D0 /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; - 41112219220F789A46BEEC3F866FB92F /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; - 416EC37EFD66E2B79D3EB27E932700EC /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; - 4176A9804AAD8DFE6F4960F262C391DD /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; - 418648BC78538563488D915DED5016A9 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - 418F5A60EF82EB1E94957B6AF357586B /* 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 = ""; }; - 41904D685CBDB799AEFD35D279583DD0 /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; - 419051384AAC993D74230FF71DF60A45 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - 41968F99D09B5B4B5F329E5AD03095E7 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; - 420D48567DEAD9E19288A5A63B20EA46 /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; - 42399857EA6D046F97066ECA00E3A287 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; - 4271C7F102C2EAF39DF0FC60A2C23562 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 39E388348852B7D5BCF7B5D0820E7305 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + 3A821BEBE1EAF20B2D22D0B87ADE6CA4 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; + 3B25C17A130C7D0803E27E8E5E9F32A2 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; + 3BF5D3C8E5F8607DB7612921FDEE0AFD /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; + 3C47F9FA2DF062E010573C727B9870A7 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 3C8A4DFD485152B53E1EEFEA1C8B36D7 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + 3C92185A2626CC518730C6C24F19F24E /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; + 3C92E49EA9EEE93BF98BBBE2040F381E /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 3C991CF2D3C6D6F087F1081D318A46D5 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; + 3C9F229151B8B259B893B17EAB1CECCF /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; + 3CAD3E3A21F8ADE24E4B8F7C2D348734 /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; + 3CD0D764119E17C6F7EF48E8D95A4101 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; + 3CD57B719C962B526E7559FF4BD48281 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 3D01EE13B02828DBBBDF6CE75703D077 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; + 3DEC0246C9CE3F03DAFAB667BC9038DC /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; + 3DEF2C80E3775C1069BA968CD0083DDE /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; + 3E10BAD04178D8BC9A360ACB84AC6AAD /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; + 3E453A6D776B4C2DD2CE4853902DC43E /* 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 = ""; }; + 3E8E12E076DE37165D6768298B761E78 /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; + 3EB7402D9902C9EA57FD6402B339105D /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + 3EC0CFDA55763B0AAA7A9D848A94D804 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; + 3EE914869B44DC1FBBD1CDD946DF2DD5 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; + 3EE9CEF2C2F5BCD9EFE90ABC09A789C6 /* 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 = ""; }; + 3EF2E47916B8F5D713ABA226E6EA4F2C /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; + 3F04B1853928E65D1147C54AA9AA215B /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; + 3F4232BD92254081C73BD42125C7A7D1 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; + 3F641FC0A6633569487EC5A9C670088E /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; + 3FB7ADB70FD266CCCE0EEF823CBD32F0 /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; + 3FDBD918659A95261D4BFD1E57869778 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; + 3FFFE787FDE9FF77F02B01967B7C7A35 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; + 40090592359A38AC6F1DC5284EAE1B15 /* 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 = ""; }; + 404CEB52EF15A5EAF66C8A5C26A2189E /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; + 40CAABF70D0D6257D468B81F5748A553 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + 4113C8ED94FBCD13D365DB0F00746A7F /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; + 4145F91C15D126896258C26700097C7F /* 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 = ""; }; + 41F1115AC7B6E578068DBF01F1D2B305 /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; + 4249F397EFF56F60B4492677A318880C /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; + 428BB213BB5CB7CF5DD1520FAD9BC61D /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; + 42A15DD2ACA65F9A5BE1A8067126DBBA /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + 42A5F7B3DA5278625FEC28DD31FA1A0C /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; + 42AFF5E4167F1AAB0C38B6D04AF48FF0 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; + 42CF39FFA5F10D498E7F7E91B1E4F8C7 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDBasicControlsKit_Private; path = libDDBasicControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 433C9C378D25A4A0C405322315E72527 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - 4386C2EAEEE6A54A636A16C3B64CD4F7 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + 43077E18310DC4A0F50CC96A0DE2B0E9 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + 432F362B416AB2A0E3095E57C7DA1939 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; - 43BDE8FBC2BA0D51BCEC08342C225121 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - 43C5BC6746B33E703C2D013C38B66009 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 43F8CD55E6A8729770EB220DA0EBD679 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; - 43FFD7386BF2246DAD43B8D14B16A001 /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; - 4402C3FE33C718A6609D0A16193765B0 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 445653D373DDD64B70893E6EA222D4D0 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; - 445B707C1BAC73685FC424FB216FF01B /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; - 4478F275DFA563784AE5590EC6CBA5AD /* DDUtilsSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-prefix.pch"; sourceTree = ""; }; - 451B4A45731E6921CEEF30DC119E51F8 /* 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 = ""; }; - 455602457BCE47E75CDFDF52AC926AFE /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; - 459FB3FDE3F26169394B82BCE9B85BF4 /* 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 = ""; }; - 45BADB0CD1343ABB20C10706778F6F28 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 45C832F8EFC07A2F0E650469379C3C6B /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; - 45EC019B919A2CE3489B13C916BB0B2D /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; - 45F4EB074E0336CF3FBC32F1FDAF34B3 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 4613D566F7E2CC15955F6A737DE1EB45 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; - 46B88BCE5EF476D33B3998340CCE21C2 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 4719DCC2279635A25AFDC98E6B10C112 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - 475417F3AA92675A690E6684A67E4F73 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; - 478D632D581DE042580E0854E5FEBF33 /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; - 47A54F5CE1A9303C6FFE8F9F8D4F4B73 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; - 47C2893D695CBBDC2F7EB43E29542C01 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 47E840027DB1C7665F7A8F4BE08FFEF2 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; - 482762555FB614D7C352DB18D4800589 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 483EDE14C5302AE570AD002BF67E7009 /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; - 489E8A33E9FD10889056E56F60FD0E6D /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; - 48A160BEDF28A763AC683B82A8355060 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 48ECADE36B0126505CCD84E1A2FF082D /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; - 4909B86EBD817FBA401A8A34256D6407 /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = DDZFPlayerKit_Private/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; - 490A96CECAA2A2906D41B42686585E31 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 490A9A4FAD2A4A595A0A61F99E2C5ECE /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; - 496686FDCC270801421F4859E2B73660 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; - 49CA1E025B02D2050CE28B241E2797BC /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 49D13780773596725F98C66ADA8281B0 /* 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 = ""; }; - 4A0AF69224106E7E7D9A1E8FD35FC079 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; - 4A4BABA61DF2F8BBAD043C1B141B1F90 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; - 4A5D179F6D9103AB2EBD6612F3D2EE24 /* 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 = ""; }; - 4A635DC494E40E64A861DE7117FEF5C8 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; - 4B1386CCCA17FFA23CDAEC30B90C51D6 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; - 4B25722F58F71D172391C68BB4286699 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; - 4B2C08625E0A8518441BF935888EDDAF /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 4B927ED3D240B823C59AE3B377B22F9E /* DDAudioPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; - 4BD7C27460CB3FBA99FC9DAFBD0DEE09 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 4C0045D9CD9605D727083ACA9E6D45FD /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - 4C4BD8C2733497F0C00181D867AE31EF /* 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 = ""; }; - 4C535BC6AD2C2772E3D6A893A66361F5 /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; - 4C56570DF0263A2106B8B479A433D62D /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 4C88DB2158954CCE757BEA7505B90698 /* 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 = ""; }; - 4C8FB1BF5E601913F73C3DD60CEF581C /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - 4D072F9C478C307812FD5B07AD170ACE /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 4DA7D2944B7D31A503CDB33B29C2F1F5 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 4DE34E8C8CC1857D03E9F2DE588BA236 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 4E038B4A7DFA13DFF158F939E6E91268 /* 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 = ""; }; - 4E4F1029864FF29416759745683C746C /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - 4E825EB5F8638AC2AD1DC7CDCD5A36B3 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; - 4F2F8631D2686E158FE249159BE0D41C /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; - 4F390E9E9D4FAC649E5987F414D827F1 /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; - 4FA5BE8E25F8B0D626CD3A4FB2A180A5 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - 500E3CE822C88C12C00B0E715C71B32C /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; - 504D747111B39AAB2DD4131840B8C2DA /* 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 = ""; }; - 50A8997D17DB321BAD0A9B572818EEC8 /* DDAudioPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAudioPlayerKit_Private.modulemap; sourceTree = ""; }; - 50BE9DB259F1976C6B7535F6EFF106E4 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; - 50D6360A6CD212992BED28261C21B9AE /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; - 50E9E21E37AA6E35ADC6CE581560D2B7 /* 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 = ""; }; - 50F4E08E7007EB6B5BDE4F5BE0526C5A /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; - 51057F68F790CE63C8D9A9CDAFC388EE /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; - 51064EB6981508416DACB9E4A0E4E134 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; - 512F57ED861FF524D432982BE5E54FD9 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 5137146B4EA89E0A9C54FAAD14D3A2B7 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; - 5140B373171DC813D8038C4EFD288C0A /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; - 515E2E8E0A475B796AC2668A9B58839C /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; - 517A1D6886476B5A71F997826DC58321 /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; - 5183514462C5F612120F04A21D2B1F76 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - 51BA4FD4A63FD3A3FA1F654405F11CCD /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; - 51BBA8DB043F3795D0512B29465CD33B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 5206ECDCAA90E4EAEAC49E4BB4959B0F /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; - 524FFAA97C5783ADC3CB9654B54E4448 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 52822F98FB4BE7DF332D39ABC6B75FBE /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - 528EB429402C3B810B89299199B6C094 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; - 5290580FB907C1C679C91A5FFEA742E8 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 52ACDE8F75D118183281C098DE2D9DF0 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - 52B6D2AEB8357183D6515A4252155C06 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 52D4A575CD3F0D53EC4536F900572A51 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; - 52D7E00D1EFD1B34AB4B883D910390DA /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - 53067849F00C28C8250B29FAD457728E /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; - 5315D5B9ECCBAFF01EAE8CF24E7A4532 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 531B07DFBE13E2338803DC34AE42E6B5 /* 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 = ""; }; - 531B85D235052445F34DFA3A8AF83CE2 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; - 533B0B7A559CBA2CCC953FF6D0D57C8E /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; - 5370B84E2E4C3359754C78754D88CB98 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 53C7D1A685CC61D448A09F980F9AB2CA /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; - 53D63278BF9060318045BCCA2EDFC85F /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; - 5403090038659DBC3144692ACC7471C3 /* 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 = ""; }; - 5417676FFA461222838233A070460D03 /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; - 5423387C0F04D718E4E6B6933EBDE6DB /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; - 549C71FE41D5913A2EFAEEC768682A34 /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; - 54E472B29463856D398CB85C8FDC74CF /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 55101225CA7F920C9B936E8E1BEC686F /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 559976790B8AD2BFEE2AF49961086084 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 559CF370CC84C422CD49D19171A0A1DD /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; - 55AD03299BD6514CDFB8F878CD36D072 /* 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 = ""; }; - 55AFDCBD881FE7A52172629ED4E7C220 /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; - 55C5B7591900125C2CCC01ED5F4CEBC8 /* DeviceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceInfo.swift; path = DDUtilsSwiftKit_Private/Classes/DeviceInfo/DeviceInfo.swift; sourceTree = ""; }; - 55D7324DFEC4B4CFE679F7C229F45039 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 56442D28479917C0B020D990FC78F18A /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; - 564C9CD374151087A890BC0ADA55FD0C /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; - 56777546892EB99CA6E840243C2E821C /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 5693135E2D675854272F134781B667FC /* DDDateKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-umbrella.h"; sourceTree = ""; }; - 56AABEBB0B4E04F77C537DD4293B1539 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 56C9007F2BAD6FB85A2CF95C2D1468B9 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 56CB3EEBA0DDEEDAF13BA1F770C2A4B4 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; - 56D09CDAB5724A2ACB0A6509FD93621C /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; - 56FC74BFFD4E851733F97E401B89367D /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; - 57001754BBB9E046A3F0BFEC105B85F0 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; - 57613DA4D0518A0C845DD0246DA06C0A /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - 577D1DC11215382ABB93563FBC67B6B1 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; - 57E2393E63DF6B3A8A4BA1F2EE2B74BA /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - 57FA6C31A0DFAEBB0C7FFCB466EF8BAE /* 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 = ""; }; - 57FCAD1DFD6BB9F8F97D0D4B3C44BBAF /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; - 58375276FA374EDDA4484C70AE0E0EA7 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - 58519CF72719BAF7CCF4EAB48DF3D80C /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; - 58732E985355530AB66245AD5E901555 /* 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 = ""; }; - 58A58291097C2E961655384D664AA063 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; - 58E225B242515443854FAA700E390134 /* 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 = ""; }; - 591A16C94FA8D6444EEE2C078A80704A /* DDUtilsSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDUtilsSwiftKit_Private-dummy.m"; sourceTree = ""; }; - 5944C4385EBF9A29525E95937F752BE3 /* 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 = ""; }; - 595B0BD548F1AD821419EE70C0366450 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 5986CDE794A156B3636DD2D580BBB605 /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; - 598AD13A75EE4AA912A3E6B4ACB90E84 /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; - 5996361780DC2F097A2CF08BC3794321 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 59D97F3A5AB3A1B0B60C1A6BA1845DE5 /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 59E86417BB774562BD3DD6F3E09FB43C /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; - 5A06A7DB59A9CDC1A0BEDC716B43961A /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; - 5A2BD1E7C0B44FC78BB4495D4F3AAA59 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 5AAC24F9EC15DA244898B5954250BE8F /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - 5AE444CF4C61AAEB8ABCB265F194529D /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 5B1582CDB533B9B7E753C0D0BEA2126A /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 5B2FECE192B1715B9C9C75C0D2889010 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; - 5B4B0F28BB9FD7EB278FA1B18E3474D3 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 5B6F08B70F2B160BDF4EB97743AD275D /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; + 43A7CD4FD0ABE5E6DC4CBB2A311F14F0 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + 43BCDBABD77CC7F5297BD82BB819F04D /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + 43E04632ED25C05453AE399B81ACCCA9 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; + 43F05E04C13FEA025791F0C90AF64A3A /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; + 44FF7ADECB2E95216184CEC65C7538F6 /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; + 4501AB0D576E6AE3E09907423AD2BB24 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; + 450EDB90DA887F1591A7E3715563CE5F /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; + 452399CF8D0225CB3D278F7746158C03 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; + 45312A1792518423AAA4BF2D2477900F /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; + 4542046C28F3D70E296E394B873C6719 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; + 45477B3077E56B158D2A0B3597158935 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; + 4577B9EBD4673186634D390BE66F1F1F /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 45852B116DAC5E9D5C836CB6D908A7CB /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; + 45B0433A65006C9585B4DDDF463F1C62 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; + 45B36304D4FF5D68342CA29B891F9637 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; + 462F2AFFF36630D973AD2FEF84494576 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; + 464ADB2A55FAC4862428B1C0F3830314 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + 464E9109E881EAAD942E3CA3F335F40B /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 4690C0C6E98072041DB84B803F2207AA /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; + 46C26B2CF6E92ECEEC8FFAB34A867546 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; + 46CEF7AD80201CC9F94888169BF71D33 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; + 4760783B09E40542C7873933BECCBFF1 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; + 47A3EE35E7731B4F9B55B2F0C7A55BC8 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 47D89C6D2883B4D4256C5D157CDA57FC /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; + 48148195B330B6991BF7FE0A2BAE6F0B /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 481B85FAFC922757DA4C90024EAA2AD6 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; + 4837DDCE0CBD6C03E891FA0582C82A4A /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 483FA3F9A454C8561105FA7D51B1FD02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 484ED9278AFBB03768FC180C42EF6D50 /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; + 4851D82A3D7915BCD7AB79F3C678EA66 /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; + 488531DD11CF79657474262DEA09C8C6 /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; + 489448793B76FE2CFD1003097474ABEE /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 49BC6C5577BF8216BBB56CC43A0F28ED /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; + 49D155E8B49C0866D0D17C2782731D0C /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + 4A08B34F06726FEC0876691331FAA8ED /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; + 4AC82AD522F7CA26F3D020316D2D9F13 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 4AD77A5A95E9ABAA202BCDBEE365504B /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 4AE70648B4DA4312BD9465EEA78E5683 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; + 4B1636BB779E1B06200E7BA12F4B56EA /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; + 4B562E39CE0F2547A1F5D9F9AE7121EA /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; + 4B588A780D34490594CE6B22B5237702 /* 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 = ""; }; + 4B66138500F5FE5625B962EC540FFA08 /* 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 = ""; }; + 4B915A8B88EC16CA9453D450DA5E7665 /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; + 4BAD9C27F9C3AD251EDA896CDF5581AB /* DDPersistenceKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDPersistenceKit_Private-prefix.pch"; sourceTree = ""; }; + 4BCED856B5FE108236C228D98674A5B8 /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; + 4C07ECECC24CC76C80EDF7838D38E4A9 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 4CA6A3CFA3DC5B9298363462334E9391 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; + 4CD3A91D15618FC3C13994628FD21243 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 4CDBEAC2DAD087C559400956814D4839 /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; + 4D3EE162F3792639946D2A530C5CBC39 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; + 4D81551FCEB78DB3AB62B0BE049F6F97 /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; + 4DAA2B2D5E9074D6A807CBD2587D6A12 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; + 4DCD8FC824C3DE598AA6315846C6C289 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; + 4DD50E58F69247C46034A37BEB615292 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + 4E04AF4D03DE53ED30E33004A282BDDD /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; + 4E3116B641BD896DCE20A1EF136462F7 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 4EF2D12CB1D3D8939B1F712960F69414 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; + 4F131F91C961DC10071B0A90B6552041 /* DDDateKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.release.xcconfig; sourceTree = ""; }; + 4F13294F00F5A7E3F7F0356864E862D5 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + 4F6E6F5701A4F4670E0F79103B1E00FC /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; + 4F985D8E9B815F9E4A7232388ECC0EC1 /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; + 4FAE956FC25FB007617385715F75ABAE /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 4FD2FCF8484F129C862C7733EF997F21 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; + 4FF6B796D90DC664ED96E1E85CF04347 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 501A9F199AE7F1476E60BA55080100C0 /* 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 = ""; }; + 50F9BE04765266AAAC4A4EC04406F05F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; + 5107931B7E0FC729534E626863AC9BB2 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; + 5122BEA3D01F32CCE3AF6DEEC923F22F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 512A7192BE9B597992A75FCC3D929D06 /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; + 5155500DB4A4AAC9D6124FDC80CC351A /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; + 5158774E93AAB204BEB8B6F15686EE8A /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 518D33F31F8D21142313CF1C22FDE058 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; + 519086AA5E56EAB1D79CA69EE3A36527 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 51B403317245F827E17CFFB5F193639A /* 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 = ""; }; + 51FCF11C1D9AF01314CAC5DFDD70C064 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; + 5215A1A6D8D1B1C32F9506B37543281B /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; + 52353BF0CC3418A0927D4566A1B20ED5 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; + 524B2A33545F13651301317573D49492 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; + 52EB7EDBF57916B4CA7E1443C959E309 /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; + 52F1573EB6D890E2BEA052DB689F3672 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 532042ED19DEFC92300DD64C810B51C7 /* 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 = ""; }; + 5335B99B27D3308852CEEB5161ACA4C2 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; + 53527B1AD2355D7D1879A8794C57BBE8 /* DDZFPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + 536600AFCEAE18645A692BF6F89AD2DC /* 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 = ""; }; + 53701FA4E2C325041ED02E45E02DEBFB /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 5375A076009E1019AE686602332C2A5D /* 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 = ""; }; + 5386EF67B7415DA8A846212CB3814C04 /* 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 = ""; }; + 538B16B9C94F4B82990777F8A50D0C55 /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 53967F558253351AD028631FF3FFC250 /* 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 = ""; }; + 53BE306314A462A24FE69A85B8A9749F /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; + 53CE5DA7D71B3803C35DD2677AD6CC23 /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; + 53FE2A0958597468EE87596B2295FBA1 /* 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 = ""; }; + 53FE5C8F8EEEFBB9CE4058A6FBAEC2C4 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 54672C2A5C209836AADD03D2D892E9E5 /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; + 54676FA42784473D323D8BF2D048B98E /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; + 54685BD3F79257437A860480CF1A642B /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 5493A12366B21CAF8960EE36E60C8C4F /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + 5515E2A60DD640F4433982A0F55BC343 /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; + 55545D86A38C88E25036285F6E656D77 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + 55A4F48C4DD1485D12FAAA496C0967A8 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; + 55B582D91E35E4C6AED1B4FCCB977C20 /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; + 55F4A82B1EB96939FFC17F35A1249465 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; + 560573034F3383B435CBB2F95AF59B2C /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; + 561D08A0865DF40CD98814126BBAE74E /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; + 5684E68822F1D3E342ACBEE8770608F2 /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; + 56B65EA3C14DE5A8F995B9E16CDD2FCA /* DDPersistenceKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDPersistenceKit_Private-dummy.m"; sourceTree = ""; }; + 574CCA857D81E896F9A67CFC32B15A32 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 5760748A84008717B0404DF3E6E2C9C8 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 57B2FABB0DD2FA187AF146A649D52767 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; + 57C36663553EE3FC62867CC6565A39B3 /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; + 57E3EC0AC5EB309AA5BC47F89954B444 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5814FFAAA3F13BA510DE20A7C8E0139A /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + 581C8BF98FA140DCC476BF9A94C427E0 /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; + 5839D87607935942D497E5EC12F0BA50 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + 58509EAB55EB365485F8E73337CA8F50 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; + 586E2749D56A094136630B1170197D6B /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; + 58A435E4067506DC006E99D17A0A9E29 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 58BFF6DD303F5D7BD573F3656C16C79D /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 58EB768D5C4E64483333DC60FD2DCA45 /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; + 59A13368B0FFCA3C8A50C99ED30FF5A0 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; + 59E03709C9CE3BD5C40979CFCC2C05CE /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; + 5A2BBA7FC32692322DC65A6ADE9ED42A /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; + 5A46EFCBCE640C93E2FD41846752FB57 /* DDPersistenceKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDPersistenceKit_Private.modulemap; sourceTree = ""; }; + 5A558292A0FA9F6DA3ED27C424AA45C5 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; + 5A8EE84EE70728089D4790EF21A47B08 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; + 5AB1E42E25ADFA86AFA66F2CAB3E7847 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; + 5AC2B76D9D1AE189CBEF5336C1214F99 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 5ACBECA1503B0C8B243129948D2065DD /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; + 5B29A6E852FCFB18FEABD5F535A67BA6 /* DDDateKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDDateKit_Private.modulemap; sourceTree = ""; }; + 5B306F2855C17CE14E0C6F81357746E9 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; + 5B3967C1729B559C5B4913FCEB9597C8 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 5B3A5FA72E662456696B4A1EA5856BC6 /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; + 5B4B3931D9C0DF301A195D99CA4C3D9D /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; + 5B4BC63919A3E72038260D326E124013 /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; + 5B5C79740769FC13DE918AC35AD45E07 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; + 5B62DB25D38D0B9AC1EA7396B7CFB256 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + 5B6DE6BDB74F27E5D2A2963CF80E901B /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 5B786014D406A066236307CDBDA8C938 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 5B8DE2F25DFD6D28B2B1A4E5A91CA4D7 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = BRPickerView; path = libBRPickerView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5BAB1031A84CCAAA71BFE7F8A55BE6B9 /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; - 5BF99C2E3ABDF7A00CF01F255AFCBEBB /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 5C356A3650B3049723C38ACAC71D40CE /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; - 5C6E563022D2BB6D7D6725EB8607316E /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; - 5C7F8BA317062E602F0956AD98381EBF /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; - 5C8970999428799BBD7B4560C6121DFD /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; - 5CD4922DFB7C28B2738A74BF36D4E4DF /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; + 5BE31722680616822B35EB06F13FF9CE /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; + 5BF79C2D099CAEB42A0426649E0CE615 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 5C054DD196A7A71E03C60687CF594E64 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; + 5C6A80B78774980C70F8CB643F437DA7 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; + 5C7EF984EF3EFD2C897952681BC7E4BB /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; + 5CA6BB9B6A43FA42F4BFA0B1BF2698AA /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; + 5CF15644D62C9CF63073D6AD99E6493B /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + 5D3295CD70802DEE8B3F8C7791CEF7C5 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 5D4D4A45DEF07F41BE33DDAC0AE6AC68 /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; + 5D4E35FFAE01DC349BE0F050EEF7CB3C /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 5D734A5F0B36242991448F3409A0D567 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 5D7963114C88296AE07435EA9A768946 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Alamofire; path = libAlamofire.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D8D1A15BE216A7B6238B218EFB85399 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 5DA957F40E32730AA47E6895B477C0F5 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; - 5E19775CEC2E663EB94D9144A8CEE2C2 /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; - 5E327FA2CB1A9CE33CEDF95E4218D238 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; - 5E50DFB9CA4B1CA730BFAF143E05A34E /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; - 5E51DFC4B9F8E8F0E25EF5617AD95991 /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; - 5E6581FADF90F96B1CEB75BD6095802A /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; - 5E85F4604B77ADEB2BCC2B40C53135C5 /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; - 5EB153FE940FE39988BC48C42DF2254F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 5EC4D8944D3A526CECC3DDA31A6EEA8D /* 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 = ""; }; - 5EF33B5D3FF4EAE569EB55F79C15B067 /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; - 5EF5299D37AF9FD172081DCA18175D2D /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 5F1B38A4C578BD2715CB430084C9C2D8 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - 5F4F8B11EB7420EE50590E123FB6F658 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; - 5F9E838D4D2E132B84D82CEA1AC8945F /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; - 5FAF805229ED75BC5F2B7E6C6F3CF136 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 601ED972186A81AB482F1819F028979A /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; - 603430A67A372784503D146B81428D2E /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; - 6061101A28929D1FCB3D31D5D3CC27B7 /* DDSpeechSynthesizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSpeechSynthesizer.swift; path = DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift; sourceTree = ""; }; - 60C72B7572C964CDBC51EF5D62F13F16 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; - 60CDD0B8848BAA4291FD2BD65CD3E9AC /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 60CF01AA0DAD7ED709FE78F3DF9B5882 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; - 611BEBEB1B8A780BF689DB7377E78149 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 612A88ACD75A9814FFE17309561D59C7 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 61C37085A9411D729EE13419B849A1BA /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 61C8057A4ADD247CF70E32E780002E68 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; - 61DF1756415A786980ECA1BB2B8AFC42 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; - 623AC586837D4654372B6BBC598FA9FF /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; - 623D6D878A739FCBECC936EB71ADA61E /* 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 = ""; }; - 623EAAEF56C6CB021B94B0E4B9FDF51D /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 62918E8AFBE977BE398E8E8D66E3D9AA /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 62B7D0EC9B56100DE2B1472BEFBB87B4 /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; - 62FF34DCBED186985C3F2022A23AB7A4 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 633EDDADD8B66D28DEB5A027B3BB730F /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; - 638E04DFAB5ED0DF3FDE525A300F5105 /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; - 63B8518EF096907EF2AF1FD4118602EF /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; - 63BC98BCE86949025231A8FD88E085A6 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 63C2C3739394D67B4B03CF92B60566EF /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 63C2F3164F81F30E12923795B4D94FAA /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 642B70CB97F01AE132F3437F4CEBDDCA /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; - 6457206FC1E4137ADCF1270215D617FF /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; - 645B2FAD43B1736FA3A8D58E7F9E1A5F /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; - 647BC568EDF0C7D16161624F57362EE1 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 648BAE6A198C176C4693B514377ED2CD /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; - 651964328FF482DFE855A29872C7E1C1 /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; - 6525EA70C8147A2E4F44E7568523F589 /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; - 658EC184B45A60F59FFAD6B4F4B1E1A2 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; - 65D522A221071A2C4CB8E9B5D2A7390D /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 65DCCB9734EE2D548E7192651B8C857F /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; - 65EBA4CADF6F59619565438C9388F17F /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; - 661854F853574D271E586B6E926A32AE /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - 6672B20F6CC9342849165DCDA5920784 /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; - 66C50328FD2BF9E3CB29FDBDD65D520F /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; - 670D474373706A92D29663645AD1CF70 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; - 670DCA1655F865EE80C7DD7521BD870C /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 672EB7D8101978C0A95101691F5A22AA /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; - 6731483D0A5491AD810D98059E89192B /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - 676CB0C30CD68238BEF39E885D32D773 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 676FE9FAA964F1B17975E2506AC9D7E9 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 6775FB6597ADD4E10E2AC6E6D368F241 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - 6799F4C4E2F99037C04CFB21B42A134B /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 67B51FCA230F641EB093CCD7127C8196 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 67DDD7CBCF7228BA1C3B76ADEF95C24C /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; - 680E21F0869EA6849BAFFD6233E3685B /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; - 6820B98DA29B5464AD2B18280488FE9A /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; - 682DC2ABC2DD8A4509DAF62577DBFEB9 /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 683036EF3196717DF42A6874AD215F08 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; - 683675C37D1F6D26B015EF191708157A /* DDTimerSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerSwiftKit_Private-umbrella.h"; sourceTree = ""; }; - 6853EA0083DB53E35164247D7AA237D0 /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; - 686F91BBD25FD8F26A24D79F5A318EE4 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; - 6878433E2104B87BBBCDAA683BEE227A /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 6893E90A21D16EF942DF54264EB05600 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 68BAB3168FECCFC1A75F567300B15694 /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; - 68F770276E9796C92ECB5F81BBCE29C9 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; - 69337E6CD2BBBA19D2A11CEFF94699EE /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; - 695DC27393CC912008EC18FC3647C9E9 /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; - 695DF486D9F4F703501074A0B8E2FBC4 /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; - 69833FFC4B54C086891E680E9E3761AF /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; - 69A8939AFDBB59CA488128BCB1B13D76 /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; - 6A101F4D3C7BE17B8A53E15F3D158276 /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; - 6A142FD3463C402B7113B9177ACEFF41 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; - 6AAF96D2803B722F01B4D76ED2B9CFDD /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; - 6ABCF93ED69428C61641DA63CF28C6DC /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; - 6ACF01B7062D28A125C527AFF19A0FA2 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; - 6B69804012908A8E5D79202E951A77C1 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B7C8BDF711316B05AEEA2337B1AFE73 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; - 6BA0B989DCAA0D298D27635AD8CE001D /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; - 6BED714A5EC604067FB7BBAAEF785E70 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 6C22A96BD1F9F8D912A8CDF9C73002B5 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 6C3A024AEC93A0A5C8999281D224EAD2 /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; - 6C63B3548DA2946C2E64E16D43BF5C96 /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; - 6CB409FD938A1B93FC1DE8416CE42035 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; - 6DB7826F47D26408DCF6822A6C3ED301 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 6DC93AA5AB82FAB39C7A34F4FCCC884D /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; - 6DCAA1870CA68E0BCCD0205C118581BD /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; - 6E0DA2C816A2B1A531C4A286938CC777 /* DDPersistenceKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDPersistenceKit_Private-prefix.pch"; sourceTree = ""; }; - 6E12D130D94309D245A7558243F825FF /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 6E59C8083C4627A1C3C96A213E995081 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 6E8C54F9A4DFB09D1D234E44077452F2 /* 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 = ""; }; - 6EC312DA3B6C8D4C6899A21111BBDD15 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; + 5DA0819A2B8374D63CD40C9B248846D3 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 5DA7D1FCAA7DCF748209F19B062A9016 /* 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 = ""; }; + 5E0907190CC9C4233E019988DFAD5A53 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; + 5E28C397C02D3520116ADA4BFA361602 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; + 5E29AABAB926446E4DAB7DBD350F35C7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; + 5E4A30F9F826A5AD3BCF6F610843153A /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; + 5E797CB6A02E277912BB83563B59F28F /* DDAudioPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-umbrella.h"; sourceTree = ""; }; + 5EABEFBD7CF387EA5363ACEB8798AF28 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; + 5ECA08FC885AE3ED6615546A3A15155A /* 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 = ""; }; + 5F8ED44F5937A9A812D540E484331164 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + 5FAD79C41B45B523A59B0002355A9946 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; + 5FBC1D9B2AD7A1EB1CFEA5A5897EEB8B /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; + 5FF66C6BE62F32172CF049BC4D7920D6 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + 6001BB31587184982411055EA990B701 /* 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 = ""; }; + 60314A6B6456E8A6441E5AAC53399452 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + 6043EB364EE370D3951635830DCE78A4 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 6074F691DB9F268B99C5B70A7ACF4B9E /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 612BB6376A463CF2A7D20836998C7AC9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 62226814162AA6EED062D8FA248950BF /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; + 622BF90602E3605129149406EE02294A /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; + 626B37D6DBBAFD585FD1D4209C8733B4 /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; + 6286647755CFF561CEDA7FB8B9639D7C /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + 62B652C6768A5D68E417B31DE2214DB0 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; + 62CA17BE2901DB71E2E07C045BCF74D6 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; + 62CE7DF2D8353BE5D3F96DE2262981C1 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 63484568EA3DB677F902354665DA16C4 /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; + 635099AFDEE684DE3CF6FD640325795F /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; + 63BBFDA4F5F775E87B5974A5864F9476 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 63D0CE3DC397FB3F291FA4A78C327CA8 /* 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 = ""; }; + 640049650C3BC0962841E8D6C6A4049C /* 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 = ""; }; + 649C21CD06D198F52447FCD339D2D5F0 /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + 649FBF53BF9B5ADD1F9DBF131DE3EED3 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; + 64E4F9C87C427F343EF0115803CE7A0C /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 64E77274A02D17B69874E9ED632E6F36 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + 64E7F505531EBE9814D5511C51A87CA0 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + 65A34A5314F1C2F5E39877CDD4C23111 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; + 65C7DD4A867385D60261DB360F2009D9 /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; + 6620B1CC2216E4C9E02CDEDD906C842A /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + 668B4A4AB1A2C83E682019C403BEA3EC /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; + 669B5C29CF525051C1EB773ADD8D186C /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; + 669F74617E49E4A71C963BB841179C9A /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 66DC558EE0EFA1B9CF47F2C5FAAB9FB1 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; + 66F47940405489608F4ADDD38EEE007F /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; + 66FACC93905B18E27091928175728B80 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + 670412B890CE30F8631D3DBF68EB4B97 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 677D4317C802402AD89CF1AD51C3CA5D /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 6783AB064D437BD7A412067C99B4DF37 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 67AC14DD412A9434D1CC90519DBE1DEF /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; + 67B495B473AAE4CF688A79AE388BA049 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + 67D23FAC7919CE8AE69FB0F18A621FCE /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 67D7B1447714127064AB639B3D33E96B /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + 683E843CD70E529C09C24CB3C1A1879A /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; + 686EFF145D54132D4D0B03136324C53C /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; + 6870A4D22EE9BC7784841FA6BFE77CE3 /* DDDateKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDDateKit_Private-dummy.m"; sourceTree = ""; }; + 6872B0B64D619D409B987338BE83225C /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; + 6884FC4C71BAB5068C043BCAB0E2EC37 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; + 68910D4570412D613971BE54661ABCAA /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; + 6897582625B835C822633C449FDD3548 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 68B600BC7AC1EFF4E70A36A0A7CE2118 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 68E2FCEE9E1A7A142307DC5EBCEEE743 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + 692A33B071C9EEAB823A6C3518B15057 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 694F5DB4268D75FC1DBA4B4FE8E58961 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; + 6956C1C13B6F483A31127FA1E738D13A /* 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 = ""; }; + 6959B08360F4836FB29BBF9324533557 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + 6974A5798D9E106791F4E832722F0348 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; + 69CA75EE729B8CA939077B808C8C64EC /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 6A624CD977A25D4EADF7BD52B67DBE66 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 6ABD8E3DD900F702E6FC12C729380C11 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + 6AF816381D84B741E8FD12AB73909B4E /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; + 6B6784F5C6162F59169E329C1791CCFB /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; + 6BC55BC0261A7D48665DE67AA1945699 /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; + 6C133D104E3B971D8853093D2A0A32B4 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + 6C3233B033C5A5969D7505E3C7C5A08A /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; + 6CA86CC183A4AD9A4542DD8672A3D58B /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 6CB41D91E24D72CA5B2E07042707B022 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + 6CB7DBF821CDB12D47CD37DD36020D26 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 6CEC4DCA63675BD6DB49032ED12D2426 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; + 6D0F309CE1BDDDC0EA78E3E70432E00D /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; + 6DB3B3078B263C93768051E31C556659 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; + 6DE62048AAF1140C9846AAD0A96580C3 /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; + 6DFC25C5487E83F0CB3C599E076DAE3D /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; + 6E2DD6950218D63E40EE3D4A4A66042D /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 6E2F7FCEB4F7B11A24843AA042E5CD82 /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; + 6E5DE0EBD0ABA86A5FA7C634811DE1C0 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; + 6E7E04CDEFC8DCA6FF61DE50B9A2013B /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; + 6E86E613AE9E514FF0F3492B965D90DD /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; + 6E9C710CED84DF53EC139FD905FE9AAD /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDMAMapKit_Private; path = libDDMAMapKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F06DA575740BDCE600CDEB253AD2D4B /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 6F1D540622B1A2E3F3D8C907FB845FDB /* Bugly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.release.xcconfig; sourceTree = ""; }; - 6F6B3AB7B0905C5A02805374A1D6275B /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; - 6F8DA74D070EB0D7BB08286B11477B50 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; - 6FBB01E69374AF1B15A645D7458A02D7 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 7007AFE691D07EFE8BC2EB12B8BBA6DE /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; - 7008AA508C7698AA698097681F663126 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 701B6EA9D8734BEC330763C61AC1C8D4 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 7028A4DF885B8AB9244C371EA8D6C42B /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; - 703D82AF63523F8D9E135FA1F13DC2BF /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - 7040B0D0358C551A55FD808CFC90A0BA /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; - 7052B5C6847A0D99AAECFDBAE2A986DE /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 709495C6C3A1C989CC5B039CF4477925 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; - 709C0F0DC6A9292FB63AE428B2076BBC /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 70B5E0007CFF5D3681BF0C6E718769F0 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 6F00AFF32E79768049030605B652BE4E /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; + 6F58782AE828761921B460EF2BF85D12 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; + 6F67A3F6383872630B0AE5225DBEE2FE /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.h; sourceTree = ""; }; + 6FEC83C0B71DB4C7CD33043F11CA9B91 /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; + 703EE49039FBF47F5B4769D7DF30FB70 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 70441E4B17170F9A121582970C518A33 /* 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 = ""; }; + 7045948A081729E6912A67A49814DE16 /* DDUtilsSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; + 706D7A963DE9BAE212F00D54C63D795C /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; + 708BE8750E187F3FD16DE168DB5850BF /* 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 = ""; }; + 709209572360C5C66284AA744CA27028 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 70B581A0535C8AFE1471785F9A56355D /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + 70D91EEB7F91167D35E862FFE0649EC9 /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDBasicControlsKit_Private-DDBaseViewController"; path = DDBaseViewController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 71582B2667D27C622B23DAFE976D63E5 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 71E17A135A2FA3718A5D959365696A8F /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; - 71E6C0ED97F49A21C34A13614A3DC540 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - 71F7330C4925690369E739C4CD42BD5A /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 7220F9EDF6FD15CB41B83ABADA1FE789 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 723C1DDE33A3527CA6B505E4C99E32E7 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; - 726EAB58D7F37F414256700431751805 /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; - 727E3D2787791CFAA188F0E22959CBCF /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; - 729806BC66AEA6B28FC5D5F4ECA72142 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; - 72AF0882DD7762CD63BB28147A4D4F14 /* DDPersistenceKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDPersistenceKit_Private.debug.xcconfig; sourceTree = ""; }; - 72B5CF86394C142B0EE202615656B264 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; - 72CEE3ABD5651D246710500BF8F0B2DF /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; - 72DCB4B4C7C5D877327DA98275665A7D /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; - 72F715B89BF326FA98C3209C7829E832 /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; - 730CB786A78158CEA0222B1CB826F55F /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; - 7384F848EDDC81FDE78E4E5022710A4B /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; - 73E9B8211064B626E77CDED4F0AD9F32 /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; - 745BA5DDA895FBD6B35E0511CB5EDE6D /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; - 74676AF9BEF338728CFDC1AC3AD39820 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; - 7476F6894AD1A404D58C84D7732E86C1 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - 7481BD0DD0D021AB09578DE242F94947 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; - 74A418EBBC3F4F60CCE28692168246F7 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; - 74B7D7A7FAAD6539B625A13558277F6A /* 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 = ""; }; - 74D403B4D918F3037D58E76068804CB8 /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; - 74EC7FFB6FFD2EBDA5291A295139E778 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; - 753D762F4E10CA04AD28DB223E773E8A /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; - 7545D8D319D918804FCDED38F98C7054 /* 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 = ""; }; - 75CF42385B8F2DED86FA77ABC7C49825 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; - 760350ED8702553E351ED31BE6E6EC78 /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; - 76BD9CFAED498FA08A0499830D3E12CE /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; - 76C5C1067A78AA34D3638980C032C31A /* UrlLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UrlLinks.swift; path = DDUtilsSwiftKit_Private/Classes/UrlLinks/UrlLinks.swift; sourceTree = ""; }; - 76F6A42D31BB6EF15B69826CB7E5BDA1 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; - 774C0C3E790B9A84AD6E797C510D2ECC /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 776DC7BB7637E29ED65174A09FA12107 /* 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 = ""; }; - 779C0F8478F4ED6E6E7EA553900E4DC3 /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; - 77BBA87B9BABF23B1601D772BB9A1AA1 /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; - 77E571647694B06EEC9A49616B344C55 /* 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 = ""; }; - 7855AD924A03CC14DF8DE329A38881A8 /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; - 786612741AF9355DCC6C110D7DD491E2 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; - 786F0E108D2F92AEAC2DD0F6B645BE70 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 78727D1D00A07905F5EF10DDC86F2D89 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; - 78830ED8BC27C70F64F8ACCB8A075636 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 78A74D1937406B922077766B201BFF88 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; - 78C18C3E7F255CAD01E079E7D62C9915 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; - 7910C77BF5134F2827C95EB9BEF0214A /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 791C6E203E7968490E8CB9182228EC77 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; - 79E7261153DA6FC0414F071079DD5521 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; - 7A04381647F52FB9AA8C436CA884F10B /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; - 7A04A0693B2961EF195010AF48D877EB /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; - 7A078E80DAB80E05CF23A58C7936CC81 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 7A13C718FEF7A275C76A99348EA9C8DA /* 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 = ""; }; - 7A19459032252FD8463CDEF0718018B1 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; - 7A285ABEB9B0120F490E746A6A231C97 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 7A29F754A493B48C6D7B8B31BE2E9FD5 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 7A3839A55218C8BEB31894FFDDBD615C /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; - 7A8C8E804168F78881FC6639D4BE656D /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 7AA118B6F94919EF05B0B51F1AA33F9D /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 7B0E14FFCEFFC4D496E94E419E9ED94D /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; - 7B1DFE9D8CBEA5B7338BC49C4BA8DE70 /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; - 7B26DF4BB40CC8E5F8C22F50158A1B0C /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; - 7B404E381124CA0C642DF3F1B5CDA3AB /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; - 7B8E101E83897C1458611168E6105249 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; - 7B971B0301355D5DCD5527D43168A868 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 7B980407B791340A44D1B578CDA591C8 /* UISwitch+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.h"; sourceTree = ""; }; - 7BD3CBDF9B1F32D053EF8ADB1A1B55C7 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7BD45922B764AAB8BCDEFDF8B4BE3EA3 /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; + 712075C261C7E4FD8A48EF269F00C315 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 7126C236B3D3ED1FE9DA844C3F8BA19E /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; + 716203801373EFC5D8CF145D3D1E3AB5 /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; + 7172FA29C95820A6FDE07CF7CE98CA1D /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + 7178656096573F8AD8E88526C6863C49 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + 718BF6A47EFBD4E03A36F0DACD6E0505 /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; + 71A5F2E0746C8344D74501AE109E6080 /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; + 71C56D6FE2C0E1B0D503196DF09C7A12 /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; + 7231A1CEC3FD30E18906AFFBE289E2F6 /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; + 7254EBAA62F272CBF1EEB5BA22B06E77 /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + 73928D14094B4689950A28CFF3C5A0F8 /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; + 741E78F844F2A9C483529D5DEEDB2FFF /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; + 742E8DF0EF46EDB3CDF4073C16B7AE34 /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; + 74462DD94E8BEAE1E01733BE2145FE7B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 74B338DC5F440910769E39B703F756F7 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + 74BB3D3F5C55C3FF6574478AD648B145 /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; + 74C2FB48366D8FE74D6DA514ADF89EAF /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; + 74CBB2BECB2D366E8CDAF745DB476D46 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; + 7516546B31F35DBB7EA065BBF00BE1ED /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; + 7518EFB0E218DCFDA2CE7E3BF74FFADA /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; + 753F09D3A6589B87B04B3FB45DF916A9 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; + 7543597AE632D6723F32384B9D094639 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; + 756071B94EA9B9D34DCD2BEE85E39996 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; + 75651BB0013894305D63BFAB718E57EE /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; + 757E44065C4EBA90A12EE25D4E988F36 /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + 7592FB61E085EC16C9DB94249F455327 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; + 759491B4FF8FB9E9A878BC209BFD4F7B /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; + 75A101BFB8C67DB9BF29526435AB01D5 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 75AB66F1387ADE34186211D2FA51C30C /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; + 75B7B148702B0070DA3C265A01B6DDDD /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + 75B8660FBC199D34B9F67DC5BA9EB1D4 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; + 7600AA3E434EC03D93F059A0B28A028B /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; + 7601532A59A8000731085A66E9F9F56C /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + 7609FEE06A1D3532D1C50F784992CA35 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + 766332A5D5F2206BC1B60B631765F5CD /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; + 768FD5E1C41C9DC0C47C2A4C9AC4B51F /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + 76B71441A16FA850CB2A729E0D20D1A5 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; + 76BE111FB993C38F2F5FF734B6967FFD /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + 76BE4167DFC20F1CB2B487BBC72288F9 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; + 76C08DAB6DEE753696AB2BC4C281A99B /* 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 = ""; }; + 76C4DA99D194B23B019F5B7674229250 /* 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 = ""; }; + 76FEF52E669B34B702196132B1C41A77 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 770D8D4C1F57C04DA1AA61A58FB419A9 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 771F6EA238053C8C0E8B89BB2E8EF73B /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; + 774407B6746FD861301D44C5E9E736FD /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; + 781B7F0FA16637E1AC33A6D46469B943 /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; + 7820A44DC2B736F4FB0F8A86F4EC0E4A /* DDSpeechSynthesizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSpeechSynthesizer.swift; path = DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift; sourceTree = ""; }; + 7841DECC6CD83F3386AE7335DD4AD9CC /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; + 7843B75D775810205B085DD861C1F03F /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; + 7875619CA78736446C19C99FD76D9087 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 789046465CC63C8E7BCAB4B9CDDA07BE /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; + 7893697D299A72F8BA75B67B7CE2F89E /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; + 78BD0489637CD9B81F0F2AC6EB09BFC6 /* 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 = ""; }; + 78C9BC8534817A08C5EF932B9F5F6AAF /* DDPersistenceKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDPersistenceKit_Private.debug.xcconfig; sourceTree = ""; }; + 79060EA6FB966A86AA091D84DC765597 /* DDUtilsSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-umbrella.h"; sourceTree = ""; }; + 7958F91CC026C5C7181A4224C319C7A3 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + 795909B64F353467B960AC23DF82236F /* DDAudioPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + 797042713E274AA76DF91C1EBFFA1320 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + 79B9A7893C1F94F144E666ABB214222F /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; + 79C4E2407E2CED7DC8E6149454EEA006 /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; + 79D1400A988679AE194ED2ED4F8CB328 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; + 79E20F9E0E7419F7218D8D1BEAC8BE00 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; + 7A8C8AF30AD84DD09DAEBF8AB4449539 /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 7B0589635BD25BF46D13DA3F74A2322A /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; + 7B0ECF6D28C24CF886DD1B69325C2C61 /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; + 7B589E8C9316D95F22F9385FD5443EEB /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 7B5CB62C7E9BE649E374D62A82B71616 /* 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 = ""; }; + 7B64D8BD88674E87F4B8033172DD9E64 /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; + 7B7EEE107CBF352570BBB5ED7CA39F08 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 7BCB003D38E8C40D32D4D6D347BF563E /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; 7BF437F1301E282D248141EA0E4FDED5 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.debug.xcconfig"; sourceTree = ""; }; - 7BF61A54B602FE3D21C1CBB4EDEE961D /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; - 7C119F796209F55C4EDF19193D9403A3 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 7C138C0EEB11E9FB0ED44203E2092FBB /* DDBaseSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseSwitch.m; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.m; sourceTree = ""; }; - 7C50BDABF57704D410A395DC62922FEF /* 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 = ""; }; - 7C7E02FE4457C27247515537E466EE3C /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; - 7CA72B33E300760869325613879FD583 /* 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 = ""; }; - 7CC88B14B6325A8AD5411932D6E01818 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; - 7CD6CF8CD3FCE0A2CE8F622D4F3CA57E /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; - 7D0B067834BDCEC50CC51B065CD025EC /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; - 7D51912C1C78B3F67BDFB4E945A9209D /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; - 7E051DDD0FA99D2EB8BF429D791719FB /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; - 7E0627D2EE960E388536817D49F56C1C /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; - 7E3BCC0060965E6074D19D8057E5C1CB /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; - 7E4DE041871CF94CF91E89E975973FA0 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - 7E61F4B47100317A0E37B61328C58C8B /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; - 7E832D0D93646D527524F379CA0F7E0C /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; - 7E925B5A35AC92E3A87CD64018FEF377 /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; - 7EBAEC3CB015EDBFB2E87490C6298BED /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 7EBED6391E55EC79FA5E575618AF6483 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; - 7F095F587C9359D02AFD8EDF84802121 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; - 7F1978CB81DD342A64EB6DE884DF5459 /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; - 7F444A4213C59AADF7DFE34E47F950FB /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; - 7F53A7D0850CF9C866561758DBB721B9 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - 7FF4429AC42835903D9C81953C674ADA /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 800C70C83F00518704840DF0BB5999A5 /* 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 = ""; }; - 80387A0263D56A5C4A117CE2AC1AF1EF /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - 8058A1933D9700D435E3ABD386A9D086 /* 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 = ""; }; - 80767FF08270A2483C97F2BF2AF1B8CC /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; - 80838D6002FC8FB57480CBBDB6277A4E /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; + 7BFEE202F51DE86820BBD9B0E7B60D2F /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; + 7C11F0E7FF4B809B75108D36C30AD2FC /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 7C336F608A5E4D46AB0CA092D0B18BEB /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7C3EC2559E8A3B6A447C753B9D45CEC5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + 7C5D15D33491C746363CB0AA1240F94C /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; + 7C6180D3049C9C913A983028658C4854 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; + 7C7179902FA25766C671B7B414D9D77D /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + 7CCF40DEA35B2D616301AFFC03567FB6 /* 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 = ""; }; + 7CDED5A04FDA512C3BF415649C8A1822 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + 7D0A4A2904E3141B79A063B4440062E1 /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; + 7D457398AD0A36F0DDD72B046A387B2C /* 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 = ""; }; + 7D466EFBC5B2AFEBE9A18E17D09AAF7E /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 7D6F73E591DEFE4B35BC78F81117823D /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; + 7DC6B29FF4E9A8C06F7C4AF97567EFB5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 7DCACE3236B6F7672272C51B5E33CEF6 /* DDDate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDDate.swift; path = DDDateKit_Private/Classes/DDDate.swift; sourceTree = ""; }; + 7DD5ABD5BAE466CBBC22E69CA8F62ED6 /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; + 7E68705B11B244C7E145B9E820FFE739 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + 7E7BD7C686CF13C3C55090FDCFD388C1 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; + 7E8EB4D9D80DED315FCCCD54A22BFF90 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 7EB7B0A9C44B87EC7140C701FE2AD3ED /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 7EDE67DAD4A3F72D4A31CD81DD02F8B3 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; + 7EF4C1D1ABAD085F21A045EE2D7E73D2 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 7F66B1DB098C3DA48026D74A3F43CA39 /* DDAudioPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAudioPlayerKit_Private-dummy.m"; sourceTree = ""; }; + 7F76FBE05D9EE9EA28687892BF629DFF /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 7F96937CC3868B34FA491E26FB66A620 /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.m; sourceTree = ""; }; + 7FA52F6784A8AC0D4C05672C386D5D3C /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + 7FD9DEBB996349B686CCF2885152C2C7 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 7FE5238A67605D1950E755054FB81B7E /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; + 801E554458FA935FE0EAB7E76939D9E3 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + 80391191EA7572D340A98EE7F8F8370F /* DDDateKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-prefix.pch"; sourceTree = ""; }; + 803E944794202982B6BF71FA78D3E934 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; + 80417752DC8D1E053F06918AE6D94237 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; + 8066F3F18A2F0BBE74C6C051B7A1C73C /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; + 806B3B0C554073E0DB8B0668D9DDE96A /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 809A942811E904E5AB37C4F1A042F7C7 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxSwift; path = libRxSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80B4D2D2A1788E41C4782F15F86AA4AD /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; - 80E247F82700BB6624A8BE9224B831A9 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 8144F62DFAFAA34237BC7556A5264B81 /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; - 814B4B42A8873E6B70481743C5571979 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; - 814CA7D5733025D64BABD8575A93A02F /* DDTimerSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerSwiftKit_Private.modulemap; sourceTree = ""; }; - 818588CF2A6D5D32E0F3D70419F69FDD /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; - 819875DD44E46A544AB0B4FCD41CA140 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 81A63E4277F4B685F2403D5FED73FD25 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; - 81BD79680AF7ACA326BFD88EE60C7F34 /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; - 820A9129E1610B30A044964CE2C597EE /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; - 82381EF8FD2C45EC94AACAA43F1D608F /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 824707C58309D0DAEEF86662AC4FB192 /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; - 824CD32473F630A29C23680CFB80BF43 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 825A9C758C9B828BB90CFA45F67A8253 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - 827848A8C6E710C5424A5B157BBB0877 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; - 82B60E44A37BD842A730DF0851F22959 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; - 82D224D454B87A3A8076C83C611FED35 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; - 82E6F4D44E00FCF9F1CF9F12A50739B5 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; - 82EB2761E87D21E9A26DCEFC6352EC38 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 8337ACB9D6CA3C0777C83664189A6655 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - 833AEA8F9808A4F1AB8505C7EB27FBF4 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; - 8340335F87970E187934330CF45F71F7 /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; - 83A209587526652C604FEE487A9099A3 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; - 83BC887AA4B16BCD42CCBFC282E7C493 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - 83DE854EE7C635E84447BDDC6D0A3793 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - 83F3F09F421B3492BD4017493E9A2077 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; - 83FB60ADE76DF3FFA0CE93E7E5EB21F5 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 84065CD15EB64D12C488A6965E0BC33C /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; - 842F0FA22D29A768F6F028FE1EAFBBD2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - 844ACADB162716029542657D4E6BEE11 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - 8466D6003975A0E7E8EB7074904C30EE /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.m; sourceTree = ""; }; - 848FCFC192EB5939DE25695929B7BCDF /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; - 84CEC6218D62883BB61350F54D2F8C5E /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; - 84D4CC4FA0D865DB7B985B79585635FF /* DDZFPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-prefix.pch"; sourceTree = ""; }; - 84EAF2406B108F5819EB7E158A88883C /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; - 85243931A6230D3346DF35BF2D80C581 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; - 85267F5EB2BC5F5A59816E8FAE875461 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 8536AE03B31257297F43350C66CB18B9 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; - 85438EEA23350AD951A480EF9CF258FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - 85C6CE2F05935CB255C42DA51F8F6116 /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; - 85E9D08E851CB04A3CCC4B7B9917596F /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; - 85F48BA33BEDFB82B0EB973997DDFC7F /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; + 80CFC41A2AFB3AB5866D6E4DCB91387C /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 80D8B88FBBCBC51A9822653DD718DE16 /* 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 = ""; }; + 80E26B07204EE4590E6D6A284FAE9971 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; + 80FAB26D30EA39FFCFCE983115953C8D /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; + 81510816831459AE4634AB018B8A1089 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + 816833637B80A142377856F220C60072 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 81AE312979BD48363A3F57B2019A76CA /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 81B9AEBD43CEE06721B54B6D2E40B3A3 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; + 81C3F55AC49722C3EDAD764F5ACEE159 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; + 821281B930B757E0894BE75AC6B5D686 /* 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 = ""; }; + 823464E00AF14E1C827C3774E038EFC2 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; + 82D5CEB25905D652A61363E1BF3A8275 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; + 8315420924BA3E786C186391410EBCF0 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + 836B70AF1902E529A0FECE121B18AB1C /* 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 = ""; }; + 838C0533D1F076BA19A4E8FF6F2FEA5A /* DDTimerSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerSwiftKit_Private-umbrella.h"; sourceTree = ""; }; + 83C73AD16B130938F86D5F21B5A4CC3E /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; + 83C80746628D107B0BAD96A17846414B /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + 83DBDF33C10915BC1F6E6306C566B254 /* 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 = ""; }; + 8401B25624A44A362A28E544C9474B18 /* 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 = ""; }; + 842663C6E92F695503DEF0BDF90FF6B2 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 843613D9700997543D0459D76E84B20C /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; + 84522570DAD672D58AA4E389329D7CEA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 848BA543148270E52815E8A9B9CAE339 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; + 84A8BBAB2D2EAC220ED79E7DA049CF88 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; + 84AD6E8A433AE28682F339252C2EB98E /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 84B3A8626BDAE2D63428B475ABE922B3 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 84B5F1C4B61C044E30A27877BD9CDA0F /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; + 84BACDA80C49A4EB43FE6924CCC6F6CA /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 84E85387348999D8B79FB268ECD4CF0D /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; + 84F82C75247FE02020351864D416DE2D /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; + 84FD20C15ACF6E43D826E978C8D0D765 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + 852AAAD4B161A6E1FC5953FA74B53188 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; + 855E54C16AEA0EC5BD5A55F9AE9541D5 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 85971ECD34AD930163CB8649D33A557C /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; + 859B9DA928AEBE087766D1267554DDB0 /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; 861E3EABF816A1CA179B292C434C7624 /* Pods-OrderSchedulingNotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderSchedulingNotificationService-dummy.m"; sourceTree = ""; }; - 8637A3C04CD86F50096CD55A443F9C1B /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; - 86D633588274848F8328523FF39B88D4 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; - 86E15AF5A39BA7DC3C3018C2C2FBC40E /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; - 871CD2761BCCD88DC01D7EBB65D1D86F /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; - 87364FBB1740CE83644D76DAB80C2EC0 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 8746CCA0CCF801790B6E3CE3DEC4FCE6 /* DDAudioService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAudioService.swift; path = DDAudioPlayerKit_Private/Classes/DDAudioService.swift; sourceTree = ""; }; - 87692663BB483A0DA7D731F86BDD1580 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; - 876FB7B193D64907E5986F28CE100268 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 8772E20983B9F502D6CA27710390A982 /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; - 87A8D1254C3566386C2862F6BFC9ACD0 /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; - 87AEF02E72E16DE7AA23E852BCFB5E37 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 87DA720E3E0F859C140CF22628D6CF08 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 87FD76877FF8BD2D17A701210220BE16 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 888462F766A0E9B1D73475B9412609E1 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 8887D5E6D46EDEE789A5D16F6FC4350B /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 8893982768F1EA3B681AF30607AF348C /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - 88C26B1559F9DCBE88119C104184741D /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; - 88C365E122E07A5B7A97EC2B9E133458 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; - 88E31538251C80C541B5D4B2307C56DE /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - 88EE0F1CC06C893151753BB536FB0918 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; - 895A7ED498289E3D550D7128E72ECC39 /* 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 = ""; }; - 8994C70E3FC82B97FCFBB544F6EC9427 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; - 89A8F2B473BB71C2CBDF1244BAFCACA1 /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - 89EF4B8A5F860BC2492F5ABE7E0800F5 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; - 8A4DC451BA4C387373DD0A5D92384E95 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; - 8A82EF67D0D12B2D2901A52C6D38379D /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 864C4471A94EFD4C2B350ED4251170D9 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; + 866E3993D4D20D92AE6CA6566F505597 /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; + 86C39B9E1ED8091431E51484A8EC4847 /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; + 86DC26E1C0701A192C2804300A80F339 /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; + 86DCB045DD4968B5826BDCE4151714FA /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + 87714F8686413DA16471781644F8EF3A /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 8779ABA3A994868A90793E850955CAE1 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; + 879388E287309EC5B6B9E14083EB9A58 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 87DB386247FF9C647C62445258DEAFFB /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 8837B693936861F78E22A144F7CE9245 /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; + 883D0D7B956CCB8AEACB177E034415AC /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; + 892F3F4CD250BF18FADDFC9726FD9963 /* 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 = ""; }; + 8940E34A80FE731D6E6C878E255F6A67 /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; + 897E717674DFA392A2C33CF18161907B /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; + 898861D63F75FB1E1CBBF0126341CEE4 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; + 89EFA90518B49F91DB43C8735742B37D /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; + 8A18186314BEE2254B0BCFEB6D00D5FE /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; + 8A3D62E5032EF1C933E09EAE1E95CDB6 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + 8A58BA0DA8FF4222995DF240ADFB2CD0 /* 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 = ""; }; + 8A5ABB871A4A51F4B939EC6C422ED978 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; + 8A7FA337B0F7386D1447BD33A3E1910C /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + 8A908A546FB59017676F0C931DB3792D /* UrlLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UrlLinks.swift; path = DDUtilsSwiftKit_Private/Classes/UrlLinks/UrlLinks.swift; sourceTree = ""; }; + 8AB231A7381C8AA9B00BC107A2E23B9C /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; + 8AC70FFE362EF3AB3FF0ACD35A4CE3E6 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; 8AD026CF2FA53C314E8C799B9A40528A /* DDZFPlayerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDZFPlayerKit_Private; path = libDDZFPlayerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8AF9E9DCA34C6E48CD8C5A7FB954C305 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; - 8B095664E6E813A19DC0526C09CCF5D5 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 8B44ECA8A112E897D3656F4C3331F96D /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 8B96C466E9C5011D0B20C9AA4F02295F /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; - 8BFE7BE2C615DD2C7A2318E0B716D226 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; - 8CC94B2565E3B734185624E28B5AF51D /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - 8CEB971796FE4FCEAFB76EBA31E083DC /* 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 = ""; }; - 8D23D010EBAF8A63D9AA9D7A5C20A5D1 /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; - 8D2D5A33A73AD0529A6E4D2660D9A851 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; - 8D6E5F21CFE6928058BAFD4C15E2DA6B /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - 8D9323E3CB81E9D384985745E6B2D223 /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; - 8DABAF1CA40B50BCB492C9922953A952 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; - 8DB3D635AC28294D8D112BC592E75B65 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 8DB81E9DDC43922C3BE23CB90E8D2730 /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; - 8E24C92EF0A8E8BC16675179EB4ECBD0 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; - 8E61740C0A6AA58D1F2E757606823BC6 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; - 8E88F2D27734B2C763FA26D6B9971080 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; - 8E9F4A19B142A2ACF48AEB609B99DDC8 /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - 8ECC1B273B049D31E647EEC1092C91D9 /* 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 = ""; }; - 8ED1EF9AE1C57704D46D38BDE1FF4E9D /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; - 8EF217B14B772DF67DB94BCFEFA9A7DF /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 8EFADBF67F401DA20A669184AC61BCF0 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; - 8F4CA2314718905747A035C53E6AED09 /* 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 = ""; }; - 8F732C8FBA8B9764B698851D9474CDCB /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; - 8F7F5D674F686092FE240CE00B85F17D /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - 8F89DD5CC546F6863572580D3203580E /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.h; sourceTree = ""; }; - 8F9D3D4F4DCD54604A9A58324979D486 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; - 8FA0E872FFBB231728C0776CB76B1725 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; - 8FA6AE284F4C16671FE5FEDAA1F20434 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; - 8FAA7C0EFDBD82E0FDF876C63AA53C31 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; - 8FABBA87CDC5C690BAF16568FD281710 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; - 8FCF4A059FEEF113A3C2A827C6358C22 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 8FD61C865DDC6325793CFEDF3F82E1F5 /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; - 8FDC9ADD43D0A4191E8CAFE711776F8B /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; - 902DCD314DD9254834D958C2DA81CA03 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 9068F38F483C9E74060000BD6B1EA83B /* 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 = ""; }; - 90756041FAA664B5A4715E0932D615A7 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; - 908BEC7475EC7069230A7ABEBDC735EC /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; - 90AED615B4A5447240B6211561C19929 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; - 90E00EFA1235AEAD9B75A6B454E3C1A6 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; - 911ACB920487374A36862336870D01C4 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 9157B64CE9F9EDD918EC6EE531607A4E /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; - 915DB17053FE06DDFB4A23EB5E820B8D /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 91AB6DCCCE1C9B91158A052DA38EDAE6 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; - 91B0B7ED1BC9BA35F1AE1B067FAD0A4A /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; - 91BDD2D010708784D25D271742C2EFAC /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 91C4171BED5821A03C18108337F14C22 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 91CEDD0E24FF92FECFC7955E755050FE /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; - 928CAAED0CA336BA290B0B363B993332 /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; - 92B2BA095763952BD3FDC4BBE7449DB5 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; - 92D0EC87317DF9F74BA32CA89700BEFC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; - 92D4E5E0A62D921E7DABBC15E996B7E3 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; - 92F3F8389AC7E93F0E23CA9545F497E5 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; - 9301217DA2FFFA2565D29F9BB23BC001 /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; - 931CA1B743DDB35449D7D8C4D3B7CA47 /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; - 938FC39C17E20F023246FF1AC1F499E7 /* 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 = ""; }; - 939E01CCDCB22D2FF1EF9FAD3DE69AD5 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 93B33ACC2FEDF1F8FD16BF2FEC442CB2 /* 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 = ""; }; - 93BA2BB14F802937A33C5606F3B5662B /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; - 93C60C277D60103A2132250C480F3ED4 /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; - 94366354C50ED486E1D45FF6F0EA8F5C /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 9441C8864D106007A288345167C8C0CF /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - 94565F89D7EFCAD4B27798B71316D86D /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; - 945D9DEB6DE62702B771CD525D4D6E31 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; - 949265B72883C9128813AAA14BE19A8F /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; - 9493F209E1A72B5F9AA34EFB4791CD89 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; - 94B3885E4165C5E0475BE218192F1980 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; - 94C4C60E0A21F96A473121E747E12C33 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 94DF6191969FE65EBCCB58DB94EC682D /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - 94F6807EC854B47ACC668B4378B1F03D /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 960A9C24ADDC4FB870425AA42821617D /* DDAudioPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - 9629678313806B89E11D08338403D06F /* 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 = ""; }; - 96331FAD7520404EABAE53D190A54C4F /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; - 963E34D25274661081137802C0AD2FE3 /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; - 9656459F1A526092F5D3C6B8DC3EE64B /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 966823EBB8A2CD11ECEAD63AE39C83CB /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; - 9691EB8BC093B7176FE60D2B5775B156 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; - 96BF8F9AF4638C2433F9D2543D68FA1A /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; - 96DAECDEACF2EAB4C9490E67811E0686 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 9706F13B782BE5BCB51FDD08B41AB0A5 /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; - 97217AD80A5936262C11DEA60A0787D2 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; - 973BDD10E2EC94EC1EB62C9C0E9FBF5D /* DDDateKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-prefix.pch"; sourceTree = ""; }; - 9747289D9BD78BE668F9D1EB56FF4BF6 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 974F790AB58906926DD9FFE8FB20BE70 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - 977BA5B3B7C900E648D94999C2C3A4F3 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; + 8AE5076DACC40E21C87335A76DC898D4 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; + 8B248BB25D78BD36E1A612EE1BFAFC7C /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; + 8B83E1E156F4DFC5BA9524356A57FACC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + 8B9827D464C6FB1671A09AE5299CE50D /* 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 = ""; }; + 8BCDCE291F9986C4B85361699D4F4C4F /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; + 8BD14E8FA1A6F6595A796FABF0E1A2B0 /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; + 8BEF0FB9A270BAA05728B6F2EFA50FBC /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 8C1E2E66C8F47CC09FD29744360BDA5E /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; + 8C44A6F3379E6E15ECBE98D9DEB90304 /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; + 8C986179E83B509C37AFFC2840AADD5B /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + 8CB673B582D53D25D38129F0E833D759 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 8D208F296EF7CC950D7AEA5D75CEF3FA /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + 8D90494C68EB284EC36FEDDBD7B48491 /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; + 8E0B7F362697AB98B0831EB8C3E38461 /* 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 = ""; }; + 8E281636A5A977262D61E9DB96F60A0A /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; + 8E5AB2519815AD4698D10C7C91440EB1 /* 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 = ""; }; + 8E5E79F05719FA8B3FB969608F509571 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; + 8E7DE01C50E6BF70DDE34963C00D8B49 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 8EC63266F1A25D8738A3BB41782AFC91 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; + 8F52EB185809D3DCD8D68EA8EFA2DC65 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 8F6332625A3B042E25124829DA79EFFD /* Bugly.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bugly.framework; sourceTree = ""; }; + 8F9BCBB578AC64837E4C65D41B98530D /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; + 8FB71F741FAA5593A035F0AB89BBD0B2 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + 8FF65D4365CF9586949F3D50AB35420C /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; + 9064B229A0C9BBF7710203F345112E0F /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; + 906F867283F8DF4F20AC5259348732AF /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 9089747D09C54D518BEC18FE8D514F09 /* 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 = ""; }; + 909F57C6E5AF478B7941E17B5F43D267 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; + 90A46F094CA9CD51721A8E611D7A265D /* 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 = ""; }; + 90E4B8D228959A438B4A4C8F10509AE5 /* DDDateKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-umbrella.h"; sourceTree = ""; }; + 90EB38753169305615F79B311EBD4AB9 /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 90ED87E9C00E1CE19B832FC004FA2D59 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 91434C469D5871EB47A06BB1F20E11BA /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; + 918BFF266753E88CD5590614F7B8509B /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + 920F25B4E7A48C42C4BD05D8820CD675 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9211CB328D8071AD8EE91F959D93E3BF /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; + 926D0D7F98DDC85FA76727518C025EC0 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 927393131D896CBB351518F74FEB01B0 /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; + 9293EE51E0287851A010D0AAF85A6B3C /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + 9326477912E1585BCB8783A0BB58CEDD /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; + 934DC177795CCC1CACFDCC5C151056C7 /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; + 9375E2CF150DCDC067F3831BFB3E4317 /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + 9416F011751EE2CCAAFDBAA6295A34DC /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + 94383346701CE943B058EEFE516C3F76 /* 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 = ""; }; + 944900CC6A20A98E00C529ED78251891 /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; + 947D279463B5B17482D9DF2C59B091DB /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; + 948228553BAEAFE7515BF59B6D431AAC /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; + 94A01E83D7BA91468C474B99384EE0D0 /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; + 94E6FB4DB627CB050EEE79AB8AEA8A1D /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; + 94FCE695A228A5ABB6C7986DA2EC49EC /* DDAudioService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAudioService.swift; path = DDAudioPlayerKit_Private/Classes/DDAudioService.swift; sourceTree = ""; }; + 951B5575159EC6BED724E4E6ED9BC5AD /* GCDTimer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GCDTimer.swift; path = DDTimerSwiftKit_Private/Classes/GCDTimer/GCDTimer.swift; sourceTree = ""; }; + 9567D9D031702459E9D3BDC8711B125A /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + 956CD44DE28E07D3CE29A03165F6A163 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; + 9574FBB9ABACE0C10D0181C717259D85 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + 959AF87232A707BE2BDAE95A2D350BB0 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; + 95A0AA7C1BDCC650BEE58F0BEEC83F3C /* DDZFPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + 95B5C791F3B2A408B2E8C5912A3FD12A /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; + 95BCC80DF87FC784EB4B5758A674FBE7 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; + 961AE890FBEFCD5604AC60F804211247 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; + 96918143EAEF40C19781D0B668647E67 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; + 96A63E634069584FCCD26090DA876DE5 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + 96C64AAD044B46A920CAE6AA6E68CE02 /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; + 96D79F01CCD9152DFF8DCCCB8445A0C4 /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; + 9750FDDE1AE9FFF16C8C0803092041F8 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 975DCF119919FD799B4096722F0FC6A0 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; + 9774C45D2319A4161B9A9291E63750A3 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SnapKit; path = libSnapKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 97A8669B5575E41D36AF58271AEBD3DE /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; - 980E568CDBA82E84EA2D81169146E156 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; - 981406F9B5F3413D277B3A59FF76CC24 /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.h; sourceTree = ""; }; - 981C287C6C007A97B27ECA03838CBF88 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 984DB29515C869E4D604EDEBCF6A420B /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 98617ACED324CD568D4F12107DB3DF3F /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 9869A7AF3E859B25A614775C8ECD75B0 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - 98A14A8E94A34359BBDBA68679D46E99 /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; - 98BAD5EDB2FBE9D245D58473B90D57F1 /* 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 = ""; }; - 99591A4619F3F39465E48DFC25CD17E7 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 99A5BA28EAD15FABDFE697D0AFA145AB /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; - 99DA3F4B86BBB6991B72E592E7CAB5D3 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; - 99E2F8471F04224FCBBC896DA80C6327 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; - 99F3229AAC497092E7E9C60AD8BD219C /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 9A250116DFEDA909F511780C2184F430 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; - 9AE0B9613993A6FA932993F5A69122C8 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; - 9AE3D3164CA017078F7EF35431964EAD /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; - 9AE98605D8A7504BBCAE4769495A8A23 /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; - 9AF391EC41FEC3BFE5583B09E276E5C7 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 9AFBEDC60BB5F129B3C380225389E0E2 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 9B9068B1198B7D8DFADAE3668415324C /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; - 9BBB80123F0715DAB87FCC31260604D9 /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; - 9BBCB446E44A46B59EC065EC9A6FF495 /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; - 9C62DE41DD4D1813696FEC2B12059421 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; - 9C8167D835EC29C7A39FEFD3794F40BE /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - 9C99C982F36D335215D997E3397A66C5 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 97FC143DDAAB51B261A527558B7BF35C /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; + 980F4BADC38AC667A1001E772CDF612B /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + 982ECA931A70E8CA08E11F2A9403EAFD /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; + 984BEBB41FE196C3D934CEA341A5D1D1 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 985CB67B7ACF5BA01E446A84379ADB01 /* 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 = ""; }; + 990D75692CBF771F7132CAC9F012C137 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 99211DAE7C096A7D965DE4912178709C /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; + 9921A7F023AA09D6C95F0D415E5CF4B4 /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; + 9931CE7574E5B3A78D179DEAE91D7E2A /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; + 993694870161950B7FDF6DC85649ECE0 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; + 99A12B850606BE38C96C6F5269E2817D /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; + 99EC91A075178B7FF5097610ED48DC20 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; + 99F76C0E556DBA753C07BD37DD8D9B7A /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 9A0A702C5246C362CAA1536756F82DF8 /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; + 9A1531875C67B4ABB5AAEF9A33DD2FC5 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; + 9A15D2B1F2C827DB6D3D881D510BD2BD /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; + 9A191F40A63AD4FA76C8A1EABA01E054 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; + 9A3D0ECDFAA25FAEDA60F0D077758A5F /* 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 = ""; }; + 9A54C2EA0B08D1D886963C8F6FD3E503 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + 9A61BD7C718085152A2E0DBA8BD12B5E /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; + 9A9D1504967D03226085E5C48C859A15 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + 9A9E6F01DA3917353EA2601ABF88970D /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + 9AA1EADCBECF746A40161126D7FF6259 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; + 9AA8E757CC4DCDE407198A52DFB4BE86 /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; + 9ADF60D662FBC8EFC87BB28D21A86E3D /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + 9B4135DD76E0E5DDCC281D0EC00561E9 /* 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 = ""; }; + 9B9B6DEEBF041C124622D3692A52E655 /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; + 9BB4FA6AC50A5946A9E67F9E0F8ED0A4 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; + 9BBF6D50AA0248F251212A85BDF83338 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 9BD3479B7A1D0CF386A62140841213D6 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; + 9BF6A94F6968D9C848B3D9FA972CDEB3 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; + 9BF902A56BF760BDD12158187207FBAB /* 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 = ""; }; + 9C12FD1A28A40DF2B57355EE6DC72BA9 /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; + 9C7D57191F468BDA2B52987E7DF12195 /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; + 9CAAF890EBDB17AC1859D4C32F409BB3 /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; + 9CAD66A5B9AB66AEB3319FA797A03C86 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDFontKit_Private; path = libDDFontKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CB8EB930B7DE4752F76E0BACA4C2557 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; - 9CF79CDAF7A90C8A457EEDC358A1572F /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 9D14C59B909AD7FD1F632E89DC79F494 /* 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 = ""; }; - 9D2D1D0E70C500F80C6EC285003321EF /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; + 9CB96FC1D8DEECCCAC04C3A2285F2807 /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; + 9CFA5B339360BCD0CA271297E4748AC6 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDColorKit_Private; path = libDDColorKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D5C219FDA26E7EB959C049ED7A8773E /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; - 9D6AE3EA63E31581C94111EA1218B6C5 /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; - 9D762C953B2CE3BFA78536876CD618BF /* DDPersistenceKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDPersistenceKit_Private.release.xcconfig; sourceTree = ""; }; - 9D86EB47E07340817B221D380FDC25F4 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 9D52CF39101110368F7621562A7D254D /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; + 9D5B6AE6028A23A9B89AB98E3BA0F237 /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; + 9D6236BA8C308683039C38766A1F971A /* 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 = ""; }; + 9D7B3F06FC86313D92F0CAF2CFD0BCD1 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 9D8211385C6B50829DFD7B6D81D2BCD3 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DD34B10D4B2494E0070624206BA5942 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 9DD6BF7A25734CECF50464368AF36543 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; - 9E0FCB604EF496383A18D62FC1FF039A /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; - 9E2D77477EF1D6FAF500E903E5586171 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; - 9E4D05EB719AC6D8C933B71C33B625D5 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - 9E58A53DA1E128005EF62EBF80F14D35 /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; - 9E5A20F9299CF5BBD3976B1043AF42C6 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; - 9E74FED87039BCD01B61649FAA65DB9B /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; - 9E757CB33F3E50CD08B2E4462C136D1D /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 9E9E542BBEDB41868AB8AC2813D23EAF /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 9EA6BC98E43A617A40811230715D12AA /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; - 9ED1F75AA95DB9DB7BD708A1CB614CA9 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - 9ED26ADFCE2D09A592E39FB97FBE7AE9 /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; - 9FB3845C271EC8FBA26F02E31FCD134D /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; - 9FFE86362729E15D8CD4BA9C77F8A426 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; + 9DA7D44F47D0AE92476114B4A6E3259A /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; + 9E12638D5B9E77F38BF7335B964AEC62 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + 9E261E16AAB8FBD2C52D6C38F1A3B65C /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; + 9E54F1F80E988005D646796E532D54A5 /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; + 9E59E3429A485C2A5503F84B98CA1316 /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; + 9E78EC5F257D62CF5EBF684320C1C0A5 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; + 9E8A34914BBC138DA91C0CDE3DDD9A4F /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; + 9E9E994F5E0A30466A019EF2038D1604 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 9ECCA2E9F88E4020FF26BF65A46B73B7 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 9ED7DA4EDAF57C531F5BAE1A4089B0B7 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; + 9F13711889F8354E9262928D932565F0 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 9F33CC9785E07D71C6234832E1CB198B /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; + 9F4F6F9D8F1ADBBAB50B845421B78553 /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; + 9F9FACDB39F8C71D28C209FBC8EAA374 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; + 9FA79894D6DDF3F2507D0CB7D0422651 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; + 9FD50CACA2EA34F8CBD7FE5CA952A915 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + 9FEC7F3CDD90F13DAB8D5602D5FAAF59 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; - A0814273BF3FBD8ACD232BFD760476D3 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; - A0AC01F93B55CD2A774592942230932F /* 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 = ""; }; - A0BC926DEDF54CFFF2E071AB40B53B1F /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; - A0EE76E8ACF6895B3EF9F37824D89826 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - A106F098377C597F1E6A5A362B9F75BB /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - A18EB7B614E4936A9A03981488DFB293 /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; - A1DED0321A35F5B13B0BE683D97EB270 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - A1E03388BE5A98C57F26D3FCB15989CE /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; - A2141F669AA28C18922DAF377D53127C /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - A239071099FF279A230B35374A89A751 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; - A2D167E4E14174D51B3D85782C355312 /* 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 = ""; }; - A2D78A1C13582A724A9AA0168C114760 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - A35880685352851CA639CA66A861B001 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; - A37831BD0E752ECBA816EE93D19CF099 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; - A38D49D047D2CC0D258C8F71AD6E153E /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; - A3997EFC858592A4B23CCF5C82BC0C7F /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; - A47232F9292FD4DB6DB51599B7361595 /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; - A474A58360F77453DFBC0AEA1929D3A5 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; - A4BD19FD0E9B3BF6B4BA6198FE639036 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - A53DD716DEFE3CA8991C6BE969C8F3C9 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; - A56CDB0D243AA18C0D0F6DD612F78AE3 /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; - A56E27B55D4854C0B966014B678C42E6 /* 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 = ""; }; - A5CAE7409DA2B73EAE1DE7D0A1733478 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - A5F0E480ADFAE0941A4A45D2092F96CA /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; - A640EF925B6F6B39B26473D140575D64 /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - A6612019F7B614A18A4B128FD639D2DC /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; - A68BB994FBF93262D6DAF638B419131C /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; - A6C4B37EDC48D825A0E532C46CDC62AF /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; - A7ADACE713A72DDBD0293E03A4ECDB67 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; - A7BE4C2EF46543CA250273CA2CC33F46 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - A7E6B9A16F34DE78791CC6F4B86A18D5 /* 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 = ""; }; + A07D151B5D8E9E674A370F429FFD441E /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; + A0985C2D3D09468F5950AC1BA9882EF1 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; + A0C8CD78464DDFAC6AAB40D06B87B19C /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; + A0DF86A8859EA3632FA00A9B5AA19945 /* 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 = ""; }; + A10CD21A978B7213B50F82629974CBC7 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; + A1187BDB18A7BCD373D82B768A9D8811 /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; + A169C4083A6FE0A0721678E2DEFFD9D8 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; + A17FB5545E866C560CE22CA9A33E96A9 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; + A181CFF6E84AA02D829ADF5F710FC1E5 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + A1EC1C2ED9EAB5FAB42E1362ECADE8C7 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; + A1F8AAE3B07D060F242023977EAFF840 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; + A1FAE616ACA192AC2B4835DE33A95F75 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + A21875CC8838BBECDE58272A9514F046 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; + A2B32F0FBA845545E001CDEC8EB8EE3E /* 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 = ""; }; + A2B6BE45956FD5C733D827442732FB6C /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + A2DAB0E486C16636AB9638A94C2C7537 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; + A334299C71CD0E02377132049A793348 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; + A363A011B34262196863671FE274C8DD /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + A38F1C0196F755CE20BC51A7D52CE365 /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; + A3B282A4B58052B382A0CF2218CD95A6 /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; + A3E9384F1C565F163C681DD5DB0DDC53 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + A401A53F624CA2692E76DA76C8AFE7F5 /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; + A45AEB2DFFCE8057206B2DE8ECBE25D4 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; + A4D292ACA56D0BD38598E5ED3BA9ABA5 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + A502205308EE0FC9C10E22A31CE6F71E /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; + A5A7FEDE640ADB2E35F956F7A7C2450F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + A5C27657E9CED84E123DEA6B82612948 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; + A5D484E42F0E7A19057BDA48F89F5720 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; + A5E64A2EE6431B19A716DBDEF3B30A75 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; + A6305B0A7669981BF0E69BB1D66D6266 /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; + A6CC415015CAA9C13B6367E82CC3EA70 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + A6E8AAA322B293EDCA1E1F57A1D9B21C /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + A6FA46D87EEAB8EF53B66A7941BEAD12 /* 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 = ""; }; + A75E39D1AE5EA909AAFFDA481B1C86B4 /* 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 = ""; }; + A7722501FB9792273EAA04FCB5F51740 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; + A7D9E4872D97F4F73672291A1F44B6D0 /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; A7EC9B31B72E86761444A2C60DB92CC6 /* Pods-OrderSchedulingNotificationService.prerelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.prerelease.xcconfig"; sourceTree = ""; }; - A815E9F893A6A17DBE968F62A17813DA /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; - A883B40944BA992DE2FE7A5006C95BCC /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; - A88694A5465D0D0EDFA5CA00A2A747C1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - A8C764F0D42BDB9E618B7A64627F13DA /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; + A8078EC2F66D419FC4C70C67E8688449 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + A80C07CCBD047C169152C1EFA16BC2CC /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; + A8CC1E72BBBFF3D1EAD12744E05490AE /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + A8DD808D7607AD343A0DCA81670E898E /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = IQKeyboardManagerSwift; path = libIQKeyboardManagerSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A909C475F40117A76DBC80DE48CEB80B /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDToastKit_Private; path = libDDToastKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A9246CAB8A9CF2D0440A4377F4A6E228 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - A929D24BEA87FC051D024D8777ACAD23 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; - A94E266B4E4CCA77F5133DFE232E62B4 /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; - A98C0B917670ED05B633B57859FA7EDA /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; - A9D4CB3ED37198D6D29E961FCC71A68D /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AA5C9E59E74EA352A3F1FF16B484313F /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; - AA6E5BEB81775C3213F34603B1CE58DF /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; - AA9C072979D4DD3BF3CA1D8E0C41A996 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - AAA1C534574BF042B72A666079C92539 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - AABB58462B8D6AF2D9EB6A908091FFBA /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; - AAE48112F84440F62B2C949AC69EE7BF /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; - AB4E1D84CC4D73368190B69401B576EC /* 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 = ""; }; - AB6ECAED1EC116141E5D52B3BA22E7E5 /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; - AB8008F28E992F1E7C77ACC5BECD225C /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - AB9C68AB0AD9E6725F3A00E2FF85FFE2 /* 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 = ""; }; - ABED9149818F1F7438C11EA4896024AF /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - AC496BC1126677906763C23BC845A9F5 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - ACB0B581D93249AC6BF2C06BBFBEFB9F /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - ACCA84460A51A95C3786B6C80478DBFA /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; - ACCE48332935E1D9DF9579277A45F6F0 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - AD0BA14E178CEAC8738E0EF960BE32AD /* DDTimerSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerSwiftKit_Private.release.xcconfig; sourceTree = ""; }; - AD350AEC06DCE4D09F9530B4FED13F99 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; - AD4404F553E708ED33DA40A0B22566C7 /* DDDateKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.release.xcconfig; sourceTree = ""; }; + A9256D3714F10A90DA1BA7212A695000 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + A940978B2BF8C6839BB0F74AAB53974F /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + A9569643BAC1BFEE9C781C30A603ACF2 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; + A98A467CBA2AE60E30DBA048C3C04FDC /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; + A9B379106427F4ABA14026A5C879745A /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + A9B7CBC1F9794E96B4E20B046CDE8A30 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; + A9C2B5446B61B26773F54BE8A87FEAC0 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; + A9C78B8F8B8C1ECE896B9F15C7792900 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + A9CC98C7FBDCEC01C9FF69AF3AD399BF /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; + A9DC763CB419031AA094BC0DAC4CDEE9 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; + A9E35A855C73220ADD2A2008219BD61F /* 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 = ""; }; + AA0C9FC33E3E3EC10BD4C13CD647DB76 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; + AA30A55FDF8DFDDBC812D62BD202C59A /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; + AA341F7B5A96F286FE512894EDC79898 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + AA7279D9C6F9BD7E79B9FD439BF03B8B /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; + AAA982518F09F8225962D06C2F751884 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; + AADA96E2E0642032A7525A05A35E83B5 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + AADD8A1FA51E934EFD39C3D1EA6C4B97 /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; + AB5CEAF3844CDE954B6DECF9739454F6 /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; + ABAB9CE2BEC6AED9950849447DED31E3 /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; + ABBFFD2D79C3133BB5D213184A66FBA1 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; + ABC6E315D8B4DFE8121C2E9E4E57559F /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; + ABD687ADEBACFF2F6ACF83DCF14BE1D2 /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; + ABE8238EE5B140517E77DC887ED83389 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; + ABE9CBDE3FC3DB8B17CA2F4DF35287AD /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; + AC1336DF90ED85B667D6759B8550C914 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; + AC14C2976D6079C72BABBC524433A222 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + AC1D2CC1B5DCDB8318B494F34D130A4B /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; + AC48B4F734A773D2F8CA6C4C18FA0438 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + AC4E1917617F023685F6839CB2438EA8 /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; + AC55ED7E828E08DF03D9F36813E44D2A /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; + ACB732F84CAA84751166CEAAAD9DCD8B /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + ACCC81957B043657C6ADF39A29618B2F /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + ACCCF92CADFDAF26663086247966C12D /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + ACF3E42C7C5F35D5AEC97F85FBC70F77 /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; + AD2ACFF1DFA41266B9306E32661D9DBF /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; + AD3A281E792BDA50C5E416A95F141BF7 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + AD8F1F15CDE8CF670C950CF038DE1F90 /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDWebImageKit_Private; path = libDDWebImageKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ADCB32B505310D9D0F90CA640554E88C /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; - ADD9E4E0538593046BBE639E0EEC0A51 /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; - ADF69ADAEF1AB8324790A680A756B52A /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - AE576DBF3135262AD2B6501097AF4D56 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - AEC39B5121A07BB81355F1B23D1BB95D /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; - AED76880FD7E251C23E02F2F94E3B7A3 /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; - AEE9C6A8DF630CE4D809E2556F2EE70A /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; - AF82876A7761FEC4E9AD9EC9BF5A6242 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; - B03D835A0F1AA1CFE60BC196370FF866 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - B0499B44357BEBA1D3D0956507E70FD7 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; - B04E76D1B890574130DFAA5DE9A49141 /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - B05C3C419EE5CA41FE52783B027687A1 /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; - B073CA28DABED2A06D6B160542C74BC4 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - B0C6214643180C0CA13B51B4FBBE8591 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; - B0C9C80444869892D83C1EC20837706E /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + ADF8EDE599BD19CA803994AC9838E8FE /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + AE046F268BC84ADA083B9C81E9D296B5 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; + AE073D46601660CA896FC55F0616725F /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; + AE6145B3237DE926655A336FF28E6BC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + AE99DD9E33CE8E9C5FAF0FAF7FE9DF25 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; + AE9ACB42B9D8D64F4C97C05AD1294E34 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + AE9F9011F9E47F13A557D1479BABE384 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + AEA3A07AED3ABF0E987811BE34F3BD03 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; + AEBCD8C84670C83A94FB9262C56E66F5 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + AF102BB030DB51979C8828A4CCFB60C6 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; + AF157A60B23BCC2CFA7431BE130D3402 /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; + AF28F0390B37BBAB00F838E656B095DA /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + AF624A6F53BE5819B763EB4B33530EB9 /* 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 = ""; }; + AF80C7D34857FF6762E02B8A16D658F6 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + AFBA9E4A0633C81757C2E6C00D0EE084 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + AFF5711C237875521FB7A31DB9785240 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + B00D3687235637519CE9A162E5BB3AD1 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; + B02516E9B4BC3E2BA10A7E08EA083BAC /* DDZFPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDZFPlayerKit_Private.modulemap; sourceTree = ""; }; + B05760E088C44F4773E9B308F558B9F6 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; + B05B71F960689FE653862E9DA89226F6 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + B06A15310A68143A306FD5B54D44B0F1 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; + B0843ED4DF873D2CE831BC9352368804 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; + B0ABDC43E9DA5EC3D5E8418AB59B6DC4 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; + B0BEA9C6D6413A703B39402E3A52891A /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; + B0D07A68C1A5451CF4746C771B625AF3 /* 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 = ""; }; B10BE75A37E306EDA52A1E38B89F97ED /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; - B1C275E7B8004A9BFAAC3A10361E47F5 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; - B1E575DD7FF8BB5F04437DE2B850BABE /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; - B256380AE7AF012B6AC5615BA6672E96 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; - B27BF967FD3AE63ED01E119B97EC50A7 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; - B283874B6B86E3E4D5D9494CFE3AFBB7 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; - B297EE135EB52E46211DA40F70D07346 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; - B2A298E8A5B57FAA201C1C0DBEA7CAB3 /* 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 = ""; }; - B2C6C8B4C5461F1858EC4133FC30A881 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; - B2C8470F5E1AD69732A78ECC9E07DABF /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - B3496D171D7199936A964F502D019F74 /* DDKeychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDKeychain.swift; path = DDPersistenceKit_Private/Classes/DDKeychain.swift; sourceTree = ""; }; - B35EE5F66075CC626FB0FADCFF6E7ED1 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; + B14C177DF0421F096BF87F6CD71F13E7 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + B1A1A53B8F3A485577209EBDE57810F0 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; + B1BD622ADB420FE6BCCB6A1E11CC3C4A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + B1D730DB07D98708486348B681065CA3 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + B210E62E7E50FA3CBE127345A9F4A884 /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; + B253B4FDE95315E78B76766F4CE6E773 /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; + B2790B3E98F164C93C39E381955E3994 /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; + B28F76DE817014D42CF780206351B5C4 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + B2ACA13B00E5467166618284A6D4BCC0 /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; + B2C6A85334E4A4FE95AAD8BC94A89603 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + B2DAAA88BBCD7084DE97F2CE01EA9585 /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; + B355B796317567F12CB7DA54B807B9A2 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; + B361857491B70516454A565F87545DD5 /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderScheduling"; path = "libPods-OrderScheduling.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B4413D88745E8ED8964F2C5F2B0B348D /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; - B483A708AF3116433DF992F794FC8931 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - B494068AA9349582A2F930947A5943CF /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - B49B38B97EB1FA1155797CEC43040685 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - B4C74426C05C183C17AEFC0AF455A72E /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; - B4E598B82F17D6FADBA1EDE56A4FB965 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; - B537098B3C4775C857F529F0C24952E9 /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; - B53DDD2E8EBDD1572D75D3651119D8FD /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; - B54CC4DEF4A0545611FA6AA7039820DC /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - B582A6EA4A99E31035D2D119A58DBAA9 /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; - B59555E174F9C147E42387014FE7426F /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; - B5AEE3B0BDB64D4880CE7FDCDFF1B89F /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; - B5BE27EA22FEDED844B70C6B1C4A6C9E /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; - B5CD80D05E4440A7225140643D50FD7D /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; - B5D5A3734E04C9AA25D7CD5BA0B0C353 /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; - B64FB3EFC54CC200FE4568BFBAF65ECF /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; - B651A9F883F31D6BB359AF31F67F7BD5 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; - B66B8ED964072ABE3FF206B8605DCF1B /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; - B6DE5EDE9FDDE55F57E82FF90477293C /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; - B6F56D18AFDA75BCCD37678C5D30E330 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - B7EB6D740E960D24E60048ABB207322C /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; - B7FB8233A3D6888D098078B57A50D1EC /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; - B801CDA0B27BE5787D8C556563C3CDC2 /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; - B8A2160E3F846880B44FCFE24DA9B0D8 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; - B8B4D5F156D24ACB734EE50F490F2090 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - B8BC43CA6797EFA431C526FEC295CD4F /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - B8E8EAAB9141985304F18F2D1C0AB626 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; - B9106D8AAAD676EF9EBB83C7F603B24B /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; - B912B899C7EE40C473C4E511C1E44493 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - B959EC23E80A1C951E918BE7959098E7 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; - B97C5DDE04FA7C3A949ACF7672F5AA02 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - B9E7EAAE7FFB02A8C1D0071CBB1B135F /* 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 = ""; }; - B9F548C11976FA3DAB79F105515305B4 /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; - BA0288890646D61A1B04189B32CBA765 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; - BA9D4E68ECCED949514E2CCB976A6AAF /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; - BAD8347B944D95DD240172E29B92A8D7 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - BAF2E17562158098E0DAF6E0BF4F3624 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + B3BC18FBD4E26EE47204AE5C0938E3F1 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; + B3FEB9B2D27F3E1688FE70C9828E6B66 /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + B416E3336128DEAD10FCDEC9C98D5DD0 /* 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 = ""; }; + B44448047B2C467309AAAE75CE2BD4B4 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + B4784DA17975837AC6A1260AC753942D /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; + B4A23E63B70F4027F910FF9823B0A5CA /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + B4A45C8475EEC88204B9CA00F7CDC273 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; + B4B59B01E852D0C48BDA0BE1085896D5 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; + B4BDF4B29CDA5E515E318FC460748C6F /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + B4CB308A06446D2A73A68F930B5D04D8 /* 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 = ""; }; + B4D418578C68AF7C0F160C69F6D719A2 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; + B4E84B6EA2A74FDEC8600BE08CD2B986 /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; + B506DA3C8289CBE81DDBAF24891B135F /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; + B5133A03F61B7459A68E50BDB209BF64 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; + B570BA14A14CAAAD852EA4DAF5121084 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + B57AC1DD2D20C0444F00D97E064EA74C /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; + B58B992A585D4EB8BB2BB7DB0625FDD7 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; + B599060CE2C52BF65174D29738625943 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; + B5B09F3B56D2F9CA22294C192F477BEB /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + B5B4BC79F9C53FA8840D657CCD274548 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + B5BD125244CCD4A25E8260D6DC26CC5D /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + B5BFBBEEDE76412C60C6A68B87FC9FAF /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; + B642534322DE9B990E24CCE3C647DE72 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + B69057783FB74D8CBED25ABDDAF08602 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + B6B9EBE6340CB7AACFC41CCF5CCEE7B8 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + B6BBAE085040BC9BC785838BCA07D8EE /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; + B6D75EF1453E751B4B4F4DFE4FB6CBAA /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; + B6E95CB0B4172465AE85C68B8F650249 /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; + B709F1F1BA29FAD095CAAA02FCF5611D /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; + B743BD461CDD7E3B19621C9A8BC31DED /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; + B76415160DF7F93FF45B44C30B94F6CE /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; + B79DF7DF2251EF8A9A4DD8BBDB32B5D9 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; + B7CD4F4F951D9C61A9AB7D1C7C9927D6 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; + B80E897D71688C0FC11FEFB6C23A171D /* 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 = ""; }; + B81F0160F1F5BEF6E4F97A60367D6B7A /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; + B824328C0D419E89836EBFA411DCEF88 /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; + B85428ACF1CDCD7FAAE71CC6BE1937AF /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + B892F46148AF9A03D07EDCCAF9A48ADC /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + B8B4E170B30220ED1ABFC02EA22F60C7 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; + B93A9BB30CD31ED985932B1C23FA812F /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + B93F032484DDAF18E61E57B25D90D36E /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + B960F6DA9DBDF17B3FE9FD1535098037 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + B969ACE825F0987C14FA58E931DFC01B /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; + BA0391BD18FA000ED45F11F7FC0C5941 /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; + BA1421B2932619A7D54A922FC19764AE /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; + BA5E4A3C4AC2BC50FC69BD67023250B6 /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; + BA9F4895D9C85F020B0DEE2FBC3C636B /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + BAAEE5266B24A1F47CF5D571FDDF99F6 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + BADD81DA718C13A84A3FED29403DA654 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + BAE15B51CE41A8E6F222EF552783DB5C /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; + BAECA9F4959686F4679BAB6D36BC79D8 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + BB0810EA23F98BB396B250D2DC45F9F6 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZLPhotoBrowser; path = libZLPhotoBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BB4435B8AE544AFE2CCFE1EE5AED2C48 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; - BB7C1FBD7344032A134FEFF8D95990FF /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - BB86EDD8D0EBE129ED37C986CC85808E /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; - BB8837278D393EE27085A90676870D70 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - BBD2FB68129B6BD91B1E7BDE881CFEED /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; - BC3A7C1F5EDD77B5ED5DFEAFC4A81202 /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; + BB41E47A6C127A8FE9CABF4AD0EE6E43 /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; + BB72A1810FDD4CCC3BE72F8F8789ACE8 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; + BB93A49E9634BBCEFDD4A96DB107C288 /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; + BBB2811E9DC264F1849B265F6BD4C005 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; + BBBD402D4B1A0F17CBF107CF4CCAFB85 /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; + BBC4A1F24EDA3263F4284B89F47B913D /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + BBC83FFB7E5BAEDCC3A3C2CAD3967AF0 /* DDTimerSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerSwiftKit_Private.modulemap; sourceTree = ""; }; + BBE6DE1330BA9582C66D2FE825BD96FF /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; + BC0F31D20DAA777B08D7F0A70FBF0456 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxCocoa; path = libRxCocoa.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BCBB3FD65EF7A3B76F12C75A6764C924 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - BCBD6D414C4AA862F6CB267523A7FA81 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; - BCD67D9FC0AC67BAE671EA685B5BFA22 /* DDPersistenceKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDPersistenceKit_Private-umbrella.h"; sourceTree = ""; }; - BCF7D883CC0F6875C2ED8BCA3B16AEFC /* 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 = ""; }; - BD1101F3CFFD82DBE23B8E408035927F /* 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 = ""; }; - BD4F571A7D410C4FD448A40D86169858 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - BD7EBC99AE75295CA81B50A44FC5E667 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; - BDAFDAE997EA7EBAFACE1AAFBD995143 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; - BDE8AE466F17BF2D8D9F9684D7322AC1 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; - BE0B3AE16C6E60B7A705AF95A358287C /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - BE7908F9B43E60466B06AA6FE5DBF394 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; - BE9DDF2D471563682F3C94610174E887 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - BEC54F6CEC59EAD6CAF5DE1F2AE91625 /* DDUtilsSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; - BEE607789BFC378417640E2C7606C1E1 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - BEEE9E2C199FEBE16BA414A62C73EB49 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; - BF0ABFF5FFDEFE3C60D9061D69C2B96B /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - BF3DC0129211B46BF84DBBEBB48E2559 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; - BF436DC9FBD29A695B8F6D1BE33F3F09 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; - BF8E7F87757007B0B9656902A879B421 /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; - BFB4B46372EC9CD28054AC07EF0E01E3 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - BFC06F9142EC4D0DB3B422C471FAD9B8 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - C0605C3946E69FB692DB4A9CEAEA85F3 /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; - C06931263BF3AFBDF5002D9B08D10E5B /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - C0DE566F351E721BEAFB1C5AE4E38326 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; - C1487D3A775D803A160D04FF90B35D3B /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - C153BBFA2446BAAA706B93C3873425BB /* DDFileManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDFileManager.swift; path = DDUtilsSwiftKit_Private/Classes/FileManager/DDFileManager.swift; sourceTree = ""; }; - C179816310CFF52615766C736D0BCF29 /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; - C1F880472ACC817E81ABFAA6A63A294F /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; - C221E9A739E8E1555964E90D36AE09F4 /* 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 = ""; }; - C2354F50A9EF858F71F3F67DC5E1726E /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; - C26DCC584692BD0318CBC1DA41186A85 /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; - C2A4DC2FDB34EBDDE75A8393EFEAC54A /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; - C2E719F7941684AD0C39AE11DEDD303C /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.m; sourceTree = ""; }; - C346B1D67F986A141878159A845F720C /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + BC71308873FDE26EABD8F4629B5B9526 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; + BC9283DA686D39710258BDB7370A42A9 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + BD0143D4AE7CE50611E13A74E9CA36D2 /* UISwitch+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.m"; sourceTree = ""; }; + BD06A6592E10B1AA8536DD4E0F68594D /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; + BD22009E70BD6EADE5345601C6C73233 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; + BD393D5805C510AC305C4D96DC6CA7ED /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; + BD47C7E094CE4B7D5DE6B3AC6B090994 /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; + BDACE794855D907CD5A4811E72866CAB /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; + BDD2A5B96EF08036A2BE14C8D6B54AAB /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; + BE0947970D0446B4AA354037997C2E18 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + BE3A167EC879F9AFA8856D0491ED4FB3 /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + BE5C3DED1065C379F19BC07715696400 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + BE5DD252BA69434899C678B2483C0DD9 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; + BE5E8C3CB6962907C20F39684AC6B5F2 /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; + BE6A795BD6D757EA9E0FF2F23006ED62 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; + BE7829D49288BB4A2B1C3428C611EBD3 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; + BEA8B765F481DC57F4732FDBF5EE36F9 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + BEB7A835711843AB7EB5AF006F213F61 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; + BECAAD109009CA7B14C5C3F17516B80E /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; + BEE633116376F346AF7F8F6CA982F22D /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; + BF6C0E62E3204699D57A676102058BEC /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; + BFB98FE897CD0F8B97DD69E0F49442B8 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; + BFE98D61E00FBF2F1AC83471FCC00012 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + C0181110767F7B26C86A5CD95E9D0328 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + C060210364045E3C55FC24892C50B322 /* 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 = ""; }; + C0B26C965B86D3C1D65541209625A838 /* 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 = ""; }; + C0CC88DEAD39E5F951966CC66C8E0D87 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; + C0CDD553F3C9F50C5FF0BC701343181D /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + C0D07D99309044AA88637A2C416C0875 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + C0DD7AF9A83D7CE2F42E45E586A80822 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + C0F39A19B87F0AADE9A36F8C092E68A9 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; + C11C30399545FCCDA38C3426C95032C5 /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; + C120D78DD89D582A5405DA3F63D5932E /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + C12152C1D82ACAD0AE69FF009CFA194E /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; + C12E4B65F0F161EB8E92BA3F5B6D43E9 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; + C139AE58D7913987FB4420842FA7DE6A /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C151E9609F3F8263902C2A465EE7AAF8 /* 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 = ""; }; + C15F2F15A6C86BD8CC2F988F189F47D4 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; + C16BCEBF8B14C05C1C168CF5066D490F /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; + C16CFFA10E10AC68D34D9C45D8627AE5 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; + C17A699C03E45BB7F13E926A3DFAC928 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; + C1BF1F9F27903435E44899E32F04FD8A /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + C1C63D3300052B1D92A1FBB7216FCC29 /* DDPersistenceKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDPersistenceKit_Private-umbrella.h"; sourceTree = ""; }; + C1D32C526B817BFAF0AB989D752D5936 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + C1DD28DA6F2BDBEE79793A9713DD757B /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; + C205040D1E5A8BCE3926353BCD81A03B /* 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 = ""; }; + C21008FE97D98B3C3F38696A205F9BD8 /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; + C28ADE09E86BBD513D57E6FAEF8F4BF4 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; + C2A9A6E678A1FB4016A2A4EB7243735A /* DDUtilsSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDUtilsSwiftKit_Private.modulemap; sourceTree = ""; }; + C2B5BE12966E4BFC22AE6A701FD66E8A /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; + C2D65E4D24B7B4384EE846067ACC29B2 /* DDAudioPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-prefix.pch"; sourceTree = ""; }; + C300C14B5A2FF321FCDA01B649AA7383 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; + C328946E28BB6CE7648ED67BB516A3EE /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; + C360CBF6B0E6AD7F01957675C510BE89 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + C3861B49B9CDC8661EAD6383D750FB37 /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; + C388C572C414DE2530573984668DEE32 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = JXCategoryView; path = libJXCategoryView.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C3B3E3DC8E17D08C672F42E30E8FE2A3 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; + C3BD0964A6F8D1D6F6A8DDC56EEC9402 /* ApplicationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ApplicationInfo.swift; path = DDUtilsSwiftKit_Private/Classes/ApplicationInfo/ApplicationInfo.swift; sourceTree = ""; }; + C3C0208E9881890347178C31FE5251F0 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Kingfisher; path = libKingfisher.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C3F492ECDED5AEC5776418B022C88DF0 /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; - C45140FF5D5F54E02FA35B70CAEB1770 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - C4E0F2EF5C22E6F5B56A77F9A622E19E /* DDTimerSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerSwiftKit_Private-prefix.pch"; sourceTree = ""; }; - C570B68AF6FA38034C20358D1FCB1D1E /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; - C57E73315030FE28D7875A305E5C3423 /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; - C5A1D61ADA031B1EEC8EDBE7480766D5 /* 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 = ""; }; - C5A34AFFFB619BF0027239A334BB8832 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - C5B5F9A36AB766748C60EB16B35BCABA /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; - C5BC480ACBF0B1E627D401C019445679 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; - C5C77CDA513FDA8792732D838E68C23C /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; - C5DCE8507017FED72A375156063F45D6 /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; - C674B160E066815883061781F1DF64AB /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; - C67CD7D3515CBD3023324F42E12C967A /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; - C6A3C9F8F78FE31D3FEB96D244AEC627 /* 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 = ""; }; - C70574CE2D5005135149F456F6F062B8 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; - C76B5E70B4D898F41E9E7ACBA379ECB5 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; - C7D35A37F83EEA8E0BD17DB7E0CE6C32 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; - C7D3712B57EDA036301F0834614BA48E /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; - C7DC05D69C5C881218B7B44FFEE8F999 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; - C7E8551E342A30FCA6A053C3DC5E1780 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - C83C1962BA9450889555B51C9A2EAD5B /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; - C8780A782301CF171F0BC6DE4676C5C5 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - C892EDF810B01E956CEB1CDFB7092040 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - C8B5EAA18C0B53F626F42CBF0F4AF0EE /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - C8D3E9FEDD940DF35C72EF3923B8F543 /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; - C8D503A2C62BE9FAB606D4B38D3FE882 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; - C8D5049C0BFB6E893B57F88352AB7456 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; - C8EC2F46B4DE794A37BC833EB62C38F4 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; - C923002D88B4184DD98A040F5FF80E22 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; - C9342467C263A6278178ECA603F1F331 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; - C93ACA6EE7610F820D3CB307D30DE1D5 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - C949A83ED13644255E1B15C599F2763D /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; - C955105A4232262B0F250A4854DF13F8 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - C9A1485A848EF064E96C78749FEABE0E /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; - C9A55691A720ECF7F4348580CD181276 /* 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 = ""; }; - C9A832EDD7B497DD1620AE687EFEB64A /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; - C9CDD02D2C9C19CCB206860108F4A59D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - C9F9D2175159BA92890748359431D24D /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; - CA3B5719F8578CB32DB6F79552707F3B /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - CA67B4576691E539FD043F04DDD0E17E /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - CA9BC9E52CD3FE8A0F0F5973B073D1EF /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - CABCF8D1CD6363385667C2C83378D65B /* DDPersistenceKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDPersistenceKit_Private.modulemap; sourceTree = ""; }; - CB159002B7542214E1D884EE22A62ED2 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - CB39832A4E291FF6EFC0C072E595C60A /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - CB514B08385913E142C347150F4B5C7F /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; - CB697694236D285AB278BB806F008A17 /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; - CB81CF01F939125640CB255B32336084 /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; - CB8ABD7A17978172F97FBF4A0B1F4389 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - CBD97DB987FD889AA2C1B8E95C25A4FF /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; - CC07787A6CBF67D4BE3C42BE1874EF0F /* DDAudioPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAudioPlayerKit_Private-dummy.m"; sourceTree = ""; }; + C40FF4E2E866ECD39362F72377471EB8 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; + C4654F192727322A5B6B3618A117EC3E /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; + C46C761650FA1E617B103D44DA211211 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + C4FA30701774D87202960971019C48C4 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; + C4FB019431EDA44040E819530DFEC690 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + C51DCD033EC4E5306D57EFE8A9875BB9 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + C53F82D0FD922169F23C0581E8431009 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + C5ABA828B468E724249D9BFEDCCDD082 /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; + C5D2643257262C300B029ED4BF866DAA /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; + C5E42D0B25C03CE671ABDE16E5377BE4 /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; + C5E6E3CA4A8E52A62926BBB0C348C335 /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; + C63B20DD5CDF937F94ECB7D6B393EE91 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + C67C6724F31CC33E0E6006D76AE4A7F2 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; + C6A774B057A711719B7985ECF2457F71 /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; + C6CD56560520874C485B6D286D6DF07B /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + C77EAD8BE8D24538219A854747B554D8 /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; + C7A2C1CEE4F24D36F16B60F5E6F88E91 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + C7D3CF07712285D66BD1473D170DF56C /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + C80B46B81E9F8AD4793199E559EA439E /* 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 = ""; }; + C8315FE5AA39135DA77E2D07472BE719 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + C842FDBBDB7AC6BB51DD45499CB83DFD /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; + C85ADE394FBB5DF16407098375D223AB /* 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 = ""; }; + C88E3188BA7AF942D1FA7C974083D95F /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; + C89C07CF28194AA10DED3CF6E582FD79 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + C8C1BD92F4FFFE77CBCF4697A475E103 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; + C8E0BEE7BA06A00AFFDAF9DDAFC4BF82 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + C8ED51CB709A5C22E282B9EA5A763792 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; + C905A081820701114CFF2982FF8F0597 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + C97E9525A94CDAA9F9FD8C7A3E12D63F /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + C9BD42BD673516F1481F3B0A1F54144A /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; + CA0A74178538170BF7A45834883DDEF7 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; + CA160D9C840C9C92BDE46D95F085F7CF /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; + CA25A894AF5692143BA3754D55BAE255 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + CA341672AD12C91E1D680EEACB407F91 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + CA4C80C28A1D29CF0675B0273176FB29 /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; + CA85C09EA5AF001F5FF14B93BBC14082 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; + CABD0292800696BF629AE9D17BEF0C66 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CAF84A0D6E4DAD25836F4C3BB1C4D978 /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; + CB0D6EDBBAFBAB3C0412FF4A4299B71D /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + CB4D065BD3993C63341C9CF0FF891C6B /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + CB7E977B6E943E626C7977D2A1745257 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; + CB822E6C500EE56E8F7B092F27EB2FD8 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; + CBC007B06F3B82EC70390638365C0E32 /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + CBE79F1DEB908F14820EA89EAEEA020D /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; CCA25F5644BF0246ABFFF775553FEEAE /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; - CCDFDB4CCF97E3C28D35A9A0DBC662B4 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CCF4F44FCEDF4486E49578F15FB7CE39 /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; - CD06DC87AEBBFA65A11CB25EBF49425D /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; - CD2FB2F032F490657E7BB60991F1C848 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; - CD32F27FEBE0303955AB5AFD28D1B877 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - CD89FC27F733EF79AA5050F11D88E60B /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; - CDF9173654626823DA32AB74E5181EF4 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; - CE01262C4D3C7BDFEDDE0E4275F2F749 /* 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 = ""; }; - CED3D4BAAEF1880FFDE434446265E091 /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; - CEEB122CC24566BDB5D574B9F03379AE /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - CF02BBCEED53A2349767A2C60F7731CE /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - CF68F91CADD7935A2508FDFB41D6E61E /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - CF80899D2495C7BE036B9B834F43F85B /* 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 = ""; }; - CFC8ABCFB4A3C8ED5C58FC0764498730 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - CFE5095663DEAD30D57A01E2A3A93C06 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - D00323349640345EA28CF7F161926FB6 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - D03503B31EB7BA579176C77F417A32EC /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; - D048EEA2C538E34437213CABDE05B367 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; - D065358895A29B1809C082566CDA08A3 /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; - D09F5763CC0A18FAA3D8B656630BFB02 /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; - D0A4BCD31F841AC326E2CC7EE8BF5E07 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; - D0A7BB9C399CAA0942FA7D1B3263E193 /* DDZFPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDZFPlayerKit_Private.modulemap; sourceTree = ""; }; - D11C3A6DC76F0A13FBA9B0032F51E966 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; - D1244C5DBC0C5C84F28ABC2653FC0391 /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + CCA7A07265A140074AF6831472C5F5E1 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + CCBEFE7EFDBF5BA4C9D550781394D569 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + CD0710BE17B7076DE0C5064A4556B118 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; + CD08E3FDD80F9FFC9C233F07CB1475AF /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + CD4988A73971BD15618F043A0E1FCD74 /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; + CD7470709DB5A2CACA7A5717325C23C5 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + CD7BCF2123C7DEE80FBC20A8935F56FD /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; + CE2D2AED7DDB9D52895804D55B53C874 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; + CE46837814917E3C3A303BE9E4962FF0 /* Bugly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.debug.xcconfig; sourceTree = ""; }; + CE559017FE5BEB1B86DD1ED2FF6E4C7D /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; + CE78DE063032C13CA169F0D4E35D0C06 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; + CE8C07FB0C9157E9EA4C65E1ADD0DA58 /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; + CE9750A886819C0851AD8E9C9CB07B10 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CEA42E366894AB71108DF72F7DE96837 /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; + CEB242466FB5AFE798843B12D9066C3A /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + CEE53DC88755CA53BD5211B8C2D625CD /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + CF076568CD19BB280A4E2AE5F00A9E81 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; + CF0C22AAC879EB5882F4EC33B4AD683F /* DDUtilsSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-prefix.pch"; sourceTree = ""; }; + CF638130DB223CA073CCEFF8B7377E46 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; + CF86069B5E64D44181476909B6BCB38E /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; + CFB658FC4FDDCDD612FC03C10F5EC8A5 /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; + D01D009193A941A003AC0517D76DE454 /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + D05F0F35506B1255CD38C56E37E93813 /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + D07B045DEB70E217C83F4D2724D77EF0 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; + D0BD2BEEDF911D1C192487DDFA65BCBD /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; + D0EEC141105B6EE53CEDC1EDF464374C /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; + D10392DBBF45DE4D23794FCCB748DE71 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + D123B4BE07B72930183427DA4699782C /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; D13827848C413A76ADD18E47761D2B20 /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; - D14687E11992B00E2EC67D5D0B156FAB /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; - D16CB5395721CAEEF695CA5F442634F8 /* 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 = ""; }; - D1CCCEB6190344176679A71C9342BEC0 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; - D1E399628B30BAB9D3776CAF729C8B3B /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; - D20A587D4588C96122775F50E2E765EB /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; - D228F059098988452B24E889E478E65F /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; - D2577D7867FC62262DC1149C54B75A07 /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; - D268B571A794BFD05B21EC4AFD14B724 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; - D26B285215C232B586F3EBDDDD07E9AD /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; - D27D630E2C755C3DF729F9A6BDA9CB79 /* 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 = ""; }; - D29942D82A4F22D17D264D25EF95A235 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - D29C4C9F408507322936A80D880D2F70 /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; - D2C4BECE6F35F0365DFF627FEAEE9F67 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; - D2E439AFEFF4F360689E45A43384A7E5 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; - D34D315DAA663F46E684E7A48F3F08CA /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - D3A990A58EC3415EBD2DAD1363651DD5 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - D3AD86ADB812CF581506CC4B73EDED20 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - D3CC0D502FFD1F367735F714D4B85102 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - D3DAF2757246EE21F758E7081EE7A31D /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D3DCBCE5933E32E1690E06C16B4DC407 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; - D418D93D64FD936D18144BA766D9F0DF /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; - D4592B009A5993B4B636AA616DFDF539 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; - D488081815BEACC6386F4DA8BC4CAE39 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - D4CB94D609412681DA99D5EE44EEA337 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - D502886B11EBB97C057D2B64AB481C3A /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; - D519DAA9847CF358ABD3E2C5542DFC17 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; - D5262D56A707B2F3A10105D6B0649666 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; - D53A8404F95D36F150DD9A4439263AFF /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; - D566BD2901FA7C84EEB3F8EE67FD5F1D /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; - D5682CDC067FD0E11FFDFB0E14F01CD1 /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; - D57651914EE572F57BE47A874B088C23 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + D161CC3876E5C0136B9B88CE4F5A805F /* 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 = ""; }; + D1742FDCF0050E56F79D6F64221112F0 /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; + D181FBBAC748BB8057E08172D4F3831D /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + D1981AB4E6095FE67A531C3C89E89D1A /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; + D19DE406AA047CD1C100910EE6A46463 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; + D1C95840DC145B6A5D3F749B2141FD5F /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; + D1DE7891489E9D59D79DCE22AF66F9D9 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; + D1E5B89FE2BD8A0B0D3B2D9A4B27068C /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; + D1E7C78D84C1DDF77BAF466F926B8B3E /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + D1EF1F720BB44436F9E72A9D89FF8C0A /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; + D2B52B269ED8E8694CC4B8556F7460F6 /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; + D2C790694D3AA49873E2CBB0B13284FC /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; + D2D99684924B37D6D10017B50BCCF47E /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; + D30DF5A4E8DEB9FCDC93770CFEDA7938 /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; + D319BE64A44DF3EF7E975E3C7B5CB7E7 /* DDPersistenceKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDPersistenceKit_Private.release.xcconfig; sourceTree = ""; }; + D319C5607ED9AC195CC83D1F272DA64C /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; + D377340625F32C54FD755E656C656D64 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + D383DA1391C54C646431F49F02AD4CB3 /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; + D3D0D1770DBD79014E10B615E908B7FB /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + D3F3C29F79517D4BE19D48E89B13B336 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; + D409A3AB540AB9E35D4AD5C1DDCC1B5A /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; + D4117C597DE1692CE8789DB702543828 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; + D4370EB0527F8951315CFCDF2B136F01 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; + D446283244E7CA1B1117F7A419DA6B22 /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; + D453CD8AD12EF26AAC4327F4D9CD6063 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + D4624618AC29973CA5CAC6A9D7005664 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + D46A02AA3FEB386950BAB6DA32E6F726 /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + D48D3A43723EE2AB26487BF291CB6054 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + D4EAAE7B32C406F4009E289132CA4E45 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; + D533FADDA301CD753353068193F72777 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; + D556921C9A1B32E0A547A047F0896E10 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; + D57763CCD643A0FB8242C8FF13B9D636 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; + D5886F33EF778DF727B1D6EE738A61B5 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; + D58E7DB5FC0169C68C47543EFBC12BC5 /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; + D5929EBD76F6ADD256AA324D24F52A32 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; + D59A3B53B13AAA33732833486B7E5780 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + D59C0C03644CD9FEB9AE0D8C65741CB3 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; D5A3880A46506555230D960A979C59EA /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; - D5AEE2E4940E4239DDBB6B63F10ECDF3 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; - D5BBE2CA3F5438900C17651B9421F228 /* 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 = ""; }; - D6004F901ED630A304376E1E76884811 /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; - D60FDE9B3F3A0D4140FD31BA21D1F526 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - D6A2EC6691E92A1A15CA4D35D6A459BC /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - D6C0A81518D92160A12E2E8620CBDA57 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; - D6C4874DEED435C8E14A6EC557585785 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; - D6CD6314EBD5B4EAA8F05652177E24AC /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; - D6D9C4F317126A60D22437CECDC6B8E2 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - D6E015C8ADABA9A4D4FC4C4794D647B3 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; - D737A2591FB21115EC89C9034219ABAA /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; - D7618D60F4A0DD59095AE113F63C2618 /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - D782B64C91434939E5C97315A8460347 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; - D7B2D3ECF4FE62186CAD24B167412A76 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; - D7B50B133B6EAE71C50F6BB2A79BE63D /* 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 = ""; }; - D7B9ECBE9CB3EFF428F1C02521B751EA /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; - D7ED0D8B33BC2BFCB61C26CB35156063 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; - D7F02F21389DA7B8BD1903BD63D468AB /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; - D8746AAE224FA595B69349EC303CD0BC /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - D88F2DCF0E62A26F1FA3A5A750BA3A43 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; - D8923A936E91CA5BA4F4031247F6FE2B /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; - D8BA6E40188E61BFE6E5C3C84C12B2A8 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - D8EEC06B974B37DBA46ACCFC5F487E2D /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D8EF96B553A9EA6C69B3FC284D5676C2 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; - D930D100CBB0EC65DCD016C293E46DAA /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - D937D8C733B4CAA6C5B56836C3AE8557 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; - D96F8389C6975299574F025BFDA7AE99 /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; - D970792962E4994DC8949D80634F972B /* 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 = ""; }; - D970AFBCCE491AFD97982560EF80547D /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - D97142BEA44C938B4F014431EAFD1E25 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; - D9837A76DED5BA2B73A91D2A65F9DB1D /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; - DA3DA01462995042D0247766D1E67D0B /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - DA59892CA8548D5E6701B30F1D9FACF8 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + D5C12CC8F474373055969C07D3A3C3EB /* DDUtilsSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDUtilsSwiftKit_Private-dummy.m"; sourceTree = ""; }; + D5CC3401DDE8788C49A2FB401C236B39 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; + D5F38DDA0977761FE8D74EA774ADBEB3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + D603E61638C5D8B6B4577880F43440FD /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; + D60EA2F98FB9BE841A4547635AA91D7F /* DDTimerSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerSwiftKit_Private.release.xcconfig; sourceTree = ""; }; + D641644EF0296AE65C2F1D2249810365 /* 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 = ""; }; + D678316C117EC91A4AC5159DE80A92F0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + D681619D94082F8FBAD3CFC95DF2C8FC /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; + D69B86109108D36D6C03F6928633BA0A /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; + D6DA38D57A840333E73BC2B72B5CD934 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; + D6DDAF1A1ED7AAFC0172CF5F31EC2D4B /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + D6F8AE33F7159DCA3B9D151ECE2BECA7 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + D704D6A35DF4622B7398E732D6ED8E57 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; + D70FB6D3ED988646CDCDA1119A91238E /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; + D71B26F8BD4F5A14695B67ED368D3C30 /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; + D72AF06664C2C1A387B4A2702072A8AF /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; + D7397272192155E4857A772EBD8C46EE /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; + D78ED7FF50379F1FE6D24BA5A1A6A5DF /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; + D7A6FC30ADB37AFEF59BBDA41CF604B9 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + D7AA1041950AA3B048BA78D87D0FF176 /* 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 = ""; }; + D7FC978BC1E8EF7BC06878A073EAEB09 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; + D850DE1D050D92936B3504ADF141E91B /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; + D872D7C3EF24EA7A12661B82ACF37064 /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; + D876E2642A6CF882B1DAB11985E3A787 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; + D8826C9D7063BD81BF1D0DCF113157C3 /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; + D884C54D48E41C3591EA6C12160AFD84 /* 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 = ""; }; + D8C0515601D4C72904FCC8547FD823FA /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + D8DBD4A19BC9CE26D2D0656B2303DA0D /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + D8E6EAF45D9469E12A214B43BE24937F /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + D901979501F432235C64E6AC4AB82EDB /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + D90D3016E9BF0D33C094C69EB488BFFC /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + D92891C0EEF85D2B5497707BDE9F95BC /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; + D93DC5FA6C8CE42E9948BD0360B325CB /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; + D98B3D2F58132F743364A7A04A7B5CB5 /* DDFileManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDFileManager.swift; path = DDUtilsSwiftKit_Private/Classes/FileManager/DDFileManager.swift; sourceTree = ""; }; + D9985D5699F85E989561E3CC0F9777F5 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; + D9A36C09A669F8D3ADAAB8C0846A6E42 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; + D9A7D92D806D8C7CCED28E85C8BBC789 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + DA00B4D6DD3233157D07880E5049A07D /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; + DA412BE98C427E788F2B66686FF75EBC /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; + DA5EDA8AEBC1D4EBDE58EACAF14EAAE5 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftEntryKit; path = libSwiftEntryKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DA6D565610A139C24AA2F5CBABA45F51 /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; - DA82A0420F6BFBE27A9D8300054CAE39 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; - DAA6B6574589A7CE331DEAB1BF3F872C /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; - DAA7A734C8A2AED33A65693F74E841FC /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - DAE1C112C96F7FC2C56D972D54BA30B6 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; + DAB9CC1539698C9F00995A0EB6E34BBB /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; + DADC90B2BBC9C7A1F28B16F5D10B2AB7 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDLogKit_Private; path = libDDLogKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DB10191E9C66DEADA0E112A87F5AB2C5 /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; - DB12EFF652EC7504D3B69B0C5798EF64 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; - DB52FED9254DA9A3B6C0214E94307180 /* DDDateKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDDateKit_Private-dummy.m"; sourceTree = ""; }; - DB75DA3A82D4ECA5A77D2D2593A46D49 /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; - DBAC076E26C488937FE52A3D2A9A8462 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - DBE94EEAB40936F81F1A636A385E2B73 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; - DC0EA72F1A7DD004A5CE68540591D91E /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; - DC16F20BE2F051558D9851007D386CA2 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; - DC366174FBC08F508E74A160E94CF973 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - DD42FD146754F9D01EAD60A33B0F79A1 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; - DD69AF05C4BEA95D3F4622BA269E467C /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - DDAF1626E5F33E2C593096E8A83C05EF /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - DDCE02F2565FF57325866D91D9670A05 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - DDD39E02F4A2CE1AB6DFD6265A5592D8 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - DDF9527D8347D3792032A242010C9B69 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; - DDFA8B66F95AEE3EDBF731A077229210 /* 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 = ""; }; - DE197C0928F5AB595503CE1023DB0146 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - DE3978F301BBA5487CAD334F2B819AC4 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; - DE4126AE07197B4D7BA54DCB3CB8DE58 /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; - DEB4B1DD6568CFD44C8BFF4DE4DD2F3F /* 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 = ""; }; - DED4CE88323D6D81960C298C30F36AD3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - DEE04A96F18BC7D06D7672F5EE6297DE /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - DEEC989D36AEB894D0DA77F8D32AE8C2 /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; - DEF4A03ED95005AF76E0083EEE2D9494 /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; + DB0E4FB4D6900EC78ACBA96F5E96A2F7 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; + DB5D541FB6D9AC9EFCEED74F791E43CD /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + DB624DFCA58354E87A6A4642564AE62B /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; + DB78D91CF9F57A502BA45B9F388E1FF9 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + DB8259E65C7342319A9322E5E3A86C5B /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; + DB970411C4735ECD3EA57171615447BC /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + DB97BDF86E26A2A217026453B39D02A5 /* 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 = ""; }; + DC38CD6E458446493D8DFD6140262228 /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; + DC45A2A75FC87B2102E4A16C67DC31D9 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + DC504023A4CF8712E65954019EF54CC8 /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; + DC8D30364BD377148EAFD6BCFA8A4809 /* DDUtilsSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.release.xcconfig; sourceTree = ""; }; + DCEE93B89F877907EDEDF35837EEB69D /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; + DD2723477ECDF53C4B6841133E77B7CF /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; + DD570F755886F17D3B53335C90F4B0FC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + DD77B65A144AD2D2150F445522144789 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + DDA96801534455763CE25F6009227C16 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; + DDF68F83FA73BDDF45C3B02E3B3DBD0C /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; + DE28F6C8920734CB78C861B48749CF7D /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; + DE321EDB4DA518EA0C92146DAEA98721 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; + DE4B3B27625A65A6880C056D8B39690A /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; + DE58DC63124BECEF14EFDC17EE2F27EE /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + DE60DBE6D5F359EB495C77110B2618A1 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + DE74B231D2EB9502C3166A078A160335 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + DE87F54785CE5A753ECD3B7635752855 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; + DE9CABB0B007DC5E6F3D70E33F52F4F7 /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; + DEA2368A58CDACFDE20D6D1F2BC6DDE0 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; DF07F7B964C7E3CE99FEEC54FC37F050 /* DDUtilsSwiftKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDUtilsSwiftKit_Private; path = libDDUtilsSwiftKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DF2CC99A432A4565BF9AA29663F01FF3 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; - DF478C0255A31C7F03F8A4DA8CF071EF /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; - DF9A483DA8FCA8E926874BFF838287CA /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; - DFDE797A1314E242279B7950F9231A2F /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; - E07AB83DC8F2A6A71BE8B760AC698C28 /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; - E0A1A5E1EBDE0C44F3691ADDCFB68F17 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - E0A2EE867EF4C0966E60A43A4100F60B /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; - E0D78A62F1DF9D78B1ADDE00E222E343 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - E0E8D4F30768062F7CEF6BB7EF149FB5 /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; - E11785C967CBDA62ED24303507B7D624 /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; - E12011ACC0C8C85637727C2158BC7D19 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; - E12C4F707C86E5D5EB9096D08196F916 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; - E1462C611B446CC3E8EA2373529D839D /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - E17815A2B7C32F08C871C32C74323277 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; - E184C055250ACE8F1327FC53B110C49D /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; - E1CB90ABD59276E7D9F982FB7B0E65BB /* 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 = ""; }; - E1F3D34117FD2CB8F49C55F4F4E7DA4E /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - E1FAB3FB7803F1BFBCF2A3086726FE24 /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; + DF1F1BA51D352DA3324609CD1F94C48E /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; + DFFB42422D64045DBBA512977E3A8B4E /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + E00B7ADB216329D0D9A8F1ECE6CF21DD /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + E02DC36E54D7319048DAB95A9C962E25 /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; + E072741348185C3BC294AF1F31AB4987 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; + E07DFCD4DF16FD7A2487CB4D597BFAD7 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + E0A40AE055DF5C3134B4C1A716808CE5 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; + E0E3C2428DDE22E0D42A4EDD8A65BE40 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; + E0F17526A977A87F4B4EB47D83CEAC53 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; + E15E4EADCA685276B8A1AC900814D556 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; + E1806B7AE8E26CE08653BA97DD634BE2 /* 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 = ""; }; + E18A24FC1DBD78A3CD2CF26C5443197F /* 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 = ""; }; + E1955AB9D511D422C71260183A1AC2D9 /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; + E1B8068A6C541BB6AFE6687238DB16E7 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; + E1C0DFBEB1656E5775769E9DD7592F4C /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; + E1CEA95B9BED7B8D95F564A7A96C6007 /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; + E1F0ECA1819BB892D033E84D2410085B /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + E20C93508493A2DCBC91469229422DDB /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; + E26786300E7990BA147EAC57C853A1D8 /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; E270ABDB05C1E6CDFF8AB4EB055CE66E /* DDDateKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDDateKit_Private; path = libDDDateKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E28DDB732CDCC38C1A6AF9F3D42A8B2F /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - E29D8E9371B1A81DC2B18B095FA6BC77 /* 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 = ""; }; - E2A96026952F9485348F55C40ECAF744 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - E2E71BE602D265FDF0FC950834034A7D /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; - E30CECBEFC05F00C0AD886CF17434471 /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; - E3512EEDBD441DAC822BD57D0EE64224 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - E36F7295724250AEA930ACEDB6A9D0B0 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - E3931853E88A0FDC855A77A868D05515 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; - E3A7136AF7E0ED61E18C0825C05499E5 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; - E3D5782A7DB454C51D038BC20491D6D8 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; - E400AEA9C51E0FED1C078D763E8D6464 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; - E43907C524D024521484385D83513676 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; - E43E935AE7B2DABB7A0B07D112D93D71 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; - E43F97B0475C6C1F65C75103B2C4BAC8 /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; - E4401DB2A6B44F3C7210CEA2BC8E779B /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + E27684FB42170ECF7B074A5B07A6980A /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; + E2984493084767F6E06C2285A66F30D2 /* 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 = ""; }; + E2AB9F8CE95BBDB9C1257ECA7BFBB6C4 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + E2D4D8A25707C3D3EAADC58FA161B6C7 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + E2E34C598BC04EBD55FD660D8EB45049 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + E31BDF49F2926FF02EF1A202926188F9 /* 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 = ""; }; + E3799549EC85A97791632BA5F556FF7B /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; + E3A8D9246FDEB24724530F52E840D0D1 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; + E3AAAD26A8FF316676A513010A48A759 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; + E3B0DF9D2776D7B4DD1A3E407CC36E95 /* 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 = ""; }; + E3E93FB5BE1F82C73D2C995FA55AC7C4 /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; + E401ECF7473809EDA233D3291AA24643 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; + E4389A79A98D82D099859D31900A8A41 /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; E4863DBFE563EB129CD7414E7C378616 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderSchedulingNotificationService-acknowledgements.markdown"; sourceTree = ""; }; - E48B5292BDB6447CDF8BD2BBD573A782 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - E48D31389515CE1425AE5FF548D03BFB /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; - E49B996F58E912C5B668706B43DEBF1A /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; + E48CC4D8CFE991113EDF2724EFFEDACF /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = MJRefresh; path = libMJRefresh.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B356E9F4550751B381849FA74CF5AF /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; - E4BE2AAD3C9CF2B33D1D47AADDCB28DC /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - E51D01F0B10D9330C94C5075A9F86810 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - E56B031101E9BC55AFD17459DC6F410E /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; - E58E40835D928CEFA2D2245182E7596B /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - E59C5EC68AA715AEFC9ACEFA56E313A2 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - E5C1C7BFB2E02D7003255CABBE2FDA8F /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; - E5D2212853546CACECAED0E564002530 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; - E605920B967A2D9437B4C8D5A8BAA2CF /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; - E61571172F1EC3CE3030FDB89DC8B176 /* 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 = ""; }; - E6720BD785D9587850DEBB8F795BB803 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; - E6A55B0BA48763E52F1A78361B127616 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - E6B7E671FDAE3E1B148695C5CE9DC92A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - E74975CC30D4725BA8A32C3298BA0715 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; - E76D95B940A95E6D6263F0B1607DA276 /* 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 = ""; }; - E7AAC955D2991C38C63A4C7F6ED3CBE0 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - E7B8E2E56B87640E45774AED51BCFBFA /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; - E7BD5BA81EC3FD2492EE4B14C1CF19E8 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + E4DB94A4A958913F4DEAAC5961BB80B9 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; + E4F0E4655E139103A4394964C824F558 /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; + E566FFBE1E891077F13982FFBEEC0E06 /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; + E5A842AC03240159C2D7A373C53EEDD3 /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; + E5E4A96A72027ADC8D7A969D1D99B6BB /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; + E6024DCFBB4524B1AC53A2B94C3B5AFF /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + E60A2DAA7D2B91800BF97AF92F413AD2 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + E6145F6A2251DBFA7404007919F8188C /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; + E664F038D254411C91A99DAE329C0DD3 /* 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 = ""; }; + E66AB1C2B3436690F8611175FFBE62D2 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; + E67F6D36E52E1896344836A05973FBDB /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; + E6DCB8EF1110CFA75F9F7EBD8CDF9414 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; + E70CE3782A5F0EA3093963B09A8F7BA0 /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + E7BD47B6911577F6147241C333B965BF /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderSchedulingNotificationService"; path = "libPods-OrderSchedulingNotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E82E44D8F06143995BD3B9F9F908B1F3 /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; - E8450A3698E5211165CADF8A21F2CA91 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; - E911773573B3E5A9196993FD2F0C736E /* DDAudioPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-prefix.pch"; sourceTree = ""; }; - E92C396CA7B29CEA9739AD121F49B8BD /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - E95998A571FD4B223E40E0BD100523EC /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - E9686506B5ADE84CF391A2A0EBB3568E /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - E98F26D60BE5D5721F9182170F82153A /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; - E9A777521945FA1947338098B6E98C3E /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - EA2D7F1E401E375B73F554860AEC5527 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - EA43B69D699D021D1F41910BE989562A /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; - EA7F228DEAD7DB5AAC62729D6E14418A /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EAAA961C39FB9CF13606837662BE3121 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - EAF52DEBBA70330D2222D830D465BAA1 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; - EAFC5543FB0A906C7B118C8AE688CBFC /* 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 = ""; }; - EB0AF404331851D57FA2375F79AF80ED /* 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 = ""; }; - EB23CDAC76FCECD4B56EF91EA8191F4A /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - EB3A19F0B7DF549464B3F4901B3AAD9E /* 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 = ""; }; - EBB61915989F66BFED121E3ED1886A20 /* DDTimerSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; - EC3AEFE478F8D9F885B189944031B16E /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + E7F10E0F399B6E7EFBFC9E4FC80F6522 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + E8457101209DE2B5A13D5BEC8EDDB323 /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; + E851E4ACF01D343915A6C5122ADD167B /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.m; sourceTree = ""; }; + E869B0563FDF2FB5DD1C70CBD23F1386 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; + E8992DFC4BAC285FC6B2750477970437 /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; + E8C49867A1B7DD27C702C0A687DCCE55 /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; + E8EB4A092DAE7D80BD90779E0EBD0FCD /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; + E906A74469F9048F0A7BBC39B81E4306 /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; + E9283C71BE8EF6C41A438AB4079E1644 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + E976394F1E27CF9995D498FA1D7640EF /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; + E9BE2588B2DE054B0B95BDFE6BC57D8B /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + E9E8E1D6FA76DAD512B88D9AE9C856FD /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; + E9F6AF13B95E0C683BB1310CF0F01E71 /* 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 = ""; }; + EA00C2EF2C8729C7835C0FBBD468E5EB /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; + EA6B9B12BF83DDD3D3B9BA9257F95C3D /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; + EA7EA92099A8DE663BC19340D4CA9694 /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; + EACD991BB8E241D3FDD0B4E17F7C7D35 /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; + EAD1AD83369B604327F955FBA37553C6 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + EAD74672A0CFFCF3755E1D4EB5216767 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + EB309216660748833C0D73A9BFEE9325 /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; + EB6DD9CCDEAE8345E77F307ACE94A2C3 /* 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 = ""; }; + EB7F24947F4EFB11CCB19E5596531B14 /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; + EB904B920A37349D37017E816F5C1D99 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + EB9F950077FA14FEE9802FB20BC2E686 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; + EBBB11792460CBC6551C2718F353D0AD /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + EBBE521080A95E316C04B0F2E4939996 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDCategoryKit_Private; path = libDDCategoryKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ECAD73D0C81DC6613C51389403B3E521 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - ECB169C563ECB993C26B73AF5D9608EC /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; - ECC1A2DCFD99858C240F646373EB6B73 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; - ECF760EF7672037F018394CF4BCC16D5 /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; - ED10DBA470C97B655CD5DB60E6E519C1 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; - ED2878FF83EE4BFB53BBC7A5BE2B643A /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; - ED69F186D2726F0FFAF8C346E53E5AF7 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - EDAD1407EC80B564B1729469EE433E67 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - EDD57C3782BE014EDE9393A5D668A112 /* 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 = ""; }; - EDD6C46DDCEEBC032DC4F44D62EB142C /* 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 = ""; }; - EDEBBFBCDD41AF9D257054FA55E64FDA /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; - EE17AA3FD910663786A7D31DF2473C02 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; - EE6DA852CB978F5AB42BE47A144B5748 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; - EEAD6EB52D1C84A55CE3B578880D578E /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; - EED18ECE0C13BB824FD381CC8376DC8E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - EEF2534492A9DD537E63755C8F5FA42E /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - EF025248A3720AAC8394A1D3206D947B /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; - EF34428B5B20D21C7E246CD5FB0E0F26 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - EF5B92A025C877665E86E7EF51706BE2 /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; - EFAB829FF7133C90F9C14F623927BEF8 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; - EFBC6A3785F6A94E9DB5161106065000 /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; - F024BAAA20645E3B2A917FD73EEC9489 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; - F061D9F57D64973A23BD8562C0B5D076 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; - F09240B7FAC1C5083A7080E8BB00C092 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; - F0CB5D1CAF1A95E255FB68926A939662 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; - F1087393987497936F25CF6BEA27CBBB /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; - F10F5B0BD64E72BF7AA313BA55470205 /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - F117DB4E1280668E19EFDCC5C705B0EB /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + EC4A58C1118B56503E83B36C7EB9C869 /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + EC53D7B46DBDAB7832BF075AED295D1B /* 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 = ""; }; + EC71C2E012859A7028256A577D0D4256 /* 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 = ""; }; + EC87D7530DB76143050FD101A281B8B3 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; + ECF1923C17ACC43F03AC28982A84D44A /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + ED812C5DAFE92E0FE4A1E67B683840C5 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + ED944B712524B9218887B7B2A4E4C80D /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; + EDAEE2D7D51698FCC869FC8D93A7B686 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + EDCA3E72F9B597E30F679F49F75C1248 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; + EDF5720A320880B0D51D92B4E3903737 /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; + EE32E345CCB48B3C34363F8452AC2BA3 /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; + EE62199AFF21BE479CA842B08CC5E7CC /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; + EEE82F387DA67624669B5EB02B280EEE /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; + EF0FF53539B0A7C97B5B8D5936D3350E /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; + EF3D182C900BFDABDC1B8997FAF5738F /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; + F05B281F45E83926119676D408BE289B /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + F0F051B64889D28211277748AFC99FE0 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + F0F071F1E2FBCFBA49D70A753B2D495C /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; F11C5D34D44394CFB2C5ADD740509CC9 /* DDPersistenceKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDPersistenceKit_Private; path = libDDPersistenceKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F122496C37DA6C2ED8C6DD2285E07FB1 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - F138623244B6AF1B35765FBA2ED67FB4 /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; - F15615C554321860947F3F033A74784B /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; - F1915E18E2117274E8F4507F91E18C71 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; - F1A57FE1544B97A4DC0E89AD7807677D /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; - F1A6C59100D46F12E5A6666688D18C88 /* 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 = ""; }; - F236EDC2830286E05BA89DD6CD938871 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; - F2499253AE905F4FD0A0AE6124209A75 /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; - F27BE3449909590C21892F4630B167AA /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; - F28C733E3D4BEA0AFCE32973175449B5 /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; - F2918422BF662344137EC1F81F242E00 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; - F2DB22B2CB2CF7C9AD0F2DB2794B3F7C /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; - F2DD404158A613A31A29835EDE5C0FE3 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - F2FE1328C79EAAFEDECD356F275CEF27 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; - F301E079B1DEE131755DB281DDD4E4B7 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; - F30DCF48057F9776F2CD481561B8B83B /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; - F375975513968B82ADAE5F234FFB33A4 /* 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 = ""; }; + F1281EA034B52824FA67E9223ACF40B1 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + F16536DAA77ED0535ACF08A801C3752F /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; + F1756D58B22DE7E2697E4B004A427D3F /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + F1941DC9F9DA94904A2E255C4CC5D230 /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; + F207B5B35A3847675CDD8706D42407A6 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + F222BA6E4D09D7FB5E244FFC860E95B7 /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; + F2350383A51553838E2F9C6F287D4094 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; + F289594E61B9C3547D5D9FB34C5C1409 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + F2B053146B0F965492679960B447D107 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + F2DF3DCF280CB7F0988EA498ABEB5C73 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + F2F54B572E0B69402185F8ADBFCAB9BD /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; + F31EFDE70D0EBCBD2BE3D0CCF09DEA93 /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; + F35C25DD77F8295C48EFB3A121510443 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + F36C76D4D0F0555D8A573700E284AB46 /* DDDateKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.debug.xcconfig; sourceTree = ""; }; F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.prerelease.xcconfig"; sourceTree = ""; }; - F4157740B204C8C72D76982EC05BAE1F /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - F423298356CF850E3EDF9612D0FFBB42 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; - F4589935FB11ECEAA3038FC175DD0C3E /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; - F45FDD7BE1E85A9B1AE52CCC3E217577 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; - F46BB75CDA2C12056BC0F4D965C14949 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - F4CBBB4862CDF5DCB06983385A47193C /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - F4EDC1A491248C3475EF3434FB9A5CD7 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; - F4F5B57E57EE62C413784FAB23F6C812 /* ApplicationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ApplicationInfo.swift; path = DDUtilsSwiftKit_Private/Classes/ApplicationInfo/ApplicationInfo.swift; sourceTree = ""; }; - F56022544A916E2D68BB5E41F9520BFA /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; - F5A1AFE1B4451DCC14993294C121CC53 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - F5A7F303FD2A778BD3B821805CBD892E /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; - F5A820916FD35A97DDA0C40B87A245AB /* 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 = ""; }; - F5BB98E71533BE60699D541C96A5262F /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - F5BF3A6D001379DA2D24C843D7DAC41D /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - F5D17A70E33D87E9371B7801D8AB8AFA /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - F5D4B5EB27F941B82FBC89D574D559DD /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; - F64A9740079BE033C53BC67A4D192B6E /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - F654A708C559B91C9BB063090CDB78F0 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; - F6634098E5CDE320493214DD440B78EF /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; - F66B42B01B9F4D27DA505493F36BA41E /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - F66F5F12EDA5FAA9E09DFFDCFD2B6B53 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; - F672D25D5AA59857DA866C5FFA1829E0 /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + F3BE690DD541CEA0596F424B3DB5AA11 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; + F3DACF596760B3927F2A87F4525E869F /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + F3E9AC28C939292F9B719B3915E2DBD4 /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; + F44E54229C2F1F0ECF8A252B99B4591C /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; + F4605AB20E780CEEBAB5915C8ABAFFE4 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; + F48B31330181A6CEA6285D68D1930D47 /* DDKeychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDKeychain.swift; path = DDPersistenceKit_Private/Classes/DDKeychain.swift; sourceTree = ""; }; + F4A9A9C6F6984BEB9944D2A5B90DC0D1 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; + F4E1C8200F59C5EEE5B199D3C14112F3 /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + F4F3D95BE4918D33AFFEBFCC96BF3F08 /* 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 = ""; }; + F55C2E002D6A9DFD619C3356B154FB28 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + F58365E918C34F581D961AA3E86AF63D /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; + F58D86E6745A5AB6737569C4B03F99FD /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; + F5BBC4067CA81BBAA4EBFEDA598AC2D9 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F5CCA099FED76C4F267BD2DF3644DFEA /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; + F6269AED9249114A702BD7E9049593F8 /* 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 = ""; }; + F645953944D89350C832A21884D4D04E /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + F668E05FF8F24AE2FF3CD2A54441289E /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; + F68DC04F51D533FE7335CE9CAEE6402E /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; + F6BA70E7A77F1435FA4EE77F92141727 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + F6CCD4C2D194D0F35697C8664EFA7E56 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "ESTabBarController-swift"; path = "libESTabBarController-swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F7617FA840CA2C5EF501E77A33331F7F /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - F7E2FEF07C7701D30E5503F0018FFCE3 /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; - F7F9CBF72B8B7DB7D9EE084CA15681C5 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; - F8524F0D82A963520C138D42A33FA15C /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; - F8F4CA451F173C96729F439EF179F5C1 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; - F91D2793CC26114A3085CC52ABC5B19E /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - F91D82128C88F8FEE99E41FEFC53FD92 /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; - F92CBF7D7F0F2F2EC58EC5B8AB05E06B /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; - F937DD857F0388A3DBB544FE8048390A /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; - F96204D22776D4812DA5191195DA4015 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - F9D286A3E0A01C38C6B1DA4B14D9310C /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; - F9D89871E1D27F050DB54D28932147A4 /* Bugly.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bugly.framework; sourceTree = ""; }; - F9E70A73D179EE531827758A4B944E56 /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - FA153BE2A3FAF52556ED1AD52FCFA278 /* 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 = ""; }; - FA545F49657C6F49B388BDC6895F19F5 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; - FA612149AECE45550DE16FBD830123A4 /* 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 = ""; }; - FAC3BF7C1FBE6130C39D64A630F8B40B /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; - FAE0D54CC39E4AA767AF2CE6CECB13EB /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; - FAF150793F4A691B8A872D5EBB479516 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FB029F10D69562496BD3649A9E548F9A /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; - FB493ABD84821EA74FCA1DA89181F90B /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; - FB883AD330974358D43F62DE2D39A23B /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; + F6D1B0AD2B5DA0E9E88BEAE91F9EF13D /* 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 = ""; }; + F6D675079940CFE6C6B1495B5312FEF0 /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; + F6ED0EF3CAC4FA857384CB73579D87F0 /* DDTimerSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; + F72E68825DA49D12F442AC4EF0859F0F /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; + F730F619AB07DFE1487C5CB691EC6969 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; + F73A64E4521EDBD1AAE1CC1963BEEE5F /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + F7596FA4A53EE264922BF4A75414E32F /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; + F7AC5C76FD8E79C265D907673EAB9F00 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; + F7B78F698810A0591022F198B0486335 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + F8670F6A3BB697C3A2217A3C2C82C1F0 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; + F87F28A1356F030F69EC94B4847BE7C4 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; + F89DB792BF01C3EED008EB246E7776F8 /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; + F8EB1F9A1D977048FF7DD52FB2C33779 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; + F90289338102C1712A8CE1AE5B0CB534 /* 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 = ""; }; + F913AEF4BC19217524BA7CE744FAAB90 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + F91A7A89EE1DD219751D3FD315064E4B /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + F91CB345D47A1CBC63EFA5827EAAD079 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; + F98A98BA8772BAC3D6526E7E5789E268 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; + F98CF6CFC81151AD968106D9247DF7FD /* 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 = ""; }; + F9A4E64DDD778A0078227DB2C2AB4EFB /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + F9B671CABEF0BE423F6CC28764C0D86A /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; + F9D0A1C3717C19D580A5795B7F06D8B2 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + F9DC6C2DECE5FEEDE060B2B87E9CEA03 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; + F9E0B0BE0D9CD1ADF71FD9BA9AE55704 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; + FA25B0C2F60DF29FA4C9113178755654 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + FA661C9D61E242955EAA24C5E55475B1 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + FAD04027EA1BF1B8E53A56CC177F01A7 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + FAD78060012C94DCD51ECE7DFEDE1E8D /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + FB064C8064492D58BA1BE26DA697E302 /* Bugly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.release.xcconfig; sourceTree = ""; }; + FB3A1F44A8776F9A707EDE298439737B /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; + FB48A633C15265654DAC3B807921794D /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; + FB804492911B7D0F2826748AF43D21E7 /* DDTimerSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerSwiftKit_Private-dummy.m"; sourceTree = ""; }; + FB8513A8DE688E94B560FFA2BD70FEB4 /* 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 = ""; }; + FB8B286BE1DB87F3BA9D2EC9ED194D2A /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; FB908FBF9F755AFB285A27A674140F71 /* DDMAMapKit_Private-DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDMAMapKit_Private-DDMAMapKit_Private"; path = DDMAMapKit_Private.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FB9C1EAEF625B51552D413B9FF258BC9 /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; - FBB21F86FEC016B95B402DB044E8ABE6 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; - FBBD33FA3E77A09BCCED46C93157DB0F /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; - FC237A3E7F61DE7A9B7295BE923CC226 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - FC2B0BE4FE09A9E8F6EA9DFDF952BC8B /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; - FC33E535C107867436DB987C3418C7B1 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; - FC5FA10B3FE05B2B1F8FBA526DDD004A /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; - FC6674AEF8DB76D4D70250887CAC012B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - FCB452F016E275141BC3FEF19E34A1F5 /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; - FCBE531F9B299D18031230A53F856774 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - FCD0BA42651E420C5511BEDE753094BB /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - FD147CF93E642F8C8327D4B949514E01 /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; - FD6D86DB2B5143F12EDC52377F7DD8FF /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; - FDA8AF9697FF78FD67CD7F7EB527B134 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; - FDE50E13DC50918F83545B4D36A106BB /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - FE1EFB5748F3ED0D7F402878B22743F8 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; - FE1F2724D089F130C2C896AAC2C7BFB0 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - FE2D52702D2FA5AF47322FEE63333582 /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; - FE45E7ED84F36E06C7B16FA9FFF549E3 /* DDUtilsSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDUtilsSwiftKit_Private.modulemap; sourceTree = ""; }; - FE62067CC9A5A38AD17AFE99E1ED1E91 /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; - FE7E3571A54CA947F42022675E90AC88 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - FEB253E18D69B3BC1BAB237E86944C40 /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; - FECFFF34B47C5CC85C5BB72B9F39A30E /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - FF02CC8F611181406AC9A8C573E8B7A7 /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; - FF04F9F786D7659874FE06F6A2AE6FEB /* DDTimerSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerSwiftKit_Private-dummy.m"; sourceTree = ""; }; - FF0C193C043A2F56139ACC7BF562D71E /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; - FF2C66232A6A0DC1FB3BB6BBA9F66839 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; - FF51ED5F6074730D1EE6FF3249D3DACA /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - FF6270AC2164C96ABCFE0493BE43F0FA /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; - FF7397FBA392A9172F205B08C1A3DBC8 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + FBD72F348F05E6D36DDAA1DE1A20856D /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + FC02A1B23677EB9F0258396FA312264D /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; + FC0EEB14DE1EDCA76ADF706C778C095C /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + FC971A3A9EDA097ABE98F185983DB4CA /* 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 = ""; }; + FCAB0AA2CD7584C71B227EFE07A72652 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; + FCF3BF8314160B0D0A97BA7AFD00B9E5 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + FD5E1F42668AD531E8DA5CF07A8262F8 /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; + FD6ACCDFDFB40B51E0A7536360185958 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + FD7AD4C562A08C6A2483BF35A7988CA7 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + FDFFAA0F525073C9A515588E54DBDDB4 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + FE60A6156D03AE9D1899CC6F69CF7591 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + FEF61169EFB951016571C2CC1E329D47 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; + FF5C841B7C33D8103A0A0F9FF3BA67B0 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + FF6A0846BAF94C70B4F299449B47C645 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxRelay; path = libRxRelay.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FF9C60CD3E460725E23FDEFAE69C3211 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; - FFE33091DF6C33091F38E52BC0ED5B76 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; - FFE85FD7016B363F920572362C6E6CDF /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; + FFCC805403C8886D7DE1892B7355F3A4 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; + FFD9E84FEB3AF8AEB7EB3E96772C1160 /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; + FFE0B4B0AFE7D95A1FA935DCA780F2E6 /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -3542,398 +3542,637 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 001B8BC9445B2BF30E67304C72372BD0 /* UIImageView+DDCategory */ = { + 006B5A6007462E5472F8E35892DDB73F /* Resources */ = { isa = PBXGroup; children = ( - 623D6D878A739FCBECC936EB71ADA61E /* UIImageView+DDCategory.h */, - D7B50B133B6EAE71C50F6BB2A79BE63D /* UIImageView+DDCategory.m */, + 1CCC32A15E2D7DF8024C4214D3BEB275 /* ZLPhotoBrowser.bundle */, ); - name = "UIImageView+DDCategory"; + name = Resources; sourceTree = ""; }; - 012179F031A66C02C0902F46897F5597 /* DDTextView */ = { + 00FA8688E0052FC90A3B9AC7AFC812F2 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDTextView; - sourceTree = ""; - }; - 016DC156C80021238682E18D84A35AD7 /* Support Files */ = { - isa = PBXGroup; - children = ( - FE45E7ED84F36E06C7B16FA9FFF549E3 /* DDUtilsSwiftKit_Private.modulemap */, - 591A16C94FA8D6444EEE2C078A80704A /* DDUtilsSwiftKit_Private-dummy.m */, - 4478F275DFA563784AE5590EC6CBA5AD /* DDUtilsSwiftKit_Private-prefix.pch */, - 3DDEA43093D5B56BC73A61670E210D99 /* DDUtilsSwiftKit_Private-umbrella.h */, - BEC54F6CEC59EAD6CAF5DE1F2AE91625 /* DDUtilsSwiftKit_Private.debug.xcconfig */, - 180D96B7E116957FB539D87E8F41BC1E /* DDUtilsSwiftKit_Private.release.xcconfig */, + AD2ACFF1DFA41266B9306E32661D9DBF /* DDCategoryKit_Private.modulemap */, + A0C8CD78464DDFAC6AAB40D06B87B19C /* DDCategoryKit_Private-dummy.m */, + D3F3C29F79517D4BE19D48E89B13B336 /* DDCategoryKit_Private-prefix.pch */, + 5B4BC63919A3E72038260D326E124013 /* DDCategoryKit_Private-umbrella.h */, + 7543597AE632D6723F32384B9D094639 /* DDCategoryKit_Private.debug.xcconfig */, + CE78DE063032C13CA169F0D4E35D0C06 /* DDCategoryKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDUtilsSwiftKit_Private"; + path = "../Target Support Files/DDCategoryKit_Private"; sourceTree = ""; }; - 02BF98D0F0FF00C20C3A5502BA2E36CE /* DDTimerSwiftKit_Private */ = { + 0100EAF5D13E984F13B77CEC114396CF /* UIFont+DDCategory */ = { isa = PBXGroup; children = ( - 3B6AA99B703F1A52C70CEF79D2B89816 /* GCDTimer.swift */, - 4D95B83C15413DBBDC2F4D1082C0B3DF /* Support Files */, + D884C54D48E41C3591EA6C12160AFD84 /* UIFont+DDCategory.h */, + F90289338102C1712A8CE1AE5B0CB534 /* UIFont+DDCategory.m */, ); - name = DDTimerSwiftKit_Private; - path = DDTimerSwiftKit_Private; + name = "UIFont+DDCategory"; sourceTree = ""; }; - 03C2106C25C74134CF00562DB1FC9667 /* Support Files */ = { + 019D529A56B45AD8A1CDB539C2E1C444 /* DDBaseCollectionViewCell */ = { isa = PBXGroup; children = ( - F2918422BF662344137EC1F81F242E00 /* BRPickerView.modulemap */, - E2E71BE602D265FDF0FC950834034A7D /* BRPickerView-dummy.m */, - E12C4F707C86E5D5EB9096D08196F916 /* BRPickerView-prefix.pch */, - A6612019F7B614A18A4B128FD639D2DC /* BRPickerView-umbrella.h */, - 0A09F97B1249877278840D7395B27C79 /* BRPickerView.debug.xcconfig */, - AAE48112F84440F62B2C949AC69EE7BF /* BRPickerView.release.xcconfig */, + 7FE5238A67605D1950E755054FB81B7E /* DDBaseCollectionViewCell.h */, + 9A61BD7C718085152A2E0DBA8BD12B5E /* DDBaseCollectionViewCell.m */, + ); + name = DDBaseCollectionViewCell; + sourceTree = ""; + }; + 07903E7B5627A9479C7623ED8F34D2EF /* DDBaseViewController */ = { + isa = PBXGroup; + children = ( + A502205308EE0FC9C10E22A31CE6F71E /* DDBaseViewController.h */, + B2ACA13B00E5467166618284A6D4BCC0 /* DDBaseViewController.m */, + 1E410062BB39B5CDA41091DB3E1B30B3 /* Resources */, + ); + name = DDBaseViewController; + sourceTree = ""; + }; + 083103732FC4FFA9B162E838A6CFBEEE /* DDToastKit_Private */ = { + isa = PBXGroup; + children = ( + F8670F6A3BB697C3A2217A3C2C82C1F0 /* SwiftToast.swift */, + D7397272192155E4857A772EBD8C46EE /* Toast.swift */, + 8DD942FEAA98B1E8F8D36C8BBA5A7707 /* Support Files */, + ); + name = DDToastKit_Private; + path = DDToastKit_Private; + sourceTree = ""; + }; + 0870BF026127C20EB80E7E62EADB34DE /* Support Files */ = { + isa = PBXGroup; + children = ( + D1981AB4E6095FE67A531C3C89E89D1A /* DDColorKit_Private.modulemap */, + 7126C236B3D3ED1FE9DA844C3F8BA19E /* DDColorKit_Private-dummy.m */, + 948228553BAEAFE7515BF59B6D431AAC /* DDColorKit_Private-prefix.pch */, + AF102BB030DB51979C8828A4CCFB60C6 /* DDColorKit_Private-umbrella.h */, + 91434C469D5871EB47A06BB1F20E11BA /* DDColorKit_Private.debug.xcconfig */, + BB72A1810FDD4CCC3BE72F8F8789ACE8 /* DDColorKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/BRPickerView"; + path = "../Target Support Files/DDColorKit_Private"; sourceTree = ""; }; - 041954068A057F9AFE82AB24ABCA3940 /* DDBaseSwitch */ = { + 09593F5D60070A7E6233FD3C04D96B08 /* DDTableViewCell */ = { isa = PBXGroup; children = ( - 008CDA0754A9888CB577BF09242FAD81 /* DDBaseSwitch.h */, - 7C138C0EEB11E9FB0ED44203E2092FBB /* DDBaseSwitch.m */, + 29A451DB1577B4AA8431FE05F486FAAB /* DDTableViewCell.swift */, ); - name = DDBaseSwitch; + name = DDTableViewCell; sourceTree = ""; }; - 051E713A81D5F1397117E8C642E2C9EF /* BRPickerView */ = { + 095D99567183BC8C8461D876FFE46400 /* Support Files */ = { isa = PBXGroup; children = ( - C923002D88B4184DD98A040F5FF80E22 /* BRPickerView.h */, - 3FAA3263708A2582684B466C4A1E59DC /* AddressPickerView */, - FCE9C319AB30C27314AF60FBDC23EFFB /* Base */, - F456C3D1E93F6DDBFC96C61EA893F4CD /* DatePickerView */, - 7270DD5F020A165610DA33B42D3BF1B5 /* StringPickerView */, - 03C2106C25C74134CF00562DB1FC9667 /* Support Files */, + B02516E9B4BC3E2BA10A7E08EA083BAC /* DDZFPlayerKit_Private.modulemap */, + 39747070E76BCD6148E337EFB621459A /* DDZFPlayerKit_Private-dummy.m */, + 281A8CB84D21A4F9EB382BAE155A0A60 /* DDZFPlayerKit_Private-prefix.pch */, + B4D418578C68AF7C0F160C69F6D719A2 /* DDZFPlayerKit_Private-umbrella.h */, + 95A0AA7C1BDCC650BEE58F0BEEC83F3C /* DDZFPlayerKit_Private.debug.xcconfig */, + 53527B1AD2355D7D1879A8794C57BBE8 /* DDZFPlayerKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDZFPlayerKit_Private"; + sourceTree = ""; + }; + 09ADF5BA2FF82FE29326ABA6E6FED62D /* DDBaseImageView */ = { + isa = PBXGroup; + children = ( + E072741348185C3BC294AF1F31AB4987 /* DDBaseImageView.h */, + 57C36663553EE3FC62867CC6565A39B3 /* DDBaseImageView.m */, + ); + name = DDBaseImageView; + sourceTree = ""; + }; + 0A48A165A8452757B3201705D386DAA7 /* DDTableView */ = { + isa = PBXGroup; + children = ( + DE9CABB0B007DC5E6F3D70E33F52F4F7 /* DDTableView.swift */, + ); + name = DDTableView; + sourceTree = ""; + }; + 0A9A27BA8E0CC5712A62968578C3486B /* Resources */ = { + isa = PBXGroup; + children = ( + 19A1A393BBB8C3687E353285CE7CB828 /* BRAddressPickerView.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 0B9F10971D16EB2C39DBEA39B7F5EC17 /* UIButton+DDCategory */ = { + isa = PBXGroup; + children = ( + A9E35A855C73220ADD2A2008219BD61F /* UIButton+DDCategory.h */, + 155DD87F7F232F6CE6A79AE12B725191 /* UIButton+DDCategory.m */, + ); + name = "UIButton+DDCategory"; + sourceTree = ""; + }; + 0BC73D79404F1F157BADCAB9B83CBDDE /* Frameworks */ = { + isa = PBXGroup; + children = ( + A6305B0A7669981BF0E69BB1D66D6266 /* jpush-ios-5.0.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 0E2571EF18DA0E6D6C33BE6B38E2E689 /* BRPickerView */ = { + isa = PBXGroup; + children = ( + F8EB1F9A1D977048FF7DD52FB2C33779 /* BRPickerView.h */, + 3268F42963CE9BEB414F6C44E9C5D433 /* AddressPickerView */, + DC706FF1390D89B8C3C352C9193120D8 /* Base */, + 3DB570AF29646540C44E82D91592EF68 /* DatePickerView */, + ADA244F1F697B835425EAFD8DE5A9AD1 /* StringPickerView */, + FBC988B1AE83920229C2A6BA796E15B8 /* Support Files */, ); name = BRPickerView; path = BRPickerView; sourceTree = ""; }; - 064E1FBD984502D01AEC59B12F9B4F50 /* Support Files */ = { + 0E917225EAC1F41CB510C24FDE36705D /* DDImage */ = { isa = PBXGroup; children = ( - BE7908F9B43E60466B06AA6FE5DBF394 /* DDNetworkingOfAlamofireKit_Private.modulemap */, - 43FFD7386BF2246DAD43B8D14B16A001 /* DDNetworkingOfAlamofireKit_Private-dummy.m */, - A3997EFC858592A4B23CCF5C82BC0C7F /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, - 68F770276E9796C92ECB5F81BBCE29C9 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, - 416EC37EFD66E2B79D3EB27E932700EC /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, - E5C1C7BFB2E02D7003255CABBE2FDA8F /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, + 79C4E2407E2CED7DC8E6149454EEA006 /* DDImage.swift */, + ); + name = DDImage; + sourceTree = ""; + }; + 0F2DAF956E90A7A1AD494470E0996F45 /* CALayer+DDCategory */ = { + isa = PBXGroup; + children = ( + 0C1B0962ACB69DFB81C49FCBFAB49D70 /* CALayer+DDCategory.h */, + E2984493084767F6E06C2285A66F30D2 /* CALayer+DDCategory.m */, + ); + name = "CALayer+DDCategory"; + sourceTree = ""; + }; + 0F88E5A767E56B490E063084536C7444 /* DDControlsKit_Private */ = { + isa = PBXGroup; + children = ( + 24A6D15C4C3094E707EDC9542511130A /* DDAttributedString */, + ED8489C3806B871F349EC0CC3DADE11A /* DDButton */, + 56805E6B4ED804D134AB9C28083A303C /* DDCollectionView */, + 0F8A7C0E561816849EEED1E20BFC1DFC /* DDCollectionViewCell */, + 0E917225EAC1F41CB510C24FDE36705D /* DDImage */, + 58535D3BBEFC460E2995D2EC6F59578A /* DDImageView */, + 48BEFE7F48443F6B1A85A42725ABE2A4 /* DDLabel */, + 2F0281EF4CA6DD20C194AE4A8AA3A56E /* DDNavigationController */, + BD7EC8BD7EE2A10662B316FE07C8C3EE /* DDScrollView */, + ADF776B1852338F2B3E20510D6065079 /* DDSwitch */, + 0A48A165A8452757B3201705D386DAA7 /* DDTableView */, + 09593F5D60070A7E6233FD3C04D96B08 /* DDTableViewCell */, + 74F06EA5CCC9A71D1E83558FA810FEFE /* DDTextField */, + 96618015A9C9171B5C554EF3D9807686 /* DDTextView */, + 9398699120F628A6DC6F9CBD55A3620A /* DDView */, + C7A05CAD7A35CF98EF961A76D1C1BD64 /* DDViewController */, + F98694A00944B661A6B97E800585A51C /* Support Files */, + ); + name = DDControlsKit_Private; + path = DDControlsKit_Private; + sourceTree = ""; + }; + 0F8A7C0E561816849EEED1E20BFC1DFC /* DDCollectionViewCell */ = { + isa = PBXGroup; + children = ( + D850DE1D050D92936B3504ADF141E91B /* DDCollectionViewCell.swift */, + ); + name = DDCollectionViewCell; + sourceTree = ""; + }; + 109FA7686C14170F05EB7D0EFDB67099 /* SwiftEntryKit */ = { + isa = PBXGroup; + children = ( + 9064B229A0C9BBF7710203F345112E0F /* EKAccessoryNoteMessageView.swift */, + DE321EDB4DA518EA0C92146DAEA98721 /* EKAlertMessage.swift */, + 766332A5D5F2206BC1B60B631765F5CD /* EKAlertMessageView.swift */, + 4D81551FCEB78DB3AB62B0BE049F6F97 /* EKAttributes.swift */, + D319C5607ED9AC195CC83D1F272DA64C /* EKAttributes+Animation.swift */, + 1C89DDCB6B76E6E74991155BDD7417BF /* EKAttributes+BackgroundStyle.swift */, + 859B9DA928AEBE087766D1267554DDB0 /* EKAttributes+DisplayMode.swift */, + C8C1BD92F4FFFE77CBCF4697A475E103 /* EKAttributes+Duration.swift */, + 6C3233B033C5A5969D7505E3C7C5A08A /* EKAttributes+FrameStyle.swift */, + B4E84B6EA2A74FDEC8600BE08CD2B986 /* EKAttributes+HapticFeedback.swift */, + D92891C0EEF85D2B5497707BDE9F95BC /* EKAttributes+LifecycleActions.swift */, + 67AC14DD412A9434D1CC90519DBE1DEF /* EKAttributes+PopBehavior.swift */, + 7231A1CEC3FD30E18906AFFBE289E2F6 /* EKAttributes+Position.swift */, + 95BCC80DF87FC784EB4B5758A674FBE7 /* EKAttributes+PositionConstraints.swift */, + A5C27657E9CED84E123DEA6B82612948 /* EKAttributes+Precedence.swift */, + 9F4F6F9D8F1ADBBAB50B845421B78553 /* EKAttributes+Presets.swift */, + 5C054DD196A7A71E03C60687CF594E64 /* EKAttributes+Scroll.swift */, + 3B25C17A130C7D0803E27E8E5E9F32A2 /* EKAttributes+Shadow.swift */, + DB8259E65C7342319A9322E5E3A86C5B /* EKAttributes+StatusBar.swift */, + 669B5C29CF525051C1EB773ADD8D186C /* EKAttributes+UserInteraction.swift */, + E1C0DFBEB1656E5775769E9DD7592F4C /* EKAttributes+Validations.swift */, + 7B0589635BD25BF46D13DA3F74A2322A /* EKAttributes+WindowLevel.swift */, + 7D6F73E591DEFE4B35BC78F81117823D /* EKBackgroundView.swift */, + 1A41DF6CD1AD6889E66B8CA963800B7F /* EKButtonBarView.swift */, + D383DA1391C54C646431F49F02AD4CB3 /* EKButtonView.swift */, + F5CCA099FED76C4F267BD2DF3644DFEA /* EKColor.swift */, + 0F7E2EFC10113572603ACEDC0104B9DB /* EKContentView.swift */, + F58365E918C34F581D961AA3E86AF63D /* EKEntryView.swift */, + F4A9A9C6F6984BEB9944D2A5B90DC0D1 /* EKFormMessageView.swift */, + 25D5B0EC7853FA1611F5ECF6F9051834 /* EKImageNoteMessageView.swift */, + 66DC558EE0EFA1B9CF47F2C5FAAB9FB1 /* EKMessageContentView.swift */, + F68DC04F51D533FE7335CE9CAEE6402E /* EKNoteMessageView.swift */, + 1C6E0CE6E040E868C4B0B105196EE7D4 /* EKNotificationMessage.swift */, + 37D3D04490451704B11D7D43D18068B4 /* EKNotificationMessageView.swift */, + 26C10877BAE09CF271CA0D8362D7A023 /* EKPopUpMessage.swift */, + 668B4A4AB1A2C83E682019C403BEA3EC /* EKPopUpMessageView.swift */, + C5D2643257262C300B029ED4BF866DAA /* EKProcessingNoteMessageView.swift */, + 27E2F9777D905718F97C32C42E876362 /* EKProperty.swift */, + 32873B078B8FB04C3E580A3AEED3F4BF /* EKRatingMessage.swift */, + 518D33F31F8D21142313CF1C22FDE058 /* EKRatingMessageView.swift */, + C4654F192727322A5B6B3618A117EC3E /* EKRatingSymbolsContainerView.swift */, + 1CCDEC305D8C287F103BFB6BBF51CBB3 /* EKRatingSymbolView.swift */, + 8F9BCBB578AC64837E4C65D41B98530D /* EKRootViewController.swift */, + 9B9B6DEEBF041C124622D3692A52E655 /* EKSimpleMessage.swift */, + 55B582D91E35E4C6AED1B4FCCB977C20 /* EKSimpleMessageView.swift */, + D123B4BE07B72930183427DA4699782C /* EKStyleView.swift */, + D603E61638C5D8B6B4577880F43440FD /* EKTextField.swift */, + 809A942811E904E5AB37C4F1A042F7C7 /* EKWindow.swift */, + 7C5D15D33491C746363CB0AA1240F94C /* EKWindowProvider.swift */, + 626B37D6DBBAFD585FD1D4209C8733B4 /* EKWrapperView.swift */, + 694F5DB4268D75FC1DBA4B4FE8E58961 /* EKXStatusBarMessageView.swift */, + 781B7F0FA16637E1AC33A6D46469B943 /* EntryAppearanceDescriptor.swift */, + D93DC5FA6C8CE42E9948BD0360B325CB /* EntryCachingHeuristic.swift */, + F4605AB20E780CEEBAB5915C8ABAFFE4 /* GradientView.swift */, + 3BF5D3C8E5F8607DB7612921FDEE0AFD /* HapticFeedbackGenerator.swift */, + F87F28A1356F030F69EC94B4847BE7C4 /* QLCompatibility.swift */, + 0D58BECCF834BC7C0F2CAD00747A9431 /* QLUtils.swift */, + 975DCF119919FD799B4096722F0FC6A0 /* SwiftEntryKit.swift */, + B0BEA9C6D6413A703B39402E3A52891A /* UIApplication+EKAppearance.swift */, + EACD991BB8E241D3FDD0B4E17F7C7D35 /* UIColor+Utils.swift */, + BA1421B2932619A7D54A922FC19764AE /* UIEdgeInsets+Utils.swift */, + 0B9C8E56726505D59BB4B6125A16D941 /* UIRectCorner+Short.swift */, + BC0F31D20DAA777B08D7F0A70FBF0456 /* UIView+QLContentWrap.swift */, + 2F731D3A2045EA7A0F28A26D17305C70 /* UIView+QuickLayout.swift */, + 0EE30168F12596011B0BB7565F9C67C2 /* UIView+Responder.swift */, + E02DC36E54D7319048DAB95A9C962E25 /* UIView+Shadow.swift */, + 83C73AD16B130938F86D5F21B5A4CC3E /* UIView+Utils.swift */, + 021840F3237EF92607CF6AFD69AA02CB /* UIViewArray+QuickLayout.swift */, + 3F8B959FD062B3A13D9AD56993CE7251 /* Support Files */, + ); + name = SwiftEntryKit; + path = SwiftEntryKit; + sourceTree = ""; + }; + 110C5907BDA4A7ECF902E1E6DA5026F3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6B6784F5C6162F59169E329C1791CCFB /* ESTabBarController-swift.modulemap */, + 24DB28A9C633662C130D493AC963ACBA /* ESTabBarController-swift-dummy.m */, + F3E9AC28C939292F9B719B3915E2DBD4 /* ESTabBarController-swift-prefix.pch */, + DC38CD6E458446493D8DFD6140262228 /* ESTabBarController-swift-umbrella.h */, + 36882266D56742AF3E97A83FB24DCAEA /* ESTabBarController-swift.debug.xcconfig */, + 6E5DE0EBD0ABA86A5FA7C634811DE1C0 /* ESTabBarController-swift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; + path = "../Target Support Files/ESTabBarController-swift"; sourceTree = ""; }; - 09B88346778B76383048FDD8DB12E628 /* UITextView+DDCategory */ = { + 122129E57FD844996C32C0386085C046 /* Support Files */ = { isa = PBXGroup; children = ( - 7545D8D319D918804FCDED38F98C7054 /* UITextView+DDCategory.h */, - 8ECC1B273B049D31E647EEC1092C91D9 /* UITextView+DDCategory.m */, + E869B0563FDF2FB5DD1C70CBD23F1386 /* DDBasicControlsKit_Private.modulemap */, + 45B0433A65006C9585B4DDDF463F1C62 /* DDBasicControlsKit_Private-dummy.m */, + A07D151B5D8E9E674A370F429FFD441E /* DDBasicControlsKit_Private-prefix.pch */, + BB93A49E9634BBCEFDD4A96DB107C288 /* DDBasicControlsKit_Private-umbrella.h */, + BBC4A1F24EDA3263F4284B89F47B913D /* DDBasicControlsKit_Private.debug.xcconfig */, + D872D7C3EF24EA7A12661B82ACF37064 /* DDBasicControlsKit_Private.release.xcconfig */, + E0A40AE055DF5C3134B4C1A716808CE5 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, ); - name = "UITextView+DDCategory"; + name = "Support Files"; + path = "../Target Support Files/DDBasicControlsKit_Private"; sourceTree = ""; }; - 0AF7AFF369165595CC7A8D6D7CB4CA5B /* UICollectionView+DDCategory */ = { + 14D24B03BAC8D432219F174674254E86 /* Support Files */ = { isa = PBXGroup; children = ( - BCF7D883CC0F6875C2ED8BCA3B16AEFC /* UICollectionView+DDCategory.h */, - EB3A19F0B7DF549464B3F4901B3AAD9E /* UICollectionView+DDCategory.m */, - ); - name = "UICollectionView+DDCategory"; - sourceTree = ""; - }; - 0BE5D419069259B62125B6A4A0E0FF35 /* Core */ = { - isa = PBXGroup; - children = ( - 4402C3FE33C718A6609D0A16193765B0 /* Array+ZLPhotoBrowser.swift */, - 01608E4FF9F8D5A7B934A9C0BFACDBD0 /* Bool+ZLPhotoBrowser.swift */, - 82EB2761E87D21E9A26DCEFC6352EC38 /* Bundle+ZLPhotoBrowser.swift */, - C8780A782301CF171F0BC6DE4676C5C5 /* Cell+ZLPhotoBrowser.swift */, - D29942D82A4F22D17D264D25EF95A235 /* CGFloat+ZLPhotoBrowser.swift */, - 391BD864465120360EF45A57E8F09A2F /* NSError+ZLPhotoBrowser.swift */, - 3A2254DCC6795526427F2D4ED1B1784E /* PHAsset+ZLPhotoBrowser.swift */, - 45F4EB074E0336CF3FBC32F1FDAF34B3 /* String+ZLPhotoBrowser.swift */, - F5D17A70E33D87E9371B7801D8AB8AFA /* UIColor+ZLPhotoBrowser.swift */, - CCDFDB4CCF97E3C28D35A9A0DBC662B4 /* UIFont+ZLPhotoBrowser.swift */, - 1C94417B47DB2A451750248BBEC7ED4C /* UIImage+ZLPhotoBrowser.swift */, - 4BD7C27460CB3FBA99FC9DAFBD0DEE09 /* UIView+ZLPhotoBrowser.swift */, - 670DCA1655F865EE80C7DD7521BD870C /* UIViewController+ZLPhotoBrowser.swift */, - B6F56D18AFDA75BCCD37678C5D30E330 /* ZLAddPhotoCell.swift */, - 72B5CF86394C142B0EE202615656B264 /* ZLAdjustSlider.swift */, - F5BF3A6D001379DA2D24C843D7DAC41D /* ZLAlbumListCell.swift */, - 47C2893D695CBBDC2F7EB43E29542C01 /* ZLAlbumListController.swift */, - 1BD84D1D97A63255622B851D0C8E2E50 /* ZLAlbumListModel.swift */, - 9AE98605D8A7504BBCAE4769495A8A23 /* ZLAnimationUtils.swift */, - F1087393987497936F25CF6BEA27CBBB /* ZLBaseStickerView.swift */, - 0B07FB322502CC62F6F04D4B651A12E9 /* ZLCameraCell.swift */, - 5B6F08B70F2B160BDF4EB97743AD275D /* ZLCameraConfiguration.swift */, - 611BEBEB1B8A780BF689DB7377E78149 /* ZLClipImageDismissAnimatedTransition.swift */, - 56777546892EB99CA6E840243C2E821C /* ZLClipImageViewController.swift */, - 1576BD3B933AC1D7B4F596298EFDD74A /* ZLCollectionViewFlowLayout.swift */, - 1771DE2BA36F89C7C867E6C7C9D45FE1 /* ZLCustomAlertProtocol.swift */, - ACCE48332935E1D9DF9579277A45F6F0 /* ZLCustomCamera.swift */, - 346D5F1D6700A2A14FA3D6B61049E545 /* ZLEditImageConfiguration.swift */, - 490A96CECAA2A2906D41B42686585E31 /* ZLEditImageViewController.swift */, - 9FB3845C271EC8FBA26F02E31FCD134D /* ZLEditToolCells.swift */, - D6A2EC6691E92A1A15CA4D35D6A459BC /* ZLEditVideoViewController.swift */, - B03D835A0F1AA1CFE60BC196370FF866 /* ZLEmbedAlbumListView.swift */, - BB86EDD8D0EBE129ED37C986CC85808E /* ZLEnlargeButton.swift */, - 6DB7826F47D26408DCF6822A6C3ED301 /* ZLFetchImageOperation.swift */, - 80387A0263D56A5C4A117CE2AC1AF1EF /* ZLFilter.swift */, - 11C1DDAE8405BECAD3F70FF39B13EB98 /* ZLGeneralDefine.swift */, - 9747289D9BD78BE668F9D1EB56FF4BF6 /* ZLImageNavController.swift */, - E7BD5BA81EC3FD2492EE4B14C1CF19E8 /* ZLImagePreviewController.swift */, - DBAC076E26C488937FE52A3D2A9A8462 /* ZLImageStickerView.swift */, - 94DF6191969FE65EBCCB58DB94EC682D /* ZLInputTextViewController.swift */, - 33F60430D294178F8F4ADDB66FACF733 /* ZLLanguageDefine.swift */, - C45140FF5D5F54E02FA35B70CAEB1770 /* ZLPhotoBrowser.h */, - 82381EF8FD2C45EC94AACAA43F1D608F /* ZLPhotoBrowser.swift */, - DA59892CA8548D5E6701B30F1D9FACF8 /* ZLPhotoConfiguration.swift */, - F301E079B1DEE131755DB281DDD4E4B7 /* ZLPhotoConfiguration+Chaining.swift */, - F10F5B0BD64E72BF7AA313BA55470205 /* ZLPhotoManager.swift */, - 3053A819C54CB8859AE2ED1A76A68866 /* ZLPhotoModel.swift */, - 01ECAE3CB9957A119723B6D88E7E1A0D /* ZLPhotoPreviewAnimatedTransition.swift */, - 8B44ECA8A112E897D3656F4C3331F96D /* ZLPhotoPreviewCell.swift */, - 99591A4619F3F39465E48DFC25CD17E7 /* ZLPhotoPreviewController.swift */, - A0EE76E8ACF6895B3EF9F37824D89826 /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 70B5E0007CFF5D3681BF0C6E718769F0 /* ZLPhotoPreviewSheet.swift */, - 72DCB4B4C7C5D877327DA98275665A7D /* ZLPhotoUIConfiguration.swift */, - 9BBB80123F0715DAB87FCC31260604D9 /* ZLPhotoUIConfiguration+Chaining.swift */, - 89A8F2B473BB71C2CBDF1244BAFCACA1 /* ZLProgressHUD.swift */, - 0AA3CA00B6E3E96AD7C4602930F713C1 /* ZLProgressView.swift */, - FB883AD330974358D43F62DE2D39A23B /* ZLResultModel.swift */, - 71582B2667D27C622B23DAFE976D63E5 /* ZLTextStickerView.swift */, - 6775FB6597ADD4E10E2AC6E6D368F241 /* ZLThumbnailPhotoCell.swift */, - 6F06DA575740BDCE600CDEB253AD2D4B /* ZLThumbnailViewController.swift */, - EED18ECE0C13BB824FD381CC8376DC8E /* ZLVideoManager.swift */, - 623EAAEF56C6CB021B94B0E4B9FDF51D /* ZLWeakProxy.swift */, - ); - name = Core; - sourceTree = ""; - }; - 0EF58A3EC509BBF0837FBA1E9F3AAC38 /* ijkplayer */ = { - isa = PBXGroup; - children = ( - 235BDED5560D7264AD9A8D9796180A39 /* ZFIJKPlayerManager.h */, - 83A209587526652C604FEE487A9099A3 /* ZFIJKPlayerManager.m */, - 6A050BE338FA354705B26D577F15462D /* Frameworks */, - ); - name = ijkplayer; - sourceTree = ""; - }; - 107575F391EBD4CA3ECFEB5505C1FB13 /* JCore */ = { - isa = PBXGroup; - children = ( - B17147E6328B67B189E38A845BD435B8 /* Frameworks */, - 1E33005357AAEA2E76B61C3B74AC5562 /* Support Files */, - ); - name = JCore; - path = JCore; - sourceTree = ""; - }; - 1108D886CB08CBCA8DD327167275CCB0 /* DDBaseViewController */ = { - isa = PBXGroup; - children = ( - 4176A9804AAD8DFE6F4960F262C391DD /* DDBaseViewController.h */, - 9ED26ADFCE2D09A592E39FB97FBE7AE9 /* DDBaseViewController.m */, - 8D4E03E15C87BED181E71288C8D29E74 /* Resources */, - ); - name = DDBaseViewController; - sourceTree = ""; - }; - 13D7227416E57077C1C85133AC4536A1 /* UIButton+DDCategory */ = { - isa = PBXGroup; - children = ( - 0DCF25749F790C71E8460ED14F3D5685 /* UIButton+DDCategory.h */, - B9E7EAAE7FFB02A8C1D0071CBB1B135F /* UIButton+DDCategory.m */, - ); - name = "UIButton+DDCategory"; - sourceTree = ""; - }; - 15734971E33266802D83348FBF74A4DC /* UIWindow+DDCategory */ = { - isa = PBXGroup; - children = ( - 4C4BD8C2733497F0C00181D867AE31EF /* UIWindow+DDCategory.h */, - 58E225B242515443854FAA700E390134 /* UIWindow+DDCategory.m */, - ); - name = "UIWindow+DDCategory"; - sourceTree = ""; - }; - 1583EADBA5E937C771C8970D25178866 /* Support Files */ = { - isa = PBXGroup; - children = ( - E49B996F58E912C5B668706B43DEBF1A /* RxRelay.modulemap */, - 262234BABB0626EB2A8B0A61D5F3E9A7 /* RxRelay-dummy.m */, - 33D7F3F2A8D4FD74E6EAE2F41F16E71A /* RxRelay-prefix.pch */, - E1FAB3FB7803F1BFBCF2A3086726FE24 /* RxRelay-umbrella.h */, - 38C547DBAD9E6C080E0076E69BE58F25 /* RxRelay.debug.xcconfig */, - B66B8ED964072ABE3FF206B8605DCF1B /* RxRelay.release.xcconfig */, + E20C93508493A2DCBC91469229422DDB /* RxRelay.modulemap */, + 283576C304850D61EA0ED1A252988D7B /* RxRelay-dummy.m */, + 07A4D50E178A36E1C1AD78E6EE7344CE /* RxRelay-prefix.pch */, + EDF5720A320880B0D51D92B4E3903737 /* RxRelay-umbrella.h */, + F7AC5C76FD8E79C265D907673EAB9F00 /* RxRelay.debug.xcconfig */, + F730F619AB07DFE1487C5CB691EC6969 /* RxRelay.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/RxRelay"; sourceTree = ""; }; - 1653D32A34A913F57378B8909049D557 /* DDImageView */ = { + 150CF28FFB6BE1F3A18CE1226470418D /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDImageView; - sourceTree = ""; - }; - 194EC641BBA0BC0E7360950551FFC731 /* DDUtilsSwiftKit_Private */ = { - isa = PBXGroup; - children = ( - 2057A504274F7B47830CFADBB13631E0 /* ApplicationInfo */, - 83B02AB0EAAF93D428ECC3CBB55E533B /* DeviceInfo */, - 97C330449C697F8AA676CE92CA7ECE98 /* FileManager */, - 016DC156C80021238682E18D84A35AD7 /* Support Files */, - 35B0DB9DDD2D3BA25D775B8752E68E3D /* UrlLinks */, - ); - name = DDUtilsSwiftKit_Private; - path = DDUtilsSwiftKit_Private; - sourceTree = ""; - }; - 1A1055E239116D5C989E7950C4F9401B /* Frameworks */ = { - isa = PBXGroup; - children = ( - D11C3A6DC76F0A13FBA9B0032F51E966 /* AMapNaviKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 1A751203528CF500D9747EACA186D2BB /* Support Files */ = { - isa = PBXGroup; - children = ( - 94565F89D7EFCAD4B27798B71316D86D /* DDFontKit_Private.modulemap */, - 5E85F4604B77ADEB2BCC2B40C53135C5 /* DDFontKit_Private-dummy.m */, - 37039164C35DFB490E6BFC2C7D46F10F /* DDFontKit_Private-prefix.pch */, - 7B26DF4BB40CC8E5F8C22F50158A1B0C /* DDFontKit_Private-umbrella.h */, - 72F715B89BF326FA98C3209C7829E832 /* DDFontKit_Private.debug.xcconfig */, - 4B1386CCCA17FFA23CDAEC30B90C51D6 /* DDFontKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDFontKit_Private"; - sourceTree = ""; - }; - 1B34709BBB3E04B423129C8922F76E8A /* DDAudioPlayerKit_Private */ = { - isa = PBXGroup; - children = ( - 8746CCA0CCF801790B6E3CE3DEC4FCE6 /* DDAudioService.swift */, - 6061101A28929D1FCB3D31D5D3CC27B7 /* DDSpeechSynthesizer.swift */, - 22594129D84FC6500FE38D890DD5DE49 /* Support Files */, - ); - name = DDAudioPlayerKit_Private; - path = DDAudioPlayerKit_Private; - sourceTree = ""; - }; - 1E33005357AAEA2E76B61C3B74AC5562 /* Support Files */ = { - isa = PBXGroup; - children = ( - F2DB22B2CB2CF7C9AD0F2DB2794B3F7C /* JCore-xcframeworks.sh */, - 73E9B8211064B626E77CDED4F0AD9F32 /* JCore.debug.xcconfig */, - F92CBF7D7F0F2F2EC58EC5B8AB05E06B /* JCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JCore"; - sourceTree = ""; - }; - 2057A504274F7B47830CFADBB13631E0 /* ApplicationInfo */ = { - isa = PBXGroup; - children = ( - F4F5B57E57EE62C413784FAB23F6C812 /* ApplicationInfo.swift */, - ); - name = ApplicationInfo; - sourceTree = ""; - }; - 21EEFEC849590C2126F198ABF4E41C1E /* DDTransitionAnimation */ = { - isa = PBXGroup; - children = ( - 52D4A575CD3F0D53EC4536F900572A51 /* DDViewControllerAnimatedTransition.h */, - 76BD9CFAED498FA08A0499830D3E12CE /* DDViewControllerAnimatedTransition.m */, - ); - name = DDTransitionAnimation; - sourceTree = ""; - }; - 22594129D84FC6500FE38D890DD5DE49 /* Support Files */ = { - isa = PBXGroup; - children = ( - 50A8997D17DB321BAD0A9B572818EEC8 /* DDAudioPlayerKit_Private.modulemap */, - CC07787A6CBF67D4BE3C42BE1874EF0F /* DDAudioPlayerKit_Private-dummy.m */, - E911773573B3E5A9196993FD2F0C736E /* DDAudioPlayerKit_Private-prefix.pch */, - 960A9C24ADDC4FB870425AA42821617D /* DDAudioPlayerKit_Private-umbrella.h */, - 4B927ED3D240B823C59AE3B377B22F9E /* DDAudioPlayerKit_Private.debug.xcconfig */, - 1E9A1173446313785C398F7050192AF4 /* DDAudioPlayerKit_Private.release.xcconfig */, + 30E10978E25A8EAB4EE7F0EA8C1BD658 /* DDAudioPlayerKit_Private.modulemap */, + 7F66B1DB098C3DA48026D74A3F43CA39 /* DDAudioPlayerKit_Private-dummy.m */, + C2D65E4D24B7B4384EE846067ACC29B2 /* DDAudioPlayerKit_Private-prefix.pch */, + 5E797CB6A02E277912BB83563B59F28F /* DDAudioPlayerKit_Private-umbrella.h */, + 795909B64F353467B960AC23DF82236F /* DDAudioPlayerKit_Private.debug.xcconfig */, + D46A02AA3FEB386950BAB6DA32E6F726 /* DDAudioPlayerKit_Private.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/DDAudioPlayerKit_Private"; sourceTree = ""; }; - 2311D99727A92ABC06953F87902C9DEF /* UINavigationController+DDCategory */ = { + 15B2FE66CF99D9386A9166E12C29C7ED /* ControlView */ = { isa = PBXGroup; children = ( - 3764CAAC840FD29EA621D7E46C27290F /* UINavigationController+DDCategory.h */, - CE01262C4D3C7BDFEDDE0E4275F2F749 /* UINavigationController+DDCategory.m */, + D6DA38D57A840333E73BC2B72B5CD934 /* UIImageView+ZFCache.h */, + 5C7EF984EF3EFD2C897952681BC7E4BB /* UIImageView+ZFCache.m */, + D9A36C09A669F8D3ADAAB8C0846A6E42 /* UIView+ZFFrame.h */, + D30DF5A4E8DEB9FCDC93770CFEDA7938 /* UIView+ZFFrame.m */, + 0603369D29C08BBD4B780229EB57C5F2 /* ZFLandScapeControlView.h */, + A7722501FB9792273EAA04FCB5F51740 /* ZFLandScapeControlView.m */, + E1B8068A6C541BB6AFE6687238DB16E7 /* ZFLoadingView.h */, + 683E843CD70E529C09C24CB3C1A1879A /* ZFLoadingView.m */, + 3FFFE787FDE9FF77F02B01967B7C7A35 /* ZFNetworkSpeedMonitor.h */, + 45312A1792518423AAA4BF2D2477900F /* ZFNetworkSpeedMonitor.m */, + C1DD28DA6F2BDBEE79793A9713DD757B /* ZFPlayerControlView.h */, + 9A0A702C5246C362CAA1536756F82DF8 /* ZFPlayerControlView.m */, + F91CB345D47A1CBC63EFA5827EAAD079 /* ZFPortraitControlView.h */, + B57AC1DD2D20C0444F00D97E064EA74C /* ZFPortraitControlView.m */, + 63484568EA3DB677F902354665DA16C4 /* ZFSliderView.h */, + AF157A60B23BCC2CFA7431BE130D3402 /* ZFSliderView.m */, + 8779ABA3A994868A90793E850955CAE1 /* ZFSmallFloatControlView.h */, + F2350383A51553838E2F9C6F287D4094 /* ZFSmallFloatControlView.m */, + 79E20F9E0E7419F7218D8D1BEAC8BE00 /* ZFSpeedLoadingView.h */, + 39885DFE53079DA33C3AF6C34E8644EA /* ZFSpeedLoadingView.m */, + 759491B4FF8FB9E9A878BC209BFD4F7B /* ZFUtilities.h */, + B6E95CB0B4172465AE85C68B8F650249 /* ZFUtilities.m */, + 7893697D299A72F8BA75B67B7CE2F89E /* ZFVolumeBrightnessView.h */, + 259A4B15C93543FAE7C4573300F2A1C8 /* ZFVolumeBrightnessView.m */, + 6F1EB5B64017FE19963E19DFFBFE6CBF /* Resources */, ); - name = "UINavigationController+DDCategory"; + name = ControlView; sourceTree = ""; }; - 23B2B10670857E608902F55AB3E0E97E /* DDWebImageKit_Private */ = { + 16C549B10DCB5D00C05F8A9008807DB9 /* Frameworks */ = { isa = PBXGroup; children = ( - 9463E7B534409F543623961EC7C73DB0 /* DDWebImage */, - 6A02B30440D00B18AC1895AD60A21A12 /* SDWebImage */, - 7CA5E306DD78BCB2E0FE19F71BCC1829 /* Support Files */, + 753F09D3A6589B87B04B3FB45DF916A9 /* AMapNaviKit.framework */, ); - name = DDWebImageKit_Private; - path = DDWebImageKit_Private; + name = Frameworks; sourceTree = ""; }; - 252E3BC299CEF483C1345D808B0B6C28 /* DDAutoUIKit_Private */ = { + 175E915D23021779148CFF601FC005CC /* DDBaseTextField */ = { isa = PBXGroup; children = ( - 8EFADBF67F401DA20A669184AC61BCF0 /* AutoUI.swift */, - B0033F882663B2C04116D66E8B3305B0 /* Support Files */, + 9211CB328D8071AD8EE91F959D93E3BF /* DDBaseTextField.h */, + BE7829D49288BB4A2B1C3428C611EBD3 /* DDBaseTextField.m */, ); - name = DDAutoUIKit_Private; - path = DDAutoUIKit_Private; + name = DDBaseTextField; sourceTree = ""; }; - 2547061C1F2552C5C8E509D1897EEBC0 /* MapKit */ = { + 1921E78AEFBB15A4BFED707C6A244D99 /* UILabel+DDCategory */ = { isa = PBXGroup; children = ( - 7CA72B33E300760869325613879FD583 /* MKAnnotationView+WebCache.h */, - 13696EA53B680BA0F160BA457A11547E /* MKAnnotationView+WebCache.m */, - 824707C58309D0DAEEF86662AC4FB192 /* SDWebImageMapKit.h */, + 0B1E8288ADDE2F4142A6C7152BB42C76 /* UILabel+DDCategory.h */, + 6001BB31587184982411055EA990B701 /* UILabel+DDCategory.m */, ); - name = MapKit; + name = "UILabel+DDCategory"; sourceTree = ""; }; - 26C0DD2DA86F4F4D7FA1E5D560CB4DBA /* DDMATrackManager */ = { + 1941C1BAC969491C3376283061E72D06 /* Core */ = { isa = PBXGroup; children = ( - DAA6B6574589A7CE331DEAB1BF3F872C /* DDMATrackManager.h */, - C70574CE2D5005135149F456F6F062B8 /* DDMATrackManager.m */, + F5BBC4067CA81BBAA4EBFEDA598AC2D9 /* Array+ZLPhotoBrowser.swift */, + 770D8D4C1F57C04DA1AA61A58FB419A9 /* Bool+ZLPhotoBrowser.swift */, + EAD74672A0CFFCF3755E1D4EB5216767 /* Bundle+ZLPhotoBrowser.swift */, + 4E3116B641BD896DCE20A1EF136462F7 /* Cell+ZLPhotoBrowser.swift */, + 25B7C49E434F0FD6481719D7A1CAF359 /* CGFloat+ZLPhotoBrowser.swift */, + 170BBE76A34DB894858F4A1C6CBF9FB2 /* NSError+ZLPhotoBrowser.swift */, + 84522570DAD672D58AA4E389329D7CEA /* PHAsset+ZLPhotoBrowser.swift */, + 57E3EC0AC5EB309AA5BC47F89954B444 /* String+ZLPhotoBrowser.swift */, + C360CBF6B0E6AD7F01957675C510BE89 /* UIColor+ZLPhotoBrowser.swift */, + CABD0292800696BF629AE9D17BEF0C66 /* UIFont+ZLPhotoBrowser.swift */, + 050B017433C17B15A5712EE1BECB5E53 /* UIImage+ZLPhotoBrowser.swift */, + 2D9C4E6F91B5E65465DDF67DD6BCFDB0 /* UIView+ZLPhotoBrowser.swift */, + BD47C7E094CE4B7D5DE6B3AC6B090994 /* UIViewController+ZLPhotoBrowser.swift */, + 8BEF0FB9A270BAA05728B6F2EFA50FBC /* ZLAddPhotoCell.swift */, + E0F17526A977A87F4B4EB47D83CEAC53 /* ZLAdjustSlider.swift */, + 84AD6E8A433AE28682F339252C2EB98E /* ZLAlbumListCell.swift */, + AEBCD8C84670C83A94FB9262C56E66F5 /* ZLAlbumListController.swift */, + D901979501F432235C64E6AC4AB82EDB /* ZLAlbumListModel.swift */, + E906A74469F9048F0A7BBC39B81E4306 /* ZLAnimationUtils.swift */, + 1D859E0B839D8C5D9A193A0ADCD27C54 /* ZLBaseStickerView.swift */, + AE9F9011F9E47F13A557D1479BABE384 /* ZLCameraCell.swift */, + 6DFC25C5487E83F0CB3C599E076DAE3D /* ZLCameraConfiguration.swift */, + 6783AB064D437BD7A412067C99B4DF37 /* ZLClipImageDismissAnimatedTransition.swift */, + CCBEFE7EFDBF5BA4C9D550781394D569 /* ZLClipImageViewController.swift */, + A1187BDB18A7BCD373D82B768A9D8811 /* ZLCollectionViewFlowLayout.swift */, + 823464E00AF14E1C827C3774E038EFC2 /* ZLCustomAlertProtocol.swift */, + 920F25B4E7A48C42C4BD05D8820CD675 /* ZLCustomCamera.swift */, + 9AA8E757CC4DCDE407198A52DFB4BE86 /* ZLEditImageConfiguration.swift */, + 070B86A959C60844EB59723B8B506DC7 /* ZLEditImageViewController.swift */, + 8837B693936861F78E22A144F7CE9245 /* ZLEditToolCells.swift */, + 7CDED5A04FDA512C3BF415649C8A1822 /* ZLEditVideoViewController.swift */, + BDACE794855D907CD5A4811E72866CAB /* ZLEmbedAlbumListView.swift */, + 0ED51AB88BD31A962749880147DDCC94 /* ZLEnlargeButton.swift */, + 68B600BC7AC1EFF4E70A36A0A7CE2118 /* ZLFetchImageOperation.swift */, + E1F0ECA1819BB892D033E84D2410085B /* ZLFilter.swift */, + 1BD51C9DAF8DF4365E17BA2C13CCA14F /* ZLGeneralDefine.swift */, + 0D7BBFB7922A0612AEC12DA177C7AB4B /* ZLImageNavController.swift */, + 9750FDDE1AE9FFF16C8C0803092041F8 /* ZLImagePreviewController.swift */, + 48148195B330B6991BF7FE0A2BAE6F0B /* ZLImageStickerView.swift */, + 12518713B31AC6922131E90E7B9777E0 /* ZLInputTextViewController.swift */, + 2128C02D27F0F82C309D006D82574219 /* ZLLanguageDefine.swift */, + 5D734A5F0B36242991448F3409A0D567 /* ZLPhotoBrowser.h */, + 35450C3C90041047307AFA530B4FB58B /* ZLPhotoBrowser.swift */, + B1BD622ADB420FE6BCCB6A1E11CC3C4A /* ZLPhotoConfiguration.swift */, + E3AAAD26A8FF316676A513010A48A759 /* ZLPhotoConfiguration+Chaining.swift */, + 80CFC41A2AFB3AB5866D6E4DCB91387C /* ZLPhotoManager.swift */, + 2CAEAE92A90918D389D7CCD82333E57F /* ZLPhotoModel.swift */, + 11F1FB07A7985B49D4B2287D27B5E3DE /* ZLPhotoPreviewAnimatedTransition.swift */, + 43BCDBABD77CC7F5297BD82BB819F04D /* ZLPhotoPreviewCell.swift */, + 231CC4A3A4CF964F93469DDAE4FE160D /* ZLPhotoPreviewController.swift */, + AD3A281E792BDA50C5E416A95F141BF7 /* ZLPhotoPreviewPopInteractiveTransition.swift */, + CA25A894AF5692143BA3754D55BAE255 /* ZLPhotoPreviewSheet.swift */, + BEE633116376F346AF7F8F6CA982F22D /* ZLPhotoUIConfiguration.swift */, + 30D2EC85BE224E4817DB8095561AC045 /* ZLPhotoUIConfiguration+Chaining.swift */, + A363A011B34262196863671FE274C8DD /* ZLProgressHUD.swift */, + B4BDF4B29CDA5E515E318FC460748C6F /* ZLProgressView.swift */, + BBB2811E9DC264F1849B265F6BD4C005 /* ZLResultModel.swift */, + BE5C3DED1065C379F19BC07715696400 /* ZLTextStickerView.swift */, + 2215CA305EB28F8BC752F56AC206D861 /* ZLThumbnailPhotoCell.swift */, + 01122F2913AAEB4DE71A78D263C4FA14 /* ZLThumbnailViewController.swift */, + FE60A6156D03AE9D1899CC6F69CF7591 /* ZLVideoManager.swift */, + F73A64E4521EDBD1AAE1CC1963BEEE5F /* ZLWeakProxy.swift */, ); - name = DDMATrackManager; + name = Core; sourceTree = ""; }; - 270B621EB856799E90A01DB6731A0A11 /* Support Files */ = { + 1A9A98D78FC36F97BDF46D8BAC119372 /* RxRelay */ = { isa = PBXGroup; children = ( - D34D315DAA663F46E684E7A48F3F08CA /* AMapTrack-NO-IDFA.debug.xcconfig */, - 29B6FC67C331152420271699B8D928FA /* AMapTrack-NO-IDFA.release.xcconfig */, + D5CC3401DDE8788C49A2FB401C236B39 /* BehaviorRelay.swift */, + FB8B286BE1DB87F3BA9D2EC9ED194D2A /* Observable+Bind.swift */, + 9E59E3429A485C2A5503F84B98CA1316 /* PublishRelay.swift */, + 2D5BCD92C44C72931F824CC5A99B1E0A /* ReplayRelay.swift */, + 5B306F2855C17CE14E0C6F81357746E9 /* Utils.swift */, + 14D24B03BAC8D432219F174674254E86 /* Support Files */, + ); + name = RxRelay; + path = RxRelay; + sourceTree = ""; + }; + 1E410062BB39B5CDA41091DB3E1B30B3 /* Resources */ = { + isa = PBXGroup; + children = ( + C0CC88DEAD39E5F951966CC66C8E0D87 /* DDBaseViewController.xcassets */, + ); + name = Resources; + sourceTree = ""; + }; + 1E7E19D8B4137125852F3F5BD4CAB8C9 /* Alamofire */ = { + isa = PBXGroup; + children = ( + DE60DBE6D5F359EB495C77110B2618A1 /* AFError.swift */, + 1BD1740FB29D1A3807461CA2C01462D7 /* Alamofire.swift */, + DDF68F83FA73BDDF45C3B02E3B3DBD0C /* AlamofireExtended.swift */, + D1DE7891489E9D59D79DCE22AF66F9D9 /* AuthenticationInterceptor.swift */, + BE5DD252BA69434899C678B2483C0DD9 /* CachedResponseHandler.swift */, + 452399CF8D0225CB3D278F7746158C03 /* Combine.swift */, + 4501AB0D576E6AE3E09907423AD2BB24 /* Concurrency.swift */, + C4FB019431EDA44040E819530DFEC690 /* DispatchQueue+Alamofire.swift */, + 51FCF11C1D9AF01314CAC5DFDD70C064 /* EventMonitor.swift */, + EA00C2EF2C8729C7835C0FBBD468E5EB /* HTTPHeaders.swift */, + 4542046C28F3D70E296E394B873C6719 /* HTTPMethod.swift */, + 8AC70FFE362EF3AB3FF0ACD35A4CE3E6 /* MultipartFormData.swift */, + 1A822AFE2F2931497A0367242C37EBE0 /* MultipartUpload.swift */, + E60A2DAA7D2B91800BF97AF92F413AD2 /* NetworkReachabilityManager.swift */, + 7E8EB4D9D80DED315FCCCD54A22BFF90 /* Notifications.swift */, + 2DE360277EB2A96E676EC9DE5ACB5BD2 /* OperationQueue+Alamofire.swift */, + 172DC173929CF37802A7EE6F1D8DB741 /* ParameterEncoder.swift */, + CEE53DC88755CA53BD5211B8C2D625CD /* ParameterEncoding.swift */, + 49BC6C5577BF8216BBB56CC43A0F28ED /* Protected.swift */, + 1E0E4BEDFFDAE8979598322B432BFA24 /* RedirectHandler.swift */, + 23F812061A0FADB75F57187E35DD1A70 /* Request.swift */, + CA0A74178538170BF7A45834883DDEF7 /* RequestCompression.swift */, + B6D75EF1453E751B4B4F4DFE4FB6CBAA /* RequestInterceptor.swift */, + BAAEE5266B24A1F47CF5D571FDDF99F6 /* RequestTaskMap.swift */, + 806B3B0C554073E0DB8B0668D9DDE96A /* Response.swift */, + 801E554458FA935FE0EAB7E76939D9E3 /* ResponseSerialization.swift */, + 756071B94EA9B9D34DCD2BEE85E39996 /* Result+Alamofire.swift */, + 08232915BE097677A51DB6928DFF4C8B /* RetryPolicy.swift */, + 961AE890FBEFCD5604AC60F804211247 /* ServerTrustEvaluation.swift */, + F913AEF4BC19217524BA7CE744FAAB90 /* Session.swift */, + 9BBF6D50AA0248F251212A85BDF83338 /* SessionDelegate.swift */, + D7FC978BC1E8EF7BC06878A073EAEB09 /* StringEncoding+Alamofire.swift */, + AA30A55FDF8DFDDBC812D62BD202C59A /* URLConvertible+URLRequestConvertible.swift */, + 3C8A4DFD485152B53E1EEFEA1C8B36D7 /* URLEncodedFormEncoder.swift */, + 4DAA2B2D5E9074D6A807CBD2587D6A12 /* URLRequest+Alamofire.swift */, + 6F00AFF32E79768049030605B652BE4E /* URLSessionConfiguration+Alamofire.swift */, + 926D0D7F98DDC85FA76727518C025EC0 /* Validation.swift */, + AA460C7315A7D6DEB907C48EAC55A975 /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + 205CD2CF11EAAC33763FF31D922D14CF /* JPush */ = { + isa = PBXGroup; + children = ( + 0BC73D79404F1F157BADCAB9B83CBDDE /* Frameworks */, + E2A469D7F93DF4B96A7E9804E6E9FC21 /* Support Files */, + ); + name = JPush; + path = JPush; + sourceTree = ""; + }; + 22336FA881364DCB0CC6A2598102E61A /* Annotation */ = { + isa = PBXGroup; + children = ( + 4AE70648B4DA4312BD9465EEA78E5683 /* DriveRouteCustomAnnotation.h */, + 0BE13097EC2D93EF260C8A3AF9799E10 /* DriveRouteCustomAnnotation.m */, + EC53D7B46DBDAB7832BF075AED295D1B /* MAPointAnnotation+DDCategory.h */, + 892F3F4CD250BF18FADDFC9726FD9963 /* MAPointAnnotation+DDCategory.m */, + ); + name = Annotation; + sourceTree = ""; + }; + 24991D3357B53576E6362A22AC451691 /* OCLog */ = { + isa = PBXGroup; + children = ( + E4389A79A98D82D099859D31900A8A41 /* DDOCLog.h */, + ); + name = OCLog; + sourceTree = ""; + }; + 24A6D15C4C3094E707EDC9542511130A /* DDAttributedString */ = { + isa = PBXGroup; + children = ( + 95B5C791F3B2A408B2E8C5912A3FD12A /* DDAttributedString.swift */, + F31EFDE70D0EBCBD2BE3D0CCF09DEA93 /* DDMutableAttributedString.swift */, + ); + name = DDAttributedString; + sourceTree = ""; + }; + 263C1B918A254B9F9A15122C57C20AF4 /* DDCategoryKit_Private */ = { + isa = PBXGroup; + children = ( + 5155500DB4A4AAC9D6124FDC80CC351A /* DDCategory.h */, + 0F2DAF956E90A7A1AD494470E0996F45 /* CALayer+DDCategory */, + 46640FD81E278B2C7F2983A751FC6822 /* NSAttributedString+DDCategory */, + C89D5AC0B6EF728423180D415B26E5D4 /* NSBundle+DDCategory */, + 324FC8504359A6CD51E50ABF82429F92 /* NSObject+DDCategory */, + 3F7DE281E27E7A6EA93CB30A8296265A /* NSThread+DDCategory */, + 389311C4B4FFE1B58DABA04BE616F3D1 /* NSURL+DDCategory */, + 00FA8688E0052FC90A3B9AC7AFC812F2 /* Support Files */, + B66A1B2FE793460F17C0E1E7816FCF31 /* UIApplication+DDCategory */, + 8B5A5D2C40D3EC25D0748FAA9E7DBF1E /* UIBarButtonItem+DDCategory */, + 0B9F10971D16EB2C39DBEA39B7F5EC17 /* UIButton+DDCategory */, + 829AD36EBEC70576291498BABDFF182D /* UICollectionView+DDCategory */, + 6FAF191D411651E4FDA906301B60DD3F /* UICollectionViewCell+DDCategory */, + 0100EAF5D13E984F13B77CEC114396CF /* UIFont+DDCategory */, + E95FEAC7FA583ACD4ADE9DC241F86A20 /* UIImage+DDCategory */, + 9938FD6E0FCBFDEC75022CBD8CD9E9D2 /* UIImageView+DDCategory */, + 1921E78AEFBB15A4BFED707C6A244D99 /* UILabel+DDCategory */, + 6B7BF72857469ECBF3D8D9F3C4233E41 /* UINavigationBar+DDCategory */, + 6EC036259BBD442579CDEACD055C90CE /* UINavigationController+DDCategory */, + BEB106B16043CF1E0112974522D3FBD4 /* UINavigationItem+DDCategory */, + 5050C991869C2749EC88FD6434BB9874 /* UIScreen+DDCategory */, + 3C9F6A11887672481ACE1AFBD6531CBC /* UIScrollView+DDCategory */, + B122FEB050ADDD088992504CBBE8FC0E /* UISwitch+DDCategory */, + C27E793D3C96FD760A8C3E40A2705A5B /* UITabBarController+DDCategory */, + D231A48FBEAF02C2007C9590DE93D9FC /* UITableView+DDCategory */, + E1370C83C058469F1FB3103F9CAC2F11 /* UITableViewCell+DDCategory */, + E16DDBF280AAE7D418BC191B91ABA8C1 /* UITextField+DDCategory */, + 3917310CC917B2C168E3B146D1F0F4EF /* UITextView+DDCategory */, + 348F2832A8BD854B595B5BE43B64B66C /* UIView+DDCategory */, + F1894C69CC4156313AD79ED52418C39C /* UIViewController+DDCategory */, + 9A33E73D3F49EAA3B3B9CC934141A10B /* UIWindow+DDCategory */, + ); + name = DDCategoryKit_Private; + path = DDCategoryKit_Private; + sourceTree = ""; + }; + 273917F5E5C7E32A224BB72546426A44 /* Support Files */ = { + isa = PBXGroup; + children = ( + DDA96801534455763CE25F6009227C16 /* DDNetworkingOfAlamofireKit_Private.modulemap */, + 5B3A5FA72E662456696B4A1EA5856BC6 /* DDNetworkingOfAlamofireKit_Private-dummy.m */, + EEE82F387DA67624669B5EB02B280EEE /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, + D4370EB0527F8951315CFCDF2B136F01 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, + F9B671CABEF0BE423F6CC28764C0D86A /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, + CBE79F1DEB908F14820EA89EAEEA020D /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AMapTrack-NO-IDFA"; + path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; + sourceTree = ""; + }; + 2764950B9CA6A50F48478C704093ADD2 /* JCore */ = { + isa = PBXGroup; + children = ( + 92DC8E56B4E6938D7F5E0A414C2BA94D /* Frameworks */, + 29D1CE0DA72E2FA1C7BAAD349FBCD993 /* Support Files */, + ); + name = JCore; + path = JCore; sourceTree = ""; }; 27CDD0DD5E92BE6144CB082499A69238 /* Products */ = { @@ -3979,306 +4218,292 @@ name = Products; sourceTree = ""; }; - 2CF40C778DC290A696BE1CFEF85409DF /* DDBaseButton */ = { + 29D1CE0DA72E2FA1C7BAAD349FBCD993 /* Support Files */ = { isa = PBXGroup; children = ( - E30CECBEFC05F00C0AD886CF17434471 /* DDBaseButton.h */, - 8DABAF1CA40B50BCB492C9922953A952 /* DDBaseButton.m */, - ); - name = DDBaseButton; - sourceTree = ""; - }; - 2E5A80BB819C131ED97BB34BB1411759 /* NSBundle+DDCategory */ = { - isa = PBXGroup; - children = ( - EDD6C46DDCEEBC032DC4F44D62EB142C /* NSBundle+DDCategory.h */, - 9068F38F483C9E74060000BD6B1EA83B /* NSBundle+DDCategory.m */, - ); - name = "NSBundle+DDCategory"; - sourceTree = ""; - }; - 31E4660264ACC5D1B7899EB857DCB54D /* Sources */ = { - isa = PBXGroup; - children = ( - 391B118914E63C396E078431EE39C31F /* Resources */, - ); - name = Sources; - sourceTree = ""; - }; - 32E08C00021DB4EE0ACC89C38FA5332D /* Support Files */ = { - isa = PBXGroup; - children = ( - A88694A5465D0D0EDFA5CA00A2A747C1 /* ZLPhotoBrowser.modulemap */, - 1FCFC9136F2B8654DA2BBE40BA82AF47 /* ZLPhotoBrowser-dummy.m */, - 5183514462C5F612120F04A21D2B1F76 /* ZLPhotoBrowser-prefix.pch */, - 786F0E108D2F92AEAC2DD0F6B645BE70 /* ZLPhotoBrowser-umbrella.h */, - 9656459F1A526092F5D3C6B8DC3EE64B /* ZLPhotoBrowser.debug.xcconfig */, - BAD8347B944D95DD240172E29B92A8D7 /* ZLPhotoBrowser.release.xcconfig */, + FB3A1F44A8776F9A707EDE298439737B /* JCore-xcframeworks.sh */, + 0F95AD77B334DC3AC2477F1A3AC313F7 /* JCore.debug.xcconfig */, + 6DE62048AAF1140C9846AAD0A96580C3 /* JCore.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; + path = "../Target Support Files/JCore"; sourceTree = ""; }; - 35B0DB9DDD2D3BA25D775B8752E68E3D /* UrlLinks */ = { + 2B13C7B0960D03C25AACDFCFF80FC818 /* FileManager */ = { isa = PBXGroup; children = ( - 76C5C1067A78AA34D3638980C032C31A /* UrlLinks.swift */, + D98B3D2F58132F743364A7A04A7B5CB5 /* DDFileManager.swift */, ); - name = UrlLinks; + name = FileManager; sourceTree = ""; }; - 35EA4FCC6740798FDEF0E7F2C708F95E /* DDTextField */ = { + 2C72F922BCB625B84C82446DF967B2B1 /* DDMAUtil */ = { isa = PBXGroup; children = ( + EE62199AFF21BE479CA842B08CC5E7CC /* DDMAGeometry.h */, + 53BE306314A462A24FE69A85B8A9749F /* DDMAGeometry.m */, ); - name = DDTextField; + name = DDMAUtil; sourceTree = ""; }; - 391B118914E63C396E078431EE39C31F /* Resources */ = { + 2C8BA2365F71159E8F1E5D2DA4108AA9 /* Frameworks */ = { isa = PBXGroup; children = ( - 9E58A53DA1E128005EF62EBF80F14D35 /* Sources_DDMAMap */, + 1948244474DF58002D4014BB5950A23D /* AMapLocationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 2CFD960BDFDEADB01A29536A3ECB5841 /* DDBasicControlsKit_Private */ = { + isa = PBXGroup; + children = ( + ED1015A4A506B5A6A5CBF928F5DD5769 /* DDBaseAnimation */, + 876EA9F98FC81DCF3D1161B80695CB9A /* DDBaseAttributedString */, + 4A7064474006F982BB3C43A0CA8D4473 /* DDBaseButton */, + 6988B4D0E8B9B999D9D9CB4964ED8C5F /* DDBaseCollectionView */, + 019D529A56B45AD8A1CDB539C2E1C444 /* DDBaseCollectionViewCell */, + 8FB9F458B4AEFF16FB1A9D1617D86BBB /* DDBaseImage */, + 09ADF5BA2FF82FE29326ABA6E6FED62D /* DDBaseImageView */, + BC15E5096172B530B40DEF6739CD2338 /* DDBaseLabel */, + EA5910B39F49AE056CE60E14BD99EF9D /* DDBaseNavigationController */, + BBE3524402D6D574D965E639B0013616 /* DDBaseScrollView */, + 81F99A79A73A0F9EC41F1D9EF305BCA3 /* DDBaseSwitch */, + C5B3023A59070F5FE84D969BA3D2A8BF /* DDBaseTableView */, + 644D975B64DB9162C91F173C3C3DAFA3 /* DDBaseTableViewCell */, + 175E915D23021779148CFF601FC005CC /* DDBaseTextField */, + CC68D5B083BF956025DEC577A826789E /* DDBaseTextView */, + 7BC4F1853861D60953E61C37CF8E840D /* DDBaseView */, + 07903E7B5627A9479C7623ED8F34D2EF /* DDBaseViewController */, + 122129E57FD844996C32C0386085C046 /* Support Files */, + ); + name = DDBasicControlsKit_Private; + path = DDBasicControlsKit_Private; + sourceTree = ""; + }; + 2DA2AF601892847036682F8667EFB299 /* Support Files */ = { + isa = PBXGroup; + children = ( + EC4A58C1118B56503E83B36C7EB9C869 /* AMapSearch-NO-IDFA.debug.xcconfig */, + 574CCA857D81E896F9A67CFC32B15A32 /* AMapSearch-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapSearch-NO-IDFA"; + sourceTree = ""; + }; + 2F0281EF4CA6DD20C194AE4A8AA3A56E /* DDNavigationController */ = { + isa = PBXGroup; + children = ( + CA85C09EA5AF001F5FF14B93BBC14082 /* DDNavigationController.swift */, + ); + name = DDNavigationController; + sourceTree = ""; + }; + 317933731EFE78AE34108F990E5979FC /* DDMAMap */ = { + isa = PBXGroup; + children = ( + 22336FA881364DCB0CC6A2598102E61A /* Annotation */, + 377F1FD2208EB1D082C95F20D610D28C /* AnnotationView */, + 7210A378F8DEE46DCC325F8F38A788B3 /* MapView */, + C2E45A7D23B64C6B55F60F2C057E8D9E /* Overlay */, + F1B4B9575A5A9B53CC7ED9666E54F47C /* Sources */, + 6FF0DC864114921742096FA90E31179B /* Trace */, + ); + name = DDMAMap; + sourceTree = ""; + }; + 324FC8504359A6CD51E50ABF82429F92 /* NSObject+DDCategory */ = { + isa = PBXGroup; + children = ( + EB6DD9CCDEAE8345E77F307ACE94A2C3 /* NSObject+DDCategory.h */, + 76C08DAB6DEE753696AB2BC4C281A99B /* NSObject+DDCategory.m */, + ); + name = "NSObject+DDCategory"; + sourceTree = ""; + }; + 3268F42963CE9BEB414F6C44E9C5D433 /* AddressPickerView */ = { + isa = PBXGroup; + children = ( + BF6C0E62E3204699D57A676102058BEC /* BRAddressModel.h */, + 3EC0CFDA55763B0AAA7A9D848A94D804 /* BRAddressModel.m */, + 944900CC6A20A98E00C529ED78251891 /* BRAddressPickerView.h */, + 44FF7ADECB2E95216184CEC65C7538F6 /* BRAddressPickerView.m */, + 0A9A27BA8E0CC5712A62968578C3486B /* Resources */, + ); + name = AddressPickerView; + sourceTree = ""; + }; + 348F2832A8BD854B595B5BE43B64B66C /* UIView+DDCategory */ = { + isa = PBXGroup; + children = ( + F98CF6CFC81151AD968106D9247DF7FD /* UIView+DDCategory.h */, + 333FF0F744DCCC8F8DC31833B4ADA3BE /* UIView+DDCategory.m */, + ); + name = "UIView+DDCategory"; + sourceTree = ""; + }; + 35250B664011F4D7706E6B4567A2FDE9 /* Resources */ = { + isa = PBXGroup; + children = ( + 5E29AABAB926446E4DAB7DBD350F35C7 /* AMap.bundle */, + 5215A1A6D8D1B1C32F9506B37543281B /* AMapNavi.bundle */, ); name = Resources; sourceTree = ""; }; - 39F9F036E04A35A806D00C33F505830F /* RxCocoa */ = { + 377F1FD2208EB1D082C95F20D610D28C /* AnnotationView */ = { isa = PBXGroup; children = ( - 2F44E74C6006177A41C824976B9F1C37 /* _RX.h */, - 8DB81E9DDC43922C3BE23CB90E8D2730 /* _RX.m */, - 5C6E563022D2BB6D7D6725EB8607316E /* _RXDelegateProxy.h */, - 7F444A4213C59AADF7DFE34E47F950FB /* _RXDelegateProxy.m */, - 6F6B3AB7B0905C5A02805374A1D6275B /* _RXKVOObserver.h */, - 3AB81DBE0B32AF8A1DAF223ED43B05C6 /* _RXKVOObserver.m */, - 9E74FED87039BCD01B61649FAA65DB9B /* _RXObjCRuntime.h */, - 4F390E9E9D4FAC649E5987F414D827F1 /* _RXObjCRuntime.m */, - 9AFBEDC60BB5F129B3C380225389E0E2 /* Bag.swift */, - DB75DA3A82D4ECA5A77D2D2593A46D49 /* BehaviorRelay+Driver.swift */, - 357F8AE1F71695BA661BC6E61214EA89 /* ControlEvent.swift */, - C7D35A37F83EEA8E0BD17DB7E0CE6C32 /* ControlEvent+Driver.swift */, - 3B28A4F7DF7F95DA97BE18A79E24FE66 /* ControlEvent+Signal.swift */, - 7D0B067834BDCEC50CC51B065CD025EC /* ControlProperty.swift */, - 3921FA35816F586CD83B27D31737E38C /* ControlProperty+Driver.swift */, - C8D5049C0BFB6E893B57F88352AB7456 /* ControlTarget.swift */, - 0E609A4334F6A8BF16E239B4B2CF637B /* DelegateProxy.swift */, - 7040B0D0358C551A55FD808CFC90A0BA /* DelegateProxyType.swift */, - 62FF34DCBED186985C3F2022A23AB7A4 /* DispatchQueue+Extensions.swift */, - 1138D80CC05C9E6E5B70926A63ED0296 /* Driver.swift */, - 598AD13A75EE4AA912A3E6B4ACB90E84 /* Driver+Subscription.swift */, - B35EE5F66075CC626FB0FADCFF6E7ED1 /* Infallible+Bind.swift */, - DE197C0928F5AB595503CE1023DB0146 /* InfiniteSequence.swift */, - 3457CF21A7270541CE85927987F3EB86 /* ItemEvents.swift */, - 5423387C0F04D718E4E6B6933EBDE6DB /* KVORepresentable.swift */, - 53D63278BF9060318045BCCA2EDFC85F /* KVORepresentable+CoreGraphics.swift */, - CD06DC87AEBBFA65A11CB25EBF49425D /* KVORepresentable+Swift.swift */, - 78A74D1937406B922077766B201BFF88 /* NotificationCenter+Rx.swift */, - 336290030A568458AB9484A449923B22 /* NSButton+Rx.swift */, - 7F1978CB81DD342A64EB6DE884DF5459 /* NSControl+Rx.swift */, - D96F8389C6975299574F025BFDA7AE99 /* NSObject+Rx.swift */, - D53A8404F95D36F150DD9A4439263AFF /* NSObject+Rx+KVORepresentable.swift */, - 6EC312DA3B6C8D4C6899A21111BBDD15 /* NSObject+Rx+RawRepresentable.swift */, - 2FD98509C88E18E4FD3D399365D59119 /* NSSlider+Rx.swift */, - 753D762F4E10CA04AD28DB223E773E8A /* NSTextField+Rx.swift */, - 2E823D21410DB562A9549061F2BA9E25 /* NSTextStorage+Rx.swift */, - 680E21F0869EA6849BAFFD6233E3685B /* NSTextView+Rx.swift */, - 7C7E02FE4457C27247515537E466EE3C /* NSView+Rx.swift */, - F423298356CF850E3EDF9612D0FFBB42 /* Observable+Bind.swift */, - F672D25D5AA59857DA866C5FFA1829E0 /* ObservableConvertibleType+Driver.swift */, - 04858D2C49298CD04C1A96924153512D /* ObservableConvertibleType+SharedSequence.swift */, - B6DE5EDE9FDDE55F57E82FF90477293C /* ObservableConvertibleType+Signal.swift */, - E51D01F0B10D9330C94C5075A9F86810 /* Platform.Darwin.swift */, - 7910C77BF5134F2827C95EB9BEF0214A /* Platform.Linux.swift */, - 2BC8C42F877BE3BF54882D499DFCC840 /* PriorityQueue.swift */, - F91D82128C88F8FEE99E41FEFC53FD92 /* PublishRelay+Signal.swift */, - 3DF682228EF23B98047DE5C389BA7C18 /* Queue.swift */, - 33A59F089775642B9DF81DA577540C3B /* RecursiveLock.swift */, - 18FDF2F7A40AB02C98505A8F90D7D569 /* RxCocoa.h */, - 848FCFC192EB5939DE25695929B7BCDF /* RxCocoa.swift */, - DEF4A03ED95005AF76E0083EEE2D9494 /* RxCocoaObjCRuntimeError+Extensions.swift */, - 2D40E58E16756521EF844C9AD9E50CB7 /* RxCocoaRuntime.h */, - 4C0045D9CD9605D727083ACA9E6D45FD /* RxCollectionViewDataSourcePrefetchingProxy.swift */, - E56B031101E9BC55AFD17459DC6F410E /* RxCollectionViewDataSourceProxy.swift */, - 82E6F4D44E00FCF9F1CF9F12A50739B5 /* RxCollectionViewDataSourceType.swift */, - D737A2591FB21115EC89C9034219ABAA /* RxCollectionViewDelegateProxy.swift */, - 74D403B4D918F3037D58E76068804CB8 /* RxCollectionViewReactiveArrayDataSource.swift */, - 71E17A135A2FA3718A5D959365696A8F /* RxNavigationControllerDelegateProxy.swift */, - 5417676FFA461222838233A070460D03 /* RxPickerViewAdapter.swift */, - 6B7C8BDF711316B05AEEA2337B1AFE73 /* RxPickerViewDataSourceProxy.swift */, - B801CDA0B27BE5787D8C556563C3CDC2 /* RxPickerViewDataSourceType.swift */, - 35EDB366468B9D6927F47DFAA4261710 /* RxPickerViewDelegateProxy.swift */, - C674B160E066815883061781F1DF64AB /* RxScrollViewDelegateProxy.swift */, - 69A8939AFDBB59CA488128BCB1B13D76 /* RxSearchBarDelegateProxy.swift */, - FAE0D54CC39E4AA767AF2CE6CECB13EB /* RxSearchControllerDelegateProxy.swift */, - FBBD33FA3E77A09BCCED46C93157DB0F /* RxTabBarControllerDelegateProxy.swift */, - 91B0B7ED1BC9BA35F1AE1B067FAD0A4A /* RxTabBarDelegateProxy.swift */, - CA3B5719F8578CB32DB6F79552707F3B /* RxTableViewDataSourcePrefetchingProxy.swift */, - 85F48BA33BEDFB82B0EB973997DDFC7F /* RxTableViewDataSourceProxy.swift */, - BA9D4E68ECCED949514E2CCB976A6AAF /* RxTableViewDataSourceType.swift */, - 726EAB58D7F37F414256700431751805 /* RxTableViewDelegateProxy.swift */, - AEC39B5121A07BB81355F1B23D1BB95D /* RxTableViewReactiveArrayDataSource.swift */, - B8A2160E3F846880B44FCFE24DA9B0D8 /* RxTarget.swift */, - 156432327DE7429DF8FCC9727ADA2B03 /* RxTextStorageDelegateProxy.swift */, - 908BEC7475EC7069230A7ABEBDC735EC /* RxTextViewDelegateProxy.swift */, - 58519CF72719BAF7CCF4EAB48DF3D80C /* RxWKNavigationDelegateProxy.swift */, - EF5B92A025C877665E86E7EF51706BE2 /* SchedulerType+SharedSequence.swift */, - F654A708C559B91C9BB063090CDB78F0 /* SectionedViewDataSourceType.swift */, - E400AEA9C51E0FED1C078D763E8D6464 /* SharedSequence.swift */, - 23DF451B2D1EA93BB04D9A1555F12B97 /* SharedSequence+Concurrency.swift */, - 7B0E14FFCEFFC4D496E94E419E9ED94D /* SharedSequence+Operators.swift */, - 459FB3FDE3F26169394B82BCE9B85BF4 /* SharedSequence+Operators+arity.swift */, - 7E051DDD0FA99D2EB8BF429D791719FB /* Signal.swift */, - 945D9DEB6DE62702B771CD525D4D6E31 /* Signal+Subscription.swift */, - 9DD6BF7A25734CECF50464368AF36543 /* TextInput.swift */, - EFBC6A3785F6A94E9DB5161106065000 /* UIActivityIndicatorView+Rx.swift */, - C9A1485A848EF064E96C78749FEABE0E /* UIApplication+Rx.swift */, - EAF52DEBBA70330D2222D830D465BAA1 /* UIBarButtonItem+Rx.swift */, - D937D8C733B4CAA6C5B56836C3AE8557 /* UIButton+Rx.swift */, - 1194AB6E3D70BA0DC5C3E18E71502E68 /* UICollectionView+Rx.swift */, - C5DCE8507017FED72A375156063F45D6 /* UIControl+Rx.swift */, - 83F3F09F421B3492BD4017493E9A2077 /* UIDatePicker+Rx.swift */, - D03503B31EB7BA579176C77F417A32EC /* UIGestureRecognizer+Rx.swift */, - 9BBCB446E44A46B59EC065EC9A6FF495 /* UINavigationController+Rx.swift */, - 8D9323E3CB81E9D384985745E6B2D223 /* UIPickerView+Rx.swift */, - 252A863351009219A2F57CBDA534762F /* UIRefreshControl+Rx.swift */, - 670D474373706A92D29663645AD1CF70 /* UIScrollView+Rx.swift */, - 3A1C5014A918FE76E30E607C9D2BBBF6 /* UISearchBar+Rx.swift */, - 6672B20F6CC9342849165DCDA5920784 /* UISearchController+Rx.swift */, - DF478C0255A31C7F03F8A4DA8CF071EF /* UISegmentedControl+Rx.swift */, - 322B0F2AF1AC456CEE49945BEF6B0082 /* UISlider+Rx.swift */, - 1FBC63BDD294FF7DBD4E46F7D45BAAB5 /* UIStepper+Rx.swift */, - BDAFDAE997EA7EBAFACE1AAFBD995143 /* UISwitch+Rx.swift */, - 3D331F9D60D90AB4F293579D5D581306 /* UITabBar+Rx.swift */, - 7BF61A54B602FE3D21C1CBB4EDEE961D /* UITabBarController+Rx.swift */, - F236EDC2830286E05BA89DD6CD938871 /* UITableView+Rx.swift */, - EF025248A3720AAC8394A1D3206D947B /* UITextField+Rx.swift */, - 4386C2EAEEE6A54A636A16C3B64CD4F7 /* UITextView+Rx.swift */, - FAC3BF7C1FBE6130C39D64A630F8B40B /* URLSession+Rx.swift */, - 949265B72883C9128813AAA14BE19A8F /* WKWebView+Rx.swift */, - BDCB78AB065334CE67676EC8B0CF6526 /* Support Files */, + 373622AAF0D5DB4A6E1B048BD51DCB54 /* DriveRouteCustomAnnotationView.h */, + 8B248BB25D78BD36E1A612EE1BFAFC7C /* DriveRouteCustomAnnotationView.m */, ); - name = RxCocoa; - path = RxCocoa; + name = AnnotationView; sourceTree = ""; }; - 3AA4FA5D8EE48AB1D01094E1C2F108F1 /* Support Files */ = { + 38305D9218E5F933286E55910BC9869B /* Support Files */ = { isa = PBXGroup; children = ( - 4B25722F58F71D172391C68BB4286699 /* SwiftEntryKit.modulemap */, - 073D57F8530EF58F8B2695D33C52C103 /* SwiftEntryKit-dummy.m */, - 93C60C277D60103A2132250C480F3ED4 /* SwiftEntryKit-prefix.pch */, - 695DC27393CC912008EC18FC3647C9E9 /* SwiftEntryKit-umbrella.h */, - 87A8D1254C3566386C2862F6BFC9ACD0 /* SwiftEntryKit.debug.xcconfig */, - BF8E7F87757007B0B9656902A879B421 /* SwiftEntryKit.release.xcconfig */, + 5A8EE84EE70728089D4790EF21A47B08 /* RxSwift.modulemap */, + D72AF06664C2C1A387B4A2702072A8AF /* RxSwift-dummy.m */, + 9D5B6AE6028A23A9B89AB98E3BA0F237 /* RxSwift-prefix.pch */, + 80E26B07204EE4590E6D6A284FAE9971 /* RxSwift-umbrella.h */, + 6E7E04CDEFC8DCA6FF61DE50B9A2013B /* RxSwift.debug.xcconfig */, + ABAB9CE2BEC6AED9950849447DED31E3 /* RxSwift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftEntryKit"; + path = "../Target Support Files/RxSwift"; sourceTree = ""; }; - 3C0875906E9DEEDFB3154341263C065A /* Resources */ = { + 389311C4B4FFE1B58DABA04BE616F3D1 /* NSURL+DDCategory */ = { isa = PBXGroup; children = ( - 06BF7B3499C5FC83B678B4D86D699302 /* ZLPhotoBrowser.bundle */, + 8B9827D464C6FB1671A09AE5299CE50D /* NSURL+DDCategory.h */, + 4B588A780D34490594CE6B22B5237702 /* NSURL+DDCategory.m */, ); - name = Resources; + name = "NSURL+DDCategory"; sourceTree = ""; }; - 3D7B94A4DA62D3DD0CF1195D593486D6 /* DDLabel */ = { + 3917310CC917B2C168E3B146D1F0F4EF /* UITextView+DDCategory */ = { isa = PBXGroup; children = ( + FC971A3A9EDA097ABE98F185983DB4CA /* UITextView+DDCategory.h */, + 3EE9CEF2C2F5BCD9EFE90ABC09A789C6 /* UITextView+DDCategory.m */, ); - name = DDLabel; + name = "UITextView+DDCategory"; sourceTree = ""; }; - 3DADC507B080D165686D949C05130E5C /* DDBaseAnimation */ = { + 3B0A12A0B1A9678125E959C26F1BCB20 /* Support Files */ = { isa = PBXGroup; children = ( - 21EEFEC849590C2126F198ABF4E41C1E /* DDTransitionAnimation */, - ); - name = DDBaseAnimation; - sourceTree = ""; - }; - 3EA2C771840073F68CF73081761E73FC /* Support Files */ = { - isa = PBXGroup; - children = ( - 56CB3EEBA0DDEEDAF13BA1F770C2A4B4 /* SwiftyRSA.modulemap */, - 88E31538251C80C541B5D4B2307C56DE /* SwiftyRSA-dummy.m */, - 2C29C7BE9AC0CE61E1E316E6BDB21CA0 /* SwiftyRSA-prefix.pch */, - D60FDE9B3F3A0D4140FD31BA21D1F526 /* SwiftyRSA-umbrella.h */, - 2BEF7A3D942D12CFA7E5F69887F98AA3 /* SwiftyRSA.debug.xcconfig */, - 85438EEA23350AD951A480EF9CF258FD /* SwiftyRSA.release.xcconfig */, + 3326B8E894952633ABD4D8A111550A6C /* SwiftyRSA.modulemap */, + 0CAFC967A9D7EA0E7F13E290D08BCA82 /* SwiftyRSA-dummy.m */, + 90ED87E9C00E1CE19B832FC004FA2D59 /* SwiftyRSA-prefix.pch */, + D59A3B53B13AAA33732833486B7E5780 /* SwiftyRSA-umbrella.h */, + 6C133D104E3B971D8853093D2A0A32B4 /* SwiftyRSA.debug.xcconfig */, + 15D6BA666326C03F80A85BFEDF295B13 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - 3F118831E89AE053C47ED8A6050F021F /* Support Files */ = { + 3C1E8A524CBBBCF9C1594A27443229D9 /* Core */ = { isa = PBXGroup; children = ( - 21F6B5AEF9056CFFFA4B1DC287975EF4 /* DDColorKit_Private.modulemap */, - F09240B7FAC1C5083A7080E8BB00C092 /* DDColorKit_Private-dummy.m */, - A35880685352851CA639CA66A861B001 /* DDColorKit_Private-prefix.pch */, - DA82A0420F6BFBE27A9D8300054CAE39 /* DDColorKit_Private-umbrella.h */, - 08822D90733977BA831B71A2EBA3C432 /* DDColorKit_Private.debug.xcconfig */, - 0E92F3577844F36A464F34FE1BA4C198 /* DDColorKit_Private.release.xcconfig */, + 3A821BEBE1EAF20B2D22D0B87ADE6CA4 /* UIScrollView+ZFPlayer.h */, + 883D0D7B956CCB8AEACB177E034415AC /* UIScrollView+ZFPlayer.m */, + B79DF7DF2251EF8A9A4DD8BBDB32B5D9 /* UIViewController+ZFPlayerRotation.m */, + 35C47EE90EB8C0E8B997E7D10C024B1A /* ZFFloatView.h */, + 7F96937CC3868B34FA491E26FB66A620 /* ZFFloatView.m */, + 6F67A3F6383872630B0AE5225DBEE2FE /* ZFKVOController.h */, + E851E4ACF01D343915A6C5122ADD167B /* ZFKVOController.m */, + 484ED9278AFBB03768FC180C42EF6D50 /* ZFLandscapeViewController.h */, + 5B8DE2F25DFD6D28B2B1A4E5A91CA4D7 /* ZFLandscapeViewController.m */, + E5E4A96A72027ADC8D7A969D1D99B6BB /* ZFLandscapeWindow.h */, + BB0810EA23F98BB396B250D2DC45F9F6 /* ZFLandscapeWindow.m */, + AC1D2CC1B5DCDB8318B494F34D130A4B /* ZFOrientationObserver.h */, + E6145F6A2251DBFA7404007919F8188C /* ZFOrientationObserver.m */, + E4F0E4655E139103A4394964C824F558 /* ZFPersentInteractiveTransition.h */, + 5E0907190CC9C4233E019988DFAD5A53 /* ZFPersentInteractiveTransition.m */, + F44E54229C2F1F0ECF8A252B99B4591C /* ZFPlayer.h */, + 9A191F40A63AD4FA76C8A1EABA01E054 /* ZFPlayerConst.h */, + D59C0C03644CD9FEB9AE0D8C65741CB3 /* ZFPlayerController.h */, + B709F1F1BA29FAD095CAAA02FCF5611D /* ZFPlayerController.m */, + 0595A2C45A2C807F199AE3CE85C23090 /* ZFPlayerGestureControl.h */, + 635099AFDEE684DE3CF6FD640325795F /* ZFPlayerGestureControl.m */, + 96C64AAD044B46A920CAE6AA6E68CE02 /* ZFPlayerLogManager.h */, + C11C30399545FCCDA38C3426C95032C5 /* ZFPlayerLogManager.m */, + DE28F6C8920734CB78C861B48749CF7D /* ZFPlayerMediaControl.h */, + D78ED7FF50379F1FE6D24BA5A1A6A5DF /* ZFPlayerMediaPlayback.h */, + D1C95840DC145B6A5D3F749B2141FD5F /* ZFPlayerNotification.h */, + A334299C71CD0E02377132049A793348 /* ZFPlayerNotification.m */, + 843613D9700997543D0459D76E84B20C /* ZFPlayerView.h */, + C5E6E3CA4A8E52A62926BBB0C348C335 /* ZFPlayerView.m */, + 0436294A00804FAE3E7C9243FB523E7D /* ZFPortraitViewController.h */, + AE99DD9E33CE8E9C5FAF0FAF7FE9DF25 /* ZFPortraitViewController.m */, + 99A12B850606BE38C96C6F5269E2817D /* ZFPresentTransition.h */, + 450EDB90DA887F1591A7E3715563CE5F /* ZFPresentTransition.m */, + CD0710BE17B7076DE0C5064A4556B118 /* ZFReachabilityManager.h */, + DE4B3B27625A65A6880C056D8B39690A /* ZFReachabilityManager.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDColorKit_Private"; + name = Core; sourceTree = ""; }; - 3F67A8F6C53990124DAE998711A7D275 /* Support Files */ = { + 3C9F6A11887672481ACE1AFBD6531CBC /* UIScrollView+DDCategory */ = { isa = PBXGroup; children = ( - BBD2FB68129B6BD91B1E7BDE881CFEED /* JXCategoryView.modulemap */, - 369DE263D47DE9ED68E0D08D803BD77A /* JXCategoryView-dummy.m */, - E184C055250ACE8F1327FC53B110C49D /* JXCategoryView-prefix.pch */, - 60C72B7572C964CDBC51EF5D62F13F16 /* JXCategoryView-umbrella.h */, - D8BA6E40188E61BFE6E5C3C84C12B2A8 /* JXCategoryView.debug.xcconfig */, - D6E015C8ADABA9A4D4FC4C4794D647B3 /* JXCategoryView.release.xcconfig */, + E18A24FC1DBD78A3CD2CF26C5443197F /* UIScrollView+DDCategory.h */, + C80B46B81E9F8AD4793199E559EA439E /* UIScrollView+DDCategory.m */, + ); + name = "UIScrollView+DDCategory"; + sourceTree = ""; + }; + 3D4169D4C5E080AF7111CD0DFE3DC096 /* Support Files */ = { + isa = PBXGroup; + children = ( + 649C21CD06D198F52447FCD339D2D5F0 /* JXCategoryView.modulemap */, + 124EB9CE1EBA4FD11BC091A4994501C8 /* JXCategoryView-dummy.m */, + FFD9E84FEB3AF8AEB7EB3E96772C1160 /* JXCategoryView-prefix.pch */, + A2DAB0E486C16636AB9638A94C2C7537 /* JXCategoryView-umbrella.h */, + 3DEF2C80E3775C1069BA968CD0083DDE /* JXCategoryView.debug.xcconfig */, + 29BE9E31903DAE10D2A89D3008DFA912 /* JXCategoryView.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/JXCategoryView"; sourceTree = ""; }; - 3FAA3263708A2582684B466C4A1E59DC /* AddressPickerView */ = { + 3DB570AF29646540C44E82D91592EF68 /* DatePickerView */ = { isa = PBXGroup; children = ( - 9D5C219FDA26E7EB959C049ED7A8773E /* BRAddressModel.h */, - F061D9F57D64973A23BD8562C0B5D076 /* BRAddressModel.m */, - F56022544A916E2D68BB5E41F9520BFA /* BRAddressPickerView.h */, - 56D09CDAB5724A2ACB0A6509FD93621C /* BRAddressPickerView.m */, - 6040D4E48F770DC9E52DCA256278C348 /* Resources */, + 6BC55BC0261A7D48665DE67AA1945699 /* BRDatePickerView.h */, + 1F7572392C42E5FF330B624CEA619EEB /* BRDatePickerView.m */, + A45AEB2DFFCE8057206B2DE8ECBE25D4 /* BRDatePickerView+BR.h */, + AE073D46601660CA896FC55F0616725F /* BRDatePickerView+BR.m */, + 9D52CF39101110368F7621562A7D254D /* NSDate+BRPickerView.h */, + 10DC75BD948DEA4ED79A527B33D05B8E /* NSDate+BRPickerView.m */, ); - name = AddressPickerView; + name = DatePickerView; sourceTree = ""; }; - 40018BC72A44F41FFD9B69EC46EF1759 /* DDNetworkingOfAlamofireKit_Private */ = { + 3F7DE281E27E7A6EA93CB30A8296265A /* NSThread+DDCategory */ = { isa = PBXGroup; children = ( - 53C7D1A685CC61D448A09F980F9AB2CA /* DDAF.swift */, - 2062FC52F5099312FF3B5479BA2988EC /* DDAlamofire.swift */, - 064E1FBD984502D01AEC59B12F9B4F50 /* Support Files */, + D7AA1041950AA3B048BA78D87D0FF176 /* NSThread+DDCategory.h */, + 9BF902A56BF760BDD12158187207FBAB /* NSThread+DDCategory.m */, ); - name = DDNetworkingOfAlamofireKit_Private; - path = DDNetworkingOfAlamofireKit_Private; + name = "NSThread+DDCategory"; sourceTree = ""; }; - 404B9F4C242AB6AC2823250DD9CDB90C /* CALayer+DDCategory */ = { + 3F8B959FD062B3A13D9AD56993CE7251 /* Support Files */ = { isa = PBXGroup; children = ( - D27D630E2C755C3DF729F9A6BDA9CB79 /* CALayer+DDCategory.h */, - 20485C574BAB363AFF488585CE7CB5E4 /* CALayer+DDCategory.m */, + 481B85FAFC922757DA4C90024EAA2AD6 /* SwiftEntryKit.modulemap */, + D2D99684924B37D6D10017B50BCCF47E /* SwiftEntryKit-dummy.m */, + 5D4D4A45DEF07F41BE33DDAC0AE6AC68 /* SwiftEntryKit-prefix.pch */, + 383AE731664CE428798D9444028D70FC /* SwiftEntryKit-umbrella.h */, + 622BF90602E3605129149406EE02294A /* SwiftEntryKit.debug.xcconfig */, + 03BDCBB30B6BF9E9B16313E806FE3E2B /* SwiftEntryKit.release.xcconfig */, ); - name = "CALayer+DDCategory"; - sourceTree = ""; - }; - 40574C8C2630C4F167C5C01B99A7C510 /* DDBaseLabel */ = { - isa = PBXGroup; - children = ( - CED3D4BAAEF1880FFDE434446265E091 /* DDBaseLabel.h */, - 2DBA1DC853C6C36FB864D162AEB851FA /* DDBaseLabel.m */, - ); - name = DDBaseLabel; + name = "Support Files"; + path = "../Target Support Files/SwiftEntryKit"; sourceTree = ""; }; 40F107534C937BC69E9FBEA4420D7509 /* Pods-OrderScheduling */ = { @@ -4298,1779 +4523,1556 @@ path = "Target Support Files/Pods-OrderScheduling"; sourceTree = ""; }; - 462279CBE6DEC87B37174FD262DCA816 /* Support Files */ = { + 42589D84FA1B25C8743D581C5E4F6F9B /* Frameworks */ = { isa = PBXGroup; children = ( - 92D0EC87317DF9F74BA32CA89700BEFC /* MJRefresh.modulemap */, - 8337ACB9D6CA3C0777C83664189A6655 /* MJRefresh-dummy.m */, - 4FA5BE8E25F8B0D626CD3A4FB2A180A5 /* MJRefresh-prefix.pch */, - DDCE02F2565FF57325866D91D9670A05 /* MJRefresh-umbrella.h */, - 7EBAEC3CB015EDBFB2E87490C6298BED /* MJRefresh.debug.xcconfig */, - 4C8FB1BF5E601913F73C3DD60CEF581C /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 46F54DB83514C31916A8C376BB090432 /* DDMAMap */ = { - isa = PBXGroup; - children = ( - 634DA714396701C4F3426F3CE3F85C46 /* Annotation */, - D1A738BBB46BE0BB0BFFC6DB1D02EFC1 /* AnnotationView */, - 9CE781A067F6DA3AF53023A967799994 /* MapView */, - 76FF28307700FBDD559DC09881907A4E /* Overlay */, - 31E4660264ACC5D1B7899EB857DCB54D /* Sources */, - 6DD443DE1EAAC0BC928F73596349F522 /* Trace */, - ); - name = DDMAMap; - sourceTree = ""; - }; - 48324A59375E08A4592ECF435F6C9297 /* UITextField+DDCategory */ = { - isa = PBXGroup; - children = ( - 9629678313806B89E11D08338403D06F /* UITextField+DDCategory.h */, - 33597A5C3F7D093C7778ABB56138EE2E /* UITextField+DDCategory.m */, - ); - name = "UITextField+DDCategory"; - sourceTree = ""; - }; - 486E7BB924513EB6229DAAE5298DC4F0 /* DDMAMapKit_Private */ = { - isa = PBXGroup; - children = ( - A25F35E70168037393EB0528276CDA94 /* DDMALocation */, - 46F54DB83514C31916A8C376BB090432 /* DDMAMap */, - CB50A93AD8C356AEE513733B26477404 /* DDMANaviManager */, - 5F0ADD797CC75F6EAB3BC35B7654E2AD /* DDMASearch */, - 26C0DD2DA86F4F4D7FA1E5D560CB4DBA /* DDMATrackManager */, - 7AC845D9BDACC46E5429D48449337F52 /* DDMAUtil */, - 8E769281825D137A0724448657B32196 /* Support Files */, - ); - name = DDMAMapKit_Private; - path = DDMAMapKit_Private; - sourceTree = ""; - }; - 4A35FD925D0B0A7F25042E7AF2AFF6E1 /* DDColorKit_Private */ = { - isa = PBXGroup; - children = ( - 65EBA4CADF6F59619565438C9388F17F /* ColorUtil.swift */, - C7D3712B57EDA036301F0834614BA48E /* UIColor+Hue.swift */, - 3F118831E89AE053C47ED8A6050F021F /* Support Files */, - ); - name = DDColorKit_Private; - path = DDColorKit_Private; - sourceTree = ""; - }; - 4B713C3AC734C60FB774BEDE05EB883D /* DDDateKit_Private */ = { - isa = PBXGroup; - children = ( - 140873B1BE2FB45FEB512887EE1E326B /* DDDate.swift */, - D7D5F2FC3EA5CAF9B1F48BF8294CA529 /* Support Files */, - ); - name = DDDateKit_Private; - path = DDDateKit_Private; - sourceTree = ""; - }; - 4C5B2B163B1A2F00FA28D41AC287CD6C /* DDAttributedString */ = { - isa = PBXGroup; - children = ( - ); - name = DDAttributedString; - sourceTree = ""; - }; - 4D95B83C15413DBBDC2F4D1082C0B3DF /* Support Files */ = { - isa = PBXGroup; - children = ( - 814CA7D5733025D64BABD8575A93A02F /* DDTimerSwiftKit_Private.modulemap */, - FF04F9F786D7659874FE06F6A2AE6FEB /* DDTimerSwiftKit_Private-dummy.m */, - C4E0F2EF5C22E6F5B56A77F9A622E19E /* DDTimerSwiftKit_Private-prefix.pch */, - 683675C37D1F6D26B015EF191708157A /* DDTimerSwiftKit_Private-umbrella.h */, - EBB61915989F66BFED121E3ED1886A20 /* DDTimerSwiftKit_Private.debug.xcconfig */, - AD0BA14E178CEAC8738E0EF960BE32AD /* DDTimerSwiftKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDTimerSwiftKit_Private"; - sourceTree = ""; - }; - 52E95FE652914B6F950A1A83BD461E9A /* Resources */ = { - isa = PBXGroup; - children = ( - 2AD8CF956612DD9D7064DD7EAEFD34E3 /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 530F88EAE1E44CAEDA5F41C21BFE4FE8 /* Support Files */ = { - isa = PBXGroup; - children = ( - FEB253E18D69B3BC1BAB237E86944C40 /* DDProgressHUDKit_Private.modulemap */, - 10D591100F4D1F2978AD6B93FF3FE05B /* DDProgressHUDKit_Private-dummy.m */, - 39B3CD2556F30FB85F216FAC0A3E885F /* DDProgressHUDKit_Private-prefix.pch */, - A18EB7B614E4936A9A03981488DFB293 /* DDProgressHUDKit_Private-umbrella.h */, - FF2C66232A6A0DC1FB3BB6BBA9F66839 /* DDProgressHUDKit_Private.debug.xcconfig */, - 2AAEFAA8C46EE4D97B88FE0B45C00BF0 /* DDProgressHUDKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDProgressHUDKit_Private"; - sourceTree = ""; - }; - 532D07A928842A4B66627FFD9DD360AF /* ESTabBarController-swift */ = { - isa = PBXGroup; - children = ( - FF9C60CD3E460725E23FDEFAE69C3211 /* ESTabBar.swift */, - 980E568CDBA82E84EA2D81169146E156 /* ESTabBarController.swift */, - 231FEEAA4029B60F8174946046D7AEC4 /* ESTabBarItem.swift */, - 5E6581FADF90F96B1CEB75BD6095802A /* ESTabBarItemBadgeView.swift */, - FBB21F86FEC016B95B402DB044E8ABE6 /* ESTabBarItemContainer.swift */, - 69337E6CD2BBBA19D2A11CEFF94699EE /* ESTabBarItemContentView.swift */, - 2C774267E78A3A73D23EB6FFBC4DCFAC /* ESTabBarItemMoreContentView.swift */, - DB3E1A23CB7988BD9543113B2058FAF1 /* Resources */, - D04A5101AD3460592188D6770B0B5EF6 /* Support Files */, - ); - name = "ESTabBarController-swift"; - path = "ESTabBarController-swift"; - sourceTree = ""; - }; - 538C1F6446675480DC8A33C3120B6127 /* DDView */ = { - isa = PBXGroup; - children = ( - ); - name = DDView; - sourceTree = ""; - }; - 542089AE3650228378134E10BBBF73CE /* Pods */ = { - isa = PBXGroup; - children = ( - 5DC3AB5E0CA66D4C0F9BDDD31DCEB32A /* Alamofire */, - 969299F7A43069FFC6258509A0E0A6D0 /* AMapFoundation-NO-IDFA */, - 604DC38056697CB6A91AC34AB3B777CF /* AMapLocation-NO-IDFA */, - B8D48612CF3C276D4EBFA9AB93C401DF /* AMapNavi-NO-IDFA */, - 5718F838D29F8D558EA44A8567C608D1 /* AMapSearch-NO-IDFA */, - E93F6F9FD792F7127E9815DB4697405E /* AMapTrack-NO-IDFA */, - 051E713A81D5F1397117E8C642E2C9EF /* BRPickerView */, - 99B46D9A12E9BF4F6D71D39E7D5403E1 /* Bugly */, - 1B34709BBB3E04B423129C8922F76E8A /* DDAudioPlayerKit_Private */, - 252E3BC299CEF483C1345D808B0B6C28 /* DDAutoUIKit_Private */, - 8DD95683E8E39187C5F4E2B724BA3088 /* DDBasicControlsKit_Private */, - 6FE7A2D81060F9D2D7AE66E49B1B1EA5 /* DDCategoryKit_Private */, - 4A35FD925D0B0A7F25042E7AF2AFF6E1 /* DDColorKit_Private */, - E4FB8B7D07611793F61FBA4B42CC67E2 /* DDControlsKit_Private */, - 4B713C3AC734C60FB774BEDE05EB883D /* DDDateKit_Private */, - 7AB0CA872C92DEAF52A73A684346AB9C /* DDFontKit_Private */, - 9A6024263BE3CCFD8308C19DFC4259C6 /* DDLogKit_Private */, - 486E7BB924513EB6229DAAE5298DC4F0 /* DDMAMapKit_Private */, - 40018BC72A44F41FFD9B69EC46EF1759 /* DDNetworkingOfAlamofireKit_Private */, - CD898CBA313DBFBDEBA09ED3AE586416 /* DDPersistenceKit_Private */, - BD3EC8FBF68724E4F5AA602FA91E8094 /* DDProgressHUDKit_Private */, - 02BF98D0F0FF00C20C3A5502BA2E36CE /* DDTimerSwiftKit_Private */, - EC9047B2D8280059D8F6ABA883C1B47D /* DDToastKit_Private */, - 194EC641BBA0BC0E7360950551FFC731 /* DDUtilsSwiftKit_Private */, - 23B2B10670857E608902F55AB3E0E97E /* DDWebImageKit_Private */, - BD01CFAD0F8A5B6CD850E523C981CE58 /* DDZFPlayerKit_Private */, - 532D07A928842A4B66627FFD9DD360AF /* ESTabBarController-swift */, - 5C6945BEAF38E15C63AC4F6920499121 /* IQKeyboardManagerSwift */, - 107575F391EBD4CA3ECFEB5505C1FB13 /* JCore */, - BBCC467EF2D3E6766660653A1AC77146 /* JPush */, - 5BF15DA5CD040BD3B7CB1E591ECB4C05 /* JPushExtension */, - 94D997685812FAD1EB9D83E6BD47DA95 /* JXCategoryView */, - 92CFC5BCA1AFDE5EC2B21EBB0EE2EFB7 /* Kingfisher */, - B7AD39F05AA0D977DDFBD8825799EA91 /* MJRefresh */, - 39F9F036E04A35A806D00C33F505830F /* RxCocoa */, - 96AF31CEB084EF5F4123E5D031F579DA /* RxRelay */, - F3ED43C62819BAA37C3A125CDF1FF2C2 /* RxSwift */, - 94789359332EE8425D8789076EBE1132 /* SnapKit */, - D174D6AEB7A8B965CDEC88D11AEA7C5F /* SwiftEntryKit */, - F75DCC3E6956EE597A4550776BD9D4A8 /* SwiftyRSA */, - 55A9E79B420F921E326604F25A042249 /* ZLPhotoBrowser */, - ); - name = Pods; - sourceTree = ""; - }; - 55005AE27AF1550A90FB09A6150F00F8 /* DDBaseTableView */ = { - isa = PBXGroup; - children = ( - 90E00EFA1235AEAD9B75A6B454E3C1A6 /* DDBaseTableView.h */, - 81BD79680AF7ACA326BFD88EE60C7F34 /* DDBaseTableView.m */, - ); - name = DDBaseTableView; - sourceTree = ""; - }; - 55A9E79B420F921E326604F25A042249 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - 0BE5D419069259B62125B6A4A0E0FF35 /* Core */, - 3C0875906E9DEEDFB3154341263C065A /* Resources */, - 32E08C00021DB4EE0ACC89C38FA5332D /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 55B65D3053237E078CFB4E6EEA8295FB /* Frameworks */ = { - isa = PBXGroup; - children = ( - 5290580FB907C1C679C91A5FFEA742E8 /* AMapFoundationKit.framework */, + 8F6332625A3B042E25124829DA79EFFD /* Bugly.framework */, ); name = Frameworks; sourceTree = ""; }; - 562456F55548F1F610376A245650E3E6 /* DDScrollView */ = { + 4268D99C77EE83E0E2E23B8971BC718F /* DDAudioPlayerKit_Private */ = { isa = PBXGroup; children = ( + 94FCE695A228A5ABB6C7986DA2EC49EC /* DDAudioService.swift */, + 7820A44DC2B736F4FB0F8A86F4EC0E4A /* DDSpeechSynthesizer.swift */, + 150CF28FFB6BE1F3A18CE1226470418D /* Support Files */, ); - name = DDScrollView; + name = DDAudioPlayerKit_Private; + path = DDAudioPlayerKit_Private; sourceTree = ""; }; - 5718F838D29F8D558EA44A8567C608D1 /* AMapSearch-NO-IDFA */ = { + 42940486897EDA642112BEADACFEFF5D /* DDMANaviManager */ = { isa = PBXGroup; children = ( - 4A0AF69224106E7E7D9A1E8FD35FC079 /* AMapCommonObj.h */, - 9CB8EB930B7DE4752F76E0BACA4C2557 /* AMapNearbySearchManager.h */, - D88F2DCF0E62A26F1FA3A5A750BA3A43 /* AMapNearbyUploadInfo.h */, - C5B5F9A36AB766748C60EB16B35BCABA /* AMapSearchAPI.h */, - B04E76D1B890574130DFAA5DE9A49141 /* AMapSearchError.h */, - 1ABD6C624FB2CE2ECA566A85E47CC701 /* AMapSearchKit.h */, - DC0EA72F1A7DD004A5CE68540591D91E /* AMapSearchObj.h */, - 106B4A914B2B08354555E92457C22674 /* AMapSearchVersion.h */, - B82F25B522218D0827CD01D51FAE737F /* Frameworks */, - B6BE8DCB2E8911D9C74E00CD0F927C03 /* Support Files */, + 3EF2E47916B8F5D713ABA226E6EA4F2C /* DDMANaviManager.h */, + 6CEC4DCA63675BD6DB49032ED12D2426 /* DDMANaviManager.m */, ); - name = "AMapSearch-NO-IDFA"; - path = "AMapSearch-NO-IDFA"; + name = DDMANaviManager; sourceTree = ""; }; - 592AC45C85292590215A097006FE2495 /* Support Files */ = { + 42CBF97FCE28BD703950600CADE4D389 /* Support Files */ = { isa = PBXGroup; children = ( - 489E8A33E9FD10889056E56F60FD0E6D /* JPushExtension-xcframeworks.sh */, - 1F57447B4FB8C44DEA02D28C1334A36A /* JPushExtension.debug.xcconfig */, - F138623244B6AF1B35765FBA2ED67FB4 /* JPushExtension.release.xcconfig */, + 30056FBAD7F3AEC99E3F310D37F827BE /* DDFontKit_Private.modulemap */, + F222BA6E4D09D7FB5E244FFC860E95B7 /* DDFontKit_Private-dummy.m */, + D2B52B269ED8E8694CC4B8556F7460F6 /* DDFontKit_Private-prefix.pch */, + C77EAD8BE8D24538219A854747B554D8 /* DDFontKit_Private-umbrella.h */, + EE32E345CCB48B3C34363F8452AC2BA3 /* DDFontKit_Private.debug.xcconfig */, + 15A3D781D1A99E34FA083B4FB5E7662B /* DDFontKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/JPushExtension"; + path = "../Target Support Files/DDFontKit_Private"; sourceTree = ""; }; - 5B6C5E040D7EAF67B830697BB94382B1 /* NSThread+DDCategory */ = { + 43B8A48B7C417EFC18754D0F37463276 /* Support Files */ = { isa = PBXGroup; children = ( - FA153BE2A3FAF52556ED1AD52FCFA278 /* NSThread+DDCategory.h */, - E76D95B940A95E6D6263F0B1607DA276 /* NSThread+DDCategory.m */, - ); - name = "NSThread+DDCategory"; - sourceTree = ""; - }; - 5BF15DA5CD040BD3B7CB1E591ECB4C05 /* JPushExtension */ = { - isa = PBXGroup; - children = ( - E074D281F7BE310AA8D4BF8BA717FDAE /* Frameworks */, - 592AC45C85292590215A097006FE2495 /* Support Files */, - ); - name = JPushExtension; - path = JPushExtension; - sourceTree = ""; - }; - 5C6945BEAF38E15C63AC4F6920499121 /* IQKeyboardManagerSwift */ = { - isa = PBXGroup; - children = ( - 825A9C758C9B828BB90CFA45F67A8253 /* IQBarButtonItem.swift */, - 205E982B3FBDE28A396D4B8088255BF1 /* IQInvocation.swift */, - A7BE4C2EF46543CA250273CA2CC33F46 /* IQKeyboardManager.swift */, - 4E4F1029864FF29416759745683C746C /* IQKeyboardManager+Debug.swift */, - B494068AA9349582A2F930947A5943CF /* IQKeyboardManager+Internal.swift */, - 19CE3E93928534626FB29DC039105B2C /* IQKeyboardManager+OrientationNotification.swift */, - E98F26D60BE5D5721F9182170F82153A /* IQKeyboardManager+Position.swift */, - 661854F853574D271E586B6E926A32AE /* IQKeyboardManager+Toolbar.swift */, - B2C8470F5E1AD69732A78ECC9E07DABF /* IQKeyboardManager+UIKeyboardNotification.swift */, - 3422ED9D6C0127C3DC59FB3EE6D52559 /* IQKeyboardManager+UITextFieldViewNotification.swift */, - 331A24D81FB12787EFB0B1B6748AD5D0 /* IQKeyboardManagerConstants.swift */, - 2B863BF0232FCCD844C40D94D938EC0F /* IQKeyboardManagerConstantsInternal.swift */, - 9AF391EC41FEC3BFE5583B09E276E5C7 /* IQKeyboardReturnKeyHandler.swift */, - 94366354C50ED486E1D45FF6F0EA8F5C /* IQNSArray+Sort.swift */, - 1CA77A1084F7ADBFA0798EC1273F2AAC /* IQPreviousNextView.swift */, - C8B5EAA18C0B53F626F42CBF0F4AF0EE /* IQTextView.swift */, - 4719DCC2279635A25AFDC98E6B10C112 /* IQTitleBarButtonItem.swift */, - 345F55830031E7F7CF046092E847D61D /* IQToolbar.swift */, - 87DA720E3E0F859C140CF22628D6CF08 /* IQUIScrollView+Additions.swift */, - 2AD4E1594FD2133B95A24E78FF85E1C6 /* IQUITextFieldView+Additions.swift */, - D8746AAE224FA595B69349EC303CD0BC /* IQUIView+Hierarchy.swift */, - 01155DBE6335C450D76C8588CCF5EF24 /* IQUIView+IQKeyboardToolbar.swift */, - 3C98828FF29A390E8126167BA04048C5 /* IQUIViewController+Additions.swift */, - 78344F96804A0CF2A2C10DAB67B56F6C /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 5DC3AB5E0CA66D4C0F9BDDD31DCEB32A /* Alamofire */ = { - isa = PBXGroup; - children = ( - 45BADB0CD1343ABB20C10706778F6F28 /* AFError.swift */, - B8B4D5F156D24ACB734EE50F490F2090 /* Alamofire.swift */, - DA6D565610A139C24AA2F5CBABA45F51 /* AlamofireExtended.swift */, - F27BE3449909590C21892F4630B167AA /* AuthenticationInterceptor.swift */, - 786612741AF9355DCC6C110D7DD491E2 /* CachedResponseHandler.swift */, - 24E4978A35C4CEAC2507C92489851BB9 /* Combine.swift */, - 91AB6DCCCE1C9B91158A052DA38EDAE6 /* Concurrency.swift */, - 8D6E5F21CFE6928058BAFD4C15E2DA6B /* DispatchQueue+Alamofire.swift */, - E7B8E2E56B87640E45774AED51BCFBFA /* EventMonitor.swift */, - 2770DF387DCEF9E5B868D1E90441B54D /* HTTPHeaders.swift */, - 89EF4B8A5F860BC2492F5ABE7E0800F5 /* HTTPMethod.swift */, - 22104946A6E6D3F1EC03C1F079D2260D /* MultipartFormData.swift */, - E605920B967A2D9437B4C8D5A8BAA2CF /* MultipartUpload.swift */, - EDAD1407EC80B564B1729469EE433E67 /* NetworkReachabilityManager.swift */, - 9D86EB47E07340817B221D380FDC25F4 /* Notifications.swift */, - F1915E18E2117274E8F4507F91E18C71 /* OperationQueue+Alamofire.swift */, - F8524F0D82A963520C138D42A33FA15C /* ParameterEncoder.swift */, - F66B42B01B9F4D27DA505493F36BA41E /* ParameterEncoding.swift */, - D8EF96B553A9EA6C69B3FC284D5676C2 /* Protected.swift */, - FFE33091DF6C33091F38E52BC0ED5B76 /* RedirectHandler.swift */, - 819875DD44E46A544AB0B4FCD41CA140 /* Request.swift */, - 60CF01AA0DAD7ED709FE78F3DF9B5882 /* RequestCompression.swift */, - 500E3CE822C88C12C00B0E715C71B32C /* RequestInterceptor.swift */, - 818588CF2A6D5D32E0F3D70419F69FDD /* RequestTaskMap.swift */, - 83FB60ADE76DF3FFA0CE93E7E5EB21F5 /* Response.swift */, - 6BED714A5EC604067FB7BBAAEF785E70 /* ResponseSerialization.swift */, - E6720BD785D9587850DEBB8F795BB803 /* Result+Alamofire.swift */, - 0DB2A1E659D0F8A24E204547B6A17992 /* RetryPolicy.swift */, - 5F9E838D4D2E132B84D82CEA1AC8945F /* ServerTrustEvaluation.swift */, - B0C9C80444869892D83C1EC20837706E /* Session.swift */, - FAF150793F4A691B8A872D5EBB479516 /* SessionDelegate.swift */, - EDEBBFBCDD41AF9D257054FA55E64FDA /* StringEncoding+Alamofire.swift */, - BDE8AE466F17BF2D8D9F9684D7322AC1 /* URLConvertible+URLRequestConvertible.swift */, - B4E598B82F17D6FADBA1EDE56A4FB965 /* URLEncodedFormEncoder.swift */, - 9691EB8BC093B7176FE60D2B5775B156 /* URLRequest+Alamofire.swift */, - B651A9F883F31D6BB359AF31F67F7BD5 /* URLSessionConfiguration+Alamofire.swift */, - 02D49AFF18E0920144D2299E7DE53500 /* Validation.swift */, - D00CAD08BDF413A1197215F67493BB4F /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 5DEBE912E69C6C8B1D606B0BE939D6EF /* DDBaseTableViewCell */ = { - isa = PBXGroup; - children = ( - 51BA4FD4A63FD3A3FA1F654405F11CCD /* DDBaseTableViewCell.h */, - 0AC23FE3CB2AFA1D53BB3A1DD2E2B730 /* DDBaseTableViewCell.m */, - ); - name = DDBaseTableViewCell; - sourceTree = ""; - }; - 5F0ADD797CC75F6EAB3BC35B7654E2AD /* DDMASearch */ = { - isa = PBXGroup; - children = ( - D2E439AFEFF4F360689E45A43384A7E5 /* DDMASearch.h */, - F1A57FE1544B97A4DC0E89AD7807677D /* DDMASearch.m */, - ); - name = DDMASearch; - sourceTree = ""; - }; - 5FF8F4835FC4260339D4157EA00AD98E /* Support Files */ = { - isa = PBXGroup; - children = ( - 524FFAA97C5783ADC3CB9654B54E4448 /* AMapLocation-NO-IDFA.debug.xcconfig */, - 984DB29515C869E4D604EDEBCF6A420B /* AMapLocation-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation-NO-IDFA"; - sourceTree = ""; - }; - 6040D4E48F770DC9E52DCA256278C348 /* Resources */ = { - isa = PBXGroup; - children = ( - 57001754BBB9E046A3F0BFEC105B85F0 /* BRAddressPickerView.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 604DC38056697CB6A91AC34AB3B777CF /* AMapLocation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - C5A34AFFFB619BF0027239A334BB8832 /* AMapGeoFenceError.h */, - 981C287C6C007A97B27ECA03838CBF88 /* AMapGeoFenceManager.h */, - D3A990A58EC3415EBD2DAD1363651DD5 /* AMapGeoFenceRegionObj.h */, - 682DC2ABC2DD8A4509DAF62577DBFEB9 /* AMapLocationCommonObj.h */, - 263E66172D44AE597F719F26A09DE8D0 /* AMapLocationKit.h */, - 4B2C08625E0A8518441BF935888EDDAF /* AMapLocationManager.h */, - B53DDD2E8EBDD1572D75D3651119D8FD /* AMapLocationRegionObj.h */, - 051B5B56D403191EB45A1BDA8CB75998 /* AMapLocationVersion.h */, - 8B39112021B20EA5101F0A73A0E37459 /* Frameworks */, - 5FF8F4835FC4260339D4157EA00AD98E /* Support Files */, - ); - name = "AMapLocation-NO-IDFA"; - path = "AMapLocation-NO-IDFA"; - sourceTree = ""; - }; - 62A656F52D2CD43083064426C2C91EAE /* Core */ = { - isa = PBXGroup; - children = ( - 3A0A36BC359E54D9257801C618C2EBF4 /* NSBezierPath+SDRoundedCorners.h */, - 7A13C718FEF7A275C76A99348EA9C8DA /* NSBezierPath+SDRoundedCorners.m */, - 55AD03299BD6514CDFB8F878CD36D072 /* NSButton+WebCache.h */, - F375975513968B82ADAE5F234FFB33A4 /* NSButton+WebCache.m */, - DDFA8B66F95AEE3EDBF731A077229210 /* NSData+ImageContentType.h */, - 0A610B6F7115B2B1449B93E4C9A2C994 /* NSData+ImageContentType.m */, - 4C88DB2158954CCE757BEA7505B90698 /* NSImage+Compatibility.h */, - 93B33ACC2FEDF1F8FD16BF2FEC442CB2 /* NSImage+Compatibility.m */, - 67B51FCA230F641EB093CCD7127C8196 /* SDAnimatedImage.h */, - 19D80B93D024259C9B1C59BE3BFB7343 /* SDAnimatedImage.m */, - 974F790AB58906926DD9FFE8FB20BE70 /* SDAnimatedImagePlayer.h */, - 0CCF0F1001E31B30ACD0300723E811D5 /* SDAnimatedImagePlayer.m */, - 9869A7AF3E859B25A614775C8ECD75B0 /* SDAnimatedImageRep.h */, - 8FCF4A059FEEF113A3C2A827C6358C22 /* SDAnimatedImageRep.m */, - 63C2C3739394D67B4B03CF92B60566EF /* SDAnimatedImageView.h */, - BFC06F9142EC4D0DB3B422C471FAD9B8 /* SDAnimatedImageView.m */, - 5403090038659DBC3144692ACC7471C3 /* SDAnimatedImageView+WebCache.h */, - 938FC39C17E20F023246FF1AC1F499E7 /* SDAnimatedImageView+WebCache.m */, - 676CB0C30CD68238BEF39E885D32D773 /* SDAssociatedObject.h */, - 0E33BB3598622D6DA4065188EBB1F793 /* SDAssociatedObject.m */, - AAA1C534574BF042B72A666079C92539 /* SDAsyncBlockOperation.h */, - CF68F91CADD7935A2508FDFB41D6E61E /* SDAsyncBlockOperation.m */, - 30F7523D308082871242D3259759D48D /* SDDeviceHelper.h */, - 58375276FA374EDDA4484C70AE0E0EA7 /* SDDeviceHelper.m */, - 4C56570DF0263A2106B8B479A433D62D /* SDDiskCache.h */, - 096F0982FD24C963A1121028129DD527 /* SDDiskCache.m */, - CB39832A4E291FF6EFC0C072E595C60A /* SDDisplayLink.h */, - FE7E3571A54CA947F42022675E90AC88 /* SDDisplayLink.m */, - 3DB305C48B451671F597DD6D4E350632 /* SDFileAttributeHelper.h */, - 11885F636360EF76CB2CFA096A4EE410 /* SDFileAttributeHelper.m */, - EAAA961C39FB9CF13606837662BE3121 /* SDGraphicsImageRenderer.h */, - 57E2393E63DF6B3A8A4BA1F2EE2B74BA /* SDGraphicsImageRenderer.m */, - 612A88ACD75A9814FFE17309561D59C7 /* SDImageAPNGCoder.h */, - 7A285ABEB9B0120F490E746A6A231C97 /* SDImageAPNGCoder.m */, - 7A078E80DAB80E05CF23A58C7936CC81 /* SDImageAssetManager.h */, - 647BC568EDF0C7D16161624F57362EE1 /* SDImageAssetManager.m */, - 418648BC78538563488D915DED5016A9 /* SDImageAWebPCoder.h */, - E2A96026952F9485348F55C40ECAF744 /* SDImageAWebPCoder.m */, - E1462C611B446CC3E8EA2373529D839D /* SDImageCache.h */, - DEE04A96F18BC7D06D7672F5EE6297DE /* SDImageCache.m */, - 85267F5EB2BC5F5A59816E8FAE875461 /* SDImageCacheConfig.h */, - 1251CF186E9CAABC69961640278AB4BF /* SDImageCacheConfig.m */, - 21684D80511AE9801F40C458EF77E4E7 /* SDImageCacheDefine.h */, - B912B899C7EE40C473C4E511C1E44493 /* SDImageCacheDefine.m */, - B483A708AF3116433DF992F794FC8931 /* SDImageCachesManager.h */, - 053A441A08B67356E80EF79964701E77 /* SDImageCachesManager.m */, - A106F098377C597F1E6A5A362B9F75BB /* SDImageCachesManagerOperation.h */, - 6E12D130D94309D245A7558243F825FF /* SDImageCachesManagerOperation.m */, - D00323349640345EA28CF7F161926FB6 /* SDImageCoder.h */, - 91BDD2D010708784D25D271742C2EFAC /* SDImageCoder.m */, - DDD39E02F4A2CE1AB6DFD6265A5592D8 /* SDImageCoderHelper.h */, - 6C22A96BD1F9F8D912A8CDF9C73002B5 /* SDImageCoderHelper.m */, - 3082488096D6BA3028CCCC9BBE0FAF1F /* SDImageCodersManager.h */, - CB159002B7542214E1D884EE22A62ED2 /* SDImageCodersManager.m */, - 4D072F9C478C307812FD5B07AD170ACE /* SDImageFrame.h */, - 8887D5E6D46EDEE789A5D16F6FC4350B /* SDImageFrame.m */, - 7C119F796209F55C4EDF19193D9403A3 /* SDImageGIFCoder.h */, - 5B1582CDB533B9B7E753C0D0BEA2126A /* SDImageGIFCoder.m */, - 0A471C101DE6EBC17AB92607E8C50A57 /* SDImageGraphics.h */, - 7A29F754A493B48C6D7B8B31BE2E9FD5 /* SDImageGraphics.m */, - F122496C37DA6C2ED8C6DD2285E07FB1 /* SDImageHEICCoder.h */, - 482762555FB614D7C352DB18D4800589 /* SDImageHEICCoder.m */, - 2159902A289BDE6101CBA5575FFADED5 /* SDImageIOAnimatedCoder.h */, - 36187100E4C16A2279CBB777BA10F938 /* SDImageIOAnimatedCoder.m */, - 56AABEBB0B4E04F77C537DD4293B1539 /* SDImageIOAnimatedCoderInternal.h */, - 0B6D98F5DDD364C0CBD185BBFB45EF29 /* SDImageIOCoder.h */, - 87364FBB1740CE83644D76DAB80C2EC0 /* SDImageIOCoder.m */, - 31F709C4CEC3FFE09222E533513004AB /* SDImageLoader.h */, - 98617ACED324CD568D4F12107DB3DF3F /* SDImageLoader.m */, - 48A160BEDF28A763AC683B82A8355060 /* SDImageLoadersManager.h */, - 6799F4C4E2F99037C04CFB21B42A134B /* SDImageLoadersManager.m */, - 65D522A221071A2C4CB8E9B5D2A7390D /* SDImageTransformer.h */, - 364E55FD3E7DF9942F65F5ED8001D8E8 /* SDImageTransformer.m */, - 9E9E542BBEDB41868AB8AC2813D23EAF /* SDInternalMacros.h */, - 61C37085A9411D729EE13419B849A1BA /* SDInternalMacros.m */, - 0364D9036BCE7191D6EDA310CC544D1D /* SDMemoryCache.h */, - E59C5EC68AA715AEFC9ACEFA56E313A2 /* SDMemoryCache.m */, - 9E757CB33F3E50CD08B2E4462C136D1D /* SDmetamacros.h */, - ABED9149818F1F7438C11EA4896024AF /* SDWeakProxy.h */, - E58E40835D928CEFA2D2245182E7596B /* SDWeakProxy.m */, - 3E42EB0C2A7E9FAB5CDC7BBB1F4BCA47 /* SDWebImage.h */, - C346B1D67F986A141878159A845F720C /* SDWebImageCacheKeyFilter.h */, - 222A2C63B151841A973B40AFBA0EF946 /* SDWebImageCacheKeyFilter.m */, - 56C9007F2BAD6FB85A2CF95C2D1468B9 /* SDWebImageCacheSerializer.h */, - FCBE531F9B299D18031230A53F856774 /* SDWebImageCacheSerializer.m */, - F117DB4E1280668E19EFDCC5C705B0EB /* SDWebImageCompat.h */, - 8B095664E6E813A19DC0526C09CCF5D5 /* SDWebImageCompat.m */, - 0011C27F0FA4B246A6CDA2C867CA8706 /* SDWebImageDefine.h */, - 18F11D379CACF7C04FE8ADCDE526EE15 /* SDWebImageDefine.m */, - 5FAF805229ED75BC5F2B7E6C6F3CF136 /* SDWebImageDownloader.h */, - 3436ABBAD048CD6C1CD4AA0068A94AFA /* SDWebImageDownloader.m */, - 3E8B0C1AB1057D4ABCBA7E550BE40363 /* SDWebImageDownloaderConfig.h */, - DD69AF05C4BEA95D3F4622BA269E467C /* SDWebImageDownloaderConfig.m */, - 83DE854EE7C635E84447BDDC6D0A3793 /* SDWebImageDownloaderDecryptor.h */, - E92C396CA7B29CEA9739AD121F49B8BD /* SDWebImageDownloaderDecryptor.m */, - BB7C1FBD7344032A134FEFF8D95990FF /* SDWebImageDownloaderOperation.h */, - 62918E8AFBE977BE398E8E8D66E3D9AA /* SDWebImageDownloaderOperation.m */, - CFE5095663DEAD30D57A01E2A3A93C06 /* SDWebImageDownloaderRequestModifier.h */, - 13C9C0AC200138A94A5F47FA44074EDF /* SDWebImageDownloaderRequestModifier.m */, - F5BB98E71533BE60699D541C96A5262F /* SDWebImageDownloaderResponseModifier.h */, - 11989AF548149E0235FAB3F0ACA35ED0 /* SDWebImageDownloaderResponseModifier.m */, - 6FBB01E69374AF1B15A645D7458A02D7 /* SDWebImageError.h */, - 43C5BC6746B33E703C2D013C38B66009 /* SDWebImageError.m */, - AA9C072979D4DD3BF3CA1D8E0C41A996 /* SDWebImageIndicator.h */, - 9C99C982F36D335215D997E3397A66C5 /* SDWebImageIndicator.m */, - 80E247F82700BB6624A8BE9224B831A9 /* SDWebImageManager.h */, - ECAD73D0C81DC6613C51389403B3E521 /* SDWebImageManager.m */, - DA3DA01462995042D0247766D1E67D0B /* SDWebImageOperation.h */, - 4271C7F102C2EAF39DF0FC60A2C23562 /* SDWebImageOperation.m */, - 512F57ED861FF524D432982BE5E54FD9 /* SDWebImageOptionsProcessor.h */, - 1E07DEBB0835276A013F70A6F5F1487B /* SDWebImageOptionsProcessor.m */, - CA9BC9E52CD3FE8A0F0F5973B073D1EF /* SDWebImagePrefetcher.h */, - 676FE9FAA964F1B17975E2506AC9D7E9 /* SDWebImagePrefetcher.m */, - 2EF2052A465E860919D81C629EC4C317 /* SDWebImageTransition.h */, - B54CC4DEF4A0545611FA6AA7039820DC /* SDWebImageTransition.m */, - 7E4DE041871CF94CF91E89E975973FA0 /* SDWebImageTransitionInternal.h */, - AB9C68AB0AD9E6725F3A00E2FF85FFE2 /* UIButton+WebCache.h */, - 1D0F22678D83DB24069FF83BE86F6925 /* UIButton+WebCache.m */, - 3C321C3829877A4666A93CDD30772B2D /* UIColor+SDHexString.h */, - B2A298E8A5B57FAA201C1C0DBEA7CAB3 /* UIColor+SDHexString.m */, - A2D167E4E14174D51B3D85782C355312 /* UIImage+ExtendedCacheData.h */, - EB0AF404331851D57FA2375F79AF80ED /* UIImage+ExtendedCacheData.m */, - 37DDFE8E5D6FA75E4818EC2631A314FA /* UIImage+ForceDecode.h */, - 12D94BB8DA48E3E8142F85012141E23C /* UIImage+ForceDecode.m */, - DEB4B1DD6568CFD44C8BFF4DE4DD2F3F /* UIImage+GIF.h */, - 50E9E21E37AA6E35ADC6CE581560D2B7 /* UIImage+GIF.m */, - CF80899D2495C7BE036B9B834F43F85B /* UIImage+MemoryCacheCost.h */, - 1A1CA24032CDF315F31DDF2292E4E637 /* UIImage+MemoryCacheCost.m */, - D5BBE2CA3F5438900C17651B9421F228 /* UIImage+Metadata.h */, - AB4E1D84CC4D73368190B69401B576EC /* UIImage+Metadata.m */, - FA612149AECE45550DE16FBD830123A4 /* UIImage+MultiFormat.h */, - 776DC7BB7637E29ED65174A09FA12107 /* UIImage+MultiFormat.m */, - F1A6C59100D46F12E5A6666688D18C88 /* UIImage+Transform.h */, - 77E571647694B06EEC9A49616B344C55 /* UIImage+Transform.m */, - C221E9A739E8E1555964E90D36AE09F4 /* UIImageView+HighlightedWebCache.h */, - 139B9FA9E2E82CCC05CCC6F77E33F0F6 /* UIImageView+HighlightedWebCache.m */, - E1CB90ABD59276E7D9F982FB7B0E65BB /* UIImageView+WebCache.h */, - 98BAD5EDB2FBE9D245D58473B90D57F1 /* UIImageView+WebCache.m */, - C9A55691A720ECF7F4348580CD181276 /* UIView+WebCache.h */, - 0FA5BA058A864094B25C453963D96E3B /* UIView+WebCache.m */, - 3053B62FF9DEAB08B3D58C017394135A /* UIView+WebCacheOperation.h */, - 4A5D179F6D9103AB2EBD6612F3D2EE24 /* UIView+WebCacheOperation.m */, - ); - name = Core; - sourceTree = ""; - }; - 634DA714396701C4F3426F3CE3F85C46 /* Annotation */ = { - isa = PBXGroup; - children = ( - 7481BD0DD0D021AB09578DE242F94947 /* DriveRouteCustomAnnotation.h */, - 35CC2ABC5DAB086336D22D7EB2473F97 /* DriveRouteCustomAnnotation.m */, - EAFC5543FB0A906C7B118C8AE688CBFC /* MAPointAnnotation+DDCategory.h */, - 5944C4385EBF9A29525E95937F752BE3 /* MAPointAnnotation+DDCategory.m */, - ); - name = Annotation; - sourceTree = ""; - }; - 6536ED86A859B83E7F925836C93C19D4 /* UIViewController+DDCategory */ = { - isa = PBXGroup; - children = ( - 0D5EE0FAF0D65FDA9C65E86CFA5AC226 /* UIViewController+DDCategory.h */, - 24B53F265B79E86315AB33FB9459E4FF /* UIViewController+DDCategory.m */, - ); - name = "UIViewController+DDCategory"; - sourceTree = ""; - }; - 65954F75D4D055A80FA1CBF71C4BE685 /* DDCollectionView */ = { - isa = PBXGroup; - children = ( - ); - name = DDCollectionView; - sourceTree = ""; - }; - 66C94026E28752DFAFB67EB5A9422090 /* UIImage+DDCategory */ = { - isa = PBXGroup; - children = ( - 0264F1A0DAFD49AB1AE1A02C67A70B07 /* UIImage+DDCategory.h */, - 57FA6C31A0DFAEBB0C7FFCB466EF8BAE /* UIImage+DDCategory.m */, - ); - name = "UIImage+DDCategory"; - sourceTree = ""; - }; - 69EA7C5D5119C1AE826C6303DBF58EE5 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 3A8AFD5E1950026EE17D09F84C91A726 /* jpush-ios-5.0.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 6A02B30440D00B18AC1895AD60A21A12 /* SDWebImage */ = { - isa = PBXGroup; - children = ( - 62A656F52D2CD43083064426C2C91EAE /* Core */, - 2547061C1F2552C5C8E509D1897EEBC0 /* MapKit */, - ); - name = SDWebImage; - sourceTree = ""; - }; - 6A050BE338FA354705B26D577F15462D /* Frameworks */ = { - isa = PBXGroup; - children = ( - 4909B86EBD817FBA401A8A34256D6407 /* IJKMediaFramework.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 6A0D4F8D25CC03FFED4EB52C7487D9D0 /* DDBaseImageView */ = { - isa = PBXGroup; - children = ( - 306E3DCC3C7BDA68D00F55D1F00D298B /* DDBaseImageView.h */, - C3F492ECDED5AEC5776418B022C88DF0 /* DDBaseImageView.m */, - ); - name = DDBaseImageView; - sourceTree = ""; - }; - 6C5FCFBBF46636C4B58EAC472F0A897F /* DDSwitch */ = { - isa = PBXGroup; - children = ( - ); - name = DDSwitch; - sourceTree = ""; - }; - 6DD443DE1EAAC0BC928F73596349F522 /* Trace */ = { - isa = PBXGroup; - children = ( - 7CD6CF8CD3FCE0A2CE8F622D4F3CA57E /* MATraceReplayOverlay.h */, - 3C0F048ADD1AFDE0AF29E4A0AEE768E9 /* MATraceReplayOverlay.m */, - D16CB5395721CAEEF695CA5F442634F8 /* MATraceReplayOverlay+Addition.h */, - 1E93AD06F3A725045DDC93B687D34062 /* MATraceReplayOverlayRender.h */, - B2C6C8B4C5461F1858EC4133FC30A881 /* MATraceReplayOverlayRender.m */, - ); - name = Trace; - sourceTree = ""; - }; - 6FE7A2D81060F9D2D7AE66E49B1B1EA5 /* DDCategoryKit_Private */ = { - isa = PBXGroup; - children = ( - AEE9C6A8DF630CE4D809E2556F2EE70A /* DDCategory.h */, - 404B9F4C242AB6AC2823250DD9CDB90C /* CALayer+DDCategory */, - D33C98877663469A53EB6C4F917EF1DA /* NSAttributedString+DDCategory */, - 2E5A80BB819C131ED97BB34BB1411759 /* NSBundle+DDCategory */, - B6D85EB886CFEECE08B6A982088995CA /* NSObject+DDCategory */, - 5B6C5E040D7EAF67B830697BB94382B1 /* NSThread+DDCategory */, - 8E632476289A97E369561EDDCEEC2391 /* NSURL+DDCategory */, - CDC83133506525271C3F4180B0BF736B /* Support Files */, - A1E17AEF30C262655BDF47825DF38390 /* UIApplication+DDCategory */, - C366654FD76DD9691B3C42D38EB0AE26 /* UIBarButtonItem+DDCategory */, - 13D7227416E57077C1C85133AC4536A1 /* UIButton+DDCategory */, - 0AF7AFF369165595CC7A8D6D7CB4CA5B /* UICollectionView+DDCategory */, - C8AB2881F1084AA7DBE811B7D871AF82 /* UICollectionViewCell+DDCategory */, - BD3E0D60A6F8C152C1550ED8723C36B3 /* UIFont+DDCategory */, - 66C94026E28752DFAFB67EB5A9422090 /* UIImage+DDCategory */, - 001B8BC9445B2BF30E67304C72372BD0 /* UIImageView+DDCategory */, - FF4C5A9C54665D991C7D5251FADFA036 /* UILabel+DDCategory */, - A23C6F949B06D85A83F9BA53ACB66FFD /* UINavigationBar+DDCategory */, - 2311D99727A92ABC06953F87902C9DEF /* UINavigationController+DDCategory */, - 99413C49A5BEA02662B3FDA68B1D794F /* UINavigationItem+DDCategory */, - 92AA0488DCD7C97D2E8C0D2F19A43943 /* UIScreen+DDCategory */, - 899119F2C54C9F0B9869D5BF35403449 /* UIScrollView+DDCategory */, - BEA26B7160B036F3121752F4E390B661 /* UISwitch+DDCategory */, - B9A2157241B1B4395A0E622D9B273F5F /* UITabBarController+DDCategory */, - D18CB0FDBBA983C3924F492D0C7E06CF /* UITableView+DDCategory */, - E171D4BFF9608310A6EB6A94ECE47ABA /* UITableViewCell+DDCategory */, - 48324A59375E08A4592ECF435F6C9297 /* UITextField+DDCategory */, - 09B88346778B76383048FDD8DB12E628 /* UITextView+DDCategory */, - 9EAD36E9A352239DFF3E8376A2664E9E /* UIView+DDCategory */, - 6536ED86A859B83E7F925836C93C19D4 /* UIViewController+DDCategory */, - 15734971E33266802D83348FBF74A4DC /* UIWindow+DDCategory */, - ); - name = DDCategoryKit_Private; - path = DDCategoryKit_Private; - sourceTree = ""; - }; - 6FE9008E03A40514FB87E6D6E98BF8C7 /* DDBaseScrollView */ = { - isa = PBXGroup; - children = ( - 0FE9F243F44E2D78FBCBB6715167B7EE /* DDBaseScrollView.h */, - F5D4B5EB27F941B82FBC89D574D559DD /* DDBaseScrollView.m */, - ); - name = DDBaseScrollView; - sourceTree = ""; - }; - 7270DD5F020A165610DA33B42D3BF1B5 /* StringPickerView */ = { - isa = PBXGroup; - children = ( - 57FCAD1DFD6BB9F8F97D0D4B3C44BBAF /* BRResultModel.h */, - AB6ECAED1EC116141E5D52B3BA22E7E5 /* BRResultModel.m */, - D20A587D4588C96122775F50E2E765EB /* BRStringPickerView.h */, - 3BE98FB7A8E7DA17BB90DC2C45F6EF61 /* BRStringPickerView.m */, - ); - name = StringPickerView; - sourceTree = ""; - }; - 7427404953ED707ECEE22B76BA70DC44 /* DDBaseCollectionViewCell */ = { - isa = PBXGroup; - children = ( - E43F97B0475C6C1F65C75103B2C4BAC8 /* DDBaseCollectionViewCell.h */, - 1FA973FEC1E686A76851E02E2B8D7910 /* DDBaseCollectionViewCell.m */, - ); - name = DDBaseCollectionViewCell; - sourceTree = ""; - }; - 760599664E11B5BDC6CBA8BA34B5D5C7 /* DDBaseAttributedString */ = { - isa = PBXGroup; - children = ( - A56CDB0D243AA18C0D0F6DD612F78AE3 /* DDBaseAttributedString.h */, - 25625F02608C5D8D2267B72B92FA89BC /* DDBaseAttributedString.m */, - F66F5F12EDA5FAA9E09DFFDCFD2B6B53 /* DDBaseMutableAttributedString.h */, - 21BC2CD50246BA713E4F8C6C52A7EE78 /* DDBaseMutableAttributedString.m */, - ); - name = DDBaseAttributedString; - sourceTree = ""; - }; - 76FF28307700FBDD559DC09881907A4E /* Overlay */ = { - isa = PBXGroup; - children = ( - BD1101F3CFFD82DBE23B8E408035927F /* MABaseOverlay+DDCategory.h */, - 418F5A60EF82EB1E94957B6AF357586B /* MABaseOverlay+DDCategory.m */, - ); - name = Overlay; - sourceTree = ""; - }; - 77B4C99D65BE6F13FBE1911A9C91608B /* Frameworks */ = { - isa = PBXGroup; - children = ( - F9D89871E1D27F050DB54D28932147A4 /* Bugly.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 78344F96804A0CF2A2C10DAB67B56F6C /* Support Files */ = { - isa = PBXGroup; - children = ( - BF0ABFF5FFDEFE3C60D9061D69C2B96B /* IQKeyboardManagerSwift.modulemap */, - 254909B8435CE6816231217923BF1271 /* IQKeyboardManagerSwift-dummy.m */, - 8CC94B2565E3B734185624E28B5AF51D /* IQKeyboardManagerSwift-prefix.pch */, - F7617FA840CA2C5EF501E77A33331F7F /* IQKeyboardManagerSwift-umbrella.h */, - 83BC887AA4B16BCD42CCBFC282E7C493 /* IQKeyboardManagerSwift.debug.xcconfig */, - 5996361780DC2F097A2CF08BC3794321 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - 7AB0CA872C92DEAF52A73A684346AB9C /* DDFontKit_Private */ = { - isa = PBXGroup; - children = ( - 80B4D2D2A1788E41C4782F15F86AA4AD /* FontUtil.swift */, - 1A751203528CF500D9747EACA186D2BB /* Support Files */, - ); - name = DDFontKit_Private; - path = DDFontKit_Private; - sourceTree = ""; - }; - 7AC845D9BDACC46E5429D48449337F52 /* DDMAUtil */ = { - isa = PBXGroup; - children = ( - 283B1CF3F0295CB8760818292D47D442 /* DDMAGeometry.h */, - ED10DBA470C97B655CD5DB60E6E519C1 /* DDMAGeometry.m */, - ); - name = DDMAUtil; - sourceTree = ""; - }; - 7C232BFA4928B27466530CBEED219D39 /* ObjC */ = { - isa = PBXGroup; - children = ( - F96204D22776D4812DA5191195DA4015 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - 7CA5E306DD78BCB2E0FE19F71BCC1829 /* Support Files */ = { - isa = PBXGroup; - children = ( - A37831BD0E752ECBA816EE93D19CF099 /* DDWebImageKit_Private.modulemap */, - CD2FB2F032F490657E7BB60991F1C848 /* DDWebImageKit_Private-dummy.m */, - 779C0F8478F4ED6E6E7EA553900E4DC3 /* DDWebImageKit_Private-prefix.pch */, - 931CA1B743DDB35449D7D8C4D3B7CA47 /* DDWebImageKit_Private-umbrella.h */, - 174AE420083495C3828C3505784D23AD /* DDWebImageKit_Private.debug.xcconfig */, - CB514B08385913E142C347150F4B5C7F /* DDWebImageKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDWebImageKit_Private"; - sourceTree = ""; - }; - 7F9D9662D19E7E262CF299F4B448387E /* Support Files */ = { - isa = PBXGroup; - children = ( - 7D51912C1C78B3F67BDFB4E945A9209D /* RxSwift.modulemap */, - 10CC0BFDF7AFC14E71BC4AE1A879246D /* RxSwift-dummy.m */, - F4589935FB11ECEAA3038FC175DD0C3E /* RxSwift-prefix.pch */, - F4EDC1A491248C3475EF3434FB9A5CD7 /* RxSwift-umbrella.h */, - D6CD6314EBD5B4EAA8F05652177E24AC /* RxSwift.debug.xcconfig */, - 18EDCA3AEE8923AC607CC66F2612F867 /* RxSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxSwift"; - sourceTree = ""; - }; - 8024D952555F38183E94868049A7AEBE /* Support Files */ = { - isa = PBXGroup; - children = ( - CABCF8D1CD6363385667C2C83378D65B /* DDPersistenceKit_Private.modulemap */, - 25F3174E389D94EEC73FC0D464DF0886 /* DDPersistenceKit_Private-dummy.m */, - 6E0DA2C816A2B1A531C4A286938CC777 /* DDPersistenceKit_Private-prefix.pch */, - BCD67D9FC0AC67BAE671EA685B5BFA22 /* DDPersistenceKit_Private-umbrella.h */, - 72AF0882DD7762CD63BB28147A4D4F14 /* DDPersistenceKit_Private.debug.xcconfig */, - 9D762C953B2CE3BFA78536876CD618BF /* DDPersistenceKit_Private.release.xcconfig */, + 5A46EFCBCE640C93E2FD41846752FB57 /* DDPersistenceKit_Private.modulemap */, + 56B65EA3C14DE5A8F995B9E16CDD2FCA /* DDPersistenceKit_Private-dummy.m */, + 4BAD9C27F9C3AD251EDA896CDF5581AB /* DDPersistenceKit_Private-prefix.pch */, + C1C63D3300052B1D92A1FBB7216FCC29 /* DDPersistenceKit_Private-umbrella.h */, + 78C9BC8534817A08C5EF932B9F5F6AAF /* DDPersistenceKit_Private.debug.xcconfig */, + D319BE64A44DF3EF7E975E3C7B5CB7E7 /* DDPersistenceKit_Private.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/DDPersistenceKit_Private"; sourceTree = ""; }; - 83B02AB0EAAF93D428ECC3CBB55E533B /* DeviceInfo */ = { + 46640FD81E278B2C7F2983A751FC6822 /* NSAttributedString+DDCategory */ = { isa = PBXGroup; children = ( - 55C5B7591900125C2CCC01ED5F4CEBC8 /* DeviceInfo.swift */, + 9089747D09C54D518BEC18FE8D514F09 /* NSAttributedString+DDCategory.h */, + 5DA7D1FCAA7DCF748209F19B062A9016 /* NSAttributedString+DDCategory.m */, + D161CC3876E5C0136B9B88CE4F5A805F /* NSMutableAttributedString+DDCategory.h */, + 0E9EE5CD60A63114E41152F3B4402920 /* NSMutableAttributedString+DDCategory.m */, + B80E897D71688C0FC11FEFB6C23A171D /* NSMutableParagraphStyle+DDCategory.h */, + 6956C1C13B6F483A31127FA1E738D13A /* NSMutableParagraphStyle+DDCategory.m */, ); - name = DeviceInfo; + name = "NSAttributedString+DDCategory"; sourceTree = ""; }; - 899119F2C54C9F0B9869D5BF35403449 /* UIScrollView+DDCategory */ = { + 46E4D2945ED74548CDB8029A55B847E1 /* Support Files */ = { isa = PBXGroup; children = ( - 4E038B4A7DFA13DFF158F939E6E91268 /* UIScrollView+DDCategory.h */, - 0F8A1FA343432B47D7294F51DDF31646 /* UIScrollView+DDCategory.m */, - ); - name = "UIScrollView+DDCategory"; - sourceTree = ""; - }; - 8B39112021B20EA5101F0A73A0E37459 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 47E840027DB1C7665F7A8F4BE08FFEF2 /* AMapLocationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 8D4E03E15C87BED181E71288C8D29E74 /* Resources */ = { - isa = PBXGroup; - children = ( - D782B64C91434939E5C97315A8460347 /* DDBaseViewController.xcassets */, - ); - name = Resources; - sourceTree = ""; - }; - 8DD95683E8E39187C5F4E2B724BA3088 /* DDBasicControlsKit_Private */ = { - isa = PBXGroup; - children = ( - 3DADC507B080D165686D949C05130E5C /* DDBaseAnimation */, - 760599664E11B5BDC6CBA8BA34B5D5C7 /* DDBaseAttributedString */, - 2CF40C778DC290A696BE1CFEF85409DF /* DDBaseButton */, - C59D2AE841BB0C6ECD6AF4C402F38BF7 /* DDBaseCollectionView */, - 7427404953ED707ECEE22B76BA70DC44 /* DDBaseCollectionViewCell */, - FCF4C94689F670EE639CE3ABCB84287F /* DDBaseImage */, - 6A0D4F8D25CC03FFED4EB52C7487D9D0 /* DDBaseImageView */, - 40574C8C2630C4F167C5C01B99A7C510 /* DDBaseLabel */, - 9C1C42314F5FFE2FDE53197291753F55 /* DDBaseNavigationController */, - 6FE9008E03A40514FB87E6D6E98BF8C7 /* DDBaseScrollView */, - 041954068A057F9AFE82AB24ABCA3940 /* DDBaseSwitch */, - 55005AE27AF1550A90FB09A6150F00F8 /* DDBaseTableView */, - 5DEBE912E69C6C8B1D606B0BE939D6EF /* DDBaseTableViewCell */, - B4C8C71BEF19775F6CAA14889EBA23DC /* DDBaseTextField */, - 8F04D46BA00E8ED4B8BA2A254F46E9DD /* DDBaseTextView */, - B38089FCF5CD9A12039DB06076414BB9 /* DDBaseView */, - 1108D886CB08CBCA8DD327167275CCB0 /* DDBaseViewController */, - 96E2DA9E2DE266F901B31B9DD5CBF3D4 /* Support Files */, - ); - name = DDBasicControlsKit_Private; - path = DDBasicControlsKit_Private; - sourceTree = ""; - }; - 8DE1504080D7299BC2036BBF39C77362 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2F8BD3B0AA470F413BBA1CCC14AC7D0F /* Kingfisher.modulemap */, - 2948FF48687618A37B7E654805DA8A24 /* Kingfisher-dummy.m */, - F2DD404158A613A31A29835EDE5C0FE3 /* Kingfisher-prefix.pch */, - FECFFF34B47C5CC85C5BB72B9F39A30E /* Kingfisher-umbrella.h */, - 5BF99C2E3ABDF7A00CF01F255AFCBEBB /* Kingfisher.debug.xcconfig */, - 1E95E370912F145756D097954EC6A039 /* Kingfisher.release.xcconfig */, + BBC83FFB7E5BAEDCC3A3C2CAD3967AF0 /* DDTimerSwiftKit_Private.modulemap */, + FB804492911B7D0F2826748AF43D21E7 /* DDTimerSwiftKit_Private-dummy.m */, + 25B1751F5E34DD87BCE7F7214B19DF6C /* DDTimerSwiftKit_Private-prefix.pch */, + 838C0533D1F076BA19A4E8FF6F2FEA5A /* DDTimerSwiftKit_Private-umbrella.h */, + F6ED0EF3CAC4FA857384CB73579D87F0 /* DDTimerSwiftKit_Private.debug.xcconfig */, + D60EA2F98FB9BE841A4547635AA91D7F /* DDTimerSwiftKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Kingfisher"; + path = "../Target Support Files/DDTimerSwiftKit_Private"; sourceTree = ""; }; - 8E632476289A97E369561EDDCEEC2391 /* NSURL+DDCategory */ = { + 48BEFE7F48443F6B1A85A42725ABE2A4 /* DDLabel */ = { isa = PBXGroup; children = ( - 3A2A779ABBAB347764766BE9A1AA1B94 /* NSURL+DDCategory.h */, - C6A3C9F8F78FE31D3FEB96D244AEC627 /* NSURL+DDCategory.m */, + 84B5F1C4B61C044E30A27877BD9CDA0F /* DDLabel.swift */, ); - name = "NSURL+DDCategory"; + name = DDLabel; sourceTree = ""; }; - 8E769281825D137A0724448657B32196 /* Support Files */ = { + 490F36408B831C2D3196C62985CC8651 /* Support Files */ = { isa = PBXGroup; children = ( - 48ECADE36B0126505CCD84E1A2FF082D /* DDMAMapKit_Private.modulemap */, - F15615C554321860947F3F033A74784B /* DDMAMapKit_Private-dummy.m */, - 2A52B82E2879DF5F0835CFE3977C8412 /* DDMAMapKit_Private-prefix.pch */, - 024E87792F539B966F0D6E5BAB785C72 /* DDMAMapKit_Private-umbrella.h */, - EA43B69D699D021D1F41910BE989562A /* DDMAMapKit_Private.debug.xcconfig */, - 633EDDADD8B66D28DEB5A027B3BB730F /* DDMAMapKit_Private.release.xcconfig */, - 7B8E101E83897C1458611168E6105249 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/DDMAMapKit_Private"; - sourceTree = ""; - }; - 8F04D46BA00E8ED4B8BA2A254F46E9DD /* DDBaseTextView */ = { - isa = PBXGroup; - children = ( - 82D224D454B87A3A8076C83C611FED35 /* DDBaseTextView.h */, - D14687E11992B00E2EC67D5D0B156FAB /* DDBaseTextView.m */, - ); - name = DDBaseTextView; - sourceTree = ""; - }; - 92AA0488DCD7C97D2E8C0D2F19A43943 /* UIScreen+DDCategory */ = { - isa = PBXGroup; - children = ( - 9D14C59B909AD7FD1F632E89DC79F494 /* UIScreen+DDCategory.h */, - A56E27B55D4854C0B966014B678C42E6 /* UIScreen+DDCategory.m */, - ); - name = "UIScreen+DDCategory"; - sourceTree = ""; - }; - 92CFC5BCA1AFDE5EC2B21EBB0EE2EFB7 /* Kingfisher */ = { - isa = PBXGroup; - children = ( - 888462F766A0E9B1D73475B9412609E1 /* AnimatedImageView.swift */, - 6878433E2104B87BBBCDAA683BEE227A /* AuthenticationChallengeResponsable.swift */, - EA2D7F1E401E375B73F554860AEC5527 /* AVAssetImageDataProvider.swift */, - E48B5292BDB6447CDF8BD2BBD573A782 /* Box.swift */, - 59D97F3A5AB3A1B0B60C1A6BA1845DE5 /* CacheSerializer.swift */, - 3E0BF5FD84832EFF56F0932BD7045DDD /* CallbackQueue.swift */, - 232C5752ED5EC1CB7C0C5B682604276C /* CPListItem+Kingfisher.swift */, - E95998A571FD4B223E40E0BD100523EC /* Delegate.swift */, - 6893E90A21D16EF942DF54264EB05600 /* DiskStorage.swift */, - 603430A67A372784503D146B81428D2E /* ExtensionHelpers.swift */, - 337D0FA91EF363BB503B04D3F7D30FAB /* Filter.swift */, - 7476F6894AD1A404D58C84D7732E86C1 /* FormatIndicatedCacheSerializer.swift */, - 07AE3FDBED72811D6766560127CC7FCC /* GIFAnimatedImage.swift */, - D7618D60F4A0DD59095AE113F63C2618 /* GraphicsContext.swift */, - A9246CAB8A9CF2D0440A4377F4A6E228 /* Image.swift */, - C06931263BF3AFBDF5002D9B08D10E5B /* ImageBinder.swift */, - A9D4CB3ED37198D6D29E961FCC71A68D /* ImageCache.swift */, - 3631EBB5CEA95C5ABDF951F3DBFBABB6 /* ImageContext.swift */, - 911ACB920487374A36862336870D01C4 /* ImageDataProcessor.swift */, - DC366174FBC08F508E74A160E94CF973 /* ImageDataProvider.swift */, - 01EB912143292222EE6269D73FAF126C /* ImageDownloader.swift */, - 0A4308598CD02B0E1743B0563AF1A654 /* ImageDownloaderDelegate.swift */, - 2A23F6E6BA79AD6360764D1D4D6227CA /* ImageDrawing.swift */, - C892EDF810B01E956CEB1CDFB7092040 /* ImageFormat.swift */, - C9CDD02D2C9C19CCB206860108F4A59D /* ImageModifier.swift */, - BE9DDF2D471563682F3C94610174E887 /* ImagePrefetcher.swift */, - C1487D3A775D803A160D04FF90B35D3B /* ImageProcessor.swift */, - DBE94EEAB40936F81F1A636A385E2B73 /* ImageProgressive.swift */, - 1D5B7E8D03E15E04F7997E515F84B93E /* ImageTransition.swift */, - BB8837278D393EE27085A90676870D70 /* ImageView+Kingfisher.swift */, - 5C7F8BA317062E602F0956AD98381EBF /* Indicator.swift */, - 0E2731DC1393188ED7A05346C9B402F7 /* KF.swift */, - E5D2212853546CACECAED0E564002530 /* KFAnimatedImage.swift */, - 2B71A289A0E36B7EC0F32DA7D12E4511 /* KFImage.swift */, - DDF9527D8347D3792032A242010C9B69 /* KFImageOptions.swift */, - 0BFC8F93C7F4BBCFC8D3735316E08866 /* KFImageProtocol.swift */, - 84065CD15EB64D12C488A6965E0BC33C /* KFImageRenderer.swift */, - E3512EEDBD441DAC822BD57D0EE64224 /* KFOptionsSetter.swift */, - 2A065603051DDA53100BE73A4EE74472 /* Kingfisher.swift */, - 844ACADB162716029542657D4E6BEE11 /* KingfisherError.swift */, - B97C5DDE04FA7C3A949ACF7672F5AA02 /* KingfisherManager.swift */, - FDE50E13DC50918F83545B4D36A106BB /* KingfisherOptionsInfo.swift */, - 7F53A7D0850CF9C866561758DBB721B9 /* MemoryStorage.swift */, - 8893982768F1EA3B681AF30607AF348C /* NSButton+Kingfisher.swift */, - 31EB3691F7092B7FE37CE76A08273A34 /* NSTextAttachment+Kingfisher.swift */, - 350B4C455EB7785336E0668ED1270005 /* Placeholder.swift */, - E6A55B0BA48763E52F1A78361B127616 /* RedirectHandler.swift */, - 2B1CBAEB8EE594E14216185A32007277 /* RequestModifier.swift */, - 7A8C8E804168F78881FC6639D4BE656D /* Resource.swift */, - 94F6807EC854B47ACC668B4378B1F03D /* Result.swift */, - 3C54A3C3701F10121EA62B4F966DF5E4 /* RetryStrategy.swift */, - 31EE007DD1E030DAF9A1537DCFFA270B /* Runtime.swift */, - 9ED1F75AA95DB9DB7BD708A1CB614CA9 /* SessionDataTask.swift */, - BCBB3FD65EF7A3B76F12C75A6764C924 /* SessionDelegate.swift */, - 8EF217B14B772DF67DB94BCFEFA9A7DF /* SizeExtensions.swift */, - 1102594C8472C6DF9AA75C9B11057F97 /* Source.swift */, - 222E6D252EC498724B9F5B52ED289E27 /* Storage.swift */, - F4CBBB4862CDF5DCB06983385A47193C /* String+MD5.swift */, - E7AAC955D2991C38C63A4C7F6ED3CBE0 /* TVMonogramView+Kingfisher.swift */, - D6D9C4F317126A60D22437CECDC6B8E2 /* UIButton+Kingfisher.swift */, - 011975638BA9D6AE5A4CE314E81E403C /* WKInterfaceImage+Kingfisher.swift */, - 8DE1504080D7299BC2036BBF39C77362 /* Support Files */, - ); - name = Kingfisher; - path = Kingfisher; - sourceTree = ""; - }; - 9463E7B534409F543623961EC7C73DB0 /* DDWebImage */ = { - isa = PBXGroup; - children = ( - F937DD857F0388A3DBB544FE8048390A /* UIImageView+DDWebCache.h */, - 51057F68F790CE63C8D9A9CDAFC388EE /* UIImageView+DDWebCache.m */, - ); - name = DDWebImage; - sourceTree = ""; - }; - 94789359332EE8425D8789076EBE1132 /* SnapKit */ = { - isa = PBXGroup; - children = ( - 63BC98BCE86949025231A8FD88E085A6 /* Constraint.swift */, - 601ED972186A81AB482F1819F028979A /* ConstraintAttributes.swift */, - CB8ABD7A17978172F97FBF4A0B1F4389 /* ConstraintConfig.swift */, - 6731483D0A5491AD810D98059E89192B /* ConstraintConstantTarget.swift */, - CEEB122CC24566BDB5D574B9F03379AE /* ConstraintDescription.swift */, - 5AE444CF4C61AAEB8ABCB265F194529D /* ConstraintDirectionalInsets.swift */, - 0F286BA961CD16288D2B7142250B89C9 /* ConstraintDirectionalInsetTarget.swift */, - 3E36E11075BB51FD9CE05FC0CFC0728B /* ConstraintDSL.swift */, - 14F128327EF87C9F7613606EA2ACD9CB /* ConstraintInsets.swift */, - D3AD86ADB812CF581506CC4B73EDED20 /* ConstraintInsetTarget.swift */, - 8F7F5D674F686092FE240CE00B85F17D /* ConstraintItem.swift */, - 54E472B29463856D398CB85C8FDC74CF /* ConstraintLayoutGuide.swift */, - 71F7330C4925690369E739C4CD42BD5A /* ConstraintLayoutGuide+Extensions.swift */, - CD32F27FEBE0303955AB5AFD28D1B877 /* ConstraintLayoutGuideDSL.swift */, - 27523A771D896A4477D8A8E02DFE1F02 /* ConstraintLayoutSupport.swift */, - 1ADD4CF4C45DE77BE666BB473B208290 /* ConstraintLayoutSupportDSL.swift */, - AB8008F28E992F1E7C77ACC5BECD225C /* ConstraintMaker.swift */, - 2AA355B13950E2D95C7A8280B35DA94C /* ConstraintMakerEditable.swift */, - 182C2367317BAEF88D2ADAD90B78D84C /* ConstraintMakerExtendable.swift */, - 5AAC24F9EC15DA244898B5954250BE8F /* ConstraintMakerFinalizable.swift */, - 0C91C3C5DA41D0D96FD7C0D5F347D5B3 /* ConstraintMakerPrioritizable.swift */, - D519DAA9847CF358ABD3E2C5542DFC17 /* ConstraintMakerRelatable.swift */, - C93ACA6EE7610F820D3CB307D30DE1D5 /* ConstraintMakerRelatable+Extensions.swift */, - 709C0F0DC6A9292FB63AE428B2076BBC /* ConstraintMultiplierTarget.swift */, - 7220F9EDF6FD15CB41B83ABADA1FE789 /* ConstraintOffsetTarget.swift */, - 36C0E63EF1692919B463955742EE600B /* ConstraintPriority.swift */, - 46B88BCE5EF476D33B3998340CCE21C2 /* ConstraintPriorityTarget.swift */, - 43BDE8FBC2BA0D51BCEC08342C225121 /* ConstraintRelatableTarget.swift */, - B49B38B97EB1FA1155797CEC43040685 /* ConstraintRelation.swift */, - ADF69ADAEF1AB8324790A680A756B52A /* ConstraintView.swift */, - 27C6F276E14586E0FBE624B544D267D9 /* ConstraintView+Extensions.swift */, - E0A1A5E1EBDE0C44F3691ADDCFB68F17 /* ConstraintViewDSL.swift */, - AC496BC1126677906763C23BC845A9F5 /* Debugging.swift */, - F91D2793CC26114A3085CC52ABC5B19E /* LayoutConstraint.swift */, - 1CA687951E727CDD0EBF7CDEB4087B24 /* LayoutConstraintItem.swift */, - 2D301420DBEB48422CF07821BBDBD900 /* Typealiases.swift */, - 27C9CAD3E400A2DF256046E5D34BA24F /* UILayoutSupport+Extensions.swift */, - E580C23244E695E6BB1972097729B6ED /* Support Files */, - ); - name = SnapKit; - path = SnapKit; - sourceTree = ""; - }; - 94D997685812FAD1EB9D83E6BD47DA95 /* JXCategoryView */ = { - isa = PBXGroup; - children = ( - 32D2F6DCE1BEF2294083D7250A307A09 /* JXCategoryBaseCell.h */, - 1D0F4C400B214FC883535B8177ACEFB6 /* JXCategoryBaseCell.m */, - 56442D28479917C0B020D990FC78F18A /* JXCategoryBaseCellModel.h */, - 91CEDD0E24FF92FECFC7955E755050FE /* JXCategoryBaseCellModel.m */, - 320BA209897955BD6E3FCEDD5049D4AB /* JXCategoryBaseView.h */, - 7A3839A55218C8BEB31894FFDDBD615C /* JXCategoryBaseView.m */, - C8EC2F46B4DE794A37BC833EB62C38F4 /* JXCategoryCollectionView.h */, - 18E0E051DFA34C33FA2AC89D8ED8E2F8 /* JXCategoryCollectionView.m */, - 92B2BA095763952BD3FDC4BBE7449DB5 /* JXCategoryDotCell.h */, - 966823EBB8A2CD11ECEAD63AE39C83CB /* JXCategoryDotCell.m */, - BCBD6D414C4AA862F6CB267523A7FA81 /* JXCategoryDotCellModel.h */, - B4413D88745E8ED8964F2C5F2B0B348D /* JXCategoryDotCellModel.m */, - FC5FA10B3FE05B2B1F8FBA526DDD004A /* JXCategoryDotView.h */, - A7ADACE713A72DDBD0293E03A4ECDB67 /* JXCategoryDotView.m */, - 017D1886743B7E418A1C9207EC5A5A55 /* JXCategoryFactory.h */, - 833AEA8F9808A4F1AB8505C7EB27FBF4 /* JXCategoryFactory.m */, - 18EE8FE16C843038674A2F975540DE6C /* JXCategoryImageCell.h */, - 67DDD7CBCF7228BA1C3B76ADEF95C24C /* JXCategoryImageCell.m */, - FD6D86DB2B5143F12EDC52377F7DD8FF /* JXCategoryImageCellModel.h */, - 068F09D6855086CEA2C9D7934F4107A1 /* JXCategoryImageCellModel.m */, - 79E7261153DA6FC0414F071079DD5521 /* JXCategoryImageView.h */, - 8FABBA87CDC5C690BAF16568FD281710 /* JXCategoryImageView.m */, - 24B3BBD0A845E9F233DC09B240309AFE /* JXCategoryIndicatorBackgroundView.h */, - 3C96E1FDEA0FEB808CD322A784DD1F50 /* JXCategoryIndicatorBackgroundView.m */, - 379D29F309C66BFE6DB03009E7C2A50D /* JXCategoryIndicatorBallView.h */, - 549C71FE41D5913A2EFAEEC768682A34 /* JXCategoryIndicatorBallView.m */, - 85E9D08E851CB04A3CCC4B7B9917596F /* JXCategoryIndicatorCell.h */, - 0187B73AB69B259568785E57026ED6E3 /* JXCategoryIndicatorCell.m */, - B5AEE3B0BDB64D4880CE7FDCDFF1B89F /* JXCategoryIndicatorCellModel.h */, - 791C6E203E7968490E8CB9182228EC77 /* JXCategoryIndicatorCellModel.m */, - 0EB845FB9BF601DDFCA671168F9AC709 /* JXCategoryIndicatorComponentView.h */, - 445653D373DDD64B70893E6EA222D4D0 /* JXCategoryIndicatorComponentView.m */, - 6ACF01B7062D28A125C527AFF19A0FA2 /* JXCategoryIndicatorDotLineView.h */, - 06DCE82C48DC61000DAE5B740A9D1D12 /* JXCategoryIndicatorDotLineView.m */, - CB697694236D285AB278BB806F008A17 /* JXCategoryIndicatorImageView.h */, - F6634098E5CDE320493214DD440B78EF /* JXCategoryIndicatorImageView.m */, - 7E0627D2EE960E388536817D49F56C1C /* JXCategoryIndicatorLineView.h */, - 5B2FECE192B1715B9C9C75C0D2889010 /* JXCategoryIndicatorLineView.m */, - 7A19459032252FD8463CDEF0718018B1 /* JXCategoryIndicatorParamsModel.h */, - A38D49D047D2CC0D258C8F71AD6E153E /* JXCategoryIndicatorParamsModel.m */, - 6CB409FD938A1B93FC1DE8416CE42035 /* JXCategoryIndicatorProtocol.h */, - B9106D8AAAD676EF9EBB83C7F603B24B /* JXCategoryIndicatorRainbowLineView.h */, - 045B73AC5E21359D44DF20FB62768721 /* JXCategoryIndicatorRainbowLineView.m */, - 7F095F587C9359D02AFD8EDF84802121 /* JXCategoryIndicatorTriangleView.h */, - 82B60E44A37BD842A730DF0851F22959 /* JXCategoryIndicatorTriangleView.m */, - 1C58B92F6D6C31157678AE6B4020AA79 /* JXCategoryIndicatorView.h */, - 814B4B42A8873E6B70481743C5571979 /* JXCategoryIndicatorView.m */, - 78727D1D00A07905F5EF10DDC86F2D89 /* JXCategoryListContainerRTLCell.h */, - 86D633588274848F8328523FF39B88D4 /* JXCategoryListContainerRTLCell.m */, - 33FD1314DE16D95AF1FB395BE7A983A9 /* JXCategoryListContainerView.h */, - CD89FC27F733EF79AA5050F11D88E60B /* JXCategoryListContainerView.m */, - 2AF0D1A793BE07FF5591425F73BB326F /* JXCategoryNumberCell.h */, - 24C4D6B8C2F1C517E193F7ECD0F5E762 /* JXCategoryNumberCell.m */, - B4C74426C05C183C17AEFC0AF455A72E /* JXCategoryNumberCellModel.h */, - 3CCE93120E2211ADEAF3ED7C51530FC4 /* JXCategoryNumberCellModel.m */, - E3D5782A7DB454C51D038BC20491D6D8 /* JXCategoryNumberView.h */, - A0BC926DEDF54CFFF2E071AB40B53B1F /* JXCategoryNumberView.m */, - B0C6214643180C0CA13B51B4FBBE8591 /* JXCategoryTitleCell.h */, - 313DF64679685146E99D400E6CD99186 /* JXCategoryTitleCell.m */, - 61DF1756415A786980ECA1BB2B8AFC42 /* JXCategoryTitleCellModel.h */, - 2C29AF376F9CD2203EBF41252DB134EA /* JXCategoryTitleCellModel.m */, - 1BA198DC04983D22847ED11AAE24B9BB /* JXCategoryTitleImageCell.h */, - 3DBED9824C1650AF2EC2374C30DFD520 /* JXCategoryTitleImageCell.m */, - B59555E174F9C147E42387014FE7426F /* JXCategoryTitleImageCellModel.h */, - D566BD2901FA7C84EEB3F8EE67FD5F1D /* JXCategoryTitleImageCellModel.m */, - 85243931A6230D3346DF35BF2D80C581 /* JXCategoryTitleImageView.h */, - 9C62DE41DD4D1813696FEC2B12059421 /* JXCategoryTitleImageView.m */, - 8E88F2D27734B2C763FA26D6B9971080 /* JXCategoryTitleVerticalZoomCell.h */, - 1830A1C7CD5DF58A8FABC6D24F9ECB82 /* JXCategoryTitleVerticalZoomCell.m */, - 8D2D5A33A73AD0529A6E4D2660D9A851 /* JXCategoryTitleVerticalZoomCellModel.h */, - AD350AEC06DCE4D09F9530B4FED13F99 /* JXCategoryTitleVerticalZoomCellModel.m */, - 686F91BBD25FD8F26A24D79F5A318EE4 /* JXCategoryTitleVerticalZoomView.h */, - D1CCCEB6190344176679A71C9342BEC0 /* JXCategoryTitleVerticalZoomView.m */, - C9F9D2175159BA92890748359431D24D /* JXCategoryTitleView.h */, - D6C4874DEED435C8E14A6EC557585785 /* JXCategoryTitleView.m */, - 50D6360A6CD212992BED28261C21B9AE /* JXCategoryView.h */, - AA5C9E59E74EA352A3F1FF16B484313F /* JXCategoryViewAnimator.h */, - A5F0E480ADFAE0941A4A45D2092F96CA /* JXCategoryViewAnimator.m */, - 2BACC83E9D3E5EFD56B086FC5F7E2245 /* JXCategoryViewDefines.h */, - 642B70CB97F01AE132F3437F4CEBDDCA /* RTLManager.h */, - 729806BC66AEA6B28FC5D5F4ECA72142 /* RTLManager.m */, - D0A4BCD31F841AC326E2CC7EE8BF5E07 /* UIColor+JXAdd.h */, - D1244C5DBC0C5C84F28ABC2653FC0391 /* UIColor+JXAdd.m */, - 3F67A8F6C53990124DAE998711A7D275 /* Support Files */, - ); - name = JXCategoryView; - path = JXCategoryView; - sourceTree = ""; - }; - 969299F7A43069FFC6258509A0E0A6D0 /* AMapFoundation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 6E59C8083C4627A1C3C96A213E995081 /* AMapFoundationConst.h */, - 333590A8774C3A53CBEE178E1788FA46 /* AMapFoundationKit.h */, - 1BC4635627E7890C9B4DECED4B78700B /* AMapFoundationVersion.h */, - BAF2E17562158098E0DAF6E0BF4F3624 /* AMapServices.h */, - D488081815BEACC6386F4DA8BC4CAE39 /* AMapURLSearch.h */, - 595B0BD548F1AD821419EE70C0366450 /* AMapURLSearchConfig.h */, - 6B69804012908A8E5D79202E951A77C1 /* AMapURLSearchType.h */, - ED2878FF83EE4BFB53BBC7A5BE2B643A /* AMapUtility.h */, - 55B65D3053237E078CFB4E6EEA8295FB /* Frameworks */, - C40422F8E63D4B2181C0A67C2F0F02B2 /* Support Files */, - ); - name = "AMapFoundation-NO-IDFA"; - path = "AMapFoundation-NO-IDFA"; - sourceTree = ""; - }; - 96AF31CEB084EF5F4123E5D031F579DA /* RxRelay */ = { - isa = PBXGroup; - children = ( - 06F8821243C114C3FBEE21AB18BFA555 /* BehaviorRelay.swift */, - 5137146B4EA89E0A9C54FAAD14D3A2B7 /* Observable+Bind.swift */, - FB029F10D69562496BD3649A9E548F9A /* PublishRelay.swift */, - 2F3F5D71A99F90A4A5910A79EAA0195D /* ReplayRelay.swift */, - D268B571A794BFD05B21EC4AFD14B724 /* Utils.swift */, - 1583EADBA5E937C771C8970D25178866 /* Support Files */, - ); - name = RxRelay; - path = RxRelay; - sourceTree = ""; - }; - 96E2DA9E2DE266F901B31B9DD5CBF3D4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 672EB7D8101978C0A95101691F5A22AA /* DDBasicControlsKit_Private.modulemap */, - C76B5E70B4D898F41E9E7ACBA379ECB5 /* DDBasicControlsKit_Private-dummy.m */, - A883B40944BA992DE2FE7A5006C95BCC /* DDBasicControlsKit_Private-prefix.pch */, - ECF760EF7672037F018394CF4BCC16D5 /* DDBasicControlsKit_Private-umbrella.h */, - F9E70A73D179EE531827758A4B944E56 /* DDBasicControlsKit_Private.debug.xcconfig */, - 32C203DCF381370E2E99678A1B7D94FC /* DDBasicControlsKit_Private.release.xcconfig */, - 2D5FE831E28137F809C577E0FF81F71E /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/DDBasicControlsKit_Private"; - sourceTree = ""; - }; - 97C330449C697F8AA676CE92CA7ECE98 /* FileManager */ = { - isa = PBXGroup; - children = ( - C153BBFA2446BAAA706B93C3873425BB /* DDFileManager.swift */, - ); - name = FileManager; - sourceTree = ""; - }; - 99413C49A5BEA02662B3FDA68B1D794F /* UINavigationItem+DDCategory */ = { - isa = PBXGroup; - children = ( - 8CEB971796FE4FCEAFB76EBA31E083DC /* UINavigationItem+DDCategory.h */, - 26E5344D145DBB755D97E1DDA3671E16 /* UINavigationItem+DDCategory.m */, - ); - name = "UINavigationItem+DDCategory"; - sourceTree = ""; - }; - 99B46D9A12E9BF4F6D71D39E7D5403E1 /* Bugly */ = { - isa = PBXGroup; - children = ( - 77B4C99D65BE6F13FBE1911A9C91608B /* Frameworks */, - B1636B563B1EFE066117CF07CBCAD2B5 /* Support Files */, - ); - name = Bugly; - path = Bugly; - sourceTree = ""; - }; - 9A6024263BE3CCFD8308C19DFC4259C6 /* DDLogKit_Private */ = { - isa = PBXGroup; - children = ( - B4A2423930FF4B63D36761BC9EF289ED /* OCLog */, - 9C5B949DA1B1D426631C562E81B2D0A0 /* Support Files */, - EBA840F31B07A7B4BFBDBCB5A7EBBBD3 /* SwiftLog */, - ); - name = DDLogKit_Private; - path = DDLogKit_Private; - sourceTree = ""; - }; - 9C1C42314F5FFE2FDE53197291753F55 /* DDBaseNavigationController */ = { - isa = PBXGroup; - children = ( - A8C764F0D42BDB9E618B7A64627F13DA /* DDBaseNavigationController.h */, - 7E61F4B47100317A0E37B61328C58C8B /* DDBaseNavigationController.m */, - 25ACD2F4D20EE1CA1FECC5B9BCB12D9C /* DDNavigationControllerDelegateReceiver.h */, - 25DC10DBF824B5032541EE316AED34C7 /* DDNavigationControllerDelegateReceiver.m */, - ); - name = DDBaseNavigationController; - sourceTree = ""; - }; - 9C5B949DA1B1D426631C562E81B2D0A0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8BFE7BE2C615DD2C7A2318E0B716D226 /* DDLogKit_Private.modulemap */, - D3DCBCE5933E32E1690E06C16B4DC407 /* DDLogKit_Private-dummy.m */, - A98C0B917670ED05B633B57859FA7EDA /* DDLogKit_Private-prefix.pch */, - C5BC480ACBF0B1E627D401C019445679 /* DDLogKit_Private-umbrella.h */, - 92D4E5E0A62D921E7DABBC15E996B7E3 /* DDLogKit_Private.debug.xcconfig */, - 7007AFE691D07EFE8BC2EB12B8BBA6DE /* DDLogKit_Private.release.xcconfig */, + 6974A5798D9E106791F4E832722F0348 /* DDLogKit_Private.modulemap */, + 947D279463B5B17482D9DF2C59B091DB /* DDLogKit_Private-dummy.m */, + 53CE5DA7D71B3803C35DD2677AD6CC23 /* DDLogKit_Private-prefix.pch */, + F3BE690DD541CEA0596F424B3DB5AA11 /* DDLogKit_Private-umbrella.h */, + 47D89C6D2883B4D4256C5D157CDA57FC /* DDLogKit_Private.debug.xcconfig */, + BA0391BD18FA000ED45F11F7FC0C5941 /* DDLogKit_Private.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/DDLogKit_Private"; sourceTree = ""; }; - 9CE781A067F6DA3AF53023A967799994 /* MapView */ = { + 4A7064474006F982BB3C43A0CA8D4473 /* DDBaseButton */ = { isa = PBXGroup; children = ( - 75CF42385B8F2DED86FA77ABC7C49825 /* DDMAMapView.h */, - 97217AD80A5936262C11DEA60A0787D2 /* DDMAMapView.m */, + 3E10BAD04178D8BC9A360ACB84AC6AAD /* DDBaseButton.h */, + D9985D5699F85E989561E3CC0F9777F5 /* DDBaseButton.m */, ); - name = MapView; + name = DDBaseButton; sourceTree = ""; }; - 9E77F3F72CA518055B80046B2D8E347D /* DDTableViewCell */ = { + 4A775079D7D0CD2567D9A7CA252163E8 /* AMapLocation-NO-IDFA */ = { isa = PBXGroup; children = ( + 35BDCD95DEAEFFC45B03A2677FA44305 /* AMapGeoFenceError.h */, + 8FB71F741FAA5593A035F0AB89BBD0B2 /* AMapGeoFenceManager.h */, + CE9750A886819C0851AD8E9C9CB07B10 /* AMapGeoFenceRegionObj.h */, + 54685BD3F79257437A860480CF1A642B /* AMapLocationCommonObj.h */, + A5A7FEDE640ADB2E35F956F7A7C2450F /* AMapLocationKit.h */, + D453CD8AD12EF26AAC4327F4D9CD6063 /* AMapLocationManager.h */, + D5F38DDA0977761FE8D74EA774ADBEB3 /* AMapLocationRegionObj.h */, + AA341F7B5A96F286FE512894EDC79898 /* AMapLocationVersion.h */, + 2C8BA2365F71159E8F1E5D2DA4108AA9 /* Frameworks */, + 4B0198D06C6316DE1B2EBA712ADD528F /* Support Files */, ); - name = DDTableViewCell; + name = "AMapLocation-NO-IDFA"; + path = "AMapLocation-NO-IDFA"; sourceTree = ""; }; - 9EAD36E9A352239DFF3E8376A2664E9E /* UIView+DDCategory */ = { + 4B0198D06C6316DE1B2EBA712ADD528F /* Support Files */ = { isa = PBXGroup; children = ( - 8058A1933D9700D435E3ABD386A9D086 /* UIView+DDCategory.h */, - 5EC4D8944D3A526CECC3DDA31A6EEA8D /* UIView+DDCategory.m */, + 52F1573EB6D890E2BEA052DB689F3672 /* AMapLocation-NO-IDFA.debug.xcconfig */, + 2B21E4FEE4BE8BB22168C0E276B9E408 /* AMapLocation-NO-IDFA.release.xcconfig */, ); - name = "UIView+DDCategory"; + name = "Support Files"; + path = "../Target Support Files/AMapLocation-NO-IDFA"; sourceTree = ""; }; - A1E17AEF30C262655BDF47825DF38390 /* UIApplication+DDCategory */ = { + 4B8D9436BA8CAC537131469340D90E5E /* RxSwift */ = { isa = PBXGroup; children = ( - 8F4CA2314718905747A035C53E6AED09 /* UIApplication+DDCategory.h */, - 7C50BDABF57704D410A395DC62922FEF /* UIApplication+DDCategory.m */, + 45852B116DAC5E9D5C836CB6D908A7CB /* AddRef.swift */, + 4FD2FCF8484F129C862C7733EF997F21 /* Amb.swift */, + E566FFBE1E891077F13982FFBEEC0E06 /* AnonymousDisposable.swift */, + 8AB231A7381C8AA9B00BC107A2E23B9C /* AnonymousObserver.swift */, + BD393D5805C510AC305C4D96DC6CA7ED /* AnyObserver.swift */, + 1956A59B6F641145AE9B88C7B729CDBB /* AsMaybe.swift */, + D1742FDCF0050E56F79D6F64221112F0 /* AsSingle.swift */, + 706D7A963DE9BAE212F00D54C63D795C /* AsyncLock.swift */, + C842FDBBDB7AC6BB51DD45499CB83DFD /* AsyncSubject.swift */, + 027E73ADA442942B942931E217508A38 /* AtomicInt.swift */, + 38F344FEA99B81836A0E8C25B2A98111 /* Bag.swift */, + 65A34A5314F1C2F5E39877CDD4C23111 /* Bag+Rx.swift */, + 586E2749D56A094136630B1170197D6B /* BehaviorSubject.swift */, + D07B045DEB70E217C83F4D2724D77EF0 /* BinaryDisposable.swift */, + 07292771F5B6BFDAEEF7BB781539B2C9 /* Binder.swift */, + 7BFEE202F51DE86820BBD9B0E7B60D2F /* BooleanDisposable.swift */, + 41F1115AC7B6E578068DBF01F1D2B305 /* Buffer.swift */, + 3340C67728F3719BEB95E3EB0E40AA68 /* Cancelable.swift */, + 848BA543148270E52815E8A9B9CAE339 /* Catch.swift */, + 29D4E98A792538E2D480C26BDC1FAD50 /* CombineLatest.swift */, + B0843ED4DF873D2CE831BC9352368804 /* CombineLatest+arity.swift */, + 065D268617DD88D760B9AE0ABFEC338F /* CombineLatest+Collection.swift */, + 4F6E6F5701A4F4670E0F79103B1E00FC /* CompactMap.swift */, + 13B84C97A0658E5BF9785ED3D7F2382B /* Completable.swift */, + D446283244E7CA1B1117F7A419DA6B22 /* Completable+AndThen.swift */, + AADD8A1FA51E934EFD39C3D1EA6C4B97 /* CompositeDisposable.swift */, + A9B379106427F4ABA14026A5C879745A /* Concat.swift */, + 5FAD79C41B45B523A59B0002355A9946 /* ConcurrentDispatchQueueScheduler.swift */, + 6FEC83C0B71DB4C7CD33043F11CA9B91 /* ConcurrentMainScheduler.swift */, + 4EF2D12CB1D3D8939B1F712960F69414 /* ConnectableObservableType.swift */, + 1ECD6B430CCCC5B4F68E166B0F782276 /* Create.swift */, + CE8C07FB0C9157E9EA4C65E1ADD0DA58 /* CurrentThreadScheduler.swift */, + 1462B6AC3BC1CA282AC70DAB36436FC5 /* Date+Dispatch.swift */, + 6872B0B64D619D409B987338BE83225C /* Debounce.swift */, + 193030B448D45A623A5D67C4437BD0E3 /* Debug.swift */, + 1D9DC55FA6FB4B58435F022F362C91DB /* Decode.swift */, + 242042ABEF57F226FFBE5440B5CF22C4 /* DefaultIfEmpty.swift */, + 1E091CB31E02C49432290E464888C472 /* Deferred.swift */, + B599060CE2C52BF65174D29738625943 /* Delay.swift */, + C17A699C03E45BB7F13E926A3DFAC928 /* DelaySubscription.swift */, + A169C4083A6FE0A0721678E2DEFFD9D8 /* Dematerialize.swift */, + F1756D58B22DE7E2697E4B004A427D3F /* DispatchQueue+Extensions.swift */, + 3C991CF2D3C6D6F087F1081D318A46D5 /* DispatchQueueConfiguration.swift */, + E8992DFC4BAC285FC6B2750477970437 /* Disposable.swift */, + 38C5E69575397A824ACC20EEE48A7C48 /* Disposables.swift */, + B7CD4F4F951D9C61A9AB7D1C7C9927D6 /* DisposeBag.swift */, + 3CAD3E3A21F8ADE24E4B8F7C2D348734 /* DisposeBase.swift */, + 75AB66F1387ADE34186211D2FA51C30C /* DistinctUntilChanged.swift */, + 057F7456D5D387EC14E07A6B1800E0E5 /* Do.swift */, + 7B64D8BD88674E87F4B8033172DD9E64 /* ElementAt.swift */, + 934DC177795CCC1CACFDCC5C151056C7 /* Empty.swift */, + A8DD808D7607AD343A0DCA81670E898E /* Enumerated.swift */, + 68910D4570412D613971BE54661ABCAA /* Error.swift */, + BE6A795BD6D757EA9E0FF2F23006ED62 /* Errors.swift */, + 5AB1E42E25ADFA86AFA66F2CAB3E7847 /* Event.swift */, + ABBFFD2D79C3133BB5D213184A66FBA1 /* Filter.swift */, + 152A805B7E968298AC27A46F277C1B8D /* First.swift */, + 9FA79894D6DDF3F2507D0CB7D0422651 /* Generate.swift */, + ABE8238EE5B140517E77DC887ED83389 /* GroupBy.swift */, + 7516546B31F35DBB7EA065BBF00BE1ED /* GroupedObservable.swift */, + E9E8E1D6FA76DAD512B88D9AE9C856FD /* HistoricalScheduler.swift */, + 81B9AEBD43CEE06721B54B6D2E40B3A3 /* HistoricalSchedulerTimeConverter.swift */, + D57763CCD643A0FB8242C8FF13B9D636 /* ImmediateSchedulerType.swift */, + 9E78EC5F257D62CF5EBF684320C1C0A5 /* Infallible.swift */, + 80D8B88FBBCBC51A9822653DD718DE16 /* Infallible+CombineLatest+arity.swift */, + 4B915A8B88EC16CA9453D450DA5E7665 /* Infallible+Concurrency.swift */, + 43F05E04C13FEA025791F0C90AF64A3A /* Infallible+Create.swift */, + B5BFBBEEDE76412C60C6A68B87FC9FAF /* Infallible+Operators.swift */, + 250899CFA9E35E2EDB9D0E6E2472E8F5 /* Infallible+Zip+arity.swift */, + FD6ACCDFDFB40B51E0A7536360185958 /* InfiniteSequence.swift */, + 649FBF53BF9B5ADD1F9DBF131DE3EED3 /* InvocableScheduledItem.swift */, + BE5E8C3CB6962907C20F39684AC6B5F2 /* InvocableType.swift */, + 74BB3D3F5C55C3FF6574478AD648B145 /* Just.swift */, + A1F8AAE3B07D060F242023977EAFF840 /* Lock.swift */, + 5C6A80B78774980C70F8CB643F437DA7 /* LockOwnerType.swift */, + 036CB30248C3E4844C34996061A14975 /* MainScheduler.swift */, + D69B86109108D36D6C03F6928633BA0A /* Map.swift */, + 4851D82A3D7915BCD7AB79F3C678EA66 /* Materialize.swift */, + 275B2489357F6B943066C4950DD73452 /* Maybe.swift */, + 4BCED856B5FE108236C228D98674A5B8 /* Merge.swift */, + 3C9F229151B8B259B893B17EAB1CECCF /* Multicast.swift */, + 9326477912E1585BCB8783A0BB58CEDD /* Never.swift */, + 993694870161950B7FDF6DC85649ECE0 /* NopDisposable.swift */, + 1D3379D26F54ACFD9C0723474C82A4B3 /* Observable.swift */, + 99EC91A075178B7FF5097610ED48DC20 /* Observable+Concurrency.swift */, + 8E281636A5A977262D61E9DB96F60A0A /* ObservableConvertibleType.swift */, + 04A4D8C22ADEBBFF6A7BB0745BF06E12 /* ObservableConvertibleType+Infallible.swift */, + 2128F15BA4C86E8ED3189D13DE1E8C27 /* ObservableType.swift */, + 4D3EE162F3792639946D2A530C5CBC39 /* ObservableType+Extensions.swift */, + 1882ECCFC89D22852AAA5A86111E8FC9 /* ObservableType+PrimitiveSequence.swift */, + E26786300E7990BA147EAC57C853A1D8 /* ObserveOn.swift */, + BC71308873FDE26EABD8F4629B5B9526 /* ObserverBase.swift */, + 16E2C1798806CF3C978D11648C8B0C0B /* ObserverType.swift */, + 1C144673DA81368C881E591519555C40 /* OperationQueueScheduler.swift */, + D533FADDA301CD753353068193F72777 /* Optional.swift */, + C53F82D0FD922169F23C0581E8431009 /* Platform.Darwin.swift */, + 30F546E8BCAFA33862B493120D44F9FF /* Platform.Linux.swift */, + 84F82C75247FE02020351864D416DE2D /* PrimitiveSequence.swift */, + DC504023A4CF8712E65954019EF54CC8 /* PrimitiveSequence+Concurrency.swift */, + 319A6DEF8780E66CED6DA98807DAF3D6 /* PrimitiveSequence+Zip+arity.swift */, + FA25B0C2F60DF29FA4C9113178755654 /* PriorityQueue.swift */, + 32C6983D879B23B0B91040F47B2AD467 /* Producer.swift */, + F72E68825DA49D12F442AC4EF0859F0F /* PublishSubject.swift */, + 464ADB2A55FAC4862428B1C0F3830314 /* Queue.swift */, + 8C1E2E66C8F47CC09FD29744360BDA5E /* Range.swift */, + 74C2FB48366D8FE74D6DA514ADF89EAF /* Reactive.swift */, + 70B581A0535C8AFE1471785F9A56355D /* RecursiveLock.swift */, + 3D01EE13B02828DBBBDF6CE75703D077 /* RecursiveScheduler.swift */, + 2B3217B6B8CBB512FA28BE40CFDC46B4 /* Reduce.swift */, + 9E54F1F80E988005D646796E532D54A5 /* RefCountDisposable.swift */, + B3FEB9B2D27F3E1688FE70C9828E6B66 /* Repeat.swift */, + 46C26B2CF6E92ECEEC8FFAB34A867546 /* ReplaySubject.swift */, + 898861D63F75FB1E1CBBF0126341CEE4 /* RetryWhen.swift */, + E1955AB9D511D422C71260183A1AC2D9 /* Rx.swift */, + 378E05D526BC6532FFE1FD5E4CC5DEDE /* RxMutableBox.swift */, + CF638130DB223CA073CCEFF8B7377E46 /* Sample.swift */, + F6D675079940CFE6C6B1495B5312FEF0 /* Scan.swift */, + 18650E478F40BBC9768C627BD7407442 /* ScheduledDisposable.swift */, + 1D422E0445C0E667A8DDCAB237B98C88 /* ScheduledItem.swift */, + 138086460796A09E7D9CEC5BAADC340A /* ScheduledItemType.swift */, + 19FBC541AA06F373125EE9F7B4D1203A /* SchedulerServices+Emulation.swift */, + A7D9E4872D97F4F73672291A1F44B6D0 /* SchedulerType.swift */, + D704D6A35DF4622B7398E732D6ED8E57 /* Sequence.swift */, + 0F0B3FA98291615813B74700D35BDBCB /* SerialDispatchQueueScheduler.swift */, + 86C39B9E1ED8091431E51484A8EC4847 /* SerialDisposable.swift */, + 70D91EEB7F91167D35E862FFE0649EC9 /* ShareReplayScope.swift */, + 9C7D57191F468BDA2B52987E7DF12195 /* Single.swift */, + 5684E68822F1D3E342ACBEE8770608F2 /* SingleAssignmentDisposable.swift */, + 864C4471A94EFD4C2B350ED4251170D9 /* SingleAsync.swift */, + 7C6180D3049C9C913A983028658C4854 /* Sink.swift */, + A10CD21A978B7213B50F82629974CBC7 /* Skip.swift */, + 378042B17205B4AF9E31C1411F3392E0 /* SkipUntil.swift */, + 249A441A40E84569CF5DBB1D09DCEDD3 /* SkipWhile.swift */, + 5B5C79740769FC13DE918AC35AD45E07 /* StartWith.swift */, + 84E85387348999D8B79FB268ECD4CF0D /* SubjectType.swift */, + 65C7DD4A867385D60261DB360F2009D9 /* SubscribeOn.swift */, + 7DD5ABD5BAE466CBBC22E69CA8F62ED6 /* SubscriptionDisposable.swift */, + 6D0F309CE1BDDDC0EA78E3E70432E00D /* SwiftSupport.swift */, + 2E9E083F0E2F9D06F39EE0F1D719CA9C /* Switch.swift */, + 19E76A4A9B93AC93EB19D6EE1B74BF22 /* SwitchIfEmpty.swift */, + 3FDBD918659A95261D4BFD1E57869778 /* SynchronizedDisposeType.swift */, + 5FBC1D9B2AD7A1EB1CFEA5A5897EEB8B /* SynchronizedOnType.swift */, + 488531DD11CF79657474262DEA09C8C6 /* SynchronizedUnsubscribeType.swift */, + 62CA17BE2901DB71E2E07C045BCF74D6 /* TailRecursiveSink.swift */, + BD22009E70BD6EADE5345601C6C73233 /* Take.swift */, + 866E3993D4D20D92AE6CA6566F505597 /* TakeLast.swift */, + BDD2A5B96EF08036A2BE14C8D6B54AAB /* TakeWithPredicate.swift */, + F89DB792BF01C3EED008EB246E7776F8 /* Throttle.swift */, + 28F61DE58C2CA5F8307902466CA8FADF /* Timeout.swift */, + 11E135200DF2568A9B210DBB3C1F2DEB /* Timer.swift */, + 5B4B3931D9C0DF301A195D99CA4C3D9D /* ToArray.swift */, + 66F47940405489608F4ADDD38EEE007F /* Using.swift */, + 803E944794202982B6BF71FA78D3E934 /* VirtualTimeConverterType.swift */, + 5107931B7E0FC729534E626863AC9BB2 /* VirtualTimeScheduler.swift */, + 2F13E0CF91EE62BAB0EC24793238658D /* Window.swift */, + 89EFA90518B49F91DB43C8735742B37D /* WithLatestFrom.swift */, + 0DAB8458DAF8C56A553FAAF494D6BBD2 /* WithUnretained.swift */, + AA7279D9C6F9BD7E79B9FD439BF03B8B /* Zip.swift */, + 36A8D3011FE0D727683CB9388B8D0B8A /* Zip+arity.swift */, + 37B78C25010DAB73DB43D284B5A0CC04 /* Zip+Collection.swift */, + 38305D9218E5F933286E55910BC9869B /* Support Files */, ); - name = "UIApplication+DDCategory"; + name = RxSwift; + path = RxSwift; sourceTree = ""; }; - A23C6F949B06D85A83F9BA53ACB66FFD /* UINavigationBar+DDCategory */ = { + 4BB059117B28A09D303787D3E8D1B5A5 /* IQKeyboardManagerSwift */ = { isa = PBXGroup; children = ( - E61571172F1EC3CE3030FDB89DC8B176 /* UINavigationBar+DDCategory.h */, - E29D8E9371B1A81DC2B18B095FA6BC77 /* UINavigationBar+DDCategory.m */, + 74462DD94E8BEAE1E01733BE2145FE7B /* IQBarButtonItem.swift */, + C51DCD033EC4E5306D57EFE8A9875BB9 /* IQInvocation.swift */, + C0D07D99309044AA88637A2C416C0875 /* IQKeyboardManager.swift */, + 27A0DE390500D96C03B183EF0D429F0F /* IQKeyboardManager+Debug.swift */, + 17B24D9588F2DF70F55E988A1A6CB2A0 /* IQKeyboardManager+Internal.swift */, + A9CC98C7FBDCEC01C9FF69AF3AD399BF /* IQKeyboardManager+OrientationNotification.swift */, + 24A468DAB9A7D9E988E0E9267BDAE322 /* IQKeyboardManager+Position.swift */, + 2D7A7CED1D8CA82CC44D38208D97D306 /* IQKeyboardManager+Toolbar.swift */, + C9BD42BD673516F1481F3B0A1F54144A /* IQKeyboardManager+UIKeyboardNotification.swift */, + 1C298E694BE1435C44BD309B7BF4845B /* IQKeyboardManager+UITextFieldViewNotification.swift */, + A2B6BE45956FD5C733D827442732FB6C /* IQKeyboardManagerConstants.swift */, + AF28F0390B37BBAB00F838E656B095DA /* IQKeyboardManagerConstantsInternal.swift */, + ECF1923C17ACC43F03AC28982A84D44A /* IQKeyboardReturnKeyHandler.swift */, + D48D3A43723EE2AB26487BF291CB6054 /* IQNSArray+Sort.swift */, + 879388E287309EC5B6B9E14083EB9A58 /* IQPreviousNextView.swift */, + 4577B9EBD4673186634D390BE66F1F1F /* IQTextView.swift */, + C0CDD553F3C9F50C5FF0BC701343181D /* IQTitleBarButtonItem.swift */, + A6E8AAA322B293EDCA1E1F57A1D9B21C /* IQToolbar.swift */, + A8CC1E72BBBFF3D1EAD12744E05490AE /* IQUIScrollView+Additions.swift */, + F35C25DD77F8295C48EFB3A121510443 /* IQUITextFieldView+Additions.swift */, + 286FEC52CAA80C8D342492E81E89B954 /* IQUIView+Hierarchy.swift */, + 9A54C2EA0B08D1D886963C8F6FD3E503 /* IQUIView+IQKeyboardToolbar.swift */, + 7C11F0E7FF4B809B75108D36C30AD2FC /* IQUIViewController+Additions.swift */, + 85A041CCFA7C9C71BDFB0651CC21CE6C /* Support Files */, ); - name = "UINavigationBar+DDCategory"; + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; sourceTree = ""; }; - A25F35E70168037393EB0528276CDA94 /* DDMALocation */ = { + 5050C991869C2749EC88FD6434BB9874 /* UIScreen+DDCategory */ = { isa = PBXGroup; children = ( - D502886B11EBB97C057D2B64AB481C3A /* DDMALocationManager.h */, - C0DE566F351E721BEAFB1C5AE4E38326 /* DDMALocationManager.m */, + 836B70AF1902E529A0FECE121B18AB1C /* UIScreen+DDCategory.h */, + 94383346701CE943B058EEFE516C3F76 /* UIScreen+DDCategory.m */, ); - name = DDMALocation; + name = "UIScreen+DDCategory"; sourceTree = ""; }; - A5FF944439A6681A616809F8775796F7 /* Resources */ = { + 56805E6B4ED804D134AB9C28083A303C /* DDCollectionView */ = { isa = PBXGroup; children = ( - FC33E535C107867436DB987C3418C7B1 /* AMap.bundle */, - 0A032E0990B915234AD36FE76FEEAF9E /* AMapNavi.bundle */, + 1FD819AFD8BCF3C957BC508893DE12FF /* DDCollectionView.swift */, + ); + name = DDCollectionView; + sourceTree = ""; + }; + 576077D6BC7EE5D6D0F7B635D50D8669 /* Frameworks */ = { + isa = PBXGroup; + children = ( + BFB98FE897CD0F8B97DD69E0F49442B8 /* jpush-extension-ios-2.0.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 58535D3BBEFC460E2995D2EC6F59578A /* DDImageView */ = { + isa = PBXGroup; + children = ( + EF0FF53539B0A7C97B5B8D5936D3350E /* DDImageView.swift */, + ); + name = DDImageView; + sourceTree = ""; + }; + 58874579767F2271E60ACA15BC4DC8FA /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2A041EDFB1FF2B65289829FED4D388B5 /* AMapTrackKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 59C74D42C3481179004AA730418FF615 /* Support Files */ = { + isa = PBXGroup; + children = ( + 381A53D47F78F15CFB699071AC466B0E /* AMapTrack-NO-IDFA.debug.xcconfig */, + 7A8C8AF30AD84DD09DAEBF8AB4449539 /* AMapTrack-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + 5D3931F588A03B73CDA356A19706E32B /* Resources */ = { + isa = PBXGroup; + children = ( + 7D0A4A2904E3141B79A063B4440062E1 /* Sources_DDMAMap */, ); name = Resources; sourceTree = ""; }; - A6C63A712D08C1608CA4DDF6EEC24D75 /* Frameworks */ = { + 5D8F01F62206378DC2621B74A619C909 /* MJRefresh */ = { isa = PBXGroup; children = ( - 8FA6AE284F4C16671FE5FEDAA1F20434 /* AMapTrackKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - A9D84C9E377DBBA807CAC5975617732C /* Core */ = { - isa = PBXGroup; - children = ( - 4E825EB5F8638AC2AD1DC7CDCD5A36B3 /* UIScrollView+ZFPlayer.h */, - D4592B009A5993B4B636AA616DFDF539 /* UIScrollView+ZFPlayer.m */, - 0D25CA8C044A629279B58BC561BBF851 /* UIViewController+ZFPlayerRotation.m */, - 8F89DD5CC546F6863572580D3203580E /* ZFFloatView.h */, - 8466D6003975A0E7E8EB7074904C30EE /* ZFFloatView.m */, - 981406F9B5F3413D277B3A59FF76CC24 /* ZFKVOController.h */, - C2E719F7941684AD0C39AE11DEDD303C /* ZFKVOController.m */, - 55AFDCBD881FE7A52172629ED4E7C220 /* ZFLandscapeViewController.h */, - 94B3885E4165C5E0475BE218192F1980 /* ZFLandscapeViewController.m */, - E11785C967CBDA62ED24303507B7D624 /* ZFLandscapeWindow.h */, - 1B24610DCF608F3269CD21500DFB72E8 /* ZFLandscapeWindow.m */, - 0D1B10123A89150CD48B6356ADCEFA43 /* ZFOrientationObserver.h */, - 278943FF32F660B9ED777067D2FDEA1E /* ZFOrientationObserver.m */, - 24F53D53FCDA4164CF495DE3A19F27BE /* ZFPersentInteractiveTransition.h */, - FFE85FD7016B363F920572362C6E6CDF /* ZFPersentInteractiveTransition.m */, - EE6DA852CB978F5AB42BE47A144B5748 /* ZFPlayer.h */, - 76F6A42D31BB6EF15B69826CB7E5BDA1 /* ZFPlayerConst.h */, - F2FE1328C79EAAFEDECD356F275CEF27 /* ZFPlayerController.h */, - ADD9E4E0538593046BBE639E0EEC0A51 /* ZFPlayerController.m */, - 097E13B0FBAC9A19BBDFD8EFBB6C4274 /* ZFPlayerGestureControl.h */, - 9D2D1D0E70C500F80C6EC285003321EF /* ZFPlayerGestureControl.m */, - C1F880472ACC817E81ABFAA6A63A294F /* ZFPlayerLogManager.h */, - 96331FAD7520404EABAE53D190A54C4F /* ZFPlayerLogManager.m */, - 478D632D581DE042580E0854E5FEBF33 /* ZFPlayerMediaControl.h */, - 0D01B0271BE4A4D8251065CD49E47E7F /* ZFPlayerMediaPlayback.h */, - 8772E20983B9F502D6CA27710390A982 /* ZFPlayerNotification.h */, - FC2B0BE4FE09A9E8F6EA9DFDF952BC8B /* ZFPlayerNotification.m */, - C67CD7D3515CBD3023324F42E12C967A /* ZFPlayerView.h */, - 3B76F72246076510F8666F476B079494 /* ZFPlayerView.m */, - 06A96902D3728B3E6EB2246895DA5AEA /* ZFPortraitViewController.h */, - 8E24C92EF0A8E8BC16675179EB4ECBD0 /* ZFPortraitViewController.m */, - CB81CF01F939125640CB255B32336084 /* ZFPresentTransition.h */, - EE17AA3FD910663786A7D31DF2473C02 /* ZFPresentTransition.m */, - 93BA2BB14F802937A33C5606F3B5662B /* ZFReachabilityManager.h */, - A53DD716DEFE3CA8991C6BE969C8F3C9 /* ZFReachabilityManager.m */, - ); - name = Core; - sourceTree = ""; - }; - B0033F882663B2C04116D66E8B3305B0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 86E15AF5A39BA7DC3C3018C2C2FBC40E /* DDAutoUIKit_Private.modulemap */, - 65DCCB9734EE2D548E7192651B8C857F /* DDAutoUIKit_Private-dummy.m */, - DC16F20BE2F051558D9851007D386CA2 /* DDAutoUIKit_Private-prefix.pch */, - A239071099FF279A230B35374A89A751 /* DDAutoUIKit_Private-umbrella.h */, - ADCB32B505310D9D0F90CA640554E88C /* DDAutoUIKit_Private.debug.xcconfig */, - B05C3C419EE5CA41FE52783B027687A1 /* DDAutoUIKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDAutoUIKit_Private"; - sourceTree = ""; - }; - B0B4818CDB343334B7CA39D07EBD8B8B /* DDCollectionViewCell */ = { - isa = PBXGroup; - children = ( - ); - name = DDCollectionViewCell; - sourceTree = ""; - }; - B1636B563B1EFE066117CF07CBCAD2B5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 21C00274B47BDAA59585727150E82FA2 /* Bugly.debug.xcconfig */, - 6F1D540622B1A2E3F3D8C907FB845FDB /* Bugly.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Bugly"; - sourceTree = ""; - }; - B17147E6328B67B189E38A845BD435B8 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1C0638B6AC016B19A8900CACA4E166BE /* jcore-ios-4.2.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B38089FCF5CD9A12039DB06076414BB9 /* DDBaseView */ = { - isa = PBXGroup; - children = ( - DD42FD146754F9D01EAD60A33B0F79A1 /* DDBaseView.h */, - 18008B98BFC7822425049AB4F1FDC632 /* DDBaseView.m */, - ); - name = DDBaseView; - sourceTree = ""; - }; - B4A2423930FF4B63D36761BC9EF289ED /* OCLog */ = { - isa = PBXGroup; - children = ( - FD147CF93E642F8C8327D4B949514E01 /* DDOCLog.h */, - ); - name = OCLog; - sourceTree = ""; - }; - B4C8C71BEF19775F6CAA14889EBA23DC /* DDBaseTextField */ = { - isa = PBXGroup; - children = ( - 4C535BC6AD2C2772E3D6A893A66361F5 /* DDBaseTextField.h */, - 9E5A20F9299CF5BBD3976B1043AF42C6 /* DDBaseTextField.m */, - ); - name = DDBaseTextField; - sourceTree = ""; - }; - B5C177F4B8E805B56F5868C23A5D3F93 /* DDImage */ = { - isa = PBXGroup; - children = ( - ); - name = DDImage; - sourceTree = ""; - }; - B6B30B194FBA0455A02DD177F94B944D /* Support Files */ = { - isa = PBXGroup; - children = ( - 41112219220F789A46BEEC3F866FB92F /* DDToastKit_Private.modulemap */, - 80838D6002FC8FB57480CBBDB6277A4E /* DDToastKit_Private-dummy.m */, - 31A79856A71ED60DA0968091A42E7335 /* DDToastKit_Private-prefix.pch */, - 5E19775CEC2E663EB94D9144A8CEE2C2 /* DDToastKit_Private-umbrella.h */, - 4A4BABA61DF2F8BBAD043C1B141B1F90 /* DDToastKit_Private.debug.xcconfig */, - B9F548C11976FA3DAB79F105515305B4 /* DDToastKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDToastKit_Private"; - sourceTree = ""; - }; - B6BE8DCB2E8911D9C74E00CD0F927C03 /* Support Files */ = { - isa = PBXGroup; - children = ( - A640EF925B6F6B39B26473D140575D64 /* AMapSearch-NO-IDFA.debug.xcconfig */, - 4DA7D2944B7D31A503CDB33B29C2F1F5 /* AMapSearch-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapSearch-NO-IDFA"; - sourceTree = ""; - }; - B6D85EB886CFEECE08B6A982088995CA /* NSObject+DDCategory */ = { - isa = PBXGroup; - children = ( - 49D13780773596725F98C66ADA8281B0 /* NSObject+DDCategory.h */, - 24F045008C71C6E8D96485CA60FF1E06 /* NSObject+DDCategory.m */, - ); - name = "NSObject+DDCategory"; - sourceTree = ""; - }; - B7AD39F05AA0D977DDFBD8825799EA91 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - 8A82EF67D0D12B2D2901A52C6D38379D /* MJRefresh.h */, - 5A2BD1E7C0B44FC78BB4495D4F3AAA59 /* MJRefreshAutoFooter.h */, - D7B2D3ECF4FE62186CAD24B167412A76 /* MJRefreshAutoFooter.m */, - E6B7E671FDAE3E1B148695C5CE9DC92A /* MJRefreshAutoGifFooter.h */, - 194E89A527A80AC4C539F628FA8FCAD7 /* MJRefreshAutoGifFooter.m */, - 3CB1AE09B948FD1604DD10BBF515EACF /* MJRefreshAutoNormalFooter.h */, - FCD0BA42651E420C5511BEDE753094BB /* MJRefreshAutoNormalFooter.m */, - E4BE2AAD3C9CF2B33D1D47AADDCB28DC /* MJRefreshAutoStateFooter.h */, - DAA7A734C8A2AED33A65693F74E841FC /* MJRefreshAutoStateFooter.m */, - 101FFA610D4C317879DEF3761350AD8B /* MJRefreshBackFooter.h */, - 24A446DBF9B911784415F2E510785D55 /* MJRefreshBackFooter.m */, - A4BD19FD0E9B3BF6B4BA6198FE639036 /* MJRefreshBackGifFooter.h */, - D3DAF2757246EE21F758E7081EE7A31D /* MJRefreshBackGifFooter.m */, - 876FB7B193D64907E5986F28CE100268 /* MJRefreshBackNormalFooter.h */, - EA7F228DEAD7DB5AAC62729D6E14418A /* MJRefreshBackNormalFooter.m */, - 51BBA8DB043F3795D0512B29465CD33B /* MJRefreshBackStateFooter.h */, - D8EEC06B974B37DBA46ACCFC5F487E2D /* MJRefreshBackStateFooter.m */, - 2B3FB4E703E172714594132072E090BA /* MJRefreshComponent.h */, - 004058421FD37542C2E9E773AFFE82D9 /* MJRefreshComponent.m */, - 12CF04045B1ED709F64F1ABC3BEA6B17 /* MJRefreshConfig.h */, - 55D7324DFEC4B4CFE679F7C229F45039 /* MJRefreshConfig.m */, - CF02BBCEED53A2349767A2C60F7731CE /* MJRefreshConst.h */, - E9A777521945FA1947338098B6E98C3E /* MJRefreshConst.m */, - F46BB75CDA2C12056BC0F4D965C14949 /* MJRefreshFooter.h */, - D4CB94D609412681DA99D5EE44EEA337 /* MJRefreshFooter.m */, - 824CD32473F630A29C23680CFB80BF43 /* MJRefreshGifHeader.h */, - E0D78A62F1DF9D78B1ADDE00E222E343 /* MJRefreshGifHeader.m */, - 0632F5137DDCAAC1EABD8ADA46595D01 /* MJRefreshHeader.h */, - 02A8ECE21170BABD7084744B5C9B92A7 /* MJRefreshHeader.m */, - 57613DA4D0518A0C845DD0246DA06C0A /* MJRefreshNormalHeader.h */, - 3A8065A29D19098A7A4E0A886931A6A9 /* MJRefreshNormalHeader.m */, - EB23CDAC76FCECD4B56EF91EA8191F4A /* MJRefreshNormalTrailer.h */, - 7BD3CBDF9B1F32D053EF8ADB1A1B55C7 /* MJRefreshNormalTrailer.m */, - 2AC304045EB649589D8DFCD354EB6DA7 /* MJRefreshStateHeader.h */, - 559976790B8AD2BFEE2AF49961086084 /* MJRefreshStateHeader.m */, - 52B6D2AEB8357183D6515A4252155C06 /* MJRefreshStateTrailer.h */, - D970AFBCCE491AFD97982560EF80547D /* MJRefreshStateTrailer.m */, - 5370B84E2E4C3359754C78754D88CB98 /* MJRefreshTrailer.h */, - 915DB17053FE06DDFB4A23EB5E820B8D /* MJRefreshTrailer.m */, - BEE607789BFC378417640E2C7606C1E1 /* NSBundle+MJRefresh.h */, - EF34428B5B20D21C7E246CD5FB0E0F26 /* NSBundle+MJRefresh.m */, - 3E1D4F31C10582106028E9EA6659A359 /* UICollectionViewLayout+MJRefresh.h */, - 58A58291097C2E961655384D664AA063 /* UICollectionViewLayout+MJRefresh.m */, - 1A3C48D9EE0A0AF07CA7A89BF54CC4CA /* UIScrollView+MJExtension.h */, - 49CA1E025B02D2050CE28B241E2797BC /* UIScrollView+MJExtension.m */, - 939E01CCDCB22D2FF1EF9FAD3DE69AD5 /* UIScrollView+MJRefresh.h */, - DE3978F301BBA5487CAD334F2B819AC4 /* UIScrollView+MJRefresh.m */, - 63C2F3164F81F30E12923795B4D94FAA /* UIView+MJExtension.h */, - CFC8ABCFB4A3C8ED5C58FC0764498730 /* UIView+MJExtension.m */, - 52E95FE652914B6F950A1A83BD461E9A /* Resources */, - 462279CBE6DEC87B37174FD262DCA816 /* Support Files */, + 464E9109E881EAAD942E3CA3F335F40B /* MJRefresh.h */, + 9D7B3F06FC86313D92F0CAF2CFD0BCD1 /* MJRefreshAutoFooter.h */, + 40CAABF70D0D6257D468B81F5748A553 /* MJRefreshAutoFooter.m */, + CB4D065BD3993C63341C9CF0FF891C6B /* MJRefreshAutoGifFooter.h */, + CD08E3FDD80F9FFC9C233F07CB1475AF /* MJRefreshAutoGifFooter.m */, + 670412B890CE30F8631D3DBF68EB4B97 /* MJRefreshAutoNormalFooter.h */, + 5158774E93AAB204BEB8B6F15686EE8A /* MJRefreshAutoNormalFooter.m */, + 5F8ED44F5937A9A812D540E484331164 /* MJRefreshAutoStateFooter.h */, + A181CFF6E84AA02D829ADF5F710FC1E5 /* MJRefreshAutoStateFooter.m */, + 84BACDA80C49A4EB43FE6924CCC6F6CA /* MJRefreshBackFooter.h */, + A940978B2BF8C6839BB0F74AAB53974F /* MJRefreshBackFooter.m */, + F9D0A1C3717C19D580A5795B7F06D8B2 /* MJRefreshBackGifFooter.h */, + 483FA3F9A454C8561105FA7D51B1FD02 /* MJRefreshBackGifFooter.m */, + C8E0BEE7BA06A00AFFDAF9DDAFC4BF82 /* MJRefreshBackNormalFooter.h */, + 7178656096573F8AD8E88526C6863C49 /* MJRefreshBackNormalFooter.m */, + B85428ACF1CDCD7FAAE71CC6BE1937AF /* MJRefreshBackStateFooter.h */, + 64E77274A02D17B69874E9ED632E6F36 /* MJRefreshBackStateFooter.m */, + DB78D91CF9F57A502BA45B9F388E1FF9 /* MJRefreshComponent.h */, + 6074F691DB9F268B99C5B70A7ACF4B9E /* MJRefreshComponent.m */, + AC48B4F734A773D2F8CA6C4C18FA0438 /* MJRefreshConfig.h */, + 66FACC93905B18E27091928175728B80 /* MJRefreshConfig.m */, + ACCC81957B043657C6ADF39A29618B2F /* MJRefreshConst.h */, + A9256D3714F10A90DA1BA7212A695000 /* MJRefreshConst.m */, + 228670185E76FB0C1D655D0C6B53DD63 /* MJRefreshFooter.h */, + 432F362B416AB2A0E3095E57C7DA1939 /* MJRefreshFooter.m */, + 43077E18310DC4A0F50CC96A0DE2B0E9 /* MJRefreshGifHeader.h */, + C388C572C414DE2530573984668DEE32 /* MJRefreshGifHeader.m */, + 42A15DD2ACA65F9A5BE1A8067126DBBA /* MJRefreshHeader.h */, + 6CA86CC183A4AD9A4542DD8672A3D58B /* MJRefreshHeader.m */, + 5B62DB25D38D0B9AC1EA7396B7CFB256 /* MJRefreshNormalHeader.h */, + 3EB7402D9902C9EA57FD6402B339105D /* MJRefreshNormalHeader.m */, + 9416F011751EE2CCAAFDBAA6295A34DC /* MJRefreshNormalTrailer.h */, + 816833637B80A142377856F220C60072 /* MJRefreshNormalTrailer.m */, + C120D78DD89D582A5405DA3F63D5932E /* MJRefreshStateHeader.h */, + BC9283DA686D39710258BDB7370A42A9 /* MJRefreshStateHeader.m */, + E2AB9F8CE95BBDB9C1257ECA7BFBB6C4 /* MJRefreshStateTrailer.h */, + 9567D9D031702459E9D3BDC8711B125A /* MJRefreshStateTrailer.m */, + 7EF4C1D1ABAD085F21A045EE2D7E73D2 /* MJRefreshTrailer.h */, + D7A6FC30ADB37AFEF59BBDA41CF604B9 /* MJRefreshTrailer.m */, + 09992FAE0A936CC4D45EB725F658957A /* NSBundle+MJRefresh.h */, + 67D23FAC7919CE8AE69FB0F18A621FCE /* NSBundle+MJRefresh.m */, + E7BD47B6911577F6147241C333B965BF /* UICollectionViewLayout+MJRefresh.h */, + 0D88E96BD30113C71AD4225F185AD871 /* UICollectionViewLayout+MJRefresh.m */, + 0697135A5700E37C37D709774F076F78 /* UIScrollView+MJExtension.h */, + 709209572360C5C66284AA744CA27028 /* UIScrollView+MJExtension.m */, + 9ECCA2E9F88E4020FF26BF65A46B73B7 /* UIScrollView+MJRefresh.h */, + DFFB42422D64045DBBA512977E3A8B4E /* UIScrollView+MJRefresh.m */, + B44448047B2C467309AAAE75CE2BD4B4 /* UIView+MJExtension.h */, + 81510816831459AE4634AB018B8A1089 /* UIView+MJExtension.m */, + 933A1F4E57275F8CA85515C85A1171AA /* Resources */, + D3606809614D7922C069D44F90FD0399 /* Support Files */, ); name = MJRefresh; path = MJRefresh; sourceTree = ""; }; - B82F25B522218D0827CD01D51FAE737F /* Frameworks */ = { + 5DCC5BCFD1AC326D2E94C53D375173F1 /* ObjC */ = { isa = PBXGroup; children = ( - 709495C6C3A1C989CC5B039CF4477925 /* AMapSearchKit.framework */, + 75B7B148702B0070DA3C265A01B6DDDD /* SwiftyRSA+ObjC.swift */, ); - name = Frameworks; + name = ObjC; sourceTree = ""; }; - B8D48612CF3C276D4EBFA9AB93C401DF /* AMapNavi-NO-IDFA */ = { + 5EAFC6425569F9E9B825E97B3DA4FEB1 /* Support Files */ = { isa = PBXGroup; children = ( - FA545F49657C6F49B388BDC6895F19F5 /* AMapNaviBaseManager.h */, - 483EDE14C5302AE570AD002BF67E7009 /* AMapNaviCommonObj.h */, - ACCA84460A51A95C3786B6C80478DBFA /* AMapNaviCompositeAnnotation.h */, - 74676AF9BEF338728CFDC1AC3AD39820 /* AMapNaviCompositeManager.h */, - 45EC019B919A2CE3489B13C916BB0B2D /* AMapNaviCompositeUserConfig.h */, - CBD97DB987FD889AA2C1B8E95C25A4FF /* AMapNaviDriveDataRepresentable.h */, - 9D6AE3EA63E31581C94111EA1218B6C5 /* AMapNaviDriveManager.h */, - 651964328FF482DFE855A29872C7E1C1 /* AMapNaviDriveView.h */, - B0499B44357BEBA1D3D0956507E70FD7 /* AMapNaviEleBikeDataRepresentable.h */, - 42399857EA6D046F97066ECA00E3A287 /* AMapNaviEleBikeManager.h */, - E43907C524D024521484385D83513676 /* AMapNaviHeaderHandler.h */, - A0814273BF3FBD8ACD232BFD760476D3 /* AMapNaviHUDView.h */, - 2CC7BAF8799989E4FF301AD9363D9FEE /* AMapNaviInfo.h */, - FF0C193C043A2F56139ACC7BF562D71E /* AMapNaviKit.h */, - 20F926F1A3D3BC245508B4B691099155 /* AMapNaviLocation.h */, - 1F93DECA7A2222BB45D5C7035FE1F020 /* AMapNaviManagerConfig.h */, - 38BCAA7CAC1D4FE9A236EAE26C7FCA50 /* AMapNaviRideDataRepresentable.h */, - D418D93D64FD936D18144BA766D9F0DF /* AMapNaviRideManager.h */, - CCF4F44FCEDF4486E49578F15FB7CE39 /* AMapNaviRideView.h */, - C57E73315030FE28D7875A305E5C3423 /* AMapNaviRoute.h */, - 723C1DDE33A3527CA6B505E4C99E32E7 /* AMapNaviStatisticsInfo.h */, - 27D7A09AA51C3A646E3CA2A69C733BDC /* AMapNaviTrafficBarView.h */, - BC3A7C1F5EDD77B5ED5DFEAFC4A81202 /* AMapNaviTravelManager.h */, - 475417F3AA92675A690E6684A67E4F73 /* AMapNaviVersion.h */, - 2CE3BB2D0C056173F712FE5A043682E5 /* AMapNaviWalkDataRepresentable.h */, - 623AC586837D4654372B6BBC598FA9FF /* AMapNaviWalkManager.h */, - 9EA6BC98E43A617A40811230715D12AA /* AMapNaviWalkView.h */, - DDAF1626E5F33E2C593096E8A83C05EF /* MAAnimatedAnnotation.h */, - 5B4B0F28BB9FD7EB278FA1B18E3474D3 /* MAAnnotation.h */, - 061710465D575313AB269A392287838D /* MAAnnotationMoveAnimation.h */, - 5EB153FE940FE39988BC48C42DF2254F /* MAAnnotationView.h */, - 3B9734DA8319CCB7C0A65F63A2786DC5 /* MAArc.h */, - 9DD34B10D4B2494E0070624206BA5942 /* MAArcRenderer.h */, - 774C0C3E790B9A84AD6E797C510D2ECC /* MABaseOverlay.h */, - 204D019A4DF69DD5FE03B7306D84DA57 /* MACircle.h */, - 9C8167D835EC29C7A39FEFD3794F40BE /* MACircleRenderer.h */, - BFB4B46372EC9CD28054AC07EF0E01E3 /* MAConfig.h */, - 8DB3D635AC28294D8D112BC592E75B65 /* MACustomBuildingOverlay.h */, - 96DAECDEACF2EAB4C9490E67811E0686 /* MACustomBuildingOverlayRenderer.h */, - E1F3D34117FD2CB8F49C55F4F4E7DA4E /* MACustomCalloutView.h */, - 1DA967741B8C7494BD20BFC0C5D9FCF7 /* MAGeodesicPolyline.h */, - 8E9F4A19B142A2ACF48AEB609B99DDC8 /* MAGeometry.h */, - 1D29494ABE1E236980CD6EF26D4001AD /* MAGltfOverlay.h */, - E0A2EE867EF4C0966E60A43A4100F60B /* MAGltfOverlayRenderer.h */, - 11C8C0919C1429CDB1BEF3D689B0F719 /* MAGroundOverlay.h */, - 05FC2B186E4A4416604CE5BD6CD287C4 /* MAGroundOverlayRenderer.h */, - D930D100CBB0EC65DCD016C293E46DAA /* MAHeatMapTileOverlay.h */, - 81A63E4277F4B685F2403D5FED73FD25 /* MAHeatMapVectorGridOverlay.h */, - F024BAAA20645E3B2A917FD73EEC9489 /* MAHeatMapVectorGridOverlayRenderer.h */, - 0B13B8B8DF1FA43CC47ADB70FF829FDD /* MAHeatMapVectorOverlay.h */, - 2B01850F79FB319BCCD116FF6C623883 /* MAHeatMapVectorOverlayRender.h */, - 433C9C378D25A4A0C405322315E72527 /* MAIndoorInfo.h */, - 144AE782D57A0F3FA20EE7CFF6804EEE /* MALineDrawType.h */, - CA67B4576691E539FD043F04DDD0E17E /* MAMapAccessibilityIdentifier.h */, - 52ACDE8F75D118183281C098DE2D9DF0 /* MAMapCustomStyleOptions.h */, - 5F1B38A4C578BD2715CB430084C9C2D8 /* MAMapKit.h */, - DED4CE88323D6D81960C298C30F36AD3 /* MAMapStatus.h */, - BE0B3AE16C6E60B7A705AF95A358287C /* MAMapVersion.h */, - 87FD76877FF8BD2D17A701210220BE16 /* MAMapView.h */, - 381F4B6FA9AC841CA8D8AE0912F355C8 /* MAMultiColoredPolylineRenderer.h */, - 3CE5B9898342CBBB598E7310E8B2ECAB /* MAMultiPoint.h */, - 30714702DFC6F572E9196E2DE57ACEB4 /* MAMultiPointOverlay.h */, - 5EF5299D37AF9FD172081DCA18175D2D /* MAMultiPointOverlayRenderer.h */, - 2912BBE813CE26D367797030E67D6DB2 /* MAMultiPolyline.h */, - 60CDD0B8848BAA4291FD2BD65CD3E9AC /* MAMultiTexturePolylineRenderer.h */, - 145121AC08FCB6D82AFBC0E1AF95854D /* MAMVTTileOverlay.h */, - B283874B6B86E3E4D5D9494CFE3AFBB7 /* MAMVTTileOverlayRenderer.h */, - 2AA36377FEB43BAD1426043F7B62BE50 /* MAOfflineCity.h */, - 1071CD2E58FD1685FAC2B4241172469B /* MAOfflineItem.h */, - 78830ED8BC27C70F64F8ACCB8A075636 /* MAOfflineItemCommonCity.h */, - 94C4C60E0A21F96A473121E747E12C33 /* MAOfflineItemMunicipality.h */, - ED69F186D2726F0FFAF8C346E53E5AF7 /* MAOfflineItemNationWide.h */, - E28DDB732CDCC38C1A6AF9F3D42A8B2F /* MAOfflineMap.h */, - F5A1AFE1B4451DCC14993294C121CC53 /* MAOfflineMapViewController.h */, - 7AA118B6F94919EF05B0B51F1AA33F9D /* MAOfflineProvince.h */, - AE576DBF3135262AD2B6501097AF4D56 /* MAOverlay.h */, - E36F7295724250AEA930ACEDB6A9D0B0 /* MAOverlayPathRenderer.h */, - 5315D5B9ECCBAFF01EAE8CF24E7A4532 /* MAOverlayRenderer.h */, - 87AEF02E72E16DE7AA23E852BCFB5E37 /* MAParticleOverlay.h */, - 247A35A68DE162A2DAF96AE85CC13207 /* MAParticleOverlayOptions.h */, - 91C4171BED5821A03C18108337F14C22 /* MAParticleOverlayRenderer.h */, - 9E4D05EB719AC6D8C933B71C33B625D5 /* MAPathShowRange.h */, - 71E6C0ED97F49A21C34A13614A3DC540 /* MAPinAnnotationView.h */, - 9441C8864D106007A288345167C8C0CF /* MAPointAnnotation.h */, - 1754974B037AC53B1A4FDBA10B6EBB8A /* MAPolygon.h */, - C7E8551E342A30FCA6A053C3DC5E1780 /* MAPolygonRenderer.h */, - A1DED0321A35F5B13B0BE683D97EB270 /* MAPolyline.h */, - B073CA28DABED2A06D6B160542C74BC4 /* MAPolylineRenderer.h */, - 55101225CA7F920C9B936E8E1BEC686F /* MAShape.h */, - 842F0FA22D29A768F6F028FE1EAFBBD2 /* MATileOverlay.h */, - 0FCD6A4465210147B414D79250D67610 /* MATileOverlayRenderer.h */, - A2141F669AA28C18922DAF377D53127C /* MATouchPoi.h */, - F4157740B204C8C72D76982EC05BAE1F /* MATraceLocation.h */, - A5CAE7409DA2B73EAE1DE7D0A1733478 /* MATraceManager.h */, - D57651914EE572F57BE47A874B088C23 /* MAUserLocation.h */, - EEF2534492A9DD537E63755C8F5FA42E /* MAUserLocationRepresentation.h */, - 1A1055E239116D5C989E7950C4F9401B /* Frameworks */, - A5FF944439A6681A616809F8775796F7 /* Resources */, - EA132273880665E02323B13371C2F4A6 /* Support Files */, + 3875BD4A5D39F47F13368B8F6434E5F4 /* ZLPhotoBrowser.modulemap */, + FF6A0846BAF94C70B4F299449B47C645 /* ZLPhotoBrowser-dummy.m */, + D8E6EAF45D9469E12A214B43BE24937F /* ZLPhotoBrowser-prefix.pch */, + 37FF1B198B116FFE6A7C4E3FEE9969D1 /* ZLPhotoBrowser-umbrella.h */, + 7EB7B0A9C44B87EC7140C701FE2AD3ED /* ZLPhotoBrowser.debug.xcconfig */, + 01CB0DAE7EE2185A60E5254888222198 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + 61A165DB8BC76EEC477C97C9D7C7C100 /* Support Files */ = { + isa = PBXGroup; + children = ( + CE46837814917E3C3A303BE9E4962FF0 /* Bugly.debug.xcconfig */, + FB064C8064492D58BA1BE26DA697E302 /* Bugly.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Bugly"; + sourceTree = ""; + }; + 62A502CA7D1463F7AF4680C0ED527690 /* DDLogKit_Private */ = { + isa = PBXGroup; + children = ( + 24991D3357B53576E6362A22AC451691 /* OCLog */, + 490F36408B831C2D3196C62985CC8651 /* Support Files */, + 869FE51B994FD00DE3FE074350DAC80D /* SwiftLog */, + ); + name = DDLogKit_Private; + path = DDLogKit_Private; + sourceTree = ""; + }; + 644D975B64DB9162C91F173C3C3DAFA3 /* DDBaseTableViewCell */ = { + isa = PBXGroup; + children = ( + 0D522B239E95E125274CFAA3A5D14A78 /* DDBaseTableViewCell.h */, + 9931CE7574E5B3A78D179DEAE91D7E2A /* DDBaseTableViewCell.m */, + ); + name = DDBaseTableViewCell; + sourceTree = ""; + }; + 6988B4D0E8B9B999D9D9CB4964ED8C5F /* DDBaseCollectionView */ = { + isa = PBXGroup; + children = ( + 4CA6A3CFA3DC5B9298363462334E9391 /* DDBaseCollectionView.h */, + 9E12638D5B9E77F38BF7335B964AEC62 /* DDBaseCollectionView.m */, + ); + name = DDBaseCollectionView; + sourceTree = ""; + }; + 69FA04D33FFB56697274580BBD2B0E53 /* Bugly */ = { + isa = PBXGroup; + children = ( + 42589D84FA1B25C8743D581C5E4F6F9B /* Frameworks */, + 61A165DB8BC76EEC477C97C9D7C7C100 /* Support Files */, + ); + name = Bugly; + path = Bugly; + sourceTree = ""; + }; + 6B7BF72857469ECBF3D8D9F3C4233E41 /* UINavigationBar+DDCategory */ = { + isa = PBXGroup; + children = ( + D641644EF0296AE65C2F1D2249810365 /* UINavigationBar+DDCategory.h */, + 53FE2A0958597468EE87596B2295FBA1 /* UINavigationBar+DDCategory.m */, + ); + name = "UINavigationBar+DDCategory"; + sourceTree = ""; + }; + 6D8D23E49375B733F9D0047451A9F813 /* AMapSearch-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 6F58782AE828761921B460EF2BF85D12 /* AMapCommonObj.h */, + 09103C0249FF8D552D57F8C6C00E1A8D /* AMapNearbySearchManager.h */, + 956CD44DE28E07D3CE29A03165F6A163 /* AMapNearbyUploadInfo.h */, + F98A98BA8772BAC3D6526E7E5789E268 /* AMapSearchAPI.h */, + CD4988A73971BD15618F043A0E1FCD74 /* AMapSearchError.h */, + D8826C9D7063BD81BF1D0DCF113157C3 /* AMapSearchKit.h */, + C12152C1D82ACAD0AE69FF009CFA194E /* AMapSearchObj.h */, + B1A1A53B8F3A485577209EBDE57810F0 /* AMapSearchVersion.h */, + E83705DCF0EECE1C8FF7E4A9D275AFD3 /* Frameworks */, + 2DA2AF601892847036682F8667EFB299 /* Support Files */, + ); + name = "AMapSearch-NO-IDFA"; + path = "AMapSearch-NO-IDFA"; + sourceTree = ""; + }; + 6EC036259BBD442579CDEACD055C90CE /* UINavigationController+DDCategory */ = { + isa = PBXGroup; + children = ( + 2855E06F9F10691B595A8F17B10255C7 /* UINavigationController+DDCategory.h */, + 821281B930B757E0894BE75AC6B5D686 /* UINavigationController+DDCategory.m */, + ); + name = "UINavigationController+DDCategory"; + sourceTree = ""; + }; + 6F1EB5B64017FE19963E19DFFBFE6CBF /* Resources */ = { + isa = PBXGroup; + children = ( + 8C44A6F3379E6E15ECBE98D9DEB90304 /* ZFPlayer.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 6FAF191D411651E4FDA906301B60DD3F /* UICollectionViewCell+DDCategory */ = { + isa = PBXGroup; + children = ( + F6D1B0AD2B5DA0E9E88BEAE91F9EF13D /* UICollectionViewCell+DDCategory.h */, + 8A58BA0DA8FF4222995DF240ADFB2CD0 /* UICollectionViewCell+DDCategory.m */, + ); + name = "UICollectionViewCell+DDCategory"; + sourceTree = ""; + }; + 6FF0DC864114921742096FA90E31179B /* Trace */ = { + isa = PBXGroup; + children = ( + 8940E34A80FE731D6E6C878E255F6A67 /* MATraceReplayOverlay.h */, + D681619D94082F8FBAD3CFC95DF2C8FC /* MATraceReplayOverlay.m */, + 53967F558253351AD028631FF3FFC250 /* MATraceReplayOverlay+Addition.h */, + 03C1CDFBC2D3D029A3ECB0017E938D8D /* MATraceReplayOverlayRender.h */, + E6DCB8EF1110CFA75F9F7EBD8CDF9414 /* MATraceReplayOverlayRender.m */, + ); + name = Trace; + sourceTree = ""; + }; + 7078095E20132E9E1DBC41F8D38BDB0C /* JPushExtension */ = { + isa = PBXGroup; + children = ( + 576077D6BC7EE5D6D0F7B635D50D8669 /* Frameworks */, + 745899EC4B0A3A7885DA9F0D480CC97F /* Support Files */, + ); + name = JPushExtension; + path = JPushExtension; + sourceTree = ""; + }; + 7150B331DF93D7DEE8FFE7F3F8944007 /* DDAutoUIKit_Private */ = { + isa = PBXGroup; + children = ( + A1EC1C2ED9EAB5FAB42E1362ECADE8C7 /* AutoUI.swift */, + 8A7E9649C027665085D598DF7A51CD05 /* Support Files */, + ); + name = DDAutoUIKit_Private; + path = DDAutoUIKit_Private; + sourceTree = ""; + }; + 71AF92AF1CCE41A5CDE38DC5093851EA /* DeviceInfo */ = { + isa = PBXGroup; + children = ( + 31BC6730AB61CDCE8150E16A76F2B7D6 /* DeviceInfo.swift */, + ); + name = DeviceInfo; + sourceTree = ""; + }; + 7210A378F8DEE46DCC325F8F38A788B3 /* MapView */ = { + isa = PBXGroup; + children = ( + 072E7AF6289749220B171AB2A5F0EAFE /* DDMAMapView.h */, + 561D08A0865DF40CD98814126BBAE74E /* DDMAMapView.m */, + ); + name = MapView; + sourceTree = ""; + }; + 745899EC4B0A3A7885DA9F0D480CC97F /* Support Files */ = { + isa = PBXGroup; + children = ( + A401A53F624CA2692E76DA76C8AFE7F5 /* JPushExtension-xcframeworks.sh */, + FD5E1F42668AD531E8DA5CF07A8262F8 /* JPushExtension.debug.xcconfig */, + 4690C0C6E98072041DB84B803F2207AA /* JPushExtension.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPushExtension"; + sourceTree = ""; + }; + 74F06EA5CCC9A71D1E83558FA810FEFE /* DDTextField */ = { + isa = PBXGroup; + children = ( + AC1336DF90ED85B667D6759B8550C914 /* DDTextField.swift */, + ); + name = DDTextField; + sourceTree = ""; + }; + 7BC4F1853861D60953E61C37CF8E840D /* DDBaseView */ = { + isa = PBXGroup; + children = ( + 9CFA5B339360BCD0CA271297E4748AC6 /* DDBaseView.h */, + C21008FE97D98B3C3F38696A205F9BD8 /* DDBaseView.m */, + ); + name = DDBaseView; + sourceTree = ""; + }; + 7C746692B8E6C53CF2C1F7E65794BE20 /* Support Files */ = { + isa = PBXGroup; + children = ( + C905A081820701114CFF2982FF8F0597 /* SnapKit.modulemap */, + 2DAD91B5A94EC9486D38B47694177423 /* SnapKit-dummy.m */, + B28F76DE817014D42CF780206351B5C4 /* SnapKit-prefix.pch */, + DE74B231D2EB9502C3166A078A160335 /* SnapKit-umbrella.h */, + 47A3EE35E7731B4F9B55B2F0C7A55BC8 /* SnapKit.debug.xcconfig */, + C1D32C526B817BFAF0AB989D752D5936 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 7DFDB10B46B79AFEB30362F3D648DCF5 /* DDWebImageKit_Private */ = { + isa = PBXGroup; + children = ( + CE01A318BCD7B22148D9DDC4892A1E30 /* DDWebImage */, + D46C7859F5FD685CA396DEA4F92ED26B /* SDWebImage */, + FB602ADD216E0C5099C6C6914FA9925D /* Support Files */, + ); + name = DDWebImageKit_Private; + path = DDWebImageKit_Private; + sourceTree = ""; + }; + 813464C1724FAC097F23FEA25482F5D6 /* DDMATrackManager */ = { + isa = PBXGroup; + children = ( + 10BB65D216F0A89EF3DDE22B631B39C0 /* DDMATrackManager.h */, + AE046F268BC84ADA083B9C81E9D296B5 /* DDMATrackManager.m */, + ); + name = DDMATrackManager; + sourceTree = ""; + }; + 81F99A79A73A0F9EC41F1D9EF305BCA3 /* DDBaseSwitch */ = { + isa = PBXGroup; + children = ( + 42CF39FFA5F10D498E7F7E91B1E4F8C7 /* DDBaseSwitch.h */, + 38D8626C967C244EE734475FEA1D1B66 /* DDBaseSwitch.m */, + ); + name = DDBaseSwitch; + sourceTree = ""; + }; + 829AD36EBEC70576291498BABDFF182D /* UICollectionView+DDCategory */ = { + isa = PBXGroup; + children = ( + F6269AED9249114A702BD7E9049593F8 /* UICollectionView+DDCategory.h */, + F4F3D95BE4918D33AFFEBFCC96BF3F08 /* UICollectionView+DDCategory.m */, + ); + name = "UICollectionView+DDCategory"; + sourceTree = ""; + }; + 8566394E80F724D798F4573B98FB58E6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5B29A6E852FCFB18FEABD5F535A67BA6 /* DDDateKit_Private.modulemap */, + 6870A4D22EE9BC7784841FA6BFE77CE3 /* DDDateKit_Private-dummy.m */, + 80391191EA7572D340A98EE7F8F8370F /* DDDateKit_Private-prefix.pch */, + 90E4B8D228959A438B4A4C8F10509AE5 /* DDDateKit_Private-umbrella.h */, + F36C76D4D0F0555D8A573700E284AB46 /* DDDateKit_Private.debug.xcconfig */, + 4F131F91C961DC10071B0A90B6552041 /* DDDateKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDDateKit_Private"; + sourceTree = ""; + }; + 85A041CCFA7C9C71BDFB0651CC21CE6C /* Support Files */ = { + isa = PBXGroup; + children = ( + B642534322DE9B990E24CCE3C647DE72 /* IQKeyboardManagerSwift.modulemap */, + 0004EA356C9835AA546B3FC4EE6CEFEB /* IQKeyboardManagerSwift-dummy.m */, + F207B5B35A3847675CDD8706D42407A6 /* IQKeyboardManagerSwift-prefix.pch */, + 7D466EFBC5B2AFEBE9A18E17D09AAF7E /* IQKeyboardManagerSwift-umbrella.h */, + 62CE7DF2D8353BE5D3F96DE2262981C1 /* IQKeyboardManagerSwift.debug.xcconfig */, + B6B9EBE6340CB7AACFC41CCF5CCEE7B8 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + 866E3F91ED2ABBCAA1D8AE251E2D4425 /* AMapNavi-NO-IDFA */ = { + isa = PBXGroup; + children = ( + BEB7A835711843AB7EB5AF006F213F61 /* AMapNaviBaseManager.h */, + CD7BCF2123C7DEE80FBC20A8935F56FD /* AMapNaviCommonObj.h */, + 4A08B34F06726FEC0876691331FAA8ED /* AMapNaviCompositeAnnotation.h */, + 74CBB2BECB2D366E8CDAF745DB476D46 /* AMapNaviCompositeManager.h */, + 75B8660FBC199D34B9F67DC5BA9EB1D4 /* AMapNaviCompositeUserConfig.h */, + B81F0160F1F5BEF6E4F97A60367D6B7A /* AMapNaviDriveDataRepresentable.h */, + E1CEA95B9BED7B8D95F564A7A96C6007 /* AMapNaviDriveManager.h */, + 040E7B3FC9AD97527E01AAA6692F03FC /* AMapNaviDriveView.h */, + 094D221D1D0D1B16AAD099F94E9E17F1 /* AMapNaviEleBikeDataRepresentable.h */, + E66AB1C2B3436690F8611175FFBE62D2 /* AMapNaviEleBikeManager.h */, + 084C0809EB423BF009DFA1252716A7B6 /* AMapNaviHeaderHandler.h */, + 1ED82EF26DC052CDEA216CFC0F9950C2 /* AMapNaviHUDView.h */, + 5D7963114C88296AE07435EA9A768946 /* AMapNaviInfo.h */, + 80417752DC8D1E053F06918AE6D94237 /* AMapNaviKit.h */, + 57B2FABB0DD2FA187AF146A649D52767 /* AMapNaviLocation.h */, + D71B26F8BD4F5A14695B67ED368D3C30 /* AMapNaviManagerConfig.h */, + D4EAAE7B32C406F4009E289132CA4E45 /* AMapNaviRideDataRepresentable.h */, + 27E04B72848207C13EF142E2492B2AEE /* AMapNaviRideManager.h */, + 1AD048FA87F3189F04BF1D246C5222CB /* AMapNaviRideView.h */, + EA7EA92099A8DE663BC19340D4CA9694 /* AMapNaviRoute.h */, + 43E04632ED25C05453AE399B81ACCCA9 /* AMapNaviStatisticsInfo.h */, + 8A5ABB871A4A51F4B939EC6C422ED978 /* AMapNaviTrafficBarView.h */, + 5E4A30F9F826A5AD3BCF6F610843153A /* AMapNaviTravelManager.h */, + 959AF87232A707BE2BDAE95A2D350BB0 /* AMapNaviVersion.h */, + A9DC763CB419031AA094BC0DAC4CDEE9 /* AMapNaviWalkDataRepresentable.h */, + 84A8BBAB2D2EAC220ED79E7DA049CF88 /* AMapNaviWalkManager.h */, + 9BD3479B7A1D0CF386A62140841213D6 /* AMapNaviWalkView.h */, + 0148B2379F13E382A0BB89A55BA61982 /* MAAnimatedAnnotation.h */, + 5122BEA3D01F32CCE3AF6DEEC923F22F /* MAAnnotation.h */, + FAD78060012C94DCD51ECE7DFEDE1E8D /* MAAnnotationMoveAnimation.h */, + 5D3295CD70802DEE8B3F8C7791CEF7C5 /* MAAnnotationView.h */, + 79D1400A988679AE194ED2ED4F8CB328 /* MAArc.h */, + A9C78B8F8B8C1ECE896B9F15C7792900 /* MAArcRenderer.h */, + 29B5A2AC78B79FBD6F1A3E3B149F7EB7 /* MABaseOverlay.h */, + 061B9FF6E752E48C8E7BE29D4C251688 /* MACircle.h */, + E7F10E0F399B6E7EFBFC9E4FC80F6522 /* MACircleRenderer.h */, + 7DC6B29FF4E9A8C06F7C4AF97567EFB5 /* MAConfig.h */, + A3E9384F1C565F163C681DD5DB0DDC53 /* MACustomBuildingOverlay.h */, + 58A435E4067506DC006E99D17A0A9E29 /* MACustomBuildingOverlayRenderer.h */, + 26DA83B37022F6C75CB8CFA3FD5178F0 /* MACustomCalloutView.h */, + 97FC143DDAAB51B261A527558B7BF35C /* MAGeodesicPolyline.h */, + 8B83E1E156F4DFC5BA9524356A57FACC /* MAGeometry.h */, + 23AF7D4DBA46967614A06F4D9C5D1AEF /* MAGltfOverlay.h */, + F668E05FF8F24AE2FF3CD2A54441289E /* MAGltfOverlayRenderer.h */, + 143439C363DA0CE003872C86522EC8C6 /* MAGroundOverlay.h */, + 3C92E49EA9EEE93BF98BBBE2040F381E /* MAGroundOverlayRenderer.h */, + 8315420924BA3E786C186391410EBCF0 /* MAHeatMapTileOverlay.h */, + 28A85DE8B5EA004C49BEBEE2B8077FC7 /* MAHeatMapVectorGridOverlay.h */, + 75651BB0013894305D63BFAB718E57EE /* MAHeatMapVectorGridOverlayRenderer.h */, + AE6145B3237DE926655A336FF28E6BC8 /* MAHeatMapVectorOverlay.h */, + 5814FFAAA3F13BA510DE20A7C8E0139A /* MAHeatMapVectorOverlayRender.h */, + 012908900A79A28B68FA6139B3149FE2 /* MAIndoorInfo.h */, + 9F13711889F8354E9262928D932565F0 /* MALineDrawType.h */, + 5BF79C2D099CAEB42A0426649E0CE615 /* MAMapAccessibilityIdentifier.h */, + 0CBC071BBFBE072143A9361C97B83CC7 /* MAMapCustomStyleOptions.h */, + E2E34C598BC04EBD55FD660D8EB45049 /* MAMapKit.h */, + D8C0515601D4C72904FCC8547FD823FA /* MAMapStatus.h */, + F1281EA034B52824FA67E9223ACF40B1 /* MAMapVersion.h */, + 9A9E6F01DA3917353EA2601ABF88970D /* MAMapView.h */, + 58BFF6DD303F5D7BD573F3656C16C79D /* MAMultiColoredPolylineRenderer.h */, + F645953944D89350C832A21884D4D04E /* MAMultiPoint.h */, + 3394196353A57EE194E8B5AC1A4F66BD /* MAMultiPointOverlay.h */, + FBD72F348F05E6D36DDAA1DE1A20856D /* MAMultiPointOverlayRenderer.h */, + 125AC62E8FD4987214EBC213BC04D9DE /* MAMultiPolyline.h */, + 12040674009B1DE69C26FE331A5DDD56 /* MAMultiTexturePolylineRenderer.h */, + 46CEF7AD80201CC9F94888169BF71D33 /* MAMVTTileOverlay.h */, + 135F1BF0D88B0375A90716E7B1A1727E /* MAMVTTileOverlayRenderer.h */, + D1EF1F720BB44436F9E72A9D89FF8C0A /* MAOfflineCity.h */, + 394A07D6CA58B775867B883F0C07FC81 /* MAOfflineItem.h */, + C3C0208E9881890347178C31FE5251F0 /* MAOfflineItemCommonCity.h */, + AFBA9E4A0633C81757C2E6C00D0EE084 /* MAOfflineItemMunicipality.h */, + F0F051B64889D28211277748AFC99FE0 /* MAOfflineItemNationWide.h */, + 0B12CAE691E5E12854AAEFF502D48134 /* MAOfflineMap.h */, + 5B786014D406A066236307CDBDA8C938 /* MAOfflineMapViewController.h */, + 5B3967C1729B559C5B4913FCEB9597C8 /* MAOfflineProvince.h */, + 9FD50CACA2EA34F8CBD7FE5CA952A915 /* MAOverlay.h */, + B2C6A85334E4A4FE95AAD8BC94A89603 /* MAOverlayPathRenderer.h */, + 05CB0A3CA10B5CF701B5EDA39EB4D04D /* MAOverlayRenderer.h */, + E9BE2588B2DE054B0B95BDFE6BC57D8B /* MAParticleOverlay.h */, + 4F13294F00F5A7E3F7F0356864E862D5 /* MAParticleOverlayOptions.h */, + 64E4F9C87C427F343EF0115803CE7A0C /* MAParticleOverlayRenderer.h */, + 855E54C16AEA0EC5BD5A55F9AE9541D5 /* MAPathShowRange.h */, + 7B7EEE107CBF352570BBB5ED7CA39F08 /* MAPinAnnotationView.h */, + B892F46148AF9A03D07EDCCAF9A48ADC /* MAPointAnnotation.h */, + 6A624CD977A25D4EADF7BD52B67DBE66 /* MAPolygon.h */, + 8E7DE01C50E6BF70DDE34963C00D8B49 /* MAPolygonRenderer.h */, + 0B11228B1AF736F146243539B5D390FA /* MAPolyline.h */, + 5839D87607935942D497E5EC12F0BA50 /* MAPolylineRenderer.h */, + DA412BE98C427E788F2B66686FF75EBC /* MAShape.h */, + 0D956E59E5C250E632E98F7114CD0FB3 /* MATileOverlay.h */, + CBC007B06F3B82EC70390638365C0E32 /* MATileOverlayRenderer.h */, + 87DB386247FF9C647C62445258DEAFFB /* MATouchPoi.h */, + 7C336F608A5E4D46AB0CA092D0B18BEB /* MATraceLocation.h */, + 054D62F0C7624C280147AA1537D8B733 /* MATraceManager.h */, + C7D3CF07712285D66BD1473D170DF56C /* MAUserLocation.h */, + 3F4232BD92254081C73BD42125C7A7D1 /* MAUserLocationRepresentation.h */, + 16C549B10DCB5D00C05F8A9008807DB9 /* Frameworks */, + 35250B664011F4D7706E6B4567A2FDE9 /* Resources */, + DDA4966C63F94739E5FB95671831513F /* Support Files */, ); name = "AMapNavi-NO-IDFA"; path = "AMapNavi-NO-IDFA"; sourceTree = ""; }; - B9A2157241B1B4395A0E622D9B273F5F /* UITabBarController+DDCategory */ = { + 868913A63DADB5D17CFFEF8587D4AC97 /* DDMAMapKit_Private */ = { isa = PBXGroup; children = ( - 1F2C12554D3858899703E4BC108A0742 /* UITabBarController+DDCategory.h */, - 0593469C7528923DB2C0C71ED400D1D7 /* UITabBarController+DDCategory.m */, + 8FC4B201D560E5D05F4EDB9E3F3CB962 /* DDMALocation */, + 317933731EFE78AE34108F990E5979FC /* DDMAMap */, + 42940486897EDA642112BEADACFEFF5D /* DDMANaviManager */, + C64CC69D784AECB57840EDA51655CC16 /* DDMASearch */, + 813464C1724FAC097F23FEA25482F5D6 /* DDMATrackManager */, + 2C72F922BCB625B84C82446DF967B2B1 /* DDMAUtil */, + 9A9D72910CA4606BD34498D8379B19B4 /* Support Files */, ); - name = "UITabBarController+DDCategory"; + name = DDMAMapKit_Private; + path = DDMAMapKit_Private; sourceTree = ""; }; - B9B54EE3094DC9D0A347CE8DCEFCD25C /* DDButton */ = { + 869FE51B994FD00DE3FE074350DAC80D /* SwiftLog */ = { isa = PBXGroup; children = ( + 30BADF20AD9B3D04B4345970340F3962 /* DDSwiftLog.swift */, ); - name = DDButton; + name = SwiftLog; sourceTree = ""; }; - BBCC467EF2D3E6766660653A1AC77146 /* JPush */ = { + 876EA9F98FC81DCF3D1161B80695CB9A /* DDBaseAttributedString */ = { isa = PBXGroup; children = ( - 69EA7C5D5119C1AE826C6303DBF58EE5 /* Frameworks */, - CD946CA134A1415CCDBB8F1945F01A79 /* Support Files */, + 2BD24545FF0C25F096F800E3A25C25FA /* DDBaseAttributedString.h */, + B2790B3E98F164C93C39E381955E3994 /* DDBaseAttributedString.m */, + FFCC805403C8886D7DE1892B7355F3A4 /* DDBaseMutableAttributedString.h */, + 9CAAF890EBDB17AC1859D4C32F409BB3 /* DDBaseMutableAttributedString.m */, ); - name = JPush; - path = JPush; + name = DDBaseAttributedString; sourceTree = ""; }; - BD01CFAD0F8A5B6CD850E523C981CE58 /* DDZFPlayerKit_Private */ = { + 87F173048E50572EC0BE3BAF69D42EB4 /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - FE6DB3049A59EBE98E77072FE47EF22C /* ControlView */, - A9D84C9E377DBBA807CAC5975617732C /* Core */, - 0EF58A3EC509BBF0837FBA1E9F3AAC38 /* ijkplayer */, - C00C896F383AA0EA96A9CF85CE19A66B /* Support Files */, + 1941C1BAC969491C3376283061E72D06 /* Core */, + 006B5A6007462E5472F8E35892DDB73F /* Resources */, + 5EAFC6425569F9E9B825E97B3DA4FEB1 /* Support Files */, ); - name = DDZFPlayerKit_Private; - path = DDZFPlayerKit_Private; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - BD3E0D60A6F8C152C1550ED8723C36B3 /* UIFont+DDCategory */ = { + 8A7E9649C027665085D598DF7A51CD05 /* Support Files */ = { isa = PBXGroup; children = ( - 504D747111B39AAB2DD4131840B8C2DA /* UIFont+DDCategory.h */, - 3C17F282B8228A19024F5DDEDBF7AAAE /* UIFont+DDCategory.m */, - ); - name = "UIFont+DDCategory"; - sourceTree = ""; - }; - BD3EC8FBF68724E4F5AA602FA91E8094 /* DDProgressHUDKit_Private */ = { - isa = PBXGroup; - children = ( - 92F3F8389AC7E93F0E23CA9545F497E5 /* DDProgressHUD.swift */, - BD7EBC99AE75295CA81B50A44FC5E667 /* MBProgressHUD.h */, - 1B6C8C2341755C45575E89F260DD001C /* MBProgressHUD.m */, - 530F88EAE1E44CAEDA5F41C21BFE4FE8 /* Support Files */, - ); - name = DDProgressHUDKit_Private; - path = DDProgressHUDKit_Private; - sourceTree = ""; - }; - BDCB78AB065334CE67676EC8B0CF6526 /* Support Files */ = { - isa = PBXGroup; - children = ( - 010305BDFD24A32623D26E48FEE2533C /* RxCocoa.modulemap */, - 23B06D194017C370C9AE49764D0E7C59 /* RxCocoa-dummy.m */, - C949A83ED13644255E1B15C599F2763D /* RxCocoa-prefix.pch */, - 4613D566F7E2CC15955F6A737DE1EB45 /* RxCocoa-umbrella.h */, - B537098B3C4775C857F529F0C24952E9 /* RxCocoa.debug.xcconfig */, - 1478B28174913377F62C279B54A8FA59 /* RxCocoa.release.xcconfig */, + BB41E47A6C127A8FE9CABF4AD0EE6E43 /* DDAutoUIKit_Private.modulemap */, + 789046465CC63C8E7BCAB4B9CDDA07BE /* DDAutoUIKit_Private-dummy.m */, + F9DC6C2DECE5FEEDE060B2B87E9CEA03 /* DDAutoUIKit_Private-prefix.pch */, + F58D86E6745A5AB6737569C4B03F99FD /* DDAutoUIKit_Private-umbrella.h */, + 581C8BF98FA140DCC476BF9A94C427E0 /* DDAutoUIKit_Private.debug.xcconfig */, + ABC6E315D8B4DFE8121C2E9E4E57559F /* DDAutoUIKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/RxCocoa"; + path = "../Target Support Files/DDAutoUIKit_Private"; sourceTree = ""; }; - BEA26B7160B036F3121752F4E390B661 /* UISwitch+DDCategory */ = { + 8B5A5D2C40D3EC25D0748FAA9E7DBF1E /* UIBarButtonItem+DDCategory */ = { isa = PBXGroup; children = ( - 7B980407B791340A44D1B578CDA591C8 /* UISwitch+DDCategory.h */, - 07AD96F5A72ADE836979CA023B01513B /* UISwitch+DDCategory.m */, - ); - name = "UISwitch+DDCategory"; - sourceTree = ""; - }; - C00C896F383AA0EA96A9CF85CE19A66B /* Support Files */ = { - isa = PBXGroup; - children = ( - D0A7BB9C399CAA0942FA7D1B3263E193 /* DDZFPlayerKit_Private.modulemap */, - D7F02F21389DA7B8BD1903BD63D468AB /* DDZFPlayerKit_Private-dummy.m */, - 84D4CC4FA0D865DB7B985B79585635FF /* DDZFPlayerKit_Private-prefix.pch */, - 1B4254FA3DD32F91C820838E91228E08 /* DDZFPlayerKit_Private-umbrella.h */, - 2863F4A3F59B85330DFFBE0E5CA20D16 /* DDZFPlayerKit_Private.debug.xcconfig */, - 1824E11401FB87A96872469297BEF829 /* DDZFPlayerKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDZFPlayerKit_Private"; - sourceTree = ""; - }; - C366654FD76DD9691B3C42D38EB0AE26 /* UIBarButtonItem+DDCategory */ = { - isa = PBXGroup; - children = ( - 3DAB001171C520DD5562ECC899C7A456 /* UIBarButtonItem+DDCategory.h */, - D970792962E4994DC8949D80634F972B /* UIBarButtonItem+DDCategory.m */, + C151E9609F3F8263902C2A465EE7AAF8 /* UIBarButtonItem+DDCategory.h */, + 0EC187E4E9767E7D3DEC80E5FD12876F /* UIBarButtonItem+DDCategory.m */, ); name = "UIBarButtonItem+DDCategory"; sourceTree = ""; }; - C40422F8E63D4B2181C0A67C2F0F02B2 /* Support Files */ = { + 8CA2EBAF7910AF224E2042629713CF84 /* Support Files */ = { isa = PBXGroup; children = ( - 7B971B0301355D5DCD5527D43168A868 /* AMapFoundation-NO-IDFA.debug.xcconfig */, - E9686506B5ADE84CF391A2A0EBB3568E /* AMapFoundation-NO-IDFA.release.xcconfig */, + 06291C1D83A727065BC98E83B89FF8CF /* DDProgressHUDKit_Private.modulemap */, + B06A15310A68143A306FD5B54D44B0F1 /* DDProgressHUDKit_Private-dummy.m */, + 1D4D92896859D0470BA3C9A6954E5BB3 /* DDProgressHUDKit_Private-prefix.pch */, + A38F1C0196F755CE20BC51A7D52CE365 /* DDProgressHUDKit_Private-umbrella.h */, + D5929EBD76F6ADD256AA324D24F52A32 /* DDProgressHUDKit_Private.debug.xcconfig */, + B4A45C8475EEC88204B9CA00F7CDC273 /* DDProgressHUDKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDProgressHUDKit_Private"; + sourceTree = ""; + }; + 8DD942FEAA98B1E8F8D36C8BBA5A7707 /* Support Files */ = { + isa = PBXGroup; + children = ( + E8EB4A092DAE7D80BD90779E0EBD0FCD /* DDToastKit_Private.modulemap */, + 103D674CFB66E101CAC882F6747C5733 /* DDToastKit_Private-dummy.m */, + 54676FA42784473D323D8BF2D048B98E /* DDToastKit_Private-prefix.pch */, + CE559017FE5BEB1B86DD1ED2FF6E4C7D /* DDToastKit_Private-umbrella.h */, + 8BCDCE291F9986C4B85361699D4F4C4F /* DDToastKit_Private.debug.xcconfig */, + 9E8A34914BBC138DA91C0CDE3DDD9A4F /* DDToastKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDToastKit_Private"; + sourceTree = ""; + }; + 8FB9F458B4AEFF16FB1A9D1617D86BBB /* DDBaseImage */ = { + isa = PBXGroup; + children = ( + C300C14B5A2FF321FCDA01B649AA7383 /* DDBaseImage.h */, + 9A15D2B1F2C827DB6D3D881D510BD2BD /* DDBaseImage.m */, + ); + name = DDBaseImage; + sourceTree = ""; + }; + 8FC4B201D560E5D05F4EDB9E3F3CB962 /* DDMALocation */ = { + isa = PBXGroup; + children = ( + CA4C80C28A1D29CF0675B0273176FB29 /* DDMALocationManager.h */, + 55F4A82B1EB96939FFC17F35A1249465 /* DDMALocationManager.m */, + ); + name = DDMALocation; + sourceTree = ""; + }; + 9067DA8EE26F537414092A7E40FD7DFA /* DDDateKit_Private */ = { + isa = PBXGroup; + children = ( + 7DCACE3236B6F7672272C51B5E33CEF6 /* DDDate.swift */, + 8566394E80F724D798F4573B98FB58E6 /* Support Files */, + ); + name = DDDateKit_Private; + path = DDDateKit_Private; + sourceTree = ""; + }; + 92DC8E56B4E6938D7F5E0A414C2BA94D /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5A2BBA7FC32692322DC65A6ADE9ED42A /* jcore-ios-4.2.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 933A1F4E57275F8CA85515C85A1171AA /* Resources */ = { + isa = PBXGroup; + children = ( + 0F322581389CF2B36529FC2DD37D9CFC /* MJRefresh.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 9398699120F628A6DC6F9CBD55A3620A /* DDView */ = { + isa = PBXGroup; + children = ( + B253B4FDE95315E78B76766F4CE6E773 /* DDView.swift */, + ); + name = DDView; + sourceTree = ""; + }; + 955E8ACB428E0620C279C95163D3B54F /* Pods */ = { + isa = PBXGroup; + children = ( + 1E7E19D8B4137125852F3F5BD4CAB8C9 /* Alamofire */, + EDC30DD410091A304E68D4FE4E169B9D /* AMapFoundation-NO-IDFA */, + 4A775079D7D0CD2567D9A7CA252163E8 /* AMapLocation-NO-IDFA */, + 866E3F91ED2ABBCAA1D8AE251E2D4425 /* AMapNavi-NO-IDFA */, + 6D8D23E49375B733F9D0047451A9F813 /* AMapSearch-NO-IDFA */, + B1D23876684A8885BC32DE0011F5C616 /* AMapTrack-NO-IDFA */, + 0E2571EF18DA0E6D6C33BE6B38E2E689 /* BRPickerView */, + 69FA04D33FFB56697274580BBD2B0E53 /* Bugly */, + 4268D99C77EE83E0E2E23B8971BC718F /* DDAudioPlayerKit_Private */, + 7150B331DF93D7DEE8FFE7F3F8944007 /* DDAutoUIKit_Private */, + 2CFD960BDFDEADB01A29536A3ECB5841 /* DDBasicControlsKit_Private */, + 263C1B918A254B9F9A15122C57C20AF4 /* DDCategoryKit_Private */, + D68A8DD0368DD7B36605D0AC417BF90A /* DDColorKit_Private */, + 0F88E5A767E56B490E063084536C7444 /* DDControlsKit_Private */, + 9067DA8EE26F537414092A7E40FD7DFA /* DDDateKit_Private */, + 9E5697095624BECAE9D9A1D9B1620946 /* DDFontKit_Private */, + 62A502CA7D1463F7AF4680C0ED527690 /* DDLogKit_Private */, + 868913A63DADB5D17CFFEF8587D4AC97 /* DDMAMapKit_Private */, + C1EF339B5E805F0FE627540A95066116 /* DDNetworkingOfAlamofireKit_Private */, + DF8E7C7E33AD64B9DAF31EED7AC314EC /* DDPersistenceKit_Private */, + ABD6FC940A0BA3CD722DA454A2AE2988 /* DDProgressHUDKit_Private */, + D5EBB9EBB22B854B6E4CCDB0A0DD7818 /* DDTimerSwiftKit_Private */, + 083103732FC4FFA9B162E838A6CFBEEE /* DDToastKit_Private */, + C65915CE248E9F71885CD4CDAC150804 /* DDUtilsSwiftKit_Private */, + 7DFDB10B46B79AFEB30362F3D648DCF5 /* DDWebImageKit_Private */, + B810B6D74652A9C998DE51A3BE645E49 /* DDZFPlayerKit_Private */, + DC8792369EB73805E79F551C6D42C63F /* ESTabBarController-swift */, + 4BB059117B28A09D303787D3E8D1B5A5 /* IQKeyboardManagerSwift */, + 2764950B9CA6A50F48478C704093ADD2 /* JCore */, + 205CD2CF11EAAC33763FF31D922D14CF /* JPush */, + 7078095E20132E9E1DBC41F8D38BDB0C /* JPushExtension */, + F10756722A098C438501C240F02D272F /* JXCategoryView */, + D8C7C2AD5687ADD5E815BDEFB521E93F /* Kingfisher */, + 5D8F01F62206378DC2621B74A619C909 /* MJRefresh */, + C7F5DE6D9539B2116E1D3E7D36BC3151 /* RxCocoa */, + 1A9A98D78FC36F97BDF46D8BAC119372 /* RxRelay */, + 4B8D9436BA8CAC537131469340D90E5E /* RxSwift */, + CCF85D2D5487AE71D613E1FC5964A914 /* SnapKit */, + 109FA7686C14170F05EB7D0EFDB67099 /* SwiftEntryKit */, + 9E5DF6C4B408D74FF9B7BA8871DFA696 /* SwiftyRSA */, + 87F173048E50572EC0BE3BAF69D42EB4 /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 96618015A9C9171B5C554EF3D9807686 /* DDTextView */ = { + isa = PBXGroup; + children = ( + E3E93FB5BE1F82C73D2C995FA55AC7C4 /* DDTextView.swift */, + ); + name = DDTextView; + sourceTree = ""; + }; + 9938FD6E0FCBFDEC75022CBD8CD9E9D2 /* UIImageView+DDCategory */ = { + isa = PBXGroup; + children = ( + E31BDF49F2926FF02EF1A202926188F9 /* UIImageView+DDCategory.h */, + E1806B7AE8E26CE08653BA97DD634BE2 /* UIImageView+DDCategory.m */, + ); + name = "UIImageView+DDCategory"; + sourceTree = ""; + }; + 9A33E73D3F49EAA3B3B9CC934141A10B /* UIWindow+DDCategory */ = { + isa = PBXGroup; + children = ( + 3E453A6D776B4C2DD2CE4853902DC43E /* UIWindow+DDCategory.h */, + 306D8D12ACFB3F1875A3E3A4A66EA5E7 /* UIWindow+DDCategory.m */, + ); + name = "UIWindow+DDCategory"; + sourceTree = ""; + }; + 9A9D72910CA4606BD34498D8379B19B4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 52353BF0CC3418A0927D4566A1B20ED5 /* DDMAMapKit_Private.modulemap */, + E48CC4D8CFE991113EDF2724EFFEDACF /* DDMAMapKit_Private-dummy.m */, + 76B71441A16FA850CB2A729E0D20D1A5 /* DDMAMapKit_Private-prefix.pch */, + 462F2AFFF36630D973AD2FEF84494576 /* DDMAMapKit_Private-umbrella.h */, + D556921C9A1B32E0A547A047F0896E10 /* DDMAMapKit_Private.debug.xcconfig */, + AC4E1917617F023685F6839CB2438EA8 /* DDMAMapKit_Private.release.xcconfig */, + DD2723477ECDF53C4B6841133E77B7CF /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/DDMAMapKit_Private"; + sourceTree = ""; + }; + 9E5697095624BECAE9D9A1D9B1620946 /* DDFontKit_Private */ = { + isa = PBXGroup; + children = ( + 45B36304D4FF5D68342CA29B891F9637 /* FontUtil.swift */, + 42CBF97FCE28BD703950600CADE4D389 /* Support Files */, + ); + name = DDFontKit_Private; + path = DDFontKit_Private; + sourceTree = ""; + }; + 9E5DF6C4B408D74FF9B7BA8871DFA696 /* SwiftyRSA */ = { + isa = PBXGroup; + children = ( + 1F6FDCC5D94436426954BECC9C3B4E54 /* Asn1Parser.swift */, + B5BD125244CCD4A25E8260D6DC26CC5D /* ClearMessage.swift */, + 38F6F6E8AAF50A0C90F9A6CAE4B8CDF5 /* EncryptedMessage.swift */, + D3D0D1770DBD79014E10B615E908B7FB /* Key.swift */, + 612BB6376A463CF2A7D20836998C7AC9 /* Message.swift */, + 7F76FBE05D9EE9EA28687892BF629DFF /* NSData+SHA.h */, + E00B7ADB216329D0D9A8F1ECE6CF21DD /* NSData+SHA.m */, + 1E177604F0AA8AF2D9B5A390DCBD4E74 /* PrivateKey.swift */, + BAECA9F4959686F4679BAB6D36BC79D8 /* PublicKey.swift */, + 53FE5C8F8EEEFBB9CE4058A6FBAEC2C4 /* Signature.swift */, + CA341672AD12C91E1D680EEACB407F91 /* SwiftyRSA.h */, + A4D292ACA56D0BD38598E5ED3BA9ABA5 /* SwiftyRSA.swift */, + 6959B08360F4836FB29BBF9324533557 /* SwiftyRSAError.swift */, + C139AE58D7913987FB4420842FA7DE6A /* X509Certificate.swift */, + 5DCC5BCFD1AC326D2E94C53D375173F1 /* ObjC */, + 3B0A12A0B1A9678125E959C26F1BCB20 /* Support Files */, + ); + name = SwiftyRSA; + path = SwiftyRSA; + sourceTree = ""; + }; + A7A4437EA9C2CAC86F9CD2B4D3975D6D /* Frameworks */ = { + isa = PBXGroup; + children = ( + 75A101BFB8C67DB9BF29526435AB01D5 /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + A8DF3EC20A67C084615A3F3FD6978C31 /* Core */ = { + isa = PBXGroup; + children = ( + 3521E43909548D5C449F95A3DB220912 /* NSBezierPath+SDRoundedCorners.h */, + 8E0B7F362697AB98B0831EB8C3E38461 /* NSBezierPath+SDRoundedCorners.m */, + 51B403317245F827E17CFFB5F193639A /* NSButton+WebCache.h */, + 536600AFCEAE18645A692BF6F89AD2DC /* NSButton+WebCache.m */, + C0B26C965B86D3C1D65541209625A838 /* NSData+ImageContentType.h */, + 640049650C3BC0962841E8D6C6A4049C /* NSData+ImageContentType.m */, + 7B5CB62C7E9BE649E374D62A82B71616 /* NSImage+Compatibility.h */, + 234A9E46F3A62219A136813138A64ABD /* NSImage+Compatibility.m */, + D377340625F32C54FD755E656C656D64 /* SDAnimatedImage.h */, + 5B6DE6BDB74F27E5D2A2963CF80E901B /* SDAnimatedImage.m */, + 83C80746628D107B0BAD96A17846414B /* SDAnimatedImagePlayer.h */, + 05259CD0832517649132AB0DB1A78B8D /* SDAnimatedImagePlayer.m */, + 220C9FC125102C212017E3D5360E40F5 /* SDAnimatedImageRep.h */, + 9CAD66A5B9AB66AEB3319FA797A03C86 /* SDAnimatedImageRep.m */, + EAD1AD83369B604327F955FBA37553C6 /* SDAnimatedImageView.h */, + C63B20DD5CDF937F94ECB7D6B393EE91 /* SDAnimatedImageView.m */, + 83DBDF33C10915BC1F6E6306C566B254 /* SDAnimatedImageView+WebCache.h */, + 17EBBEE913E72CA4F1A7C775F7547836 /* SDAnimatedImageView+WebCache.m */, + 0112A6353EDAD9C4C4FEB00304992211 /* SDAssociatedObject.h */, + 3C47F9FA2DF062E010573C727B9870A7 /* SDAssociatedObject.m */, + 7C7179902FA25766C671B7B414D9D77D /* SDAsyncBlockOperation.h */, + 1A6BBB547BC2B91A84450DB7B519B693 /* SDAsyncBlockOperation.m */, + 55545D86A38C88E25036285F6E656D77 /* SDDeviceHelper.h */, + 49D155E8B49C0866D0D17C2782731D0C /* SDDeviceHelper.m */, + 489448793B76FE2CFD1003097474ABEE /* SDDiskCache.h */, + BADD81DA718C13A84A3FED29403DA654 /* SDDiskCache.m */, + 53701FA4E2C325041ED02E45E02DEBFB /* SDDisplayLink.h */, + D90D3016E9BF0D33C094C69EB488BFFC /* SDDisplayLink.m */, + 6CB41D91E24D72CA5B2E07042707B022 /* SDFileAttributeHelper.h */, + 84FD20C15ACF6E43D826E978C8D0D765 /* SDFileAttributeHelper.m */, + 16FBE302620BFE6480BD81F8D2AA07D0 /* SDGraphicsImageRenderer.h */, + ACCCF92CADFDAF26663086247966C12D /* SDGraphicsImageRenderer.m */, + 1B17520F1937523A7BEB4CC81A1D91D7 /* SDImageAPNGCoder.h */, + 692A33B071C9EEAB823A6C3518B15057 /* SDImageAPNGCoder.m */, + A8078EC2F66D419FC4C70C67E8688449 /* SDImageAssetManager.h */, + D1E7C78D84C1DDF77BAF466F926B8B3E /* SDImageAssetManager.m */, + 05894F3097B344E973E9BB65B70F9941 /* SDImageAWebPCoder.h */, + 67D7B1447714127064AB639B3D33E96B /* SDImageAWebPCoder.m */, + C6CD56560520874C485B6D286D6DF07B /* SDImageCache.h */, + EB904B920A37349D37017E816F5C1D99 /* SDImageCache.m */, + 5DA0819A2B8374D63CD40C9B248846D3 /* SDImageCacheConfig.h */, + 63BBFDA4F5F775E87B5974A5864F9476 /* SDImageCacheConfig.m */, + BEA8B765F481DC57F4732FDBF5EE36F9 /* SDImageCacheDefine.h */, + 5D4E35FFAE01DC349BE0F050EEF7CB3C /* SDImageCacheDefine.m */, + 76FEF52E669B34B702196132B1C41A77 /* SDImageCachesManager.h */, + 2334399E5D1C6D76014E4C3364A55748 /* SDImageCachesManager.m */, + 127AFCC80D26CF08EA0F94463459870C /* SDImageCachesManagerOperation.h */, + 33131CB1B44363868718F6FE67AC609A /* SDImageCachesManagerOperation.m */, + 64E7F505531EBE9814D5511C51A87CA0 /* SDImageCoder.h */, + 7B589E8C9316D95F22F9385FD5443EEB /* SDImageCoder.m */, + 703EE49039FBF47F5B4769D7DF30FB70 /* SDImageCoderHelper.h */, + B1D730DB07D98708486348B681065CA3 /* SDImageCoderHelper.m */, + 5760748A84008717B0404DF3E6E2C9C8 /* SDImageCodersManager.h */, + 9E9E994F5E0A30466A019EF2038D1604 /* SDImageCodersManager.m */, + F3DACF596760B3927F2A87F4525E869F /* SDImageFrame.h */, + 3CD57B719C962B526E7559FF4BD48281 /* SDImageFrame.m */, + E07DFCD4DF16FD7A2487CB4D597BFAD7 /* SDImageGIFCoder.h */, + C1BF1F9F27903435E44899E32F04FD8A /* SDImageGIFCoder.m */, + 67B495B473AAE4CF688A79AE388BA049 /* SDImageGraphics.h */, + B570BA14A14CAAAD852EA4DAF5121084 /* SDImageGraphics.m */, + 074C5B0A05A05333EC1249D280EB36BA /* SDImageHEICCoder.h */, + 43A7CD4FD0ABE5E6DC4CBB2A311F14F0 /* SDImageHEICCoder.m */, + 7BCB003D38E8C40D32D4D6D347BF563E /* SDImageIOAnimatedCoder.h */, + 0D379821807920A04BDA1B9C4AAE05A2 /* SDImageIOAnimatedCoder.m */, + CEB242466FB5AFE798843B12D9066C3A /* SDImageIOAnimatedCoderInternal.h */, + FA661C9D61E242955EAA24C5E55475B1 /* SDImageIOCoder.h */, + 22B514849D5A4983887C1F4075AE7139 /* SDImageIOCoder.m */, + 23CB2A5AB8A31970200D390366725669 /* SDImageLoader.h */, + 669F74617E49E4A71C963BB841179C9A /* SDImageLoader.m */, + 7FD9DEBB996349B686CCF2885152C2C7 /* SDImageLoadersManager.h */, + 6E2DD6950218D63E40EE3D4A4A66042D /* SDImageLoadersManager.m */, + 768FD5E1C41C9DC0C47C2A4C9AC4B51F /* SDImageTransformer.h */, + 68E2FCEE9E1A7A142307DC5EBCEEE743 /* SDImageTransformer.m */, + CD7470709DB5A2CACA7A5717325C23C5 /* SDInternalMacros.h */, + F2B053146B0F965492679960B447D107 /* SDInternalMacros.m */, + 8A3D62E5032EF1C933E09EAE1E95CDB6 /* SDMemoryCache.h */, + 99F76C0E556DBA753C07BD37DD8D9B7A /* SDMemoryCache.m */, + 3161DAA35E3B01FCA4D8B391F2FF0500 /* SDmetamacros.h */, + EDAEE2D7D51698FCC869FC8D93A7B686 /* SDWeakProxy.h */, + FAD04027EA1BF1B8E53A56CC177F01A7 /* SDWeakProxy.m */, + A21875CC8838BBECDE58272A9514F046 /* SDWebImage.h */, + 4FF6B796D90DC664ED96E1E85CF04347 /* SDWebImageCacheKeyFilter.h */, + 4837DDCE0CBD6C03E891FA0582C82A4A /* SDWebImageCacheKeyFilter.m */, + 8D208F296EF7CC950D7AEA5D75CEF3FA /* SDWebImageCacheSerializer.h */, + 4DD50E58F69247C46034A37BEB615292 /* SDWebImageCacheSerializer.m */, + 23EAA9F6CCD8479449A971A22B0C2129 /* SDWebImageCompat.h */, + 085EBB286BA30648750A2071DC11BEE0 /* SDWebImageCompat.m */, + AF80C7D34857FF6762E02B8A16D658F6 /* SDWebImageDefine.h */, + DE58DC63124BECEF14EFDC17EE2F27EE /* SDWebImageDefine.m */, + B5B4BC79F9C53FA8840D657CCD274548 /* SDWebImageDownloader.h */, + 6897582625B835C822633C449FDD3548 /* SDWebImageDownloader.m */, + C0DD7AF9A83D7CE2F42E45E586A80822 /* SDWebImageDownloaderConfig.h */, + 13ABA4D5A71236BB7E6AC1A51A1C1A7A /* SDWebImageDownloaderConfig.m */, + 39E388348852B7D5BCF7B5D0820E7305 /* SDWebImageDownloaderDecryptor.h */, + E9283C71BE8EF6C41A438AB4079E1644 /* SDWebImageDownloaderDecryptor.m */, + 990D75692CBF771F7132CAC9F012C137 /* SDWebImageDownloaderOperation.h */, + 984BEBB41FE196C3D934CEA341A5D1D1 /* SDWebImageDownloaderOperation.m */, + 519086AA5E56EAB1D79CA69EE3A36527 /* SDWebImageDownloaderRequestModifier.h */, + D8DBD4A19BC9CE26D2D0656B2303DA0D /* SDWebImageDownloaderRequestModifier.m */, + 21E4511CFC5B86415FF903568EFE0E96 /* SDWebImageDownloaderResponseModifier.h */, + BE0947970D0446B4AA354037997C2E18 /* SDWebImageDownloaderResponseModifier.m */, + 74B338DC5F440910769E39B703F756F7 /* SDWebImageError.h */, + E2D4D8A25707C3D3EAADC58FA161B6C7 /* SDWebImageError.m */, + AE9ACB42B9D8D64F4C97C05AD1294E34 /* SDWebImageIndicator.h */, + D181FBBAC748BB8057E08172D4F3831D /* SDWebImageIndicator.m */, + BA9F4895D9C85F020B0DEE2FBC3C636B /* SDWebImageManager.h */, + B05B71F960689FE653862E9DA89226F6 /* SDWebImageManager.m */, + 270E907EF3D91D93989F546596E95202 /* SDWebImageOperation.h */, + 4FAE956FC25FB007617385715F75ABAE /* SDWebImageOperation.m */, + 6E9C710CED84DF53EC139FD905FE9AAD /* SDWebImageOptionsProcessor.h */, + 8F52EB185809D3DCD8D68EA8EFA2DC65 /* SDWebImageOptionsProcessor.m */, + 2422A0E8F83A9C488ECE5FAA44DD210A /* SDWebImagePrefetcher.h */, + DC45A2A75FC87B2102E4A16C67DC31D9 /* SDWebImagePrefetcher.m */, + 09A2C0481DADD9F31D999C4EBA7FDECE /* SDWebImageTransition.h */, + F9A4E64DDD778A0078227DB2C2AB4EFB /* SDWebImageTransition.m */, + 2BEE02510443289CC465BEEA27A176F7 /* SDWebImageTransitionInternal.h */, + 70441E4B17170F9A121582970C518A33 /* UIButton+WebCache.h */, + DB97BDF86E26A2A217026453B39D02A5 /* UIButton+WebCache.m */, + E3B0DF9D2776D7B4DD1A3E407CC36E95 /* UIColor+SDHexString.h */, + 2592CA66B11529AEE021D8C5D77FF70E /* UIColor+SDHexString.m */, + 9A3D0ECDFAA25FAEDA60F0D077758A5F /* UIImage+ExtendedCacheData.h */, + E9F6AF13B95E0C683BB1310CF0F01E71 /* UIImage+ExtendedCacheData.m */, + 532042ED19DEFC92300DD64C810B51C7 /* UIImage+ForceDecode.h */, + 2009FB64C9E51FAA7F1C661FBE926B1F /* UIImage+ForceDecode.m */, + B416E3336128DEAD10FCDEC9C98D5DD0 /* UIImage+GIF.h */, + 0E61804F5B643F8F44E1B885B206DE28 /* UIImage+GIF.m */, + 5375A076009E1019AE686602332C2A5D /* UIImage+MemoryCacheCost.h */, + 164D33F7625E9F75A71B0CE124AEB18E /* UIImage+MemoryCacheCost.m */, + 7CCF40DEA35B2D616301AFFC03567FB6 /* UIImage+Metadata.h */, + 40090592359A38AC6F1DC5284EAE1B15 /* UIImage+Metadata.m */, + C85ADE394FBB5DF16407098375D223AB /* UIImage+MultiFormat.h */, + 8E5AB2519815AD4698D10C7C91440EB1 /* UIImage+MultiFormat.m */, + 90A46F094CA9CD51721A8E611D7A265D /* UIImage+Transform.h */, + EC71C2E012859A7028256A577D0D4256 /* UIImage+Transform.m */, + 78BD0489637CD9B81F0F2AC6EB09BFC6 /* UIImageView+HighlightedWebCache.h */, + AF624A6F53BE5819B763EB4B33530EB9 /* UIImageView+HighlightedWebCache.m */, + E664F038D254411C91A99DAE329C0DD3 /* UIImageView+WebCache.h */, + 4145F91C15D126896258C26700097C7F /* UIImageView+WebCache.m */, + 5ECA08FC885AE3ED6615546A3A15155A /* UIView+WebCache.h */, + B0D07A68C1A5451CF4746C771B625AF3 /* UIView+WebCache.m */, + C205040D1E5A8BCE3926353BCD81A03B /* UIView+WebCacheOperation.h */, + A6FA46D87EEAB8EF53B66A7941BEAD12 /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + AA460C7315A7D6DEB907C48EAC55A975 /* Support Files */ = { + isa = PBXGroup; + children = ( + C89C07CF28194AA10DED3CF6E582FD79 /* Alamofire.modulemap */, + E6024DCFBB4524B1AC53A2B94C3B5AFF /* Alamofire-dummy.m */, + 8CB673B582D53D25D38129F0E833D759 /* Alamofire-prefix.pch */, + F2DF3DCF280CB7F0988EA498ABEB5C73 /* Alamofire-umbrella.h */, + 23AB951B57ABE40ECC7FB7C1FC61C520 /* Alamofire.debug.xcconfig */, + A6CC415015CAA9C13B6367E82CC3EA70 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + AACD06FF035A007F9A8E6BFFF838E1CB /* Support Files */ = { + isa = PBXGroup; + children = ( + 237571514748449C9DEBBF69C47A7CFD /* AMapFoundation-NO-IDFA.debug.xcconfig */, + F4E1C8200F59C5EEE5B199D3C14112F3 /* AMapFoundation-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapFoundation-NO-IDFA"; sourceTree = ""; }; - C59D2AE841BB0C6ECD6AF4C402F38BF7 /* DDBaseCollectionView */ = { + AB1565A01CE25F9EFDF186ADEE1DFFBF /* Resources */ = { isa = PBXGroup; children = ( - 43F8CD55E6A8729770EB220DA0EBD679 /* DDBaseCollectionView.h */, - EC3AEFE478F8D9F885B189944031B16E /* DDBaseCollectionView.m */, + 87714F8686413DA16471781644F8EF3A /* en.lproj */, ); - name = DDBaseCollectionView; + name = Resources; + sourceTree = ""; + }; + ABD6FC940A0BA3CD722DA454A2AE2988 /* DDProgressHUDKit_Private */ = { + isa = PBXGroup; + children = ( + 8FF65D4365CF9586949F3D50AB35420C /* DDProgressHUD.swift */, + 9E261E16AAB8FBD2C52D6C38F1A3B65C /* MBProgressHUD.h */, + 82D5CEB25905D652A61363E1BF3A8275 /* MBProgressHUD.m */, + 8CA2EBAF7910AF224E2042629713CF84 /* Support Files */, + ); + name = DDProgressHUDKit_Private; + path = DDProgressHUDKit_Private; + sourceTree = ""; + }; + AC8315B967FE459CC37117378D2A2C54 /* UrlLinks */ = { + isa = PBXGroup; + children = ( + 8A908A546FB59017676F0C931DB3792D /* UrlLinks.swift */, + ); + name = UrlLinks; + sourceTree = ""; + }; + ADA244F1F697B835425EAFD8DE5A9AD1 /* StringPickerView */ = { + isa = PBXGroup; + children = ( + 9921A7F023AA09D6C95F0D415E5CF4B4 /* BRResultModel.h */, + D58E7DB5FC0169C68C47543EFBC12BC5 /* BRResultModel.m */, + 774407B6746FD861301D44C5E9E736FD /* BRStringPickerView.h */, + BBE6DE1330BA9582C66D2FE825BD96FF /* BRStringPickerView.m */, + ); + name = StringPickerView; + sourceTree = ""; + }; + ADF776B1852338F2B3E20510D6065079 /* DDSwitch */ = { + isa = PBXGroup; + children = ( + AB5CEAF3844CDE954B6DECF9739454F6 /* DDSwitch.swift */, + ); + name = DDSwitch; + sourceTree = ""; + }; + B01A7D12817A1355972F3E2E4E8192B8 /* Support Files */ = { + isa = PBXGroup; + children = ( + C2A9A6E678A1FB4016A2A4EB7243735A /* DDUtilsSwiftKit_Private.modulemap */, + D5C12CC8F474373055969C07D3A3C3EB /* DDUtilsSwiftKit_Private-dummy.m */, + CF0C22AAC879EB5882F4EC33B4AD683F /* DDUtilsSwiftKit_Private-prefix.pch */, + 79060EA6FB966A86AA091D84DC765597 /* DDUtilsSwiftKit_Private-umbrella.h */, + 7045948A081729E6912A67A49814DE16 /* DDUtilsSwiftKit_Private.debug.xcconfig */, + DC8D30364BD377148EAFD6BCFA8A4809 /* DDUtilsSwiftKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDUtilsSwiftKit_Private"; + sourceTree = ""; + }; + B122FEB050ADDD088992504CBBE8FC0E /* UISwitch+DDCategory */ = { + isa = PBXGroup; + children = ( + 1DC5AF843CBB66628ABAF8646D0C4FCD /* UISwitch+DDCategory.h */, + BD0143D4AE7CE50611E13A74E9CA36D2 /* UISwitch+DDCategory.m */, + ); + name = "UISwitch+DDCategory"; + sourceTree = ""; + }; + B1D23876684A8885BC32DE0011F5C616 /* AMapTrack-NO-IDFA */ = { + isa = PBXGroup; + children = ( + BA5E4A3C4AC2BC50FC69BD67023250B6 /* AMapTrackCommonObj.h */, + 927393131D896CBB351518F74FEB01B0 /* AMapTrackError.h */, + B3BC18FBD4E26EE47204AE5C0938E3F1 /* AMapTrackHistoryObj.h */, + B361857491B70516454A565F87545DD5 /* AMapTrackKit.h */, + A9C2B5446B61B26773F54BE8A87FEAC0 /* AMapTrackManager.h */, + 4DCD8FC824C3DE598AA6315846C6C289 /* AMapTrackManagerOptions.h */, + 7518EFB0E218DCFDA2CE7E3BF74FFADA /* AMapTrackTerminalObj.h */, + C3B3E3DC8E17D08C672F42E30E8FE2A3 /* AMapTrackTrackObj.h */, + 52EB7EDBF57916B4CA7E1443C959E309 /* AMapTrackVersion.h */, + 58874579767F2271E60ACA15BC4DC8FA /* Frameworks */, + 59C74D42C3481179004AA730418FF615 /* Support Files */, + ); + name = "AMapTrack-NO-IDFA"; + path = "AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + B2AF2A8A92656B91E291C7FAC2136E47 /* Resources */ = { + isa = PBXGroup; + children = ( + E3799549EC85A97791632BA5F556FF7B /* BRPickerView.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + B66A1B2FE793460F17C0E1E7816FCF31 /* UIApplication+DDCategory */ = { + isa = PBXGroup; + children = ( + A75E39D1AE5EA909AAFFDA481B1C86B4 /* UIApplication+DDCategory.h */, + 1C0CD23B7B066BEEB1E8B88E149CC35F /* UIApplication+DDCategory.m */, + ); + name = "UIApplication+DDCategory"; + sourceTree = ""; + }; + B810B6D74652A9C998DE51A3BE645E49 /* DDZFPlayerKit_Private */ = { + isa = PBXGroup; + children = ( + 15B2FE66CF99D9386A9166E12C29C7ED /* ControlView */, + 3C1E8A524CBBBCF9C1594A27443229D9 /* Core */, + EE24D03BDE243AA45A9824BC282447DF /* ijkplayer */, + 095D99567183BC8C8461D876FFE46400 /* Support Files */, + ); + name = DDZFPlayerKit_Private; + path = DDZFPlayerKit_Private; + sourceTree = ""; + }; + BBD10664F67026ACE301FC97681DDCC2 /* Support Files */ = { + isa = PBXGroup; + children = ( + F05B281F45E83926119676D408BE289B /* Kingfisher.modulemap */, + 1AD09C01043C3998ACFE02F2B1748431 /* Kingfisher-dummy.m */, + C46C761650FA1E617B103D44DA211211 /* Kingfisher-prefix.pch */, + A909C475F40117A76DBC80DE48CEB80B /* Kingfisher-umbrella.h */, + F0F071F1E2FBCFBA49D70A753B2D495C /* Kingfisher.debug.xcconfig */, + FDFFAA0F525073C9A515588E54DBDDB4 /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + BBE3524402D6D574D965E639B0013616 /* DDBaseScrollView */ = { + isa = PBXGroup; + children = ( + FC02A1B23677EB9F0258396FA312264D /* DDBaseScrollView.h */, + 7B0ECF6D28C24CF886DD1B69325C2C61 /* DDBaseScrollView.m */, + ); + name = DDBaseScrollView; + sourceTree = ""; + }; + BC15E5096172B530B40DEF6739CD2338 /* DDBaseLabel */ = { + isa = PBXGroup; + children = ( + 96D79F01CCD9152DFF8DCCCB8445A0C4 /* DDBaseLabel.h */, + A0985C2D3D09468F5950AC1BA9882EF1 /* DDBaseLabel.m */, + ); + name = DDBaseLabel; + sourceTree = ""; + }; + BD3DABDDDA8917612146FDC7433D0AF1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3525D33EE1B318F86A3991C54B87DAE1 /* RxCocoa.modulemap */, + 96918143EAEF40C19781D0B668647E67 /* RxCocoa-dummy.m */, + B824328C0D419E89836EBFA411DCEF88 /* RxCocoa-prefix.pch */, + B960F6DA9DBDF17B3FE9FD1535098037 /* RxCocoa-umbrella.h */, + E67F6D36E52E1896344836A05973FBDB /* RxCocoa.debug.xcconfig */, + 94E6FB4DB627CB050EEE79AB8AEA8A1D /* RxCocoa.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxCocoa"; + sourceTree = ""; + }; + BD7EC8BD7EE2A10662B316FE07C8C3EE /* DDScrollView */ = { + isa = PBXGroup; + children = ( + B58B992A585D4EB8BB2BB7DB0625FDD7 /* DDScrollView.swift */, + ); + name = DDScrollView; + sourceTree = ""; + }; + BEB106B16043CF1E0112974522D3FBD4 /* UINavigationItem+DDCategory */ = { + isa = PBXGroup; + children = ( + 271DC27C2C97DCB807D0E4EAED6C02B7 /* UINavigationItem+DDCategory.h */, + 985CB67B7ACF5BA01E446A84379ADB01 /* UINavigationItem+DDCategory.m */, + ); + name = "UINavigationItem+DDCategory"; + sourceTree = ""; + }; + C1EF339B5E805F0FE627540A95066116 /* DDNetworkingOfAlamofireKit_Private */ = { + isa = PBXGroup; + children = ( + AD8F1F15CDE8CF670C950CF038DE1F90 /* DDAF.swift */, + 4F985D8E9B815F9E4A7232388ECC0EC1 /* DDAlamofire.swift */, + 273917F5E5C7E32A224BB72546426A44 /* Support Files */, + ); + name = DDNetworkingOfAlamofireKit_Private; + path = DDNetworkingOfAlamofireKit_Private; + sourceTree = ""; + }; + C26812C4A950185006E8C4B4588F0061 /* MapKit */ = { + isa = PBXGroup; + children = ( + 11BC256610DB359EA9B92C007DFBBC7E /* MKAnnotationView+WebCache.h */, + 2CE97EE2B7A3CD85FD69E3D8F826F2EB /* MKAnnotationView+WebCache.m */, + E5A842AC03240159C2D7A373C53EEDD3 /* SDWebImageMapKit.h */, + ); + name = MapKit; + sourceTree = ""; + }; + C27E793D3C96FD760A8C3E40A2705A5B /* UITabBarController+DDCategory */ = { + isa = PBXGroup; + children = ( + 7D457398AD0A36F0DDD72B046A387B2C /* UITabBarController+DDCategory.h */, + FB8513A8DE688E94B560FFA2BD70FEB4 /* UITabBarController+DDCategory.m */, + ); + name = "UITabBarController+DDCategory"; + sourceTree = ""; + }; + C2E45A7D23B64C6B55F60F2C057E8D9E /* Overlay */ = { + isa = PBXGroup; + children = ( + B4CB308A06446D2A73A68F930B5D04D8 /* MABaseOverlay+DDCategory.h */, + 4B66138500F5FE5625B962EC540FFA08 /* MABaseOverlay+DDCategory.m */, + ); + name = Overlay; + sourceTree = ""; + }; + C5B3023A59070F5FE84D969BA3D2A8BF /* DDBaseTableView */ = { + isa = PBXGroup; + children = ( + 3DEC0246C9CE3F03DAFAB667BC9038DC /* DDBaseTableView.h */, + 07FA13CEA097E4AAD46BA385250D6929 /* DDBaseTableView.m */, + ); + name = DDBaseTableView; + sourceTree = ""; + }; + C64CC69D784AECB57840EDA51655CC16 /* DDMASearch */ = { + isa = PBXGroup; + children = ( + D5886F33EF778DF727B1D6EE738A61B5 /* DDMASearch.h */, + 42A5F7B3DA5278625FEC28DD31FA1A0C /* DDMASearch.m */, + ); + name = DDMASearch; + sourceTree = ""; + }; + C65915CE248E9F71885CD4CDAC150804 /* DDUtilsSwiftKit_Private */ = { + isa = PBXGroup; + children = ( + D17C9DD8391D8BBA2C7EFFC047B117C3 /* ApplicationInfo */, + 71AF92AF1CCE41A5CDE38DC5093851EA /* DeviceInfo */, + 2B13C7B0960D03C25AACDFCFF80FC818 /* FileManager */, + B01A7D12817A1355972F3E2E4E8192B8 /* Support Files */, + AC8315B967FE459CC37117378D2A2C54 /* UrlLinks */, + ); + name = DDUtilsSwiftKit_Private; + path = DDUtilsSwiftKit_Private; sourceTree = ""; }; C75853DD0219D4027452952F5BD8530A /* Targets Support Files */ = { @@ -6082,72 +6084,204 @@ name = "Targets Support Files"; sourceTree = ""; }; - C8AB2881F1084AA7DBE811B7D871AF82 /* UICollectionViewCell+DDCategory */ = { - isa = PBXGroup; - children = ( - 3A3FE5E48F748BE2E391C9113BD24FA5 /* UICollectionViewCell+DDCategory.h */, - 0E5C11B9931BE72C5E61645CB4784A6B /* UICollectionViewCell+DDCategory.m */, - ); - name = "UICollectionViewCell+DDCategory"; - sourceTree = ""; - }; - CAAD89955041D1FAE2342369574BCA70 /* DDViewController */ = { + C7A05CAD7A35CF98EF961A76D1C1BD64 /* DDViewController */ = { isa = PBXGroup; children = ( + B210E62E7E50FA3CBE127345A9F4A884 /* DDViewController.swift */, ); name = DDViewController; sourceTree = ""; }; - CB50A93AD8C356AEE513733B26477404 /* DDMANaviManager */ = { + C7F5DE6D9539B2116E1D3E7D36BC3151 /* RxCocoa */ = { isa = PBXGroup; children = ( - 85C6CE2F05935CB255C42DA51F8F6116 /* DDMANaviManager.h */, - 06A76BF0CDE0D0EE4F3C67AC8A467A85 /* DDMANaviManager.m */, + 42AFF5E4167F1AAB0C38B6D04AF48FF0 /* _RX.h */, + 15592CAF3A93120CE0198A039024E10F /* _RX.m */, + 1068152D2EF51248E7CC22802E41CBCC /* _RXDelegateProxy.h */, + 2BE1AF4101D5E139FF57742189DED998 /* _RXDelegateProxy.m */, + C88E3188BA7AF942D1FA7C974083D95F /* _RXKVOObserver.h */, + 8AE5076DACC40E21C87335A76DC898D4 /* _RXKVOObserver.m */, + 94A01E83D7BA91468C474B99384EE0D0 /* _RXObjCRuntime.h */, + 1A3A303562921D64DF80A79B6C1D7FCF /* _RXObjCRuntime.m */, + AC14C2976D6079C72BABBC524433A222 /* Bag.swift */, + E8C49867A1B7DD27C702C0A687DCCE55 /* BehaviorRelay+Driver.swift */, + 897E717674DFA392A2C33CF18161907B /* ControlEvent.swift */, + B05760E088C44F4773E9B308F558B9F6 /* ControlEvent+Driver.swift */, + C40FF4E2E866ECD39362F72377471EB8 /* ControlEvent+Signal.swift */, + FFE0B4B0AFE7D95A1FA935DCA780F2E6 /* ControlProperty.swift */, + A98A467CBA2AE60E30DBA048C3C04FDC /* ControlProperty+Driver.swift */, + 4760783B09E40542C7873933BECCBFF1 /* ControlTarget.swift */, + D70FB6D3ED988646CDCDA1119A91238E /* DelegateProxy.swift */, + F1941DC9F9DA94904A2E255C4CC5D230 /* DelegateProxyType.swift */, + F7B78F698810A0591022F198B0486335 /* DispatchQueue+Extensions.swift */, + B506DA3C8289CBE81DDBAF24891B135F /* Driver.swift */, + 02BF9C5967569BA29EAF7CFC6674992A /* Driver+Subscription.swift */, + B4784DA17975837AC6A1260AC753942D /* Infallible+Bind.swift */, + C7A2C1CEE4F24D36F16B60F5E6F88E91 /* InfiniteSequence.swift */, + B76415160DF7F93FF45B44C30B94F6CE /* ItemEvents.swift */, + 4CDBEAC2DAD087C559400956814D4839 /* KVORepresentable.swift */, + 404CEB52EF15A5EAF66C8A5C26A2189E /* KVORepresentable+CoreGraphics.swift */, + F16536DAA77ED0535ACF08A801C3752F /* KVORepresentable+Swift.swift */, + CE2D2AED7DDB9D52895804D55B53C874 /* NotificationCenter+Rx.swift */, + 7841DECC6CD83F3386AE7335DD4AD9CC /* NSButton+Rx.swift */, + 3E8E12E076DE37165D6768298B761E78 /* NSControl+Rx.swift */, + 59E03709C9CE3BD5C40979CFCC2C05CE /* NSObject+Rx.swift */, + DCEE93B89F877907EDEDF35837EEB69D /* NSObject+Rx+KVORepresentable.swift */, + 29FBEA5D9CBA481C1FD1C39CC9087173 /* NSObject+Rx+RawRepresentable.swift */, + 6E2F7FCEB4F7B11A24843AA042E5CD82 /* NSSlider+Rx.swift */, + CEA42E366894AB71108DF72F7DE96837 /* NSTextField+Rx.swift */, + 560573034F3383B435CBB2F95AF59B2C /* NSTextStorage+Rx.swift */, + BBBD402D4B1A0F17CBF107CF4CCAFB85 /* NSTextView+Rx.swift */, + 79B9A7893C1F94F144E666ABB214222F /* NSView+Rx.swift */, + 5CA6BB9B6A43FA42F4BFA0B1BF2698AA /* Observable+Bind.swift */, + 757E44065C4EBA90A12EE25D4E988F36 /* ObservableConvertibleType+Driver.swift */, + 1BE4D837B0B86270E94A66C6621DD744 /* ObservableConvertibleType+SharedSequence.swift */, + 2FBE6873B0C89E6BAB94AE9BEDD667CE /* ObservableConvertibleType+Signal.swift */, + D9A7D92D806D8C7CCED28E85C8BBC789 /* Platform.Darwin.swift */, + 2C883774E369C0F5862125ECD434BC24 /* Platform.Linux.swift */, + ADF8EDE599BD19CA803994AC9838E8FE /* PriorityQueue.swift */, + BECAAD109009CA7B14C5C3F17516B80E /* PublishRelay+Signal.swift */, + 346A7BA293D6FC8483EC393283E87CE9 /* Queue.swift */, + B14C177DF0421F096BF87F6CD71F13E7 /* RecursiveLock.swift */, + B355B796317567F12CB7DA54B807B9A2 /* RxCocoa.h */, + 4113C8ED94FBCD13D365DB0F00746A7F /* RxCocoa.swift */, + 0621A1A82709D12B551256E0A8DCF213 /* RxCocoaObjCRuntimeError+Extensions.swift */, + 5BE31722680616822B35EB06F13FF9CE /* RxCocoaRuntime.h */, + 00D20C4C1F970E3E4CFF73E4F37008D6 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, + EDCA3E72F9B597E30F679F49F75C1248 /* RxCollectionViewDataSourceProxy.swift */, + A80C07CCBD047C169152C1EFA16BC2CC /* RxCollectionViewDataSourceType.swift */, + 20422D1E4E74FD8DB3FB1E917DE53AC8 /* RxCollectionViewDelegateProxy.swift */, + 538B16B9C94F4B82990777F8A50D0C55 /* RxCollectionViewReactiveArrayDataSource.swift */, + 5ACBECA1503B0C8B243129948D2065DD /* RxNavigationControllerDelegateProxy.swift */, + BD06A6592E10B1AA8536DD4E0F68594D /* RxPickerViewAdapter.swift */, + D4117C597DE1692CE8789DB702543828 /* RxPickerViewDataSourceProxy.swift */, + 6AF816381D84B741E8FD12AB73909B4E /* RxPickerViewDataSourceType.swift */, + C0F39A19B87F0AADE9A36F8C092E68A9 /* RxPickerViewDelegateProxy.swift */, + 742E8DF0EF46EDB3CDF4073C16B7AE34 /* RxScrollViewDelegateProxy.swift */, + 339C2A6152F51EA6AF9CA57D40E54E6A /* RxSearchBarDelegateProxy.swift */, + 073E35FB94CABC121A278062FD177FA4 /* RxSearchControllerDelegateProxy.swift */, + 1A893797B0F1B377CFA94E91DF9AECF7 /* RxTabBarControllerDelegateProxy.swift */, + C3861B49B9CDC8661EAD6383D750FB37 /* RxTabBarDelegateProxy.swift */, + BFE98D61E00FBF2F1AC83471FCC00012 /* RxTableViewDataSourcePrefetchingProxy.swift */, + DB624DFCA58354E87A6A4642564AE62B /* RxTableViewDataSourceProxy.swift */, + B0ABDC43E9DA5EC3D5E8418AB59B6DC4 /* RxTableViewDataSourceType.swift */, + EB309216660748833C0D73A9BFEE9325 /* RxTableViewDelegateProxy.swift */, + 02ABE119D91795701827AEEA87EFD224 /* RxTableViewReactiveArrayDataSource.swift */, + 7EDE67DAD4A3F72D4A31CD81DD02F8B3 /* RxTarget.swift */, + 59A13368B0FFCA3C8A50C99ED30FF5A0 /* RxTextStorageDelegateProxy.swift */, + 0FD669CF3EA8DE0C2942DD07C16B30E9 /* RxTextViewDelegateProxy.swift */, + B5133A03F61B7459A68E50BDB209BF64 /* RxWKNavigationDelegateProxy.swift */, + 27DA64E3F20EB1C1EC08004508E2C16E /* SchedulerType+SharedSequence.swift */, + B4B59B01E852D0C48BDA0BE1085896D5 /* SectionedViewDataSourceType.swift */, + 8E5E79F05719FA8B3FB969608F509571 /* SharedSequence.swift */, + 8EC63266F1A25D8738A3BB41782AFC91 /* SharedSequence+Concurrency.swift */, + F2F54B572E0B69402185F8ADBFCAB9BD /* SharedSequence+Operators.swift */, + 32EAB44870B9BE5FF389C54AF303C863 /* SharedSequence+Operators+arity.swift */, + 86DC26E1C0701A192C2804300A80F339 /* Signal.swift */, + DB0E4FB4D6900EC78ACBA96F5E96A2F7 /* Signal+Subscription.swift */, + EC87D7530DB76143050FD101A281B8B3 /* TextInput.swift */, + 9CB96FC1D8DEECCCAC04C3A2285F2807 /* UIActivityIndicatorView+Rx.swift */, + B2DAAA88BBCD7084DE97F2CE01EA9585 /* UIApplication+Rx.swift */, + 7843B75D775810205B085DD861C1F03F /* UIBarButtonItem+Rx.swift */, + E27684FB42170ECF7B074A5B07A6980A /* UIButton+Rx.swift */, + 5EABEFBD7CF387EA5363ACEB8798AF28 /* UICollectionView+Rx.swift */, + 27867E8B8A05DC2157DBFE83F620C286 /* UIControl+Rx.swift */, + F7596FA4A53EE264922BF4A75414E32F /* UIDatePicker+Rx.swift */, + C16BCEBF8B14C05C1C168CF5066D490F /* UIGestureRecognizer+Rx.swift */, + 3C92185A2626CC518730C6C24F19F24E /* UINavigationController+Rx.swift */, + C5E42D0B25C03CE671ABDE16E5377BE4 /* UIPickerView+Rx.swift */, + 512A7192BE9B597992A75FCC3D929D06 /* UIRefreshControl+Rx.swift */, + 2F5C9A218E5415CFA35CA923E6EC4496 /* UIScrollView+Rx.swift */, + CAF84A0D6E4DAD25836F4C3BB1C4D978 /* UISearchBar+Rx.swift */, + ED944B712524B9218887B7B2A4E4C80D /* UISearchController+Rx.swift */, + 115AE99B48C7DA31E3E6CE5F23873A5B /* UISegmentedControl+Rx.swift */, + 9BB4FA6AC50A5946A9E67F9E0F8ED0A4 /* UISlider+Rx.swift */, + A5D484E42F0E7A19057BDA48F89F5720 /* UIStepper+Rx.swift */, + 21C35D978DC1A48371A558E2F5FD5458 /* UISwitch+Rx.swift */, + 366C157EEC0CEC5951E19F411CD4ADEC /* UITabBar+Rx.swift */, + C328946E28BB6CE7648ED67BB516A3EE /* UITabBarController+Rx.swift */, + 741E78F844F2A9C483529D5DEEDB2FFF /* UITableView+Rx.swift */, + 58EB768D5C4E64483333DC60FD2DCA45 /* UITextField+Rx.swift */, + D6F8AE33F7159DCA3B9D151ECE2BECA7 /* UITextView+Rx.swift */, + 73928D14094B4689950A28CFF3C5A0F8 /* URLSession+Rx.swift */, + 1DC323E839BF784EB9C9F36F4A2E2734 /* WKWebView+Rx.swift */, + BD3DABDDDA8917612146FDC7433D0AF1 /* Support Files */, ); - name = DDMANaviManager; + name = RxCocoa; + path = RxCocoa; sourceTree = ""; }; - CCECC6EA218CAA7C7314F4FA4C30CDF6 /* Resources */ = { + C89D5AC0B6EF728423180D415B26E5D4 /* NSBundle+DDCategory */ = { isa = PBXGroup; children = ( - 6C63B3548DA2946C2E64E16D43BF5C96 /* ZFPlayer.bundle */, + 29432EDCCC5432693311FB3A1E4390F0 /* NSBundle+DDCategory.h */, + C060210364045E3C55FC24892C50B322 /* NSBundle+DDCategory.m */, ); - name = Resources; + name = "NSBundle+DDCategory"; sourceTree = ""; }; - CD898CBA313DBFBDEBA09ED3AE586416 /* DDPersistenceKit_Private */ = { + CC68D5B083BF956025DEC577A826789E /* DDBaseTextView */ = { isa = PBXGroup; children = ( - B3496D171D7199936A964F502D019F74 /* DDKeychain.swift */, - 8024D952555F38183E94868049A7AEBE /* Support Files */, + B00D3687235637519CE9A162E5BB3AD1 /* DDBaseTextView.h */, + 1D0E7E5057462F655D8F4E52508E671F /* DDBaseTextView.m */, ); - name = DDPersistenceKit_Private; - path = DDPersistenceKit_Private; + name = DDBaseTextView; sourceTree = ""; }; - CD946CA134A1415CCDBB8F1945F01A79 /* Support Files */ = { + CCF85D2D5487AE71D613E1FC5964A914 /* SnapKit */ = { isa = PBXGroup; children = ( - B5D5A3734E04C9AA25D7CD5BA0B0C353 /* JPush-xcframeworks.sh */, - B64FB3EFC54CC200FE4568BFBAF65ECF /* JPush.debug.xcconfig */, - FE2D52702D2FA5AF47322FEE63333582 /* JPush.release.xcconfig */, + 6DB3B3078B263C93768051E31C556659 /* Constraint.swift */, + 9D8211385C6B50829DFD7B6D81D2BCD3 /* ConstraintAttributes.swift */, + 9AA1EADCBECF746A40161126D7FF6259 /* ConstraintConfig.swift */, + 982ECA931A70E8CA08E11F2A9403EAFD /* ConstraintConstantTarget.swift */, + 99211DAE7C096A7D965DE4912178709C /* ConstraintDescription.swift */, + 5CF15644D62C9CF63073D6AD99E6493B /* ConstraintDirectionalInsets.swift */, + 8A7FA337B0F7386D1447BD33A3E1910C /* ConstraintDirectionalInsetTarget.swift */, + 9DA7D44F47D0AE92476114B4A6E3259A /* ConstraintDSL.swift */, + FEF61169EFB951016571C2CC1E329D47 /* ConstraintInsets.swift */, + 50F9BE04765266AAAC4A4EC04406F05F /* ConstraintInsetTarget.swift */, + 282D7124F31EF80A3F99C92CE1C7C639 /* ConstraintItem.swift */, + 0A3EC880FE2B8C0BDB59287FB1C6D1B4 /* ConstraintLayoutGuide.swift */, + EBBB11792460CBC6551C2718F353D0AD /* ConstraintLayoutGuide+Extensions.swift */, + 76BE111FB993C38F2F5FF734B6967FFD /* ConstraintLayoutGuideDSL.swift */, + A9B7CBC1F9794E96B4E20B046CDE8A30 /* ConstraintLayoutSupport.swift */, + DD77B65A144AD2D2150F445522144789 /* ConstraintLayoutSupportDSL.swift */, + A9569643BAC1BFEE9C781C30A603ACF2 /* ConstraintMaker.swift */, + 80FAB26D30EA39FFCFCE983115953C8D /* ConstraintMakerEditable.swift */, + DE87F54785CE5A753ECD3B7635752855 /* ConstraintMakerExtendable.swift */, + C0181110767F7B26C86A5CD95E9D0328 /* ConstraintMakerFinalizable.swift */, + 7592FB61E085EC16C9DB94249F455327 /* ConstraintMakerPrioritizable.swift */, + 2073F87C6D23FB4C08394F7AF94D01AC /* ConstraintMakerRelatable.swift */, + D0BD2BEEDF911D1C192487DDFA65BCBD /* ConstraintMakerRelatable+Extensions.swift */, + 23F066A38F0BF399965EB84BC9A90B8D /* ConstraintMultiplierTarget.swift */, + 7875619CA78736446C19C99FD76D9087 /* ConstraintOffsetTarget.swift */, + 9ED7DA4EDAF57C531F5BAE1A4089B0B7 /* ConstraintPriority.swift */, + 4CD3A91D15618FC3C13994628FD21243 /* ConstraintPriorityTarget.swift */, + 6620B1CC2216E4C9E02CDEDD906C842A /* ConstraintRelatableTarget.swift */, + 0B9CAB0DE89C0BFCBEDDE2F08E332CF7 /* ConstraintRelation.swift */, + 5335B99B27D3308852CEEB5161ACA4C2 /* ConstraintView.swift */, + AFF5711C237875521FB7A31DB9785240 /* ConstraintView+Extensions.swift */, + 1DD865475CC7F8FA72B9919D6A1D6FBA /* ConstraintViewDSL.swift */, + 58509EAB55EB365485F8E73337CA8F50 /* Debugging.swift */, + 8A18186314BEE2254B0BCFEB6D00D5FE /* LayoutConstraint.swift */, + AAA982518F09F8225962D06C2F751884 /* LayoutConstraintItem.swift */, + 86DCB045DD4968B5826BDCE4151714FA /* Typealiases.swift */, + FC0EEB14DE1EDCA76ADF706C778C095C /* UILayoutSupport+Extensions.swift */, + 7C746692B8E6C53CF2C1F7E65794BE20 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/JPush"; + name = SnapKit; + path = SnapKit; sourceTree = ""; }; - CDC83133506525271C3F4180B0BF736B /* Support Files */ = { + CE01A318BCD7B22148D9DDC4892A1E30 /* DDWebImage */ = { isa = PBXGroup; children = ( - 0C462B9FFAD8FE363D210EAF40201A3E /* DDCategoryKit_Private.modulemap */, - 5E51DFC4B9F8E8F0E25EF5617AD95991 /* DDCategoryKit_Private-dummy.m */, - F0CB5D1CAF1A95E255FB68926A939662 /* DDCategoryKit_Private-prefix.pch */, - C9A832EDD7B497DD1620AE687EFEB64A /* DDCategoryKit_Private-umbrella.h */, - 88EE0F1CC06C893151753BB536FB0918 /* DDCategoryKit_Private.debug.xcconfig */, - 31F35EF6A6B359C2C69D64E3F09139F6 /* DDCategoryKit_Private.release.xcconfig */, + B6BBAE085040BC9BC785838BCA07D8EE /* UIImageView+DDWebCache.h */, + 686EFF145D54132D4D0B03136324C53C /* UIImageView+DDWebCache.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDCategoryKit_Private"; + name = DDWebImage; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -6155,167 +6289,79 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 542089AE3650228378134E10BBBF73CE /* Pods */, + 955E8ACB428E0620C279C95163D3B54F /* Pods */, 27CDD0DD5E92BE6144CB082499A69238 /* Products */, C75853DD0219D4027452952F5BD8530A /* Targets Support Files */, ); sourceTree = ""; }; - D00CAD08BDF413A1197215F67493BB4F /* Support Files */ = { + D0DE001F303A16557C7268AC65095DF8 /* Frameworks */ = { isa = PBXGroup; children = ( - 3DF44B2165D573B59D59543A9D679D3B /* Alamofire.modulemap */, - 5D8D1A15BE216A7B6238B218EFB85399 /* Alamofire-dummy.m */, - 11FFEA6308139535FF4730D5D8AD63AE /* Alamofire-prefix.pch */, - 17010CE0B2E8757DA4C04C5D67708B60 /* Alamofire-umbrella.h */, - 7008AA508C7698AA698097681F663126 /* Alamofire.debug.xcconfig */, - FE1F2724D089F130C2C896AAC2C7BFB0 /* Alamofire.release.xcconfig */, + 07BE5A812FE9D7C903912CDD409219A6 /* IJKMediaFramework.framework */, ); - name = "Support Files"; - path = "../Target Support Files/Alamofire"; + name = Frameworks; sourceTree = ""; }; - D04A5101AD3460592188D6770B0B5EF6 /* Support Files */ = { + D17C9DD8391D8BBA2C7EFFC047B117C3 /* ApplicationInfo */ = { isa = PBXGroup; children = ( - 7B404E381124CA0C642DF3F1B5CDA3AB /* ESTabBarController-swift.modulemap */, - 9706F13B782BE5BCB51FDD08B41AB0A5 /* ESTabBarController-swift-dummy.m */, - 3A589BD49302F1449998612D82FED514 /* ESTabBarController-swift-prefix.pch */, - 84EAF2406B108F5819EB7E158A88883C /* ESTabBarController-swift-umbrella.h */, - 6F8DA74D070EB0D7BB08286B11477B50 /* ESTabBarController-swift.debug.xcconfig */, - AABB58462B8D6AF2D9EB6A908091FFBA /* ESTabBarController-swift.release.xcconfig */, + C3BD0964A6F8D1D6F6A8DDC56EEC9402 /* ApplicationInfo.swift */, ); - name = "Support Files"; - path = "../Target Support Files/ESTabBarController-swift"; + name = ApplicationInfo; sourceTree = ""; }; - D174D6AEB7A8B965CDEC88D11AEA7C5F /* SwiftEntryKit */ = { + D231A48FBEAF02C2007C9590DE93D9FC /* UITableView+DDCategory */ = { isa = PBXGroup; children = ( - 2BE0D0D483F06F9D32F2E0440AA4C6D6 /* EKAccessoryNoteMessageView.swift */, - 3E957CB43A5C37EC3AE5E5479C2C6DC2 /* EKAlertMessage.swift */, - 9E2D77477EF1D6FAF500E903E5586171 /* EKAlertMessageView.swift */, - 420D48567DEAD9E19288A5A63B20EA46 /* EKAttributes.swift */, - 350C3E914996B518D8BDEAA0B918960A /* EKAttributes+Animation.swift */, - 7B1DFE9D8CBEA5B7338BC49C4BA8DE70 /* EKAttributes+BackgroundStyle.swift */, - 559CF370CC84C422CD49D19171A0A1DD /* EKAttributes+DisplayMode.swift */, - D2C4BECE6F35F0365DFF627FEAEE9F67 /* EKAttributes+Duration.swift */, - C0605C3946E69FB692DB4A9CEAEA85F3 /* EKAttributes+FrameStyle.swift */, - 21163868C7550D5BA4A4F2F4BE2AFFA1 /* EKAttributes+HapticFeedback.swift */, - 9301217DA2FFFA2565D29F9BB23BC001 /* EKAttributes+LifecycleActions.swift */, - 25F1DE8A9C1A635F18903DF94EECD660 /* EKAttributes+PopBehavior.swift */, - 2B90285CEDF5C4E71DF8B43F791EACE8 /* EKAttributes+Position.swift */, - FB493ABD84821EA74FCA1DA89181F90B /* EKAttributes+PositionConstraints.swift */, - EFAB829FF7133C90F9C14F623927BEF8 /* EKAttributes+Precedence.swift */, - D26B285215C232B586F3EBDDDD07E9AD /* EKAttributes+Presets.swift */, - 69833FFC4B54C086891E680E9E3761AF /* EKAttributes+Scroll.swift */, - 2EBB0338420D59A9097EB2E83F8526A3 /* EKAttributes+Shadow.swift */, - 3A2638C766CF77D04111D32FE511BAC1 /* EKAttributes+StatusBar.swift */, - 78C18C3E7F255CAD01E079E7D62C9915 /* EKAttributes+UserInteraction.swift */, - 9493F209E1A72B5F9AA34EFB4791CD89 /* EKAttributes+Validations.swift */, - 5C356A3650B3049723C38ACAC71D40CE /* EKAttributes+WindowLevel.swift */, - 648BAE6A198C176C4693B514377ED2CD /* EKBackgroundView.swift */, - 9157B64CE9F9EDD918EC6EE531607A4E /* EKButtonBarView.swift */, - 88C26B1559F9DCBE88119C104184741D /* EKButtonView.swift */, - D97142BEA44C938B4F014431EAFD1E25 /* EKColor.swift */, - 37FEC0947CAAFF0FBF115B8B25F9FEAE /* EKContentView.swift */, - 5CD4922DFB7C28B2738A74BF36D4E4DF /* EKEntryView.swift */, - 3219426E4F3FD7897AAC52CA05A8F7E6 /* EKFormMessageView.swift */, - D5AEE2E4940E4239DDBB6B63F10ECDF3 /* EKImageNoteMessageView.swift */, - 32F5F75F4255D4A3240759CDEAEFB144 /* EKMessageContentView.swift */, - 7E925B5A35AC92E3A87CD64018FEF377 /* EKNoteMessageView.swift */, - 5BAB1031A84CCAAA71BFE7F8A55BE6B9 /* EKNotificationMessage.swift */, - 41968F99D09B5B4B5F329E5AD03095E7 /* EKNotificationMessageView.swift */, - 27AEA0048BAD5C55484ACA14F53FC4F9 /* EKPopUpMessage.swift */, - 7BD45922B764AAB8BCDEFDF8B4BE3EA3 /* EKPopUpMessageView.swift */, - 8E61740C0A6AA58D1F2E757606823BC6 /* EKProcessingNoteMessageView.swift */, - ECC1A2DCFD99858C240F646373EB6B73 /* EKProperty.swift */, - B7FB8233A3D6888D098078B57A50D1EC /* EKRatingMessage.swift */, - 5F4F8B11EB7420EE50590E123FB6F658 /* EKRatingMessageView.swift */, - E48D31389515CE1425AE5FF548D03BFB /* EKRatingSymbolsContainerView.swift */, - 80767FF08270A2483C97F2BF2AF1B8CC /* EKRatingSymbolView.swift */, - FDA8AF9697FF78FD67CD7F7EB527B134 /* EKRootViewController.swift */, - 490A9A4FAD2A4A595A0A61F99E2C5ECE /* EKSimpleMessage.swift */, - 77BBA87B9BABF23B1601D772BB9A1AA1 /* EKSimpleMessageView.swift */, - D5262D56A707B2F3A10105D6B0649666 /* EKStyleView.swift */, - 6DC93AA5AB82FAB39C7A34F4FCCC884D /* EKTextField.swift */, - D7ED0D8B33BC2BFCB61C26CB35156063 /* EKWindow.swift */, - D8923A936E91CA5BA4F4031247F6FE2B /* EKWindowProvider.swift */, - 533B0B7A559CBA2CCC953FF6D0D57C8E /* EKWrapperView.swift */, - 34E729F5DE402B9ADA74C6ACC5672427 /* EKXStatusBarMessageView.swift */, - C26DCC584692BD0318CBC1DA41186A85 /* EntryAppearanceDescriptor.swift */, - 445B707C1BAC73685FC424FB216FF01B /* EntryCachingHeuristic.swift */, - C8D503A2C62BE9FAB606D4B38D3FE882 /* GradientView.swift */, - 68BAB3168FECCFC1A75F567300B15694 /* HapticFeedbackGenerator.swift */, - 4A635DC494E40E64A861DE7117FEF5C8 /* QLCompatibility.swift */, - 7EBED6391E55EC79FA5E575618AF6483 /* QLUtils.swift */, - 252E55CC1C25924BD6AF05A585B43E36 /* SwiftEntryKit.swift */, - 517A1D6886476B5A71F997826DC58321 /* UIApplication+EKAppearance.swift */, - 99A5BA28EAD15FABDFE697D0AFA145AB /* UIColor+Utils.swift */, - 2EBD2779D4F85DBE7DF4902A3EB50011 /* UIEdgeInsets+Utils.swift */, - FE1EFB5748F3ED0D7F402878B22743F8 /* UIRectCorner+Short.swift */, - BB4435B8AE544AFE2CCFE1EE5AED2C48 /* UIView+QLContentWrap.swift */, - 8F9D3D4F4DCD54604A9A58324979D486 /* UIView+QuickLayout.swift */, - 0E75B21EA8BB584C772D0946837EDA8C /* UIView+Responder.swift */, - 645B2FAD43B1736FA3A8D58E7F9E1A5F /* UIView+Shadow.swift */, - 2847D2E90A643930A6C5D3FE8DE81598 /* UIView+Utils.swift */, - 6A101F4D3C7BE17B8A53E15F3D158276 /* UIViewArray+QuickLayout.swift */, - 3AA4FA5D8EE48AB1D01094E1C2F108F1 /* Support Files */, - ); - name = SwiftEntryKit; - path = SwiftEntryKit; - sourceTree = ""; - }; - D18CB0FDBBA983C3924F492D0C7E06CF /* UITableView+DDCategory */ = { - isa = PBXGroup; - children = ( - 74B7D7A7FAAD6539B625A13558277F6A /* UITableView+DDCategory.h */, - EDD57C3782BE014EDE9393A5D668A112 /* UITableView+DDCategory.m */, + A2B32F0FBA845545E001CDEC8EB8EE3E /* UITableView+DDCategory.h */, + 5386EF67B7415DA8A846212CB3814C04 /* UITableView+DDCategory.m */, ); name = "UITableView+DDCategory"; sourceTree = ""; }; - D1A738BBB46BE0BB0BFFC6DB1D02EFC1 /* AnnotationView */ = { + D3606809614D7922C069D44F90FD0399 /* Support Files */ = { isa = PBXGroup; children = ( - 10E891E7B93CB10D20AC445C7A1D3680 /* DriveRouteCustomAnnotationView.h */, - ECB169C563ECB993C26B73AF5D9608EC /* DriveRouteCustomAnnotationView.m */, - ); - name = AnnotationView; - sourceTree = ""; - }; - D33C98877663469A53EB6C4F917EF1DA /* NSAttributedString+DDCategory */ = { - isa = PBXGroup; - children = ( - A7E6B9A16F34DE78791CC6F4B86A18D5 /* NSAttributedString+DDCategory.h */, - 895A7ED498289E3D550D7128E72ECC39 /* NSAttributedString+DDCategory.m */, - 58732E985355530AB66245AD5E901555 /* NSMutableAttributedString+DDCategory.h */, - 531B07DFBE13E2338803DC34AE42E6B5 /* NSMutableAttributedString+DDCategory.m */, - 800C70C83F00518704840DF0BB5999A5 /* NSMutableParagraphStyle+DDCategory.h */, - 451B4A45731E6921CEEF30DC119E51F8 /* NSMutableParagraphStyle+DDCategory.m */, - ); - name = "NSAttributedString+DDCategory"; - sourceTree = ""; - }; - D33F8EC5965FDBE0FBAF436CC9784514 /* DDTableView */ = { - isa = PBXGroup; - children = ( - ); - name = DDTableView; - sourceTree = ""; - }; - D7D5F2FC3EA5CAF9B1F48BF8294CA529 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3EFE6704A60D5AC6912C131663878DFF /* DDDateKit_Private.modulemap */, - DB52FED9254DA9A3B6C0214E94307180 /* DDDateKit_Private-dummy.m */, - 973BDD10E2EC94EC1EB62C9C0E9FBF5D /* DDDateKit_Private-prefix.pch */, - 5693135E2D675854272F134781B667FC /* DDDateKit_Private-umbrella.h */, - 3F441856565C16DD78BEBD1D094460C5 /* DDDateKit_Private.debug.xcconfig */, - AD4404F553E708ED33DA40A0B22566C7 /* DDDateKit_Private.release.xcconfig */, + DD570F755886F17D3B53335C90F4B0FC /* MJRefresh.modulemap */, + DADC90B2BBC9C7A1F28B16F5D10B2AB7 /* MJRefresh-dummy.m */, + 7FA52F6784A8AC0D4C05672C386D5D3C /* MJRefresh-prefix.pch */, + 062DDB33C6E18D36A77C4A3EAAEC87C0 /* MJRefresh-umbrella.h */, + 1ACE7652E6C9AF597184643F45EC253B /* MJRefresh.debug.xcconfig */, + F91A7A89EE1DD219751D3FD315064E4B /* MJRefresh.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDDateKit_Private"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + D46C7859F5FD685CA396DEA4F92ED26B /* SDWebImage */ = { + isa = PBXGroup; + children = ( + A8DF3EC20A67C084615A3F3FD6978C31 /* Core */, + C26812C4A950185006E8C4B4588F0061 /* MapKit */, + ); + name = SDWebImage; + sourceTree = ""; + }; + D5EBB9EBB22B854B6E4CCDB0A0DD7818 /* DDTimerSwiftKit_Private */ = { + isa = PBXGroup; + children = ( + 951B5575159EC6BED724E4E6ED9BC5AD /* GCDTimer.swift */, + 46E4D2945ED74548CDB8029A55B847E1 /* Support Files */, + ); + name = DDTimerSwiftKit_Private; + path = DDTimerSwiftKit_Private; + sourceTree = ""; + }; + D68A8DD0368DD7B36605D0AC417BF90A /* DDColorKit_Private */ = { + isa = PBXGroup; + children = ( + D1E5B89FE2BD8A0B0D3B2D9A4B27068C /* ColorUtil.swift */, + 7E7BD7C686CF13C3C55090FDCFD388C1 /* UIColor+Hue.swift */, + 0870BF026127C20EB80E7E62EADB34DE /* Support Files */, + ); + name = DDColorKit_Private; + path = DDColorKit_Private; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -6325,141 +6371,192 @@ name = Frameworks; sourceTree = ""; }; - DA45C15D4275C4697CE3546184A4BD2A /* Resources */ = { + D8C7C2AD5687ADD5E815BDEFB521E93F /* Kingfisher */ = { isa = PBXGroup; children = ( - D9837A76DED5BA2B73A91D2A65F9DB1D /* BRPickerView.bundle */, + B93F032484DDAF18E61E57B25D90D36E /* AnimatedImageView.swift */, + 27EB391616D427D471D8EB2DBF510931 /* AuthenticationChallengeResponsable.swift */, + 08E46A417F995AC6613569AB8A4ECF93 /* AVAssetImageDataProvider.swift */, + 391B2BDE22603532A69DA3183B9889A8 /* Box.swift */, + DB970411C4735ECD3EA57171615447BC /* CacheSerializer.swift */, + D05F0F35506B1255CD38C56E37E93813 /* CallbackQueue.swift */, + 54672C2A5C209836AADD03D2D892E9E5 /* CPListItem+Kingfisher.swift */, + ED812C5DAFE92E0FE4A1E67B683840C5 /* Delegate.swift */, + ACB732F84CAA84751166CEAAAD9DCD8B /* DiskStorage.swift */, + 15BFF5C6E6682F26915F98663252A32F /* ExtensionHelpers.swift */, + 9293EE51E0287851A010D0AAF85A6B3C /* Filter.swift */, + 842663C6E92F695503DEF0BDF90FF6B2 /* FormatIndicatedCacheSerializer.swift */, + D01D009193A941A003AC0517D76DE454 /* GIFAnimatedImage.swift */, + B5B09F3B56D2F9CA22294C192F477BEB /* GraphicsContext.swift */, + 05692E2644C9553991BB866D88887C35 /* Image.swift */, + 1A5C5ED621289AE94E383AA5F3845B8E /* ImageBinder.swift */, + FCF3BF8314160B0D0A97BA7AFD00B9E5 /* ImageCache.swift */, + 3FB7ADB70FD266CCCE0EEF823CBD32F0 /* ImageContext.swift */, + F55C2E002D6A9DFD619C3356B154FB28 /* ImageDataProcessor.swift */, + 12DD950669C9B3775079F542F4E99B86 /* ImageDataProvider.swift */, + 9C12FD1A28A40DF2B57355EE6DC72BA9 /* ImageDownloader.swift */, + B4A23E63B70F4027F910FF9823B0A5CA /* ImageDownloaderDelegate.swift */, + 6043EB364EE370D3951635830DCE78A4 /* ImageDrawing.swift */, + 797042713E274AA76DF91C1EBFFA1320 /* ImageFormat.swift */, + 6286647755CFF561CEDA7FB8B9639D7C /* ImageModifier.swift */, + 7E68705B11B244C7E145B9E820FFE739 /* ImagePrefetcher.swift */, + 7C3EC2559E8A3B6A447C753B9D45CEC5 /* ImageProcessor.swift */, + CB0D6EDBBAFBAB3C0412FF4A4299B71D /* ImageProgressive.swift */, + F289594E61B9C3547D5D9FB34C5C1409 /* ImageTransition.swift */, + C8ED51CB709A5C22E282B9EA5A763792 /* ImageView+Kingfisher.swift */, + 5AC2B76D9D1AE189CBEF5336C1214F99 /* Indicator.swift */, + C8315FE5AA39135DA77E2D07472BE719 /* KF.swift */, + 3EE914869B44DC1FBBD1CDD946DF2DD5 /* KFAnimatedImage.swift */, + D678316C117EC91A4AC5159DE80A92F0 /* KFImage.swift */, + FF5C841B7C33D8103A0A0F9FF3BA67B0 /* KFImageOptions.swift */, + 2DA6006EE90D86899E8A7B8E7F9B2983 /* KFImageProtocol.swift */, + 01D0EA99062418CCAB1182100B3FFEFC /* KFImageRenderer.swift */, + 677D4317C802402AD89CF1AD51C3CA5D /* KFOptionsSetter.swift */, + 6CB7DBF821CDB12D47CD37DD36020D26 /* Kingfisher.swift */, + 4AD77A5A95E9ABAA202BCDBEE365504B /* KingfisherError.swift */, + EBBE521080A95E316C04B0F2E4939996 /* KingfisherManager.swift */, + 217C866C59E4E876CAFEA4A8B18EED9A /* KingfisherOptionsInfo.swift */, + 24AB60430C88BAE9A51BB73EDF64E5B7 /* MemoryStorage.swift */, + 264D957F0C6D44F8ED6DFEF13A47CA89 /* NSButton+Kingfisher.swift */, + 9ADF60D662FBC8EFC87BB28D21A86E3D /* NSTextAttachment+Kingfisher.swift */, + 81AE312979BD48363A3F57B2019A76CA /* Placeholder.swift */, + 712075C261C7E4FD8A48EF269F00C315 /* RedirectHandler.swift */, + 2EDA71E4655ACBB46694E637A6E3BDCB /* RequestModifier.swift */, + C97E9525A94CDAA9F9FD8C7A3E12D63F /* Resource.swift */, + 4AC82AD522F7CA26F3D020316D2D9F13 /* Result.swift */, + 90EB38753169305615F79B311EBD4AB9 /* RetryStrategy.swift */, + 0E23994B38823A2C0B09406E96E37D71 /* Runtime.swift */, + 69CA75EE729B8CA939077B808C8C64EC /* SessionDataTask.swift */, + AADA96E2E0642032A7525A05A35E83B5 /* SessionDelegate.swift */, + 5E28C397C02D3520116ADA4BFA361602 /* SizeExtensions.swift */, + 5493A12366B21CAF8960EE36E60C8C4F /* Source.swift */, + D6DDAF1A1ED7AAFC0172CF5F31EC2D4B /* Storage.swift */, + 8C986179E83B509C37AFFC2840AADD5B /* String+MD5.swift */, + D10392DBBF45DE4D23794FCCB748DE71 /* TVMonogramView+Kingfisher.swift */, + F6CCD4C2D194D0F35697C8664EFA7E56 /* UIButton+Kingfisher.swift */, + DAB9CC1539698C9F00995A0EB6E34BBB /* WKInterfaceImage+Kingfisher.swift */, + BBD10664F67026ACE301FC97681DDCC2 /* Support Files */, ); - name = Resources; + name = Kingfisher; + path = Kingfisher; sourceTree = ""; }; - DB3E1A23CB7988BD9543113B2058FAF1 /* Resources */ = { + DC706FF1390D89B8C3C352C9193120D8 /* Base */ = { isa = PBXGroup; children = ( - D7B9ECBE9CB3EFF428F1C02521B751EA /* en.lproj */, + AC55ED7E828E08DF03D9F36813E44D2A /* BRBaseView.h */, + CFB658FC4FDDCDD612FC03C10F5EC8A5 /* BRBaseView.m */, + 716203801373EFC5D8CF145D3D1E3AB5 /* BRPickerStyle.h */, + BAE15B51CE41A8E6F222EF552783DB5C /* BRPickerStyle.m */, + 2C7505690BF8923788AFD38D392D2462 /* BRPickerViewMacro.h */, + 428BB213BB5CB7CF5DD1520FAD9BC61D /* NSBundle+BRPickerView.h */, + D19DE406AA047CD1C100910EE6A46463 /* NSBundle+BRPickerView.m */, + B2AF2A8A92656B91E291C7FAC2136E47 /* Resources */, ); - name = Resources; + name = Base; sourceTree = ""; }; - E074D281F7BE310AA8D4BF8BA717FDAE /* Frameworks */ = { + DC8792369EB73805E79F551C6D42C63F /* ESTabBarController-swift */ = { isa = PBXGroup; children = ( - 74A418EBBC3F4F60CCE28692168246F7 /* jpush-extension-ios-2.0.1.xcframework */, + 5A558292A0FA9F6DA3ED27C424AA45C5 /* ESTabBar.swift */, + 8066F3F18A2F0BBE74C6C051B7A1C73C /* ESTabBarController.swift */, + D2C790694D3AA49873E2CBB0B13284FC /* ESTabBarItem.swift */, + 32583965F8BE185C5BB2B774ADDDC881 /* ESTabBarItemBadgeView.swift */, + AEA3A07AED3ABF0E987811BE34F3BD03 /* ESTabBarItemContainer.swift */, + 1F508EB41ABEA68EA374915014019AF1 /* ESTabBarItemContentView.swift */, + C28ADE09E86BBD513D57E6FAEF8F4BF4 /* ESTabBarItemMoreContentView.swift */, + AB1565A01CE25F9EFDF186ADEE1DFFBF /* Resources */, + 110C5907BDA4A7ECF902E1E6DA5026F3 /* Support Files */, ); - name = Frameworks; + name = "ESTabBarController-swift"; + path = "ESTabBarController-swift"; sourceTree = ""; }; - E171D4BFF9608310A6EB6A94ECE47ABA /* UITableViewCell+DDCategory */ = { + DDA4966C63F94739E5FB95671831513F /* Support Files */ = { isa = PBXGroup; children = ( - C5A1D61ADA031B1EEC8EDBE7480766D5 /* UITableViewCell+DDCategory.h */, - A0AC01F93B55CD2A774592942230932F /* UITableViewCell+DDCategory.m */, - ); - name = "UITableViewCell+DDCategory"; - sourceTree = ""; - }; - E4FB8B7D07611793F61FBA4B42CC67E2 /* DDControlsKit_Private */ = { - isa = PBXGroup; - children = ( - 977BA5B3B7C900E648D94999C2C3A4F3 /* DDAttributedString.swift */, - 1733A85CE844E671F3F4F4B3CC6CEF67 /* DDButton.swift */, - BEEE9E2C199FEBE16BA414A62C73EB49 /* DDCollectionView.swift */, - 871CD2761BCCD88DC01D7EBB65D1D86F /* DDCollectionViewCell.swift */, - 72CEE3ABD5651D246710500BF8F0B2DF /* DDImage.swift */, - 827848A8C6E710C5424A5B157BBB0877 /* DDImageView.swift */, - 9E0FCB604EF496383A18D62FC1FF039A /* DDLabel.swift */, - C8D3E9FEDD940DF35C72EF3923B8F543 /* DDMutableAttributedString.swift */, - E43E935AE7B2DABB7A0B07D112D93D71 /* DDNavigationController.swift */, - 9FFE86362729E15D8CD4BA9C77F8A426 /* DDScrollView.swift */, - 5140B373171DC813D8038C4EFD288C0A /* DDSwitch.swift */, - 7855AD924A03CC14DF8DE329A38881A8 /* DDTableView.swift */, - 531B85D235052445F34DFA3A8AF83CE2 /* DDTableViewCell.swift */, - 683036EF3196717DF42A6874AD215F08 /* DDTextField.swift */, - D065358895A29B1809C082566CDA08A3 /* DDTextView.swift */, - 5986CDE794A156B3636DD2D580BBB605 /* DDView.swift */, - 820A9129E1610B30A044964CE2C597EE /* DDViewController.swift */, - 4C5B2B163B1A2F00FA28D41AC287CD6C /* DDAttributedString */, - B9B54EE3094DC9D0A347CE8DCEFCD25C /* DDButton */, - 65954F75D4D055A80FA1CBF71C4BE685 /* DDCollectionView */, - B0B4818CDB343334B7CA39D07EBD8B8B /* DDCollectionViewCell */, - B5C177F4B8E805B56F5868C23A5D3F93 /* DDImage */, - 1653D32A34A913F57378B8909049D557 /* DDImageView */, - 3D7B94A4DA62D3DD0CF1195D593486D6 /* DDLabel */, - F3F58206AB96E114383E166CB6787344 /* DDNavigationController */, - 562456F55548F1F610376A245650E3E6 /* DDScrollView */, - 6C5FCFBBF46636C4B58EAC472F0A897F /* DDSwitch */, - D33F8EC5965FDBE0FBAF436CC9784514 /* DDTableView */, - 9E77F3F72CA518055B80046B2D8E347D /* DDTableViewCell */, - 35EA4FCC6740798FDEF0E7F2C708F95E /* DDTextField */, - 012179F031A66C02C0902F46897F5597 /* DDTextView */, - 538C1F6446675480DC8A33C3120B6127 /* DDView */, - CAAD89955041D1FAE2342369574BCA70 /* DDViewController */, - F54299A778EBBFB262D26311E76E93EC /* Support Files */, - ); - name = DDControlsKit_Private; - path = DDControlsKit_Private; - sourceTree = ""; - }; - E580C23244E695E6BB1972097729B6ED /* Support Files */ = { - isa = PBXGroup; - children = ( - D3CC0D502FFD1F367735F714D4B85102 /* SnapKit.modulemap */, - B8BC43CA6797EFA431C526FEC295CD4F /* SnapKit-dummy.m */, - 1E70A9A409313B235F232987ED05A094 /* SnapKit-prefix.pch */, - 3836EF014F1C6CCB2CC62F4AE6AC2903 /* SnapKit-umbrella.h */, - 701B6EA9D8734BEC330763C61AC1C8D4 /* SnapKit.debug.xcconfig */, - 35946A42F92AD8E414D8FBEB72123F72 /* SnapKit.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; - sourceTree = ""; - }; - E93F6F9FD792F7127E9815DB4697405E /* AMapTrack-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 3C85188A02DF0FBA5C663DBC2925C78A /* AMapTrackCommonObj.h */, - C2354F50A9EF858F71F3F67DC5E1726E /* AMapTrackError.h */, - 59E86417BB774562BD3DD6F3E09FB43C /* AMapTrackHistoryObj.h */, - 8F732C8FBA8B9764B698851D9474CDCB /* AMapTrackKit.h */, - 293A7640F152911E2524B8E0C6B2268A /* AMapTrackManager.h */, - F5A7F303FD2A778BD3B821805CBD892E /* AMapTrackManagerOptions.h */, - 564C9CD374151087A890BC0ADA55FD0C /* AMapTrackTerminalObj.h */, - BF3DC0129211B46BF84DBBEBB48E2559 /* AMapTrackTrackObj.h */, - B1E575DD7FF8BB5F04437DE2B850BABE /* AMapTrackVersion.h */, - A6C63A712D08C1608CA4DDF6EEC24D75 /* Frameworks */, - 270B621EB856799E90A01DB6731A0A11 /* Support Files */, - ); - name = "AMapTrack-NO-IDFA"; - path = "AMapTrack-NO-IDFA"; - sourceTree = ""; - }; - EA132273880665E02323B13371C2F4A6 /* Support Files */ = { - isa = PBXGroup; - children = ( - BD4F571A7D410C4FD448A40D86169858 /* AMapNavi-NO-IDFA.debug.xcconfig */, - 30B9B80C61933E9654B9E7A7986BF526 /* AMapNavi-NO-IDFA.release.xcconfig */, + 1FFD4C7D986D5A9ABF7146B92D6428E3 /* AMapNavi-NO-IDFA.debug.xcconfig */, + BE3A167EC879F9AFA8856D0491ED4FB3 /* AMapNavi-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapNavi-NO-IDFA"; sourceTree = ""; }; - EBA840F31B07A7B4BFBDBCB5A7EBBBD3 /* SwiftLog */ = { + DF8E7C7E33AD64B9DAF31EED7AC314EC /* DDPersistenceKit_Private */ = { isa = PBXGroup; children = ( - 63B8518EF096907EF2AF1FD4118602EF /* DDSwiftLog.swift */, + F48B31330181A6CEA6285D68D1930D47 /* DDKeychain.swift */, + 43B8A48B7C417EFC18754D0F37463276 /* Support Files */, ); - name = SwiftLog; + name = DDPersistenceKit_Private; + path = DDPersistenceKit_Private; sourceTree = ""; }; - EC9047B2D8280059D8F6ABA883C1B47D /* DDToastKit_Private */ = { + E1370C83C058469F1FB3103F9CAC2F11 /* UITableViewCell+DDCategory */ = { isa = PBXGroup; children = ( - F7F9CBF72B8B7DB7D9EE084CA15681C5 /* SwiftToast.swift */, - BA0288890646D61A1B04189B32CBA765 /* Toast.swift */, - B6B30B194FBA0455A02DD177F94B944D /* Support Files */, + 501A9F199AE7F1476E60BA55080100C0 /* UITableViewCell+DDCategory.h */, + A0DF86A8859EA3632FA00A9B5AA19945 /* UITableViewCell+DDCategory.m */, ); - name = DDToastKit_Private; - path = DDToastKit_Private; + name = "UITableViewCell+DDCategory"; + sourceTree = ""; + }; + E16DDBF280AAE7D418BC191B91ABA8C1 /* UITextField+DDCategory */ = { + isa = PBXGroup; + children = ( + 708BE8750E187F3FD16DE168DB5850BF /* UITextField+DDCategory.h */, + 9B4135DD76E0E5DDCC281D0EC00561E9 /* UITextField+DDCategory.m */, + ); + name = "UITextField+DDCategory"; + sourceTree = ""; + }; + E2A469D7F93DF4B96A7E9804E6E9FC21 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4249F397EFF56F60B4492677A318880C /* JPush-xcframeworks.sh */, + 85971ECD34AD930163CB8649D33A557C /* JPush.debug.xcconfig */, + C2B5BE12966E4BFC22AE6A701FD66E8A /* JPush.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPush"; + sourceTree = ""; + }; + E3836DD8D31FD85B35B19EF71ADDBA38 /* DDTransitionAnimation */ = { + isa = PBXGroup; + children = ( + CF86069B5E64D44181476909B6BCB38E /* DDViewControllerAnimatedTransition.h */, + 8BD14E8FA1A6F6595A796FABF0E1A2B0 /* DDViewControllerAnimatedTransition.m */, + ); + name = DDTransitionAnimation; + sourceTree = ""; + }; + E83705DCF0EECE1C8FF7E4A9D275AFD3 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 0128DC284C15E608A75AD80CCEFED959 /* AMapSearchKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + E95FEAC7FA583ACD4ADE9DC241F86A20 /* UIImage+DDCategory */ = { + isa = PBXGroup; + children = ( + 8401B25624A44A362A28E544C9474B18 /* UIImage+DDCategory.h */, + 63D0CE3DC397FB3F291FA4A78C327CA8 /* UIImage+DDCategory.m */, + ); + name = "UIImage+DDCategory"; + sourceTree = ""; + }; + EA5910B39F49AE056CE60E14BD99EF9D /* DDBaseNavigationController */ = { + isa = PBXGroup; + children = ( + E8457101209DE2B5A13D5BEC8EDDB323 /* DDBaseNavigationController.h */, + 116BB0872C9EBB9F68AAF275261CBE2D /* DDBaseNavigationController.m */, + 62B652C6768A5D68E417B31DE2214DB0 /* DDNavigationControllerDelegateReceiver.h */, + 71C56D6FE2C0E1B0D503196DF09C7A12 /* DDNavigationControllerDelegateReceiver.m */, + ); + name = DDBaseNavigationController; sourceTree = ""; }; ECFEDF123D996446174017D5A67EDBEB /* Pods-OrderSchedulingNotificationService */ = { @@ -6476,296 +6573,199 @@ path = "Target Support Files/Pods-OrderSchedulingNotificationService"; sourceTree = ""; }; - F3ED43C62819BAA37C3A125CDF1FF2C2 /* RxSwift */ = { + ED1015A4A506B5A6A5CBF928F5DD5769 /* DDBaseAnimation */ = { isa = PBXGroup; children = ( - 1CF0D329DEA944F6397C56877530FC94 /* AddRef.swift */, - 3F5F098D0EE565E77858A72B646F1793 /* Amb.swift */, - 3C66140644D2220F4A87C056E310D104 /* AnonymousDisposable.swift */, - F30DCF48057F9776F2CD481561B8B83B /* AnonymousObserver.swift */, - A47232F9292FD4DB6DB51599B7361595 /* AnyObserver.swift */, - 28F7D9A8006361C1C2A81A642F60C44E /* AsMaybe.swift */, - 8144F62DFAFAA34237BC7556A5264B81 /* AsSingle.swift */, - 7A04381647F52FB9AA8C436CA884F10B /* AsyncLock.swift */, - 695DF486D9F4F703501074A0B8E2FBC4 /* AsyncSubject.swift */, - 40DEC190B237AFC232D48CADDBCF71D0 /* AtomicInt.swift */, - 4DE34E8C8CC1857D03E9F2DE588BA236 /* Bag.swift */, - 6A142FD3463C402B7113B9177ACEFF41 /* Bag+Rx.swift */, - 5A06A7DB59A9CDC1A0BEDC716B43961A /* BehaviorSubject.swift */, - 327580E10C9AE8091875D3A2EFBE8317 /* BinaryDisposable.swift */, - B8E8EAAB9141985304F18F2D1C0AB626 /* Binder.swift */, - 03DF8D02F183A18A32529E348F9C01E8 /* BooleanDisposable.swift */, - F28C733E3D4BEA0AFCE32973175449B5 /* Buffer.swift */, - A94E266B4E4CCA77F5133DFE232E62B4 /* Cancelable.swift */, - 075AB64E5BAAC03F9EBEB1F71CC1606E /* Catch.swift */, - 0A9D59E5B18174B6EC9AF173314B6699 /* CombineLatest.swift */, - F8F4CA451F173C96729F439EF179F5C1 /* CombineLatest+arity.swift */, - 5EF33B5D3FF4EAE569EB55F79C15B067 /* CombineLatest+Collection.swift */, - DF9A483DA8FCA8E926874BFF838287CA /* CompactMap.swift */, - E07AB83DC8F2A6A71BE8B760AC698C28 /* Completable.swift */, - 1E2566BAA41DB8E96337601D2119401E /* Completable+AndThen.swift */, - D29C4C9F408507322936A80D880D2F70 /* CompositeDisposable.swift */, - 2776C31A2C1728B6F75D540F8495803F /* Concat.swift */, - 88C365E122E07A5B7A97EC2B9E133458 /* ConcurrentDispatchQueueScheduler.swift */, - C2A4DC2FDB34EBDDE75A8393EFEAC54A /* ConcurrentMainScheduler.swift */, - E12011ACC0C8C85637727C2158BC7D19 /* ConnectableObservableType.swift */, - 30A788BA6BCBEAF6B7BB070F7C981A87 /* Create.swift */, - E4B356E9F4550751B381849FA74CF5AF /* CurrentThreadScheduler.swift */, - 87692663BB483A0DA7D731F86BDD1580 /* Date+Dispatch.swift */, - FE62067CC9A5A38AD17AFE99E1ED1E91 /* Debounce.swift */, - DB12EFF652EC7504D3B69B0C5798EF64 /* Debug.swift */, - 6ABCF93ED69428C61641DA63CF28C6DC /* Decode.swift */, - 6820B98DA29B5464AD2B18280488FE9A /* DefaultIfEmpty.swift */, - B5BE27EA22FEDED844B70C6B1C4A6C9E /* Deferred.swift */, - 577D1DC11215382ABB93563FBC67B6B1 /* Delay.swift */, - 7CC88B14B6325A8AD5411932D6E01818 /* DelaySubscription.swift */, - DF2CC99A432A4565BF9AA29663F01FF3 /* Dematerialize.swift */, - A2D78A1C13582A724A9AA0168C114760 /* DispatchQueue+Extensions.swift */, - B7EB6D740E960D24E60048ABB207322C /* DispatchQueueConfiguration.swift */, - 021658DEE86011EC998C2661C79D6C9F /* Disposable.swift */, - FF6270AC2164C96ABCFE0493BE43F0FA /* Disposables.swift */, - E8450A3698E5211165CADF8A21F2CA91 /* DisposeBag.swift */, - A815E9F893A6A17DBE968F62A17813DA /* DisposeBase.swift */, - A6C4B37EDC48D825A0E532C46CDC62AF /* DistinctUntilChanged.swift */, - 53067849F00C28C8250B29FAD457728E /* Do.swift */, - C570B68AF6FA38034C20358D1FCB1D1E /* ElementAt.swift */, - 96BF8F9AF4638C2433F9D2543D68FA1A /* Empty.swift */, - C7DC05D69C5C881218B7B44FFEE8F999 /* Enumerated.swift */, - 18777742CE8A2DF076D9DF5DC0D0ABA0 /* Error.swift */, - 97A8669B5575E41D36AF58271AEBD3DE /* Errors.swift */, - 9A250116DFEDA909F511780C2184F430 /* Event.swift */, - B959EC23E80A1C951E918BE7959098E7 /* Filter.swift */, - 515E2E8E0A475B796AC2668A9B58839C /* First.swift */, - 197EDDAD1DCB0E4B87ADA9D95B857467 /* Generate.swift */, - 1BAAAE194D47171E65CB2DA029353E06 /* GroupBy.swift */, - 02F726FC7ED87F7B8730111549B73D36 /* GroupedObservable.swift */, - 727E3D2787791CFAA188F0E22959CBCF /* HistoricalScheduler.swift */, - B27BF967FD3AE63ED01E119B97EC50A7 /* HistoricalSchedulerTimeConverter.swift */, - 61C8057A4ADD247CF70E32E780002E68 /* ImmediateSchedulerType.swift */, - 745BA5DDA895FBD6B35E0511CB5EDE6D /* Infallible.swift */, - 22A748D88E38C6834BA93F9F0E2A87DA /* Infallible+CombineLatest+arity.swift */, - 6AAF96D2803B722F01B4D76ED2B9CFDD /* Infallible+Concurrency.swift */, - 928CAAED0CA336BA290B0B363B993332 /* Infallible+Create.swift */, - 84CEC6218D62883BB61350F54D2F8C5E /* Infallible+Operators.swift */, - 6E8C54F9A4DFB09D1D234E44077452F2 /* Infallible+Zip+arity.swift */, - 902DCD314DD9254834D958C2DA81CA03 /* InfiniteSequence.swift */, - 3526DF6DEED39DAD43B0F1E51AD5546C /* InvocableScheduledItem.swift */, - 455602457BCE47E75CDFDF52AC926AFE /* InvocableType.swift */, - 760350ED8702553E351ED31BE6E6EC78 /* Just.swift */, - 0573AEB6BD8C60F2960795E6E19E1C71 /* Lock.swift */, - 5E327FA2CB1A9CE33CEDF95E4218D238 /* LockOwnerType.swift */, - 5C8970999428799BBD7B4560C6121DFD /* MainScheduler.swift */, - D228F059098988452B24E889E478E65F /* Map.swift */, - FF02CC8F611181406AC9A8C573E8B7A7 /* Materialize.swift */, - 8AF9E9DCA34C6E48CD8C5A7FB954C305 /* Maybe.swift */, - 6C3A024AEC93A0A5C8999281D224EAD2 /* Merge.swift */, - 6525EA70C8147A2E4F44E7568523F589 /* Multicast.swift */, - DAE1C112C96F7FC2C56D972D54BA30B6 /* Never.swift */, - 658EC184B45A60F59FFAD6B4F4B1E1A2 /* NopDisposable.swift */, - 7384F848EDDC81FDE78E4E5022710A4B /* Observable.swift */, - F45FDD7BE1E85A9B1AE52CCC3E217577 /* Observable+Concurrency.swift */, - D09F5763CC0A18FAA3D8B656630BFB02 /* ObservableConvertibleType.swift */, - 5DA957F40E32730AA47E6895B477C0F5 /* ObservableConvertibleType+Infallible.swift */, - FB9C1EAEF625B51552D413B9FF258BC9 /* ObservableType.swift */, - 90756041FAA664B5A4715E0932D615A7 /* ObservableType+Extensions.swift */, - A474A58360F77453DFBC0AEA1929D3A5 /* ObservableType+PrimitiveSequence.swift */, - 50F4E08E7007EB6B5BDE4F5BE0526C5A /* ObserveOn.swift */, - 50BE9DB259F1976C6B7535F6EFF106E4 /* ObserverBase.swift */, - 8D23D010EBAF8A63D9AA9D7A5C20A5D1 /* ObserverType.swift */, - 0193719AD19218949E6C34998CF3B7F5 /* OperationQueueScheduler.swift */, - 8A4DC451BA4C387373DD0A5D92384E95 /* Optional.swift */, - 52D7E00D1EFD1B34AB4B883D910390DA /* Platform.Darwin.swift */, - 1091ECB77A0C357C087CCAB7FC5097DA /* Platform.Linux.swift */, - D6C0A81518D92160A12E2E8620CBDA57 /* PrimitiveSequence.swift */, - D6004F901ED630A304376E1E76884811 /* PrimitiveSequence+Concurrency.swift */, - F5A820916FD35A97DDA0C40B87A245AB /* PrimitiveSequence+Zip+arity.swift */, - 52822F98FB4BE7DF332D39ABC6B75FBE /* PriorityQueue.swift */, - 730CB786A78158CEA0222B1CB826F55F /* Producer.swift */, - B582A6EA4A99E31035D2D119A58DBAA9 /* PublishSubject.swift */, - FC237A3E7F61DE7A9B7295BE923CC226 /* Queue.swift */, - B5CD80D05E4440A7225140643D50FD7D /* Range.swift */, - 963E34D25274661081137802C0AD2FE3 /* Reactive.swift */, - 419051384AAC993D74230FF71DF60A45 /* RecursiveLock.swift */, - 2094C950C03DCD1E1E35848DC7E71244 /* RecursiveScheduler.swift */, - BF436DC9FBD29A695B8F6D1BE33F3F09 /* Reduce.swift */, - F2499253AE905F4FD0A0AE6124209A75 /* RefCountDisposable.swift */, - E4401DB2A6B44F3C7210CEA2BC8E779B /* Repeat.swift */, - E3931853E88A0FDC855A77A868D05515 /* ReplaySubject.swift */, - A1E03388BE5A98C57F26D3FCB15989CE /* RetryWhen.swift */, - 2304CE76BCAA4974C714BDFD31CA81E4 /* Rx.swift */, - 35A9E746E2A66F26B64F72AA75CEBC15 /* RxMutableBox.swift */, - 3A7BEFDF08A3539610B5F71E2CD441A9 /* Sample.swift */, - 8340335F87970E187934330CF45F71F7 /* Scan.swift */, - 99E2F8471F04224FCBBC896DA80C6327 /* ScheduledDisposable.swift */, - 2BBBF9DDB650CE6D2716091291FC1AB7 /* ScheduledItem.swift */, - EEAD6EB52D1C84A55CE3B578880D578E /* ScheduledItemType.swift */, - D5682CDC067FD0E11FFDFB0E14F01CD1 /* SchedulerServices+Emulation.swift */, - FCB452F016E275141BC3FEF19E34A1F5 /* SchedulerType.swift */, - 496686FDCC270801421F4859E2B73660 /* Sequence.swift */, - 0C1721EA327A97BC326CAA0A3703ED6B /* SerialDispatchQueueScheduler.swift */, - 2B42299079911C88C947AEF9372C0185 /* SerialDisposable.swift */, - 7E832D0D93646D527524F379CA0F7E0C /* ShareReplayScope.swift */, - DB10191E9C66DEADA0E112A87F5AB2C5 /* Single.swift */, - 367BFBC03A9E5237F126049FBEDDE5F1 /* SingleAssignmentDisposable.swift */, - B256380AE7AF012B6AC5615BA6672E96 /* SingleAsync.swift */, - 8FAA7C0EFDBD82E0FDF876C63AA53C31 /* Sink.swift */, - B1C275E7B8004A9BFAAC3A10361E47F5 /* Skip.swift */, - 74EC7FFB6FFD2EBDA5291A295139E778 /* SkipUntil.swift */, - 47A54F5CE1A9303C6FFE8F9F8D4F4B73 /* SkipWhile.swift */, - 8994C70E3FC82B97FCFBB544F6EC9427 /* StartWith.swift */, - 62B7D0EC9B56100DE2B1472BEFBB87B4 /* SubjectType.swift */, - 638E04DFAB5ED0DF3FDE525A300F5105 /* SubscribeOn.swift */, - 5206ECDCAA90E4EAEAC49E4BB4959B0F /* SubscriptionDisposable.swift */, - 001EC3ED9C1BAB4BE438DBCD7A8EBB61 /* SwiftSupport.swift */, - 8FD61C865DDC6325793CFEDF3F82E1F5 /* Switch.swift */, - 20AB845AF8E794F059EF9DA3345F9754 /* SwitchIfEmpty.swift */, - E17815A2B7C32F08C871C32C74323277 /* SynchronizedDisposeType.swift */, - 0CD86F53D3F4FAFF10D16C8A6DED4CEE /* SynchronizedOnType.swift */, - E0E8D4F30768062F7CEF6BB7EF149FB5 /* SynchronizedUnsubscribeType.swift */, - D1E399628B30BAB9D3776CAF729C8B3B /* TailRecursiveSink.swift */, - 9B9068B1198B7D8DFADAE3668415324C /* Take.swift */, - 41904D685CBDB799AEFD35D279583DD0 /* TakeLast.swift */, - AA6E5BEB81775C3213F34603B1CE58DF /* TakeWithPredicate.swift */, - E82E44D8F06143995BD3B9F9F908B1F3 /* Throttle.swift */, - 6853EA0083DB53E35164247D7AA237D0 /* Timeout.swift */, - 3AF36C66231DA23EB486604FE0DF1C05 /* Timer.swift */, - 7E3BCC0060965E6074D19D8057E5C1CB /* ToArray.swift */, - E74975CC30D4725BA8A32C3298BA0715 /* Using.swift */, - 2B9CCA0F105DAF5EBA19EA0C582324C6 /* VirtualTimeConverterType.swift */, - 39F6A1F79B5603BC00B41C8E777B4D1A /* VirtualTimeScheduler.swift */, - 2EB7D41E6BB8E4520517999FE003CF38 /* Window.swift */, - 51064EB6981508416DACB9E4A0E4E134 /* WithLatestFrom.swift */, - 042579210085B05FE468AF11DCBEDA7C /* WithUnretained.swift */, - 3A81A751782806EF55A050EB3D81F7DD /* Zip.swift */, - E3A7136AF7E0ED61E18C0825C05499E5 /* Zip+arity.swift */, - 6457206FC1E4137ADCF1270215D617FF /* Zip+Collection.swift */, - 7F9D9662D19E7E262CF299F4B448387E /* Support Files */, + E3836DD8D31FD85B35B19EF71ADDBA38 /* DDTransitionAnimation */, ); - name = RxSwift; - path = RxSwift; + name = DDBaseAnimation; sourceTree = ""; }; - F3F58206AB96E114383E166CB6787344 /* DDNavigationController */ = { + ED8489C3806B871F349EC0CC3DADE11A /* DDButton */ = { isa = PBXGroup; children = ( + DEA2368A58CDACFDE20D6D1F2BC6DDE0 /* DDButton.swift */, ); - name = DDNavigationController; + name = DDButton; sourceTree = ""; }; - F456C3D1E93F6DDBFC96C61EA893F4CD /* DatePickerView */ = { + EDC30DD410091A304E68D4FE4E169B9D /* AMapFoundation-NO-IDFA */ = { isa = PBXGroup; children = ( - 45C832F8EFC07A2F0E650469379C3C6B /* BRDatePickerView.h */, - 6DCAA1870CA68E0BCCD0205C118581BD /* BRDatePickerView.m */, - 8536AE03B31257297F43350C66CB18B9 /* BRDatePickerView+BR.h */, - 8FDC9ADD43D0A4191E8CAFE711776F8B /* BRDatePickerView+BR.m */, - 9AE3D3164CA017078F7EF35431964EAD /* NSDate+BRPickerView.h */, - 5E50DFB9CA4B1CA730BFAF143E05A34E /* NSDate+BRPickerView.m */, + 906F867283F8DF4F20AC5259348732AF /* AMapFoundationConst.h */, + 9A9D1504967D03226085E5C48C859A15 /* AMapFoundationKit.h */, + DB5D541FB6D9AC9EFCEED74F791E43CD /* AMapFoundationVersion.h */, + 9574FBB9ABACE0C10D0181C717259D85 /* AMapServices.h */, + 4C07ECECC24CC76C80EDF7838D38E4A9 /* AMapURLSearch.h */, + CCA7A07265A140074AF6831472C5F5E1 /* AMapURLSearchConfig.h */, + 280840CA64E5DDE7D388A8A799F735DB /* AMapURLSearchType.h */, + 84B3A8626BDAE2D63428B475ABE922B3 /* AMapUtility.h */, + A7A4437EA9C2CAC86F9CD2B4D3975D6D /* Frameworks */, + AACD06FF035A007F9A8E6BFFF838E1CB /* Support Files */, ); - name = DatePickerView; + name = "AMapFoundation-NO-IDFA"; + path = "AMapFoundation-NO-IDFA"; sourceTree = ""; }; - F54299A778EBBFB262D26311E76E93EC /* Support Files */ = { + EE24D03BDE243AA45A9824BC282447DF /* ijkplayer */ = { isa = PBXGroup; children = ( - 1C9661B2D87C147A7B3D157F5D5C8038 /* DDControlsKit_Private.modulemap */, - 0DF03F14110B98BD0B8CEE8C88DC754B /* DDControlsKit_Private-dummy.m */, - C83C1962BA9450889555B51C9A2EAD5B /* DDControlsKit_Private-prefix.pch */, - 2D68E398F265A9680E5551CB2F398D07 /* DDControlsKit_Private-umbrella.h */, - FF51ED5F6074730D1EE6FF3249D3DACA /* DDControlsKit_Private.debug.xcconfig */, - B297EE135EB52E46211DA40F70D07346 /* DDControlsKit_Private.release.xcconfig */, + 71A5F2E0746C8344D74501AE109E6080 /* ZFIJKPlayerManager.h */, + E4DB94A4A958913F4DEAAC5961BB80B9 /* ZFIJKPlayerManager.m */, + D0DE001F303A16557C7268AC65095DF8 /* Frameworks */, + ); + name = ijkplayer; + sourceTree = ""; + }; + F10756722A098C438501C240F02D272F /* JXCategoryView */ = { + isa = PBXGroup; + children = ( + D4624618AC29973CA5CAC6A9D7005664 /* JXCategoryBaseCell.h */, + C67C6724F31CC33E0E6006D76AE4A7F2 /* JXCategoryBaseCell.m */, + 1B0292668A5955F282EED93CB6DED521 /* JXCategoryBaseCellModel.h */, + A3B282A4B58052B382A0CF2218CD95A6 /* JXCategoryBaseCellModel.m */, + 9F33CC9785E07D71C6234832E1CB198B /* JXCategoryBaseView.h */, + 9375E2CF150DCDC067F3831BFB3E4317 /* JXCategoryBaseView.m */, + AA0C9FC33E3E3EC10BD4C13CD647DB76 /* JXCategoryCollectionView.h */, + C12E4B65F0F161EB8E92BA3F5B6D43E9 /* JXCategoryCollectionView.m */, + 0AE10BB627FA715E039B5C0237B0D4DB /* JXCategoryDotCell.h */, + ABD687ADEBACFF2F6ACF83DCF14BE1D2 /* JXCategoryDotCell.m */, + 0B9125A3B47E8794D3F0EFB133D96169 /* JXCategoryDotCellModel.h */, + 6884FC4C71BAB5068C043BCAB0E2EC37 /* JXCategoryDotCellModel.m */, + E0E3C2428DDE22E0D42A4EDD8A65BE40 /* JXCategoryDotView.h */, + 62226814162AA6EED062D8FA248950BF /* JXCategoryDotView.m */, + FCAB0AA2CD7584C71B227EFE07A72652 /* JXCategoryFactory.h */, + 9BF6A94F6968D9C848B3D9FA972CDEB3 /* JXCategoryFactory.m */, + 0860D31ABF0729C6270013AEF0C938E7 /* JXCategoryImageCell.h */, + E3A8D9246FDEB24724530F52E840D0D1 /* JXCategoryImageCell.m */, + 918BFF266753E88CD5590614F7B8509B /* JXCategoryImageCellModel.h */, + F9E0B0BE0D9CD1ADF71FD9BA9AE55704 /* JXCategoryImageCellModel.m */, + 524B2A33545F13651301317573D49492 /* JXCategoryImageView.h */, + E976394F1E27CF9995D498FA1D7640EF /* JXCategoryImageView.m */, + 4B1636BB779E1B06200E7BA12F4B56EA /* JXCategoryIndicatorBackgroundView.h */, + 5FF66C6BE62F32172CF049BC4D7920D6 /* JXCategoryIndicatorBackgroundView.m */, + B93A9BB30CD31ED985932B1C23FA812F /* JXCategoryIndicatorBallView.h */, + 09BFB08AE8AE4E82BD025F7B802797BE /* JXCategoryIndicatorBallView.m */, + C5ABA828B468E724249D9BFEDCCDD082 /* JXCategoryIndicatorCell.h */, + 60314A6B6456E8A6441E5AAC53399452 /* JXCategoryIndicatorCell.m */, + CB7E977B6E943E626C7977D2A1745257 /* JXCategoryIndicatorCellModel.h */, + B69057783FB74D8CBED25ABDDAF08602 /* JXCategoryIndicatorCellModel.m */, + ABE9CBDE3FC3DB8B17CA2F4DF35287AD /* JXCategoryIndicatorComponentView.h */, + 00762648F87378B421D9E8CDFE71A057 /* JXCategoryIndicatorComponentView.m */, + DA5EDA8AEBC1D4EBDE58EACAF14EAAE5 /* JXCategoryIndicatorDotLineView.h */, + 9774C45D2319A4161B9A9291E63750A3 /* JXCategoryIndicatorDotLineView.m */, + E70CE3782A5F0EA3093963B09A8F7BA0 /* JXCategoryIndicatorImageView.h */, + B8B4E170B30220ED1ABFC02EA22F60C7 /* JXCategoryIndicatorImageView.m */, + A5E64A2EE6431B19A716DBDEF3B30A75 /* JXCategoryIndicatorLineView.h */, + 062373D2B5395BB15D1631C91C264690 /* JXCategoryIndicatorLineView.m */, + CB822E6C500EE56E8F7B092F27EB2FD8 /* JXCategoryIndicatorParamsModel.h */, + D0EEC141105B6EE53CEDC1EDF464374C /* JXCategoryIndicatorParamsModel.m */, + 81C3F55AC49722C3EDAD764F5ACEE159 /* JXCategoryIndicatorProtocol.h */, + 22FC17AF43D343B080C6CA75FDBBDD57 /* JXCategoryIndicatorRainbowLineView.h */, + 3CD0D764119E17C6F7EF48E8D95A4101 /* JXCategoryIndicatorRainbowLineView.m */, + F6BA70E7A77F1435FA4EE77F92141727 /* JXCategoryIndicatorTriangleView.h */, + 55A4F48C4DD1485D12FAAA496C0967A8 /* JXCategoryIndicatorTriangleView.m */, + 4B562E39CE0F2547A1F5D9F9AE7121EA /* JXCategoryIndicatorView.h */, + DF1F1BA51D352DA3324609CD1F94C48E /* JXCategoryIndicatorView.m */, + 7609FEE06A1D3532D1C50F784992CA35 /* JXCategoryListContainerRTLCell.h */, + EB9F950077FA14FEE9802FB20BC2E686 /* JXCategoryListContainerRTLCell.m */, + 909F57C6E5AF478B7941E17B5F43D267 /* JXCategoryListContainerView.h */, + 4E04AF4D03DE53ED30E33004A282BDDD /* JXCategoryListContainerView.m */, + 34CDD1CE37AFFBCF7003739F05D75EA0 /* JXCategoryNumberCell.h */, + 9FEC7F3CDD90F13DAB8D5602D5FAAF59 /* JXCategoryNumberCell.m */, + 3F04B1853928E65D1147C54AA9AA215B /* JXCategoryNumberCellModel.h */, + 3F641FC0A6633569487EC5A9C670088E /* JXCategoryNumberCellModel.m */, + B969ACE825F0987C14FA58E931DFC01B /* JXCategoryNumberView.h */, + EB7F24947F4EFB11CCB19E5596531B14 /* JXCategoryNumberView.m */, + E401ECF7473809EDA233D3291AA24643 /* JXCategoryTitleCell.h */, + D409A3AB540AB9E35D4AD5C1DDCC1B5A /* JXCategoryTitleCell.m */, + A1FAE616ACA192AC2B4835DE33A95F75 /* JXCategoryTitleCellModel.h */, + 7172FA29C95820A6FDE07CF7CE98CA1D /* JXCategoryTitleCellModel.m */, + ACF3E42C7C5F35D5AEC97F85FBC70F77 /* JXCategoryTitleImageCell.h */, + 9A1531875C67B4ABB5AAEF9A33DD2FC5 /* JXCategoryTitleImageCell.m */, + 6E86E613AE9E514FF0F3492B965D90DD /* JXCategoryTitleImageCellModel.h */, + 6ABD8E3DD900F702E6FC12C729380C11 /* JXCategoryTitleImageCellModel.m */, + CF076568CD19BB280A4E2AE5F00A9E81 /* JXCategoryTitleImageView.h */, + 76BE4167DFC20F1CB2B487BBC72288F9 /* JXCategoryTitleImageView.m */, + 7601532A59A8000731085A66E9F9F56C /* JXCategoryTitleVerticalZoomCell.h */, + 45477B3077E56B158D2A0B3597158935 /* JXCategoryTitleVerticalZoomCell.m */, + FB48A633C15265654DAC3B807921794D /* JXCategoryTitleVerticalZoomCellModel.h */, + FD7AD4C562A08C6A2483BF35A7988CA7 /* JXCategoryTitleVerticalZoomCellModel.m */, + A17FB5545E866C560CE22CA9A33E96A9 /* JXCategoryTitleVerticalZoomView.h */, + C15F2F15A6C86BD8CC2F988F189F47D4 /* JXCategoryTitleVerticalZoomView.m */, + B743BD461CDD7E3B19621C9A8BC31DED /* JXCategoryTitleView.h */, + E15E4EADCA685276B8A1AC900814D556 /* JXCategoryTitleView.m */, + 771F6EA238053C8C0E8B89BB2E8EF73B /* JXCategoryView.h */, + 7254EBAA62F272CBF1EEB5BA22B06E77 /* JXCategoryViewAnimator.h */, + 7600AA3E434EC03D93F059A0B28A028B /* JXCategoryViewAnimator.m */, + 227D5C20DAC5A6882624BCFF84BFCF3D /* JXCategoryViewDefines.h */, + 01A475B134DD14A921A42BE8DE4DB594 /* RTLManager.h */, + 96A63E634069584FCCD26090DA876DE5 /* RTLManager.m */, + 7958F91CC026C5C7181A4224C319C7A3 /* UIColor+JXAdd.h */, + 980F4BADC38AC667A1001E772CDF612B /* UIColor+JXAdd.m */, + 3D4169D4C5E080AF7111CD0DFE3DC096 /* Support Files */, + ); + name = JXCategoryView; + path = JXCategoryView; + sourceTree = ""; + }; + F1894C69CC4156313AD79ED52418C39C /* UIViewController+DDCategory */ = { + isa = PBXGroup; + children = ( + 76C4DA99D194B23B019F5B7674229250 /* UIViewController+DDCategory.h */, + 9D6236BA8C308683039C38766A1F971A /* UIViewController+DDCategory.m */, + ); + name = "UIViewController+DDCategory"; + sourceTree = ""; + }; + F1B4B9575A5A9B53CC7ED9666E54F47C /* Sources */ = { + isa = PBXGroup; + children = ( + 5D3931F588A03B73CDA356A19706E32B /* Resources */, + ); + name = Sources; + sourceTree = ""; + }; + F98694A00944B661A6B97E800585A51C /* Support Files */ = { + isa = PBXGroup; + children = ( + CA160D9C840C9C92BDE46D95F085F7CF /* DDControlsKit_Private.modulemap */, + 852AAAD4B161A6E1FC5953FA74B53188 /* DDControlsKit_Private-dummy.m */, + D876E2642A6CF882B1DAB11985E3A787 /* DDControlsKit_Private-prefix.pch */, + 8D90494C68EB284EC36FEDDBD7B48491 /* DDControlsKit_Private-umbrella.h */, + 095AEB4D2B39A75A3C5CDB20D42CCFD9 /* DDControlsKit_Private.debug.xcconfig */, + DA00B4D6DD3233157D07880E5049A07D /* DDControlsKit_Private.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/DDControlsKit_Private"; sourceTree = ""; }; - F75DCC3E6956EE597A4550776BD9D4A8 /* SwiftyRSA */ = { + FB602ADD216E0C5099C6C6914FA9925D /* Support Files */ = { isa = PBXGroup; children = ( - 703D82AF63523F8D9E135FA1F13DC2BF /* Asn1Parser.swift */, - F64A9740079BE033C53BC67A4D192B6E /* ClearMessage.swift */, - 7FF4429AC42835903D9C81953C674ADA /* EncryptedMessage.swift */, - 0FA3E1FFCE17F87FC701A0EF3F6488D5 /* Key.swift */, - 2E24A357B943CA69B149AD541D0EDA16 /* Message.swift */, - 9CF79CDAF7A90C8A457EEDC358A1572F /* NSData+SHA.h */, - 06670A94312900C1996D324BE1C5E6C6 /* NSData+SHA.m */, - FF7397FBA392A9172F205B08C1A3DBC8 /* PrivateKey.swift */, - 7052B5C6847A0D99AAECFDBAE2A986DE /* PublicKey.swift */, - 056A19ADAA161D933A901FA0C9429D37 /* Signature.swift */, - ACB0B581D93249AC6BF2C06BBFBEFB9F /* SwiftyRSA.h */, - 99F3229AAC497092E7E9C60AD8BD219C /* SwiftyRSA.swift */, - FC6674AEF8DB76D4D70250887CAC012B /* SwiftyRSAError.swift */, - C955105A4232262B0F250A4854DF13F8 /* X509Certificate.swift */, - 7C232BFA4928B27466530CBEED219D39 /* ObjC */, - 3EA2C771840073F68CF73081761E73FC /* Support Files */, + EA6B9B12BF83DDD3D3B9BA9257F95C3D /* DDWebImageKit_Private.modulemap */, + EF3D182C900BFDABDC1B8997FAF5738F /* DDWebImageKit_Private-dummy.m */, + 07C87AB00B467E1A54C7A824E629F0EF /* DDWebImageKit_Private-prefix.pch */, + 718BF6A47EFBD4E03A36F0DACD6E0505 /* DDWebImageKit_Private-umbrella.h */, + 5515E2A60DD640F4433982A0F55BC343 /* DDWebImageKit_Private.debug.xcconfig */, + C16CFFA10E10AC68D34D9C45D8627AE5 /* DDWebImageKit_Private.release.xcconfig */, ); - name = SwiftyRSA; - path = SwiftyRSA; + name = "Support Files"; + path = "../Target Support Files/DDWebImageKit_Private"; sourceTree = ""; }; - FCE9C319AB30C27314AF60FBDC23EFFB /* Base */ = { + FBC988B1AE83920229C2A6BA796E15B8 /* Support Files */ = { isa = PBXGroup; children = ( - 90AED615B4A5447240B6211561C19929 /* BRBaseView.h */, - AED76880FD7E251C23E02F2F94E3B7A3 /* BRBaseView.m */, - 8ED1EF9AE1C57704D46D38BDE1FF4E9D /* BRPickerStyle.h */, - F7E2FEF07C7701D30E5503F0018FFCE3 /* BRPickerStyle.m */, - 0C14035AD73C8ABF73F337784D4CFB74 /* BRPickerViewMacro.h */, - C5C77CDA513FDA8792732D838E68C23C /* NSBundle+BRPickerView.h */, - 528EB429402C3B810B89299199B6C094 /* NSBundle+BRPickerView.m */, - DA45C15D4275C4697CE3546184A4BD2A /* Resources */, + 9F9FACDB39F8C71D28C209FBC8EAA374 /* BRPickerView.modulemap */, + C4FA30701774D87202960971019C48C4 /* BRPickerView-dummy.m */, + 0BD7484B8382516B76A6BBF7D36C7213 /* BRPickerView-prefix.pch */, + C6A774B057A711719B7985ECF2457F71 /* BRPickerView-umbrella.h */, + 13CD0B97A5CB9BCBB452F8D951B61292 /* BRPickerView.debug.xcconfig */, + 2DBCDA3159346DB0B5B1268A5B555A35 /* BRPickerView.release.xcconfig */, ); - name = Base; - sourceTree = ""; - }; - FCF4C94689F670EE639CE3ABCB84287F /* DDBaseImage */ = { - isa = PBXGroup; - children = ( - 56FC74BFFD4E851733F97E401B89367D /* DDBaseImage.h */, - 9AE0B9613993A6FA932993F5A69122C8 /* DDBaseImage.m */, - ); - name = DDBaseImage; - sourceTree = ""; - }; - FE6DB3049A59EBE98E77072FE47EF22C /* ControlView */ = { - isa = PBXGroup; - children = ( - AF82876A7761FEC4E9AD9EC9BF5A6242 /* UIImageView+ZFCache.h */, - DEEC989D36AEB894D0DA77F8D32AE8C2 /* UIImageView+ZFCache.m */, - CDF9173654626823DA32AB74E5181EF4 /* UIView+ZFFrame.h */, - 98A14A8E94A34359BBDBA68679D46E99 /* UIView+ZFFrame.m */, - C9342467C263A6278178ECA603F1F331 /* ZFLandScapeControlView.h */, - 99DA3F4B86BBB6991B72E592E7CAB5D3 /* ZFLandScapeControlView.m */, - 7A04A0693B2961EF195010AF48D877EB /* ZFLoadingView.h */, - 66C50328FD2BF9E3CB29FDBDD65D520F /* ZFLoadingView.m */, - 6BA0B989DCAA0D298D27635AD8CE001D /* ZFNetworkSpeedMonitor.h */, - 8637A3C04CD86F50096CD55A443F9C1B /* ZFNetworkSpeedMonitor.m */, - 8FA0E872FFBB231728C0776CB76B1725 /* ZFPlayerControlView.h */, - 11F5FED99ACE78438A074376F07E77AB /* ZFPlayerControlView.m */, - D048EEA2C538E34437213CABDE05B367 /* ZFPortraitControlView.h */, - A929D24BEA87FC051D024D8777ACAD23 /* ZFPortraitControlView.m */, - 8B96C466E9C5011D0B20C9AA4F02295F /* ZFSliderView.h */, - A68BB994FBF93262D6DAF638B419131C /* ZFSliderView.m */, - 1398A0A4EB27DE5135A371075B6D2621 /* ZFSmallFloatControlView.h */, - DFDE797A1314E242279B7950F9231A2F /* ZFSmallFloatControlView.m */, - F9D286A3E0A01C38C6B1DA4B14D9310C /* ZFSpeedLoadingView.h */, - DE4126AE07197B4D7BA54DCB3CB8DE58 /* ZFSpeedLoadingView.m */, - C179816310CFF52615766C736D0BCF29 /* ZFUtilities.h */, - D2577D7867FC62262DC1149C54B75A07 /* ZFUtilities.m */, - 4F2F8631D2686E158FE249159BE0D41C /* ZFVolumeBrightnessView.h */, - 7028A4DF885B8AB9244C371EA8D6C42B /* ZFVolumeBrightnessView.m */, - CCECC6EA218CAA7C7314F4FA4C30CDF6 /* Resources */, - ); - name = ControlView; - sourceTree = ""; - }; - FF4C5A9C54665D991C7D5251FADFA036 /* UILabel+DDCategory */ = { - isa = PBXGroup; - children = ( - 0CE9A339C3EAF6B2BDDF074126CCEE04 /* UILabel+DDCategory.h */, - 05D15ED8B217E48072D84AD50D9F7A86 /* UILabel+DDCategory.m */, - ); - name = "UILabel+DDCategory"; + name = "Support Files"; + path = "../Target Support Files/BRPickerView"; sourceTree = ""; }; /* End PBXGroup section */ @@ -10271,7 +10271,7 @@ /* Begin XCBuildConfiguration section */ 00CFFB6AC18FFD8289A2D08ECB0D6317 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1824E11401FB87A96872469297BEF829 /* DDZFPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = 53527B1AD2355D7D1879A8794C57BBE8 /* DDZFPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10299,7 +10299,7 @@ }; 034BA87C2C84A3F815BABA073747D950 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5996361780DC2F097A2CF08BC3794321 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = B6B9EBE6340CB7AACFC41CCF5CCEE7B8 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10327,7 +10327,7 @@ }; 03D5621DFAF33B3E865DA1A7AA59856A /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E9A1173446313785C398F7050192AF4 /* DDAudioPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = D46A02AA3FEB386950BAB6DA32E6F726 /* DDAudioPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10355,7 +10355,7 @@ }; 062D9F2B9A556AF545F7D73B6BAD9E4C /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F138623244B6AF1B35765FBA2ED67FB4 /* JPushExtension.release.xcconfig */; + baseConfigurationReference = 4690C0C6E98072041DB84B803F2207AA /* JPushExtension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10375,7 +10375,7 @@ }; 06902B9EA0B8701B1BBD382EF5B048E5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B297EE135EB52E46211DA40F70D07346 /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = DA00B4D6DD3233157D07880E5049A07D /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10403,7 +10403,7 @@ }; 0781C02B9B1ABAB69E606763A1B452A0 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30B9B80C61933E9654B9E7A7986BF526 /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = BE3A167EC879F9AFA8856D0491ED4FB3 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10422,7 +10422,7 @@ }; 0AECEEFF7929FBEFD97057F5F6DC8B2C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 73E9B8211064B626E77CDED4F0AD9F32 /* JCore.debug.xcconfig */; + baseConfigurationReference = 0F95AD77B334DC3AC2477F1A3AC313F7 /* JCore.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10440,7 +10440,7 @@ }; 0B0585CA9A7F2313F00B9CBA9BD42DF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32C203DCF381370E2E99678A1B7D94FC /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = D872D7C3EF24EA7A12661B82ACF37064 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10468,7 +10468,7 @@ }; 0B07FC7C2CBBECC1AEAB861B30DB8E43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF8E7F87757007B0B9656902A879B421 /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = 03BDCBB30B6BF9E9B16313E806FE3E2B /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10495,7 +10495,7 @@ }; 0DF558CBD9E19EC36A6463AD3B5EF388 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E95E370912F145756D097954EC6A039 /* Kingfisher.release.xcconfig */; + baseConfigurationReference = FDFFAA0F525073C9A515588E54DBDDB4 /* Kingfisher.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10523,7 +10523,7 @@ }; 0F56E9EF4C4A8A2EFE063DB95981BAD1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 21C00274B47BDAA59585727150E82FA2 /* Bugly.debug.xcconfig */; + baseConfigurationReference = CE46837814917E3C3A303BE9E4962FF0 /* Bugly.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10541,7 +10541,7 @@ }; 1170D4F6047D92FB103D8925261C4446 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AABB58462B8D6AF2D9EB6A908091FFBA /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = 6E5DE0EBD0ABA86A5FA7C634811DE1C0 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10568,7 +10568,7 @@ }; 1495AF8B549792BF7912F5A1E1119712 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5C1C7BFB2E02D7003255CABBE2FDA8F /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = CBE79F1DEB908F14820EA89EAEEA020D /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10596,7 +10596,7 @@ }; 15B7F84E39C93EFEBD8AD10B0FE0B047 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BD4F571A7D410C4FD448A40D86169858 /* AMapNavi-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 1FFD4C7D986D5A9ABF7146B92D6428E3 /* AMapNavi-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10614,7 +10614,7 @@ }; 1726DC34BF3C4756B065E2A908DCC12C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9D762C953B2CE3BFA78536876CD618BF /* DDPersistenceKit_Private.release.xcconfig */; + baseConfigurationReference = D319BE64A44DF3EF7E975E3C7B5CB7E7 /* DDPersistenceKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10642,7 +10642,7 @@ }; 17E9F697225BE4693A9A0CAAE767CFEB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD4404F553E708ED33DA40A0B22566C7 /* DDDateKit_Private.release.xcconfig */; + baseConfigurationReference = 4F131F91C961DC10071B0A90B6552041 /* DDDateKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10670,7 +10670,7 @@ }; 18450C9EEFA1230D2952C8327442D5AE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 29B6FC67C331152420271699B8D928FA /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 7A8C8AF30AD84DD09DAEBF8AB4449539 /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10690,7 +10690,7 @@ }; 194384CF9865EA5A6F621CD50261DE63 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 701B6EA9D8734BEC330763C61AC1C8D4 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 47A3EE35E7731B4F9B55B2F0C7A55BC8 /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10717,7 +10717,7 @@ }; 1A549D214D907E76BA47A41507492968 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ADCB32B505310D9D0F90CA640554E88C /* DDAutoUIKit_Private.debug.xcconfig */; + baseConfigurationReference = 581C8BF98FA140DCC476BF9A94C427E0 /* DDAutoUIKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10744,7 +10744,7 @@ }; 1BE06CA0F45A176E13F06FC290EBA5CC /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B66B8ED964072ABE3FF206B8605DCF1B /* RxRelay.release.xcconfig */; + baseConfigurationReference = F730F619AB07DFE1487C5CB691EC6969 /* RxRelay.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10771,7 +10771,7 @@ }; 1D6ECDD132EE5035CEB27FA70E194607 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BAD8347B944D95DD240172E29B92A8D7 /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 01CB0DAE7EE2185A60E5254888222198 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10799,7 +10799,7 @@ }; 1DF8897E06F8071D42BAE4465121279D /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE1F2724D089F130C2C896AAC2C7BFB0 /* Alamofire.release.xcconfig */; + baseConfigurationReference = A6CC415015CAA9C13B6367E82CC3EA70 /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10827,7 +10827,7 @@ }; 225716D671C2AF3962051A80830E0D98 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8BA6E40188E61BFE6E5C3C84C12B2A8 /* JXCategoryView.debug.xcconfig */; + baseConfigurationReference = 3DEF2C80E3775C1069BA968CD0083DDE /* JXCategoryView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10853,7 +10853,7 @@ }; 226221FEFECAF478E4AD3C69CC522966 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 984DB29515C869E4D604EDEBCF6A420B /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 2B21E4FEE4BE8BB22168C0E276B9E408 /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10873,7 +10873,7 @@ }; 231DE093916EB01285DC4AECC16D44CF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3F441856565C16DD78BEBD1D094460C5 /* DDDateKit_Private.debug.xcconfig */; + baseConfigurationReference = F36C76D4D0F0555D8A573700E284AB46 /* DDDateKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10900,7 +10900,7 @@ }; 24C92530424FF6AC7E994BD30DB618BA /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32C203DCF381370E2E99678A1B7D94FC /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = D872D7C3EF24EA7A12661B82ACF37064 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; @@ -10920,7 +10920,7 @@ }; 24D7D357EF5DACAB8C59F250AC83420F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7007AFE691D07EFE8BC2EB12B8BBA6DE /* DDLogKit_Private.release.xcconfig */; + baseConfigurationReference = BA0391BD18FA000ED45F11F7FC0C5941 /* DDLogKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10973,7 +10973,7 @@ }; 28351E0A3C97633F27A3A5C9C6F6ABF6 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6E015C8ADABA9A4D4FC4C4794D647B3 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = 29BE9E31903DAE10D2A89D3008DFA912 /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11000,7 +11000,7 @@ }; 2853FEDC9CC66B9840B31219EECD4E5A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0E92F3577844F36A464F34FE1BA4C198 /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = BB72A1810FDD4CCC3BE72F8F8789ACE8 /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11028,7 +11028,7 @@ }; 29B02E29B10CD71B73EC6F841D51CFC7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B66B8ED964072ABE3FF206B8605DCF1B /* RxRelay.release.xcconfig */; + baseConfigurationReference = F730F619AB07DFE1487C5CB691EC6969 /* RxRelay.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11055,7 +11055,7 @@ }; 29DB94002704203A0B4A69C3238100D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 416EC37EFD66E2B79D3EB27E932700EC /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; + baseConfigurationReference = F9B671CABEF0BE423F6CC28764C0D86A /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11082,7 +11082,7 @@ }; 2AD561BE6F3E5FF1C3362471B44944A5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 633EDDADD8B66D28DEB5A027B3BB730F /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = AC4E1917617F023685F6839CB2438EA8 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11110,7 +11110,7 @@ }; 2BCAD72D5457749C81587BBA8B2AE6EF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E95E370912F145756D097954EC6A039 /* Kingfisher.release.xcconfig */; + baseConfigurationReference = FDFFAA0F525073C9A515588E54DBDDB4 /* Kingfisher.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11138,7 +11138,7 @@ }; 2BE9F474CC004847B066222FD5037D6A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD0BA14E178CEAC8738E0EF960BE32AD /* DDTimerSwiftKit_Private.release.xcconfig */; + baseConfigurationReference = D60EA2F98FB9BE841A4547635AA91D7F /* DDTimerSwiftKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11166,7 +11166,7 @@ }; 2C14C682F1AF1911E085FA9E288139D2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1478B28174913377F62C279B54A8FA59 /* RxCocoa.release.xcconfig */; + baseConfigurationReference = 94E6FB4DB627CB050EEE79AB8AEA8A1D /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11193,7 +11193,7 @@ }; 2EFA51C2D767E628288BBBD4C03290FC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 38C547DBAD9E6C080E0076E69BE58F25 /* RxRelay.debug.xcconfig */; + baseConfigurationReference = F7AC5C76FD8E79C265D907673EAB9F00 /* RxRelay.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11219,7 +11219,7 @@ }; 30E9D8E42AE5CD6D5246F2627DD27E9F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 174AE420083495C3828C3505784D23AD /* DDWebImageKit_Private.debug.xcconfig */; + baseConfigurationReference = 5515E2A60DD640F4433982A0F55BC343 /* DDWebImageKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11246,7 +11246,7 @@ }; 3281C76EA7D794732D228832C577826B /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0E92F3577844F36A464F34FE1BA4C198 /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = BB72A1810FDD4CCC3BE72F8F8789ACE8 /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11274,7 +11274,7 @@ }; 3E82EF80F3ACC6610CD959FD17245D53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 92D4E5E0A62D921E7DABBC15E996B7E3 /* DDLogKit_Private.debug.xcconfig */; + baseConfigurationReference = 47D89C6D2883B4D4256C5D157CDA57FC /* DDLogKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11301,7 +11301,7 @@ }; 3EB0C0846EA6732314C5D69489AE15E2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E9686506B5ADE84CF391A2A0EBB3568E /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = F4E1C8200F59C5EEE5B199D3C14112F3 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11321,7 +11321,7 @@ }; 3F958C3B78D47F9549C9023C4E5B4004 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6E015C8ADABA9A4D4FC4C4794D647B3 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = 29BE9E31903DAE10D2A89D3008DFA912 /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11348,7 +11348,7 @@ }; 40F6D0AE9835855615AD5B7556E7D3F4 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32C203DCF381370E2E99678A1B7D94FC /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = D872D7C3EF24EA7A12661B82ACF37064 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11399,7 +11399,7 @@ }; 44CB277F467617FACCA6BF598A034A65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A09F97B1249877278840D7395B27C79 /* BRPickerView.debug.xcconfig */; + baseConfigurationReference = 13CD0B97A5CB9BCBB452F8D951B61292 /* BRPickerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11425,7 +11425,7 @@ }; 473D06A8777B89B3EB7C797154ACB8DD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 88EE0F1CC06C893151753BB536FB0918 /* DDCategoryKit_Private.debug.xcconfig */; + baseConfigurationReference = 7543597AE632D6723F32384B9D094639 /* DDCategoryKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11452,7 +11452,7 @@ }; 49CD0A16FC5F1DFC2D115E5872B602A6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18EDCA3AEE8923AC607CC66F2612F867 /* RxSwift.release.xcconfig */; + baseConfigurationReference = ABAB9CE2BEC6AED9950849447DED31E3 /* RxSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11479,7 +11479,7 @@ }; 4C61240F775280D105570AB6FBF0BD72 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD0BA14E178CEAC8738E0EF960BE32AD /* DDTimerSwiftKit_Private.release.xcconfig */; + baseConfigurationReference = D60EA2F98FB9BE841A4547635AA91D7F /* DDTimerSwiftKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11507,7 +11507,7 @@ }; 4CFE159363E23D99B30DCFC1E84B6E21 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4A4BABA61DF2F8BBAD043C1B141B1F90 /* DDToastKit_Private.debug.xcconfig */; + baseConfigurationReference = 8BCDCE291F9986C4B85361699D4F4C4F /* DDToastKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11534,7 +11534,7 @@ }; 4D53E26FAE1ED5EB8E462D391AADD577 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B9F548C11976FA3DAB79F105515305B4 /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = 9E8A34914BBC138DA91C0CDE3DDD9A4F /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11562,7 +11562,7 @@ }; 4E026E4F4DA1962A2D7BA31CDB0CA756 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 87A8D1254C3566386C2862F6BFC9ACD0 /* SwiftEntryKit.debug.xcconfig */; + baseConfigurationReference = 622BF90602E3605129149406EE02294A /* SwiftEntryKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11588,7 +11588,7 @@ }; 4E8A37E39B95F86B5A498DEF72505CB1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EBAEC3CB015EDBFB2E87490C6298BED /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 1ACE7652E6C9AF597184643F45EC253B /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11614,7 +11614,7 @@ }; 53DBDCA48029EDDC75E87A248B01458C /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F92CBF7D7F0F2F2EC58EC5B8AB05E06B /* JCore.release.xcconfig */; + baseConfigurationReference = 6DE62048AAF1140C9846AAD0A96580C3 /* JCore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11633,7 +11633,7 @@ }; 5425F23225AE92341F2558DA01812C57 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C8FB1BF5E601913F73C3DD60CEF581C /* MJRefresh.release.xcconfig */; + baseConfigurationReference = F91A7A89EE1DD219751D3FD315064E4B /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11685,7 +11685,7 @@ }; 577813FB86763A6ADFB7460A091E77EA /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE2D52702D2FA5AF47322FEE63333582 /* JPush.release.xcconfig */; + baseConfigurationReference = C2B5BE12966E4BFC22AE6A701FD66E8A /* JPush.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11704,7 +11704,7 @@ }; 5859B1ED45373FA14A1E6451A262D675 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AABB58462B8D6AF2D9EB6A908091FFBA /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = 6E5DE0EBD0ABA86A5FA7C634811DE1C0 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11731,7 +11731,7 @@ }; 5940106FE5C33BAFC3B51D6D72449AD1 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 31F35EF6A6B359C2C69D64E3F09139F6 /* DDCategoryKit_Private.release.xcconfig */; + baseConfigurationReference = CE78DE063032C13CA169F0D4E35D0C06 /* DDCategoryKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11759,7 +11759,7 @@ }; 5ED76EEE65E0AB36DF27B66CDA4E0B5F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5BF99C2E3ABDF7A00CF01F255AFCBEBB /* Kingfisher.debug.xcconfig */; + baseConfigurationReference = F0F071F1E2FBCFBA49D70A753B2D495C /* Kingfisher.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11786,7 +11786,7 @@ }; 6140DDBB9B050ACCF404485A14F4FFE0 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AAE48112F84440F62B2C949AC69EE7BF /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 2DBCDA3159346DB0B5B1268A5B555A35 /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11813,7 +11813,7 @@ }; 63275981B15BE90F6912932D6156AC92 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83BC887AA4B16BCD42CCBFC282E7C493 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 62CE7DF2D8353BE5D3F96DE2262981C1 /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11840,7 +11840,7 @@ }; 64F8D025C0B4722D495C98EC8827C679 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE1F2724D089F130C2C896AAC2C7BFB0 /* Alamofire.release.xcconfig */; + baseConfigurationReference = A6CC415015CAA9C13B6367E82CC3EA70 /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11868,7 +11868,7 @@ }; 65B60F5572E5A88B96165BADCBB1BDA6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A640EF925B6F6B39B26473D140575D64 /* AMapSearch-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = EC4A58C1118B56503E83B36C7EB9C869 /* AMapSearch-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11886,7 +11886,7 @@ }; 6B9A53460BDAF5BE885221978932492C /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BAD8347B944D95DD240172E29B92A8D7 /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 01CB0DAE7EE2185A60E5254888222198 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11914,7 +11914,7 @@ }; 6C3CC8E0B427ECC1DB4A52D26B813CEF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72AF0882DD7762CD63BB28147A4D4F14 /* DDPersistenceKit_Private.debug.xcconfig */; + baseConfigurationReference = 78C9BC8534817A08C5EF932B9F5F6AAF /* DDPersistenceKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11941,7 +11941,7 @@ }; 6C81FF1694F67970213CC687C43B91A3 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4DA7D2944B7D31A503CDB33B29C2F1F5 /* AMapSearch-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 574CCA857D81E896F9A67CFC32B15A32 /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11960,7 +11960,7 @@ }; 6E369200B22231B3ABCA75FDF3ABE62B /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C8FB1BF5E601913F73C3DD60CEF581C /* MJRefresh.release.xcconfig */; + baseConfigurationReference = F91A7A89EE1DD219751D3FD315064E4B /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11987,7 +11987,7 @@ }; 6FA6D0B57F7F0945CD6226AD94C296BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D34D315DAA663F46E684E7A48F3F08CA /* AMapTrack-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 381A53D47F78F15CFB699071AC466B0E /* AMapTrack-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12005,7 +12005,7 @@ }; 7004DBDA636C88E2F25FDB913BBCF872 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2AAEFAA8C46EE4D97B88FE0B45C00BF0 /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = B4A45C8475EEC88204B9CA00F7CDC273 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12033,7 +12033,7 @@ }; 7006E7DA87DBF9FB621E5E92F18FB641 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1478B28174913377F62C279B54A8FA59 /* RxCocoa.release.xcconfig */; + baseConfigurationReference = 94E6FB4DB627CB050EEE79AB8AEA8A1D /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12060,7 +12060,7 @@ }; 7136F591221AD5501E817C1B77F484ED /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF51ED5F6074730D1EE6FF3249D3DACA /* DDControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = 095AEB4D2B39A75A3C5CDB20D42CCFD9 /* DDControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12087,7 +12087,7 @@ }; 739DE83A94D5F3796DA470D04BDBA273 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30B9B80C61933E9654B9E7A7986BF526 /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = BE3A167EC879F9AFA8856D0491ED4FB3 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12107,7 +12107,7 @@ }; 77BAB67F30880412AB4954F7FF0DE8DB /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E9686506B5ADE84CF391A2A0EBB3568E /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = F4E1C8200F59C5EEE5B199D3C14112F3 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12126,7 +12126,7 @@ }; 77CDEA29DCF4D522041B2BEB9309F6E6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6CD6314EBD5B4EAA8F05652177E24AC /* RxSwift.debug.xcconfig */; + baseConfigurationReference = 6E7E04CDEFC8DCA6FF61DE50B9A2013B /* RxSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12152,7 +12152,7 @@ }; 7D4FC5186D0C5815B2ABFC9323046C03 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 524FFAA97C5783ADC3CB9654B54E4448 /* AMapLocation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 52F1573EB6D890E2BEA052DB689F3672 /* AMapLocation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12170,7 +12170,7 @@ }; 7DE63CFFD890B984947FC4B929ED850A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F92CBF7D7F0F2F2EC58EC5B8AB05E06B /* JCore.release.xcconfig */; + baseConfigurationReference = 6DE62048AAF1140C9846AAD0A96580C3 /* JCore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12190,7 +12190,7 @@ }; 86CF53637FEA6E3C784C4012C2A50DDF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 633EDDADD8B66D28DEB5A027B3BB730F /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = AC4E1917617F023685F6839CB2438EA8 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; @@ -12209,7 +12209,7 @@ }; 874D5ECFCBDE246920D02ADB76CDB268 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F1D540622B1A2E3F3D8C907FB845FDB /* Bugly.release.xcconfig */; + baseConfigurationReference = FB064C8064492D58BA1BE26DA697E302 /* Bugly.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12252,7 +12252,7 @@ }; 8D0669E61B9581323401A375923A6F91 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18EDCA3AEE8923AC607CC66F2612F867 /* RxSwift.release.xcconfig */; + baseConfigurationReference = ABAB9CE2BEC6AED9950849447DED31E3 /* RxSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12279,7 +12279,7 @@ }; 8D95C529FCF4FDEA49C65D2E82670BCF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2BEF7A3D942D12CFA7E5F69887F98AA3 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = 6C133D104E3B971D8853093D2A0A32B4 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12372,7 +12372,7 @@ }; 8EFB90C3EFCC3608C2BF19FE92A51BD5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 35946A42F92AD8E414D8FBEB72123F72 /* SnapKit.release.xcconfig */; + baseConfigurationReference = C1D32C526B817BFAF0AB989D752D5936 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12400,7 +12400,7 @@ }; 904AF2F6BEE0469BB3786D9548E42CC7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 85438EEA23350AD951A480EF9CF258FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = 15D6BA666326C03F80A85BFEDF295B13 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12428,7 +12428,7 @@ }; 934475E4DA2C0BABCCF26DBEB031FCF6 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B05C3C419EE5CA41FE52783B027687A1 /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = ABC6E315D8B4DFE8121C2E9E4E57559F /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12456,7 +12456,7 @@ }; 9372D9A03A0E88D0504BA7590C49DF48 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BEC54F6CEC59EAD6CAF5DE1F2AE91625 /* DDUtilsSwiftKit_Private.debug.xcconfig */; + baseConfigurationReference = 7045948A081729E6912A67A49814DE16 /* DDUtilsSwiftKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12483,7 +12483,7 @@ }; 97407110C2616E82AAABA592E25F0B1E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B927ED3D240B823C59AE3B377B22F9E /* DDAudioPlayerKit_Private.debug.xcconfig */; + baseConfigurationReference = 795909B64F353467B960AC23DF82236F /* DDAudioPlayerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12510,7 +12510,7 @@ }; 98F8805D5F8E1B57875DA1ABB9FAAB86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32C203DCF381370E2E99678A1B7D94FC /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = D872D7C3EF24EA7A12661B82ACF37064 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; @@ -12529,7 +12529,7 @@ }; 9C23F3BFA136C876EABD07FBA9320B77 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB514B08385913E142C347150F4B5C7F /* DDWebImageKit_Private.release.xcconfig */; + baseConfigurationReference = C16CFFA10E10AC68D34D9C45D8627AE5 /* DDWebImageKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12619,7 +12619,7 @@ }; 9FC4AEA5BCE37566BA898173C24D35FB /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1824E11401FB87A96872469297BEF829 /* DDZFPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = 53527B1AD2355D7D1879A8794C57BBE8 /* DDZFPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12647,7 +12647,7 @@ }; A053864A4C7CCE4DF4E4A2087D9E4CC8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B64FB3EFC54CC200FE4568BFBAF65ECF /* JPush.debug.xcconfig */; + baseConfigurationReference = 85971ECD34AD930163CB8649D33A557C /* JPush.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12665,7 +12665,7 @@ }; A426532A2A5ABE56A7F1BF1E2700593B /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 633EDDADD8B66D28DEB5A027B3BB730F /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = AC4E1917617F023685F6839CB2438EA8 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; @@ -12685,7 +12685,7 @@ }; A6B72CF8955C56DF71299106046D684E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B537098B3C4775C857F529F0C24952E9 /* RxCocoa.debug.xcconfig */; + baseConfigurationReference = E67F6D36E52E1896344836A05973FBDB /* RxCocoa.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12711,7 +12711,7 @@ }; A794012D20A5CD57211E1D4516C55EE5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4DA7D2944B7D31A503CDB33B29C2F1F5 /* AMapSearch-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 574CCA857D81E896F9A67CFC32B15A32 /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12731,7 +12731,7 @@ }; A91E6C1D84E7355205D2A116E4968450 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AAE48112F84440F62B2C949AC69EE7BF /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 2DBCDA3159346DB0B5B1268A5B555A35 /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12758,7 +12758,7 @@ }; AC2BF088394456C214FB78D9ED463DAE /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 180D96B7E116957FB539D87E8F41BC1E /* DDUtilsSwiftKit_Private.release.xcconfig */; + baseConfigurationReference = DC8D30364BD377148EAFD6BCFA8A4809 /* DDUtilsSwiftKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12812,7 +12812,7 @@ }; AE9BE5BF7D5EA18EDF75839085C706F5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB514B08385913E142C347150F4B5C7F /* DDWebImageKit_Private.release.xcconfig */; + baseConfigurationReference = C16CFFA10E10AC68D34D9C45D8627AE5 /* DDWebImageKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12840,7 +12840,7 @@ }; B1B3F1F0F6890E107F40A055677E2D79 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EA43B69D699D021D1F41910BE989562A /* DDMAMapKit_Private.debug.xcconfig */; + baseConfigurationReference = D556921C9A1B32E0A547A047F0896E10 /* DDMAMapKit_Private.debug.xcconfig */; buildSettings = { CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; @@ -12858,7 +12858,7 @@ }; B2155827CB60089BFE7E07CDD28D4162 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE2D52702D2FA5AF47322FEE63333582 /* JPush.release.xcconfig */; + baseConfigurationReference = C2B5BE12966E4BFC22AE6A701FD66E8A /* JPush.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12878,7 +12878,7 @@ }; B3FFB4EB0CEB4C8EE8D8FE8C02365DD1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F9E70A73D179EE531827758A4B944E56 /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = BBC4A1F24EDA3263F4284B89F47B913D /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; @@ -12896,7 +12896,7 @@ }; B4FE51F4F207B2C4F54618B9A13E6CC8 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5C1C7BFB2E02D7003255CABBE2FDA8F /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = CBE79F1DEB908F14820EA89EAEEA020D /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12924,7 +12924,7 @@ }; B6F97F207FCC488304C4B7A83E98E99C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 633EDDADD8B66D28DEB5A027B3BB730F /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = AC4E1917617F023685F6839CB2438EA8 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12952,7 +12952,7 @@ }; B8100C82C69FDEFD77ADE441367788E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EA43B69D699D021D1F41910BE989562A /* DDMAMapKit_Private.debug.xcconfig */; + baseConfigurationReference = D556921C9A1B32E0A547A047F0896E10 /* DDMAMapKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12979,7 +12979,7 @@ }; BB4FE9F0AC1A5ECF8D07C1690147AD45 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B9F548C11976FA3DAB79F105515305B4 /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = 9E8A34914BBC138DA91C0CDE3DDD9A4F /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13007,7 +13007,7 @@ }; BC3A49A5F1543E29E82A94504188C974 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B297EE135EB52E46211DA40F70D07346 /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = DA00B4D6DD3233157D07880E5049A07D /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13035,7 +13035,7 @@ }; BDB50D1512B27C99FEC5AFD017B9C2FD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B05C3C419EE5CA41FE52783B027687A1 /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = ABC6E315D8B4DFE8121C2E9E4E57559F /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13063,7 +13063,7 @@ }; BE22D79D33B14C35C020D24E71C6CFEE /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B1386CCCA17FFA23CDAEC30B90C51D6 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = 15A3D781D1A99E34FA083B4FB5E7662B /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13115,7 +13115,7 @@ }; C2CF9D64B823FDF5559C4A461A345DA5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 85438EEA23350AD951A480EF9CF258FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = 15D6BA666326C03F80A85BFEDF295B13 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13143,7 +13143,7 @@ }; C4050B58B3671D1B57C9668880DF1E94 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F1D540622B1A2E3F3D8C907FB845FDB /* Bugly.release.xcconfig */; + baseConfigurationReference = FB064C8064492D58BA1BE26DA697E302 /* Bugly.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13163,7 +13163,7 @@ }; C4879EE709DDBAAA009F3A5FB2176461 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9656459F1A526092F5D3C6B8DC3EE64B /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 7EB7B0A9C44B87EC7140C701FE2AD3ED /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13190,7 +13190,7 @@ }; C492867194A211D48B79F69C98E907FE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F9E70A73D179EE531827758A4B944E56 /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = BBC4A1F24EDA3263F4284B89F47B913D /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13217,7 +13217,7 @@ }; C723089A4A8EECB528038729687D4337 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7B971B0301355D5DCD5527D43168A868 /* AMapFoundation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 237571514748449C9DEBBF69C47A7CFD /* AMapFoundation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13235,7 +13235,7 @@ }; C7F778431CCFA2F935A0DB577516EBF7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F138623244B6AF1B35765FBA2ED67FB4 /* JPushExtension.release.xcconfig */; + baseConfigurationReference = 4690C0C6E98072041DB84B803F2207AA /* JPushExtension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13256,7 +13256,7 @@ }; C9B5A7A9EE2F32B23DF16125FBECDF13 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF2C66232A6A0DC1FB3BB6BBA9F66839 /* DDProgressHUDKit_Private.debug.xcconfig */; + baseConfigurationReference = D5929EBD76F6ADD256AA324D24F52A32 /* DDProgressHUDKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13283,7 +13283,7 @@ }; CA71D1250878D7A2F10FC80912091C9E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F8DA74D070EB0D7BB08286B11477B50 /* ESTabBarController-swift.debug.xcconfig */; + baseConfigurationReference = 36882266D56742AF3E97A83FB24DCAEA /* ESTabBarController-swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -13309,7 +13309,7 @@ }; CA8EE889378675C9A5C3F87CF3F81643 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E9A1173446313785C398F7050192AF4 /* DDAudioPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = D46A02AA3FEB386950BAB6DA32E6F726 /* DDAudioPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13337,7 +13337,7 @@ }; CBDE66112B3D688FF99C14F1BCE53088 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 35946A42F92AD8E414D8FBEB72123F72 /* SnapKit.release.xcconfig */; + baseConfigurationReference = C1D32C526B817BFAF0AB989D752D5936 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13365,7 +13365,7 @@ }; CE71B62CECF863FCD01752A325065BB8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F57447B4FB8C44DEA02D28C1334A36A /* JPushExtension.debug.xcconfig */; + baseConfigurationReference = FD5E1F42668AD531E8DA5CF07A8262F8 /* JPushExtension.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13384,7 +13384,7 @@ }; D4C6CC16ECDE97BFB3D9B16E26F2DFAB /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF8E7F87757007B0B9656902A879B421 /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = 03BDCBB30B6BF9E9B16313E806FE3E2B /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -13411,7 +13411,7 @@ }; D753782F97F4E74713668F63AC2264FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5996361780DC2F097A2CF08BC3794321 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = B6B9EBE6340CB7AACFC41CCF5CCEE7B8 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13439,7 +13439,7 @@ }; D8C42B711DF611275F46D4A34ECE3773 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2AAEFAA8C46EE4D97B88FE0B45C00BF0 /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = B4A45C8475EEC88204B9CA00F7CDC273 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13467,7 +13467,7 @@ }; DF2EED8A10FE5D2C9BC103161FA8FF7A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B1386CCCA17FFA23CDAEC30B90C51D6 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = 15A3D781D1A99E34FA083B4FB5E7662B /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13495,7 +13495,7 @@ }; DFE3DB0D7A79153CE9B1B4EE24EDD541 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7008AA508C7698AA698097681F663126 /* Alamofire.debug.xcconfig */; + baseConfigurationReference = 23AB951B57ABE40ECC7FB7C1FC61C520 /* Alamofire.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13522,7 +13522,7 @@ }; E0AC88ADD941277FF7B427F755BC7B15 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9D762C953B2CE3BFA78536876CD618BF /* DDPersistenceKit_Private.release.xcconfig */; + baseConfigurationReference = D319BE64A44DF3EF7E975E3C7B5CB7E7 /* DDPersistenceKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13550,7 +13550,7 @@ }; E1031BB4531D9A9132E269EA00AFF8B4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 180D96B7E116957FB539D87E8F41BC1E /* DDUtilsSwiftKit_Private.release.xcconfig */; + baseConfigurationReference = DC8D30364BD377148EAFD6BCFA8A4809 /* DDUtilsSwiftKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13578,7 +13578,7 @@ }; E21A5F2FEA6117A1960CA8D8DF5802CF /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7007AFE691D07EFE8BC2EB12B8BBA6DE /* DDLogKit_Private.release.xcconfig */; + baseConfigurationReference = BA0391BD18FA000ED45F11F7FC0C5941 /* DDLogKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13606,7 +13606,7 @@ }; E73E22AD2455596C012FDF52EDCEE9AD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EBB61915989F66BFED121E3ED1886A20 /* DDTimerSwiftKit_Private.debug.xcconfig */; + baseConfigurationReference = F6ED0EF3CAC4FA857384CB73579D87F0 /* DDTimerSwiftKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13695,7 +13695,7 @@ }; EEDB89A479687B1B952A7288C971BFB2 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD4404F553E708ED33DA40A0B22566C7 /* DDDateKit_Private.release.xcconfig */; + baseConfigurationReference = 4F131F91C961DC10071B0A90B6552041 /* DDDateKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13723,7 +13723,7 @@ }; F4D09748EA447467AA488E65BF352248 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 29B6FC67C331152420271699B8D928FA /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 7A8C8AF30AD84DD09DAEBF8AB4449539 /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13742,7 +13742,7 @@ }; F5CC28EC3299B709423FB6C60A226B24 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 984DB29515C869E4D604EDEBCF6A420B /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 2B21E4FEE4BE8BB22168C0E276B9E408 /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13761,7 +13761,7 @@ }; F6C7ECFF2293D4993D9933A5DE819A41 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72F715B89BF326FA98C3209C7829E832 /* DDFontKit_Private.debug.xcconfig */; + baseConfigurationReference = EE32E345CCB48B3C34363F8452AC2BA3 /* DDFontKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13788,7 +13788,7 @@ }; F705F443C0EDDC46FD0D8D0D89E6AC44 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 31F35EF6A6B359C2C69D64E3F09139F6 /* DDCategoryKit_Private.release.xcconfig */; + baseConfigurationReference = CE78DE063032C13CA169F0D4E35D0C06 /* DDCategoryKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13816,7 +13816,7 @@ }; F7A68DC3E75DBA99B64E78F514059694 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 08822D90733977BA831B71A2EBA3C432 /* DDColorKit_Private.debug.xcconfig */; + baseConfigurationReference = 91434C469D5871EB47A06BB1F20E11BA /* DDColorKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13843,7 +13843,7 @@ }; FB30073E2C0CCAE442B4761A540433B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2863F4A3F59B85330DFFBE0E5CA20D16 /* DDZFPlayerKit_Private.debug.xcconfig */; + baseConfigurationReference = 95A0AA7C1BDCC650BEE58F0BEEC83F3C /* DDZFPlayerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; diff --git a/Pods/Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist b/Pods/Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist index 75b54a8..505fbf8 100644 --- a/Pods/Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist +++ b/Pods/Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.3.5 + 0.3.6 CFBundleSignature ???? CFBundleVersion