diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index ad4aead..bd97902 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 abffdc4..a453324 100644 --- a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -46,8 +46,8 @@ filePath = "OrderScheduling/Login/ViewController/LoginController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "292" - endingLineNumber = "292" + startingLineNumber = "291" + endingLineNumber = "291" landmarkName = "textView(_:shouldInteractWith:in:interaction:)" landmarkType = "7"> @@ -62,8 +62,8 @@ filePath = "OrderScheduling/Login/ViewController/LoginController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "296" - endingLineNumber = "296" + startingLineNumber = "295" + endingLineNumber = "295" landmarkName = "textView(_:shouldInteractWith:in:interaction:)" landmarkType = "7"> diff --git a/OrderScheduling/Login/ViewController/LoginController.swift b/OrderScheduling/Login/ViewController/LoginController.swift index 05fc953..3ccee22 100644 --- a/OrderScheduling/Login/ViewController/LoginController.swift +++ b/OrderScheduling/Login/ViewController/LoginController.swift @@ -10,7 +10,7 @@ import SnapKit import RxRelay import RxCocoa import RxSwift -import DDTimerKit_Private +import DDTimerSwiftKit_Private import DDProgressHUDKit_Private import DDAutoUIKit_Private import DDControlsKit_Private @@ -269,8 +269,7 @@ extension LoginController { func codeButtonTimer() -> Observable { return Observable.create { ob in var duration = 60 - - DDTimerManager.dd_share().dd_addTimer(withName: login_code_timer_key, timeInterval: 1, repeatCount: 0, delay: 0) { (manager,obj,_) in + GCDT.addGCDTimer(named: login_code_timer_key, delay: DispatchTimeInterval.seconds(0), repeating: DispatchTimeInterval.seconds(1)) { duration-=1 ob.onNext(duration) if duration == 0 { @@ -279,7 +278,7 @@ extension LoginController { } return Disposables.create { - DDTimerManager.dd_share().dd_removeTimerNamed(login_code_timer_key) + GCDT.cancelGCDTimer(named: login_code_timer_key) } } } diff --git a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift index 399df59..c69c2ba 100644 --- a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift +++ b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift @@ -14,7 +14,7 @@ import RxCocoa import RxRelay import JXCategoryView import SnapKit -import DDTimerKit_Private +import DDTimerSwiftKit_Private fileprivate let vehicleMonitoringPannelViewHeight = auto(300) fileprivate let vehicleMonitoringPannelViewTopInset = auto(70) diff --git a/Podfile b/Podfile index 957d9bc..05a885b 100644 --- a/Podfile +++ b/Podfile @@ -19,7 +19,7 @@ target 'OrderScheduling' do pod 'RxSwift' pod 'RxRelay' pod 'RxCocoa' - pod 'DDTimerKit_Private' + pod 'DDTimerSwiftKit_Private' pod 'DDToastKit_Private' pod 'DDNetworkingOfAlamofireKit_Private' pod 'DDProgressHUDKit_Private' diff --git a/Podfile.lock b/Podfile.lock index d942504..01d2bee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -254,9 +254,8 @@ PODS: - "DDCategoryKit_Private/UIImage+DDCategory" - Kingfisher - SnapKit - - DDTimerKit_Private (0.1.0): - - DDTimerKit_Private/GCDTimer (= 0.1.0) - - DDTimerKit_Private/GCDTimer (0.1.0) + - DDTimerSwiftKit_Private (0.1.1): + - DDLogKit_Private/SwiftLog - DDToastKit_Private (0.1.2) - DDUtilsSwiftKit_Private (0.1.0): - DDUtilsSwiftKit_Private/ApplicationInfo (= 0.1.0) @@ -315,7 +314,7 @@ DEPENDENCIES: - DDMAMapKit_Private - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - - DDTimerKit_Private + - DDTimerSwiftKit_Private - DDToastKit_Private - DDUtilsSwiftKit_Private - DDWebImageKit_Private @@ -348,7 +347,7 @@ SPEC REPOS: - DDMAMapKit_Private - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - - DDTimerKit_Private + - DDTimerSwiftKit_Private - DDToastKit_Private - DDUtilsSwiftKit_Private - DDWebImageKit_Private @@ -398,7 +397,7 @@ SPEC CHECKSUMS: DDMAMapKit_Private: fda2942ba7a3b7da4d440e59a89db9fd6708d842 DDNetworkingOfAlamofireKit_Private: d65c96f99bc59311d374e7b7a7e8a9e042d9b5ea DDProgressHUDKit_Private: 1e219062ddeb7801a4bb13b367efa1f3fbf17f1e - DDTimerKit_Private: 3713d029a72710f42a5dd5a32083d6aad8f51eb0 + DDTimerSwiftKit_Private: ff34ed08c057588afa4e4337e0d08124c00dbcb3 DDToastKit_Private: b6ae3709d110cadca503a037419f3709d1755256 DDUtilsSwiftKit_Private: a0bb323c6bac3bf68e94f95d10fd9e3529fb773d DDWebImageKit_Private: b905111547e44626773b729bae9030403a9a0c76 @@ -418,6 +417,6 @@ SPEC CHECKSUMS: SwiftEntryKit: 61b5fa36f34a97dd8013e48a7345bc4c4720be9a ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: 2fd9be94a0575c21d085f3a108da9381a59b2136 +PODFILE CHECKSUM: 54816ab62e42f5b8ee1aec46e52e7bbfd34873a6 COCOAPODS: 1.11.3 diff --git a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h b/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h deleted file mode 100644 index 358a223..0000000 --- a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h +++ /dev/null @@ -1,83 +0,0 @@ -// -// DDTimerManager.h -// DDToolsKit_Private -// Created by DDIsFriend on 2022/7/29. - -#import -#import "DDTimerObject.h" - -NS_ASSUME_NONNULL_BEGIN - -#define TIME_FOREVER (~0ull) - -@interface DDTimerManager : NSObject -/** - *return a static instance. - */ -+ (instancetype)dd_shareManager; - -- (instancetype)init NS_UNAVAILABLE; - -+ (instancetype)new NS_UNAVAILABLE; - -/** - *add a timerObject to the timerManager. - *@param timerName a timerName. - *@param timeInterval The nanosecond interval for the timer. - *@param repeatCount if repeatCount is 0, the timer will cycle always. - *@param delayTimeInterval you can set Time_Forever , then manual wake up timer by invoked 'makeTimerActivateNamed' . - *@param timerBlock what to do in this timer. - *@param completionBlock this block invoked by adding timer success. - *@warning completionBlock is invoked async. - */ -- (void)dd_addTimerWithName:(NSString *)timerName timeInterval:(NSTimeInterval)timeInterval repeatCount:(NSUInteger)repeatCount delay:(NSTimeInterval)delayTimeInterval timerBlock:(nullable void(^)(DDTimerManager * _timerManager,DDTimerObject *_Nullable timerObject, NSUInteger timerObjectIndex))timerBlock completionBlock:(nullable void(^)(void))completionBlock; - -/** - * the timerObject is weather activate now. - *@param timerName a timerName. - */ -- (DDTimerRunState)dd_runStateAboutTimerObjectNamed:(NSString *)timerName; - -/** - *wheather timerObject is contained in the timerManager. - *@param timerName a timerObject name. - */ -- (BOOL)dd_containTimerNamed:(NSString *)timerName; - -/** - *manual invoke timer activate. - *@param timerName a timerObject name. - */ -- (void)dd_makeTimerActivateNamed:(NSString *)timerName; - -/** - *manual invoke timer suspend. - *@param timerName a timerObject name. - */ -- (void)dd_makeTimerSuspendNamed:(NSString *)timerName; - -/** - *manual invoke timer resume. - *@param timerName a timerObject name. - */ -- (void)dd_makeTimerResumeNamed:(NSString *)timerName; - -/** - *remove a timerObject from the timerManager. - *@param timerObject a timerObject. - */ -- (void)dd_removeTimer:(DDTimerObject *)timerObject; - -/** - *remove a timerObject from the timerManager. - *@param timerName a timerObject name. - */ -- (void)dd_removeTimerNamed:(NSString *)timerName; - -/** - * remove all timers. - */ -- (void)dd_removeAllTimer; -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m b/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m deleted file mode 100644 index 6b36745..0000000 --- a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m +++ /dev/null @@ -1,274 +0,0 @@ -// -// DDTimerManager.m -// DDToolsKit_Private -// Created by DDIsFriend on 2022/7/29. - -#import "DDTimerManager.h" - -typedef NSString * DDTimerManagerOperate NS_STRING_ENUM; - -DDTimerManagerOperate const DDTimerManagerOperateAddSuccess = @"定时器添加成功"; -DDTimerManagerOperate const DDTimerManagerOperateAddErrorOfContained = @"定时器添加失败,原因:已添加"; -DDTimerManagerOperate const DDTimerManagerOperateRemoveSuccess = @"定时器移除成功"; -DDTimerManagerOperate const DDTimerManagerOperateRemoveErrorOfNotContained = @"定时器移除失败,原因:未包含"; -DDTimerManagerOperate const DDTimerManagerOperateTimerNotFind = @"未找到定时器"; - -@interface DDTimerManager () -@property (nonatomic, strong)NSPointerArray *timers; -@property (nonatomic, strong)dispatch_queue_t timerManagerQueue; -@end - -@implementation DDTimerManager -+ (instancetype)dd_shareManager{ - static DDTimerManager *_manager = nil; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - _manager = [[self alloc] initWithSuper]; - }); - return _manager; -} - -- (instancetype)initWithSuper{ - self = [super init]; - if (!self) return nil; - return self; -} - -- (instancetype)init{ - @throw [NSException exceptionWithName:NSGenericException reason:@"init unavailable, use 'dd_shareManager' instead" userInfo:nil]; - return nil; -} - -- (void)dd_addTimerWithName:(NSString *)timerName timeInterval:(NSTimeInterval)timeInterval repeatCount:(NSUInteger)repeatCount delay:(NSTimeInterval)delayTimeInterval timerBlock:(nullable void(^)(DDTimerManager * _timerManager,DDTimerObject *_Nullable timerObject, NSUInteger timerObjectIndex))timerBlock completionBlock:(nullable void(^)(void))completionBlock{ - dispatch_async(self.timerManagerQueue, ^{ - BOOL addSuccess = [self dd_addTimerWithName:timerName timeInterval:timeInterval repeatCount:repeatCount delay:delayTimeInterval timerBlock:timerBlock]; - if (addSuccess) { - @try { - if (completionBlock) { - completionBlock(); - } - } @catch (NSException *exception) { - NSLog(@"%@",exception); - } @finally { - - } - }else{ - NSLog(@"name = ’%@‘ , %@",timerName,DDTimerManagerOperateAddErrorOfContained); - } - }); -} - -- (BOOL)dd_addTimerWithName:(NSString *)timerName timeInterval:(NSTimeInterval)timeInterval repeatCount:(NSUInteger)repeatCount delay:(NSTimeInterval)delayTimeInterval timerBlock:(nullable void(^)(DDTimerManager * _timerManager,DDTimerObject *_Nullable timerObject, NSUInteger timerObjectIndex))timerBlock{ - __block BOOL addTimerSuccess = NO; - __block BOOL isAddedSameNameTimerBefore = NO; - - [self.timers.allObjects enumerateObjectsUsingBlock:^(DDTimerObject *_Nonnull timerObject, NSUInteger idx, BOOL * _Nonnull stop) { - if ([timerObject.name isEqualToString:timerName]) { - isAddedSameNameTimerBefore = YES; - *stop = YES; - } - }]; - - if (isAddedSameNameTimerBefore) { - NSLog(@"name = '%@' , %@",timerName,DDTimerManagerOperateAddErrorOfContained); - addTimerSuccess = NO; - return addTimerSuccess; - } - __weak typeof(self) weakSelf = self; - DDTimerObject *timerObject = [DDTimerObject dd_timerObjectWithName:timerName timeInterval:timeInterval repeatCount:repeatCount timerBlock:^(DDTimerObject * _Nullable timerObject) { - __strong typeof(weakSelf) strongSelf = weakSelf; - if (timerBlock) { - timerBlock(strongSelf,timerObject,strongSelf.timers.count); - } - } completionHandler:^(DDTimerObject * _Nullable timerObject) { - __strong typeof(weakSelf) strongSelf = weakSelf; - /// timer will be removed when action completed. - [strongSelf dd_removeTimerNamed:timerObject.name]; - }]; - - [self.timers addPointer:(__bridge void * _Nullable)timerObject]; - - NSLog(@"name = '%@' , %@",timerObject.name,DDTimerManagerOperateAddSuccess); - - /// make timer activate. - dispatch_after(dispatch_time((delayTimeInterval == TIME_FOREVER) ? DISPATCH_TIME_FOREVER : DISPATCH_TIME_NOW, (int64_t)(delayTimeInterval * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ - [timerObject dd_activateTimerObject]; - }); - - addTimerSuccess = YES; - return addTimerSuccess; -} - -- (DDTimerRunState)dd_runStateAboutTimerObjectNamed:(NSString *)timerName{ - DDTimerObject *_timerObject = nil; - - for (DDTimerObject *timerObject in self.timers.allObjects){ - if ([timerObject.name isEqualToString:timerName]) { - _timerObject = timerObject; - break; - } - } - if (_timerObject == nil) { - NSLog(@"name = ’%@‘ , %@",timerName,DDTimerManagerOperateTimerNotFind); - return NO; - } - - return _timerObject.runState; -} - -- (BOOL)dd_containTimerNamed:(NSString *)timerName{ - BOOL isAddedSameNameTimerBefore = NO; - - for (DDTimerObject *timerObject in self.timers.allObjects){ - if ([timerObject.name isEqualToString:timerName]) { - isAddedSameNameTimerBefore = YES; - break; - } - } - - return isAddedSameNameTimerBefore; -} - -- (void)dd_makeTimerActivateNamed:(NSString *)timerName{ - DDTimerObject *_timerObject; - for (DDTimerObject *timerObject in self.timers.allObjects){ - if ([timerObject.name isEqualToString:timerName]) { - _timerObject = timerObject; - break; - } - } - if (_timerObject != nil) { - [_timerObject dd_activateTimerObject]; - }else{ - NSLog(@"name = ’%@‘ , %@",timerName,DDTimerManagerOperateTimerNotFind); - } -} - -- (void)dd_makeTimerSuspendNamed:(NSString *)timerName{ - DDTimerObject *_timerObject; - for (DDTimerObject *timerObject in self.timers.allObjects){ - if ([timerObject.name isEqualToString:timerName]) { - _timerObject = timerObject; - break; - } - } - if (_timerObject != nil) { - [_timerObject dd_suspendTimerObject]; - }else{ - NSLog(@"name = ’%@‘ , %@",timerName,DDTimerManagerOperateTimerNotFind); - } -} - -- (void)dd_makeTimerResumeNamed:(NSString *)timerName{ - - DDTimerObject *_timerObject; - for (DDTimerObject *timerObject in self.timers.allObjects){ - if ([timerObject.name isEqualToString:timerName]) { - _timerObject = timerObject; - break; - } - } - - if (_timerObject != nil) { - [_timerObject dd_resumeTimerObject]; - }else{ - NSLog(@"name = ’%@‘ , %@",timerName,DDTimerManagerOperateTimerNotFind); - } - -} - -- (void)dd_removeTimer:(DDTimerObject *)timerObject{ - dispatch_async(self.timerManagerQueue, ^{ - [self removeTimerWithTimerObject:timerObject timerName:nil]; - }); -} - -- (void)dd_removeTimerNamed:(NSString *)timerName{ - dispatch_async(self.timerManagerQueue, ^{ - [self removeTimerWithTimerObject:nil timerName:timerName]; - }); -} - -- (void)removeTimerWithTimerObject:(nullable DDTimerObject *)timerObject timerName:(nullable NSString *)timerName{ - ///if timerObject is non-nulable, timerName is invalid. - if (self.timers == 0) return; - - NSMutableArray *removeIndexs = [NSMutableArray array]; - [self.timers.allObjects enumerateObjectsUsingBlock:^(DDTimerObject *_Nonnull _timerObject, NSUInteger idx, BOOL * _Nonnull stop) { - if ((timerObject != nil && timerObject == _timerObject) || (timerName != nil && [timerName isEqualToString:_timerObject.name])) { - [removeIndexs addObject:@(idx)]; - *stop = YES; - } - }]; - - if (removeIndexs.count > 0) { - - for (NSNumber *indexNum in removeIndexs){ - DDTimerObject *timerObject = [self.timers pointerAtIndex:[indexNum integerValue]]; - [timerObject dd_cancelTimerObject]; - [self.timers removePointerAtIndex:[indexNum integerValue]]; - timerObject = nil; - } - - if (timerName != nil) { - NSLog(@"name = '%@' , %@",timerName,DDTimerManagerOperateRemoveSuccess); - } - - [self logLeftTimer]; - - }else{ - if (timerObject != nil) { - NSLog(@"timerObject = %@ , %@",timerObject,DDTimerManagerOperateRemoveErrorOfNotContained); - }else if (timerName != nil){ - NSLog(@"name = %@ , %@",timerName,DDTimerManagerOperateRemoveErrorOfNotContained); - } - - } - - [removeIndexs removeAllObjects]; - removeIndexs = nil; -} - -- (void)dd_removeAllTimer{ - if (self.timers.count == 0) return; - - dispatch_async(self.timerManagerQueue, ^{ - NSUInteger timersCount = self.timers.count; - - for (NSUInteger i = 0; i < timersCount; i++) { - @autoreleasepool { - DDTimerObject *timerObject = [self.timers pointerAtIndex:i]; - [timerObject dd_cancelTimerObject]; - [self.timers replacePointerAtIndex:i withPointer:NULL]; - timerObject = nil; - } - } - [self.timers compact]; - - [self logLeftTimer]; - }); - -} - -- (void)logLeftTimer{ - if (self.timers.count == 0) return NSLog(@"DDTimerManager剩余定时器数量为0"); - [self.timers.allObjects enumerateObjectsUsingBlock:^(DDTimerObject *_Nonnull _timerObject, NSUInteger idx, BOOL * _Nonnull stop) { - NSLog(@"当前剩余的定时器name = %@",_timerObject.name); - }]; -} - -#pragma mark -- -- (NSPointerArray *)timers{ - if (!_timers) { - _timers = [NSPointerArray strongObjectsPointerArray]; - } - return _timers; -} - -- (dispatch_queue_t)timerManagerQueue{ - if (!_timerManagerQueue) { - _timerManagerQueue = dispatch_queue_create("timerManager_timerManagerQueue", DISPATCH_QUEUE_SERIAL); - } - return _timerManagerQueue; -} -@end diff --git a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h b/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h deleted file mode 100644 index a9cd5ee..0000000 --- a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h +++ /dev/null @@ -1,55 +0,0 @@ -// -// DDTimerObject.h -// DDToolsKit_Private -// Created by DDIsFriend on 2022/7/29. - -#import - -NS_ASSUME_NONNULL_BEGIN - -typedef NS_ENUM(NSUInteger, DDTimerRunState) { - DDTimerRunStateNotActivate, - DDTimerRunStateActivate, - DDTimerRunStateSuspend, -}; - -@interface DDTimerObject : NSObject -@property (nonatomic, copy, readonly)NSString *name; -@property (nonatomic, assign, readonly)NSTimeInterval timeInterval; -@property (nonatomic, assign, readonly)BOOL isActivate; -@property (nonatomic, assign, readonly)DDTimerRunState runState; -/** - *return a timerObject with dispatch_source_t. - *@param name timer's name is required. - *@param timerInterval The nanosecond interval for the timer. - *@param repeatCount if repeatCount is 0, the timer will cycle always. - *@param timerBlock what to do in this timer. - */ -+ (DDTimerObject *)dd_timerObjectWithName:(NSString *)name timeInterval:(NSTimeInterval)timerInterval repeatCount:(NSInteger)repeatCount timerBlock:(nullable void(^)(DDTimerObject *_Nullable timerObject))timerBlock completionHandler:(nullable void(^)(DDTimerObject *_Nullable timerObject))completionHandler; - -/** - * the timerObject is whether activate now. - */ -- (DDTimerRunState)dd_timerRunState; - -/** - * activate timer that timer can run. - */ -- (void)dd_activateTimerObject; -/** - * cancel dispatch_source_t. - */ -- (void)dd_cancelTimerObject; - -/** - * suspend timer. - */ -- (void)dd_suspendTimerObject; - -/** - * resume timer. - */ -- (void)dd_resumeTimerObject; -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m b/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m deleted file mode 100644 index 4bba191..0000000 --- a/Pods/DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m +++ /dev/null @@ -1,104 +0,0 @@ -// -// DDTimerObject.m -// DDToolsKit_Private -// Created by DDIsFriend on 2022/7/29. - -#import "DDTimerObject.h" - -typedef void(^TimerEventHandler)(DDTimerObject *_Nullable timerObject); - -@interface DDTimerObject () -@property (nonatomic, strong, nullable)dispatch_source_t timer; -@property (nonatomic, strong) dispatch_queue_t timerQueue; -@property (nonatomic, copy) NSString *name; -@property (nonatomic, assign) NSTimeInterval timeInterval; -@property (nonatomic, assign) NSUInteger repeatCount; -@property (nonatomic, assign, readwrite) DDTimerRunState runState; -@end - -@implementation DDTimerObject -+ (DDTimerObject *)dd_timerObjectWithName:(NSString *)name timeInterval:(NSTimeInterval)timerInterval repeatCount:(NSInteger)repeatCount timerBlock:(nullable void(^)(DDTimerObject *_Nullable timerObject))timerBlock completionHandler:(nullable void(^)(DDTimerObject *_Nullable timerObject))completionHandler{ - DDTimerObject *timerObject = [[DDTimerObject alloc] init]; - timerObject.name = name; - timerObject.timeInterval = timerInterval; - [timerObject objectAddTimer:timerInterval repeatCount:repeatCount timerBlock:timerBlock completionHandler:completionHandler]; - return timerObject; -} - - -- (void)objectAddTimer:(NSTimeInterval)timerInterval repeatCount:(NSInteger)repeatCount timerBlock:(void(^)(DDTimerObject *_Nullable timerObject))timerBlock completionHandler:(nullable void(^)(DDTimerObject *_Nullable timerObject))completionHandler{ - self.repeatCount = 0; - self.timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, self.timerQueue); - dispatch_source_set_timer(self.timer, DISPATCH_TIME_NOW, timerInterval * NSEC_PER_SEC, 0); - __weak typeof(self) weakSelf = self; - dispatch_source_set_event_handler(self.timer, ^{ - __strong typeof(weakSelf) strongSelf = weakSelf; - ///run - if (timerBlock) { - timerBlock(strongSelf); - } - - if ((repeatCount > 0 && strongSelf.repeatCount >= repeatCount)) { - ///stop - if (completionHandler) { - completionHandler(strongSelf); - } - return; - } - - strongSelf.repeatCount++; - - }); - - self.runState = DDTimerRunStateNotActivate; -} - -- (DDTimerRunState)dd_timerRunState{ - return self.runState; -} - -- (void)dd_activateTimerObject{ - if (self.timer == nil) return; - if (self.runState == DDTimerRunStateSuspend) return; - if (self.runState == DDTimerRunStateActivate) return; - - dispatch_activate(self.timer); - self.runState = DDTimerRunStateActivate; -} - -- (void)dd_cancelTimerObject{ - if (self.timer == nil) return; - if (self.runState == DDTimerRunStateNotActivate) return; - dispatch_cancel(self.timer); - NSLog(@"名为 ’%@‘ 的定时器取消了",self.name); - self.timer = nil; - self.runState = DDTimerRunStateNotActivate; -} - -- (void)dd_suspendTimerObject{ - if (self.timer == nil) return; - if (self.runState == DDTimerRunStateNotActivate) return; - if (self.runState == DDTimerRunStateSuspend) return; - - dispatch_suspend(self.timer); - NSLog(@"名为 ’%@‘ 的定时器暂停了",self.name); - self.runState = DDTimerRunStateSuspend; -} - -- (void)dd_resumeTimerObject{ - if (self.timer == nil) return; - if (self.runState == DDTimerRunStateActivate) return; - - dispatch_resume(self.timer); - NSLog(@"名为 ’%@‘ 的定时器恢复运行了",self.name); - self.runState = DDTimerRunStateActivate; -} - -#pragma mark -- lazy -- (dispatch_queue_t)timerQueue{ - if (!_timerQueue) { - _timerQueue = dispatch_queue_create("timerObject_queue", DISPATCH_QUEUE_CONCURRENT); - } - return _timerQueue; -} -@end diff --git a/Pods/DDTimerKit_Private/README.md b/Pods/DDTimerKit_Private/README.md deleted file mode 100644 index 7eba15b..0000000 --- a/Pods/DDTimerKit_Private/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# DDTimerKit_Private - -[![CI Status](https://img.shields.io/travis/DDIsFriend/DDTimerKit_Private.svg?style=flat)](https://travis-ci.org/DDIsFriend/DDTimerKit_Private) -[![Version](https://img.shields.io/cocoapods/v/DDTimerKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDTimerKit_Private) -[![License](https://img.shields.io/cocoapods/l/DDTimerKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDTimerKit_Private) -[![Platform](https://img.shields.io/cocoapods/p/DDTimerKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDTimerKit_Private) - -## Example - -To run the example project, clone the repo, and run `pod install` from the Example directory first. - -## Requirements - -## Installation - -DDTimerKit_Private is available through [CocoaPods](https://cocoapods.org). To install -it, simply add the following line to your Podfile: - -```ruby -pod 'DDTimerKit_Private' -``` - -## Author - -DDIsFriend, DDIsFriend@163.com - -## License - -DDTimerKit_Private is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private/Classes/GCDTimer/GCDTimer.swift b/Pods/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private/Classes/GCDTimer/GCDTimer.swift new file mode 100644 index 0000000..01cd235 --- /dev/null +++ b/Pods/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private/Classes/GCDTimer/GCDTimer.swift @@ -0,0 +1,159 @@ +// +// GCDTimer.swift +// DDTimerSwiftKit_Private +// Created by DDIsFriend on 2023/9/15. + + +import Foundation +import DDLogKit_Private + +public let GCDT = GCDTimer.default +open class GCDTimer { + public static let `default` = GCDTimer() + + private var timerSources : [GCDTimerAbstract] = [] + + public var canceledCompletionHandler:(() -> Void)? // 主动取消定时器时,由于定时器当前可能存在任务,所以要等任务结束后再进行相应的操作 + + /// 取消定时器时,定时器如果有正在执行的任务,会先将当前正在执行的任务执行完成才会取消成功,因此如果需要添加相同名字的定时器,需要确保之前同名的定时器已经被彻底取消了。 + /// - Parameters: + /// - named: 定时器名字 + /// - delay: 定时器延迟多久开始执行第一次操作 + /// - repeating: 定时器间隔时间 + /// - repeatCount: 重复次数 + /// - repeatHandler: 定时器操作 + /// - cancelHandler: 如果执行了cancelHandler,就不会执行completionHandler + /// - completionHandler: 如果执行了completionHandler,就不会执行cancelHandler + public func addGCDTimer(named timerName:String,delay:DispatchTimeInterval,repeating:DispatchTimeInterval,repeatCount:Int = Int.max,repeatHandler:@escaping (() -> Void),cancelHandler:(() -> Void)? = nil,completionHandler:(() -> Void)? = nil) { + if let _ = timerSources.first(where: { gcdTimerA in + gcdTimerA.timerName == timerName + }) { + DDLog(message: "定时器\'\(timerName)\'重复添加,添加失败") + return + } + + let gcdTimerA = GCDTimerAbstract(named: timerName) + gcdTimerA.addGCDTimer(delay: delay, repeating: repeating, repeatCount: repeatCount) { + repeatHandler() + } cancelHandler: {[weak self] timerName in + // 移除定时器 + self?.removeGCDTimer(named: timerName) + // 添加定时器处执行取消操作 + if let cancelHandler { + cancelHandler() + } + // 取消定时器处执行取消操作 + if let canceledCompletionHandler = self?.canceledCompletionHandler { + canceledCompletionHandler() + } + } completionHandler: {[weak self] timerName in + // 移除定时器 + self?.removeGCDTimer(named: timerName) + // 执行结束操作 + if let completionHandler { + completionHandler() + } + } + + timerSources.append(gcdTimerA) + DDLog(message: "定时器\'\(timerName)\'添加成功") + // 打印剩余的定时器 + logTimerName() + } + + + /// 在取消定时器时,假如定时器正在执行任务,这个过程中被多次取消且携带了canceledCompletionHandler,只会执行最后一次赋值的canceledCompletionHandler。 + /// - Parameters: + /// - timerName: 定时器名字 + /// - canceledCompletionHandler: 取消定时器后的操作 + public func cancelGCDTimer(named timerName:String,canceledCompletionHandler:(() -> Void)? = nil) { + // 当timerSources中包含定时器时,取消定时器 + if let gcdTimerA = timerSources.first(where: { gcdTimerA in + gcdTimerA.timerName == timerName + }) { + self.canceledCompletionHandler = canceledCompletionHandler + gcdTimerA.cancelGCDTimer(isCanceledManually: true) + }else{ + DDLog(message: "定时器\'\(timerName)\'取消失败,未包含") + } + } + + public func containsGCDTimer(named timerName:String) -> Bool { + if let _ = timerSources.first(where: { gcdTimerA in + gcdTimerA.timerName == timerName + }) { + return true + } + return false + } + + func removeGCDTimer(named timerName:String) { + // 移除定时器的抽象类 + timerSources.removeAll { gcdTimerA in + gcdTimerA.timerName == timerName + } + DDLog(message: "定时器\'\(timerName)\'移除成功") + // 打印剩余的定时器 + logTimerName() + } + + func logTimerName() { + for gcdTimerA in timerSources { + DDLog(message:("剩余定时器:\'\( gcdTimerA.timerName)\'")) + } + } +} + +class GCDTimerAbstract { + + private let timerSource = DispatchSource.makeTimerSource(flags: .strict,queue: dispatch_queue_concurrent_t(label: "GCDTimerConcurrentQueue")) + + public var timerName : String + + public var isCanceledManually : Bool = false // 是否时主动取消定时器 + + init(named timerName: String) { + self.timerName = timerName + } + + public func addGCDTimer(delay:DispatchTimeInterval,repeating:DispatchTimeInterval,repeatCount:Int,repeatHandler:@escaping (() -> Void),cancelHandler:((String) -> Void)? = nil,completionHandler: ((String) -> Void)? = nil) { + // 当前剩余的次数 + var leftRepeatCount = repeatCount + + timerSource.setEventHandler(handler: {[weak self] in + // 定时器执行的任务 + repeatHandler() + + leftRepeatCount-=1 + // 此时定时器次数结束 + if (leftRepeatCount > 0) == false { + self?.cancelGCDTimer(isCanceledManually: false) + } + }) + + timerSource.setCancelHandler(handler: {[weak self] in + if self?.isCanceledManually == true { + // 定时器中途被取消时,在添加定时器的位置需要执行的取消操作 + if let cancelHandler,let timerName = self?.timerName { + cancelHandler(timerName) + } + + // 定时器中途被取消时,在取消完成后 + }else{ + // 定时器结束后执行 + if let completionHandler,let timerName = self?.timerName { + completionHandler(timerName) + } + } + }) + + timerSource.schedule(wallDeadline: DispatchWallTime.now() + delay,repeating: repeating) + timerSource.activate() + } + + // 次数统一处理结束,因为会有cancelHander + public func cancelGCDTimer(isCanceledManually:Bool) { + self.isCanceledManually = isCanceledManually + timerSource.cancel() + } +} diff --git a/Pods/DDTimerKit_Private/LICENSE b/Pods/DDTimerSwiftKit_Private/LICENSE similarity index 100% rename from Pods/DDTimerKit_Private/LICENSE rename to Pods/DDTimerSwiftKit_Private/LICENSE diff --git a/Pods/DDTimerSwiftKit_Private/README.md b/Pods/DDTimerSwiftKit_Private/README.md new file mode 100644 index 0000000..52e75c0 --- /dev/null +++ b/Pods/DDTimerSwiftKit_Private/README.md @@ -0,0 +1,29 @@ +# DDTimerSwiftKit_Private + +[![CI Status](https://img.shields.io/travis/DDIsFriend/DDTimerSwiftKit_Private.svg?style=flat)](https://travis-ci.org/DDIsFriend/DDTimerSwiftKit_Private) +[![Version](https://img.shields.io/cocoapods/v/DDTimerSwiftKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDTimerSwiftKit_Private) +[![License](https://img.shields.io/cocoapods/l/DDTimerSwiftKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDTimerSwiftKit_Private) +[![Platform](https://img.shields.io/cocoapods/p/DDTimerSwiftKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDTimerSwiftKit_Private) + +## Example + +To run the example project, clone the repo, and run `pod install` from the Example directory first. + +## Requirements + +## Installation + +DDTimerSwiftKit_Private is available through [CocoaPods](https://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'DDTimerSwiftKit_Private' +``` + +## Author + +DDIsFriend, DDIsFriend@163.com + +## License + +DDTimerSwiftKit_Private is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Headers/Private/DDTimerKit_Private/DDTimerManager.h b/Pods/Headers/Private/DDTimerKit_Private/DDTimerManager.h deleted file mode 120000 index a39e566..0000000 --- a/Pods/Headers/Private/DDTimerKit_Private/DDTimerManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h \ No newline at end of file diff --git a/Pods/Headers/Private/DDTimerKit_Private/DDTimerObject.h b/Pods/Headers/Private/DDTimerKit_Private/DDTimerObject.h deleted file mode 120000 index 7719bc6..0000000 --- a/Pods/Headers/Private/DDTimerKit_Private/DDTimerObject.h +++ /dev/null @@ -1 +0,0 @@ -../../../DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h \ No newline at end of file diff --git a/Pods/Headers/Public/DDTimerKit_Private/DDTimerKit_Private-umbrella.h b/Pods/Headers/Public/DDTimerKit_Private/DDTimerKit_Private-umbrella.h deleted file mode 120000 index 2c119a4..0000000 --- a/Pods/Headers/Public/DDTimerKit_Private/DDTimerKit_Private-umbrella.h +++ /dev/null @@ -1 +0,0 @@ -../../../Target Support Files/DDTimerKit_Private/DDTimerKit_Private-umbrella.h \ No newline at end of file diff --git a/Pods/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap b/Pods/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap deleted file mode 120000 index 1c62319..0000000 --- a/Pods/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap +++ /dev/null @@ -1 +0,0 @@ -../../../Target Support Files/DDTimerKit_Private/DDTimerKit_Private.modulemap \ No newline at end of file diff --git a/Pods/Headers/Public/DDTimerKit_Private/DDTimerManager.h b/Pods/Headers/Public/DDTimerKit_Private/DDTimerManager.h deleted file mode 120000 index a39e566..0000000 --- a/Pods/Headers/Public/DDTimerKit_Private/DDTimerManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h \ No newline at end of file diff --git a/Pods/Headers/Public/DDTimerKit_Private/DDTimerObject.h b/Pods/Headers/Public/DDTimerKit_Private/DDTimerObject.h deleted file mode 120000 index 7719bc6..0000000 --- a/Pods/Headers/Public/DDTimerKit_Private/DDTimerObject.h +++ /dev/null @@ -1 +0,0 @@ -../../../DDTimerKit_Private/DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h \ No newline at end of file diff --git a/Pods/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h b/Pods/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h new file mode 120000 index 0000000..03d4857 --- /dev/null +++ b/Pods/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h @@ -0,0 +1 @@ +../../../Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h \ No newline at end of file diff --git a/Pods/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap b/Pods/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap new file mode 120000 index 0000000..2c8d064 --- /dev/null +++ b/Pods/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap @@ -0,0 +1 @@ +../../../Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap \ No newline at end of file diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index d942504..01d2bee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -254,9 +254,8 @@ PODS: - "DDCategoryKit_Private/UIImage+DDCategory" - Kingfisher - SnapKit - - DDTimerKit_Private (0.1.0): - - DDTimerKit_Private/GCDTimer (= 0.1.0) - - DDTimerKit_Private/GCDTimer (0.1.0) + - DDTimerSwiftKit_Private (0.1.1): + - DDLogKit_Private/SwiftLog - DDToastKit_Private (0.1.2) - DDUtilsSwiftKit_Private (0.1.0): - DDUtilsSwiftKit_Private/ApplicationInfo (= 0.1.0) @@ -315,7 +314,7 @@ DEPENDENCIES: - DDMAMapKit_Private - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - - DDTimerKit_Private + - DDTimerSwiftKit_Private - DDToastKit_Private - DDUtilsSwiftKit_Private - DDWebImageKit_Private @@ -348,7 +347,7 @@ SPEC REPOS: - DDMAMapKit_Private - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - - DDTimerKit_Private + - DDTimerSwiftKit_Private - DDToastKit_Private - DDUtilsSwiftKit_Private - DDWebImageKit_Private @@ -398,7 +397,7 @@ SPEC CHECKSUMS: DDMAMapKit_Private: fda2942ba7a3b7da4d440e59a89db9fd6708d842 DDNetworkingOfAlamofireKit_Private: d65c96f99bc59311d374e7b7a7e8a9e042d9b5ea DDProgressHUDKit_Private: 1e219062ddeb7801a4bb13b367efa1f3fbf17f1e - DDTimerKit_Private: 3713d029a72710f42a5dd5a32083d6aad8f51eb0 + DDTimerSwiftKit_Private: ff34ed08c057588afa4e4337e0d08124c00dbcb3 DDToastKit_Private: b6ae3709d110cadca503a037419f3709d1755256 DDUtilsSwiftKit_Private: a0bb323c6bac3bf68e94f95d10fd9e3529fb773d DDWebImageKit_Private: b905111547e44626773b729bae9030403a9a0c76 @@ -418,6 +417,6 @@ SPEC CHECKSUMS: SwiftEntryKit: 61b5fa36f34a97dd8013e48a7345bc4c4720be9a ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: 2fd9be94a0575c21d085f3a108da9381a59b2136 +PODFILE CHECKSUM: 54816ab62e42f5b8ee1aec46e52e7bbfd34873a6 COCOAPODS: 1.11.3 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 87988e8..7f314f5 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -13,8 +13,8 @@ buildPhases = ( ); dependencies = ( - D04482070E777F0B8B5181DEC443D575 /* PBXTargetDependency */, - E15DECC60871B4E26C823E9231F9B2C0 /* PBXTargetDependency */, + 448F1765380473F73AC2076197B259A0 /* PBXTargetDependency */, + 2F20B086D01D354313FAE7819E855738 /* PBXTargetDependency */, ); name = "AMapTrack-NO-IDFA"; }; @@ -33,7 +33,7 @@ buildPhases = ( ); dependencies = ( - 723DBB5689DD172D77A36C070A9B919D /* PBXTargetDependency */, + D93DDC92D38D98D109AA8D01CF9E991F /* PBXTargetDependency */, ); name = "AMapLocation-NO-IDFA"; }; @@ -43,7 +43,7 @@ buildPhases = ( ); dependencies = ( - BE7523729F763932E8741BAA51379128 /* PBXTargetDependency */, + 72FCA88FCB1AB8542FCE2AC433298B84 /* PBXTargetDependency */, ); name = "AMapSearch-NO-IDFA"; }; @@ -54,7 +54,7 @@ 329295F5A096E0819713CBB5799FA87B /* [CP] Copy XCFrameworks */, ); dependencies = ( - 4F1BB7584A552A159252B4457775342A /* PBXTargetDependency */, + 8BE1D8FD19F1FFA9C189F1B1EBC2AF42 /* PBXTargetDependency */, ); name = JPush; }; @@ -93,3148 +93,3156 @@ buildPhases = ( ); dependencies = ( - F40BD2060BFF513C1178D3334119EFA4 /* PBXTargetDependency */, + 464525BBC2CFE4C312D3911BABECDB0F /* PBXTargetDependency */, ); name = "AMapNavi-NO-IDFA"; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00149C338A154F7A90372D9D111E890D /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0907F60EAB1883F72C2DC2519CD54BFA /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 012C3348FDB9BD307BC866EC0B5D23A3 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 81FADD75E7A9C13FB4B450CB3673DB93 /* SDImageCacheDefine.m */; }; - 0143EB0A386FA3CFC40509FCAA175C65 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266ED8855F0BC065A5CA20A61AFC5C4F /* Disposable.swift */; }; - 01B815BD97E0BA94CF89C42FE41254A8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A36A183A354E30D64AD7EBCCAF0A32EF /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01C132EB3605024492C96C11F1094D0B /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AE938B0DC17045EF61196CD890D9B30 /* InfiniteSequence.swift */; }; - 01D88D6479C1E52BA0A51FC7312F42F6 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F82F98052B220E2FDC964E41196ECF5 /* ConstraintLayoutGuide+Extensions.swift */; }; - 01D8AE321F1FA71F2D43127EAC90559D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 326CC2D108A260907866173BD1D7AD81 /* NSButton+WebCache.m */; }; - 02780D132E8AA44865FEF53E4D5155E6 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 89952B48A18518306018D1595FEA0EE2 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02C5131798FF28B7D851F0DB13D67C00 /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C226A4906A7D38A48DC9C622EFBFC7C5 /* UISlider+Rx.swift */; }; - 02D531FA1E9A19A134ED8BD68C5E04C0 /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F6FB443898FD308DDA105501F23E18 /* JXCategoryBaseCell.m */; }; - 02EDCC0E7DA24D63CD39E7D6326F5A56 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C48ECDBB0E140FF51B2CB09FBCE8B39C /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0325FC0D4CE47D33E675D5F9546D482C /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 248325A738041B7BFFD850D23EC76E3E /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0328E2D27FBE6EE399FC37D913E2290F /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138285E000A51FDA49B65AE83954CAD9 /* EKRatingMessage.swift */; }; - 032A14E6F364FB5AA5AF6FF9AC1BC8A5 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A74446D9093B68FD13B5879AD272276 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0386EB1BA8AB0AF35661C357479EF589 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4341F3CC57F6F091736FC3F541FEFFE1 /* SnapKit-dummy.m */; }; - 03D15839E09A1B451BB8FD0115774599 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FDD540431A4DCE034D81C565727230C9 /* UINavigationItem+DDCategory.m */; }; - 04131C0EECA33AD45AD1E07CF500E344 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE9B9E9B6160A9A95A41ED06FAFB7D0 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 044C9F746F7E39BA1B482B553386CA48 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 97F0120F0F2AF4A77E3913001C9A4C06 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04C0033DE2A1FD3EB256E41523A8F0E0 /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1693978550C4909CFDBD41B70A9125 /* ZLEditVideoViewController.swift */; }; - 04C95DB4DD1BD71AAF5FD233628A6C6D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 088CFEFFB923569A2F3E3DC2B63424CF /* NotificationCenter+Rx.swift */; }; - 054C5D3D52D113CC9A7AC9F7115A26A4 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF40F4A68B4CB2C55058BFB24F149F12 /* Platform.Darwin.swift */; }; - 055FD13CE509E194412FE8E424649053 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CD69590B61ED102742AEC7E90AA5CF7 /* ZLFilter.swift */; }; - 0591B0EE71308251E0E53C6D3EDB3D4C /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9BE5A852EC438098B8985FE07413AA7 /* ESTabBarItem.swift */; }; - 059BC6559FA348BF916CE00F5829A032 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 047248665275F122285FC5F73A94F06B /* DDBasicControlsKit_Private-dummy.m */; }; - 059DE39D2D7414DD88A410B406D3AD8F /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF9AB7344EF87D87F3F0F7754D3E58D /* SDImageTransformer.m */; }; - 05D437EC08CAA811D67ACCA77E79193F /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20DB907998A1399ACAE8A05070415D9 /* RequestModifier.swift */; }; - 0605E2513549327B19854B3FED759B44 /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37733D6A0D3FE4C6B87F6D2DCAFFB9A2 /* ControlEvent+Driver.swift */; }; - 06351528D58DD2A40E9F75566963BDB6 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B187436262050FBF35B54C7C83DD002 /* RxMutableBox.swift */; }; - 06A1B3EBA062654B29FA07AB21E48070 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E7157BCC6D03429AA08785A303D5D /* Rx.swift */; }; - 06A20EF6BA10D63870C3AB7C0E1BA53E /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7C56F6491BCB51997252340C8387E40 /* ZLPhotoModel.swift */; }; - 06B371D4F95E8184613EDABA69676D5A /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9824AAFC848BE22F730A25DDF0F8D9 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070AC1A560FD65090FD38168F6F8E8C4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC7F1C9BC874DA22646A88E4F04F84B /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0811BB981A2EF4E3C78C193E8AE1A4BA /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC16426442578A6CCCF01FC734E35D73 /* DDCollectionViewCell.swift */; }; - 086A5344477AD82116408C67EC714744 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24741348A83CCF2390909712C06DFFFA /* Scan.swift */; }; - 086EA2C23B50A2A6A470159E7CF7A274 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3CDC9DB1D3F7E1B205AA5EFB3CBA0FF /* SubjectType.swift */; }; - 08BDCE93E93047648166EBFE5E849BAF /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E1D66D750C4545F71A9DE88B999422C /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08CC4F2CF084EB4C21FD37F7D5C1728A /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FA17267760FC8B73830F3654BCD1CC /* ItemEvents.swift */; }; - 090CB7410807A358A26E54F65C8632FF /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD557348618D63F917CF562A001EDA8 /* Window.swift */; }; - 09B9E5FB7E73F28A4E1F581917EF868A /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DCBBBC70DD82764443A32C118788AC /* JXCategoryNumberCellModel.m */; }; - 09CB072529CD8E230649CBA428E3550F /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 587C4619B080FDF6CFE9B494C34E48E6 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09D5F7F33672B8A9602DFD8170CBDA13 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B62DD58F10805445B6B8CD05393C247 /* Platform.Darwin.swift */; }; - 09E2FEA32228AEC70CB3E5CCA97F19A8 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E62B9225287FBB42F61171907378DA /* Never.swift */; }; - 0A4A8465EB7A149D2E46E7C57DC78E33 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86314F394444EEDA3A7712FE66B0CF0 /* Optional.swift */; }; - 0A762FAE78A91ABC899CB431FE10B9FD /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EDBC7254BE790B6AD86975DF4026F2 /* ESTabBarController.swift */; }; - 0AD0AB36202A3B1B4D47CA8D7EF3C1A5 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E378886F31B66380D73CA57FAB3FAD03 /* SessionDelegate.swift */; }; - 0B4577864274CE4EB338A238A241AA0C /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18EE44FFEAFC7D597E2DB371F4164EA4 /* EKAttributes+Precedence.swift */; }; - 0B52A423F3F9E6C5A42612A06BCEEEF8 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF77C3B5600C6A9C8BADF35015376C3 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B6EE60C5B66DD9248A4B656F7BBCCC5 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED332836B8EC2DD0BAE7C566999935E5 /* Placeholder.swift */; }; - 0B6F12B22F4116500DC8501DBE0029D7 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BE2DE4F488B1AC0A083DB7924EAE42D /* DDBaseTextView.m */; }; - 0BCF8CB00A9A52600E24370C7144693F /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8007F65AE4FAB8BC11B36545C9D71F1B /* EKNoteMessageView.swift */; }; - 0C7A81B76F81FFAA7AFD437D61831C77 /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF2B2C47CD9078820F8ABF0E51703A57 /* DelegateProxy.swift */; }; - 0C833DB2294851CFBE098DF5BCEBADF3 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 948E5D323E3881D6D598CF459774D812 /* _RXKVOObserver.m */; }; - 0C83C845A20F4CDC656714E4DBABC116 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 823F23D3EB8743A6C07C9A549661CD19 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CEFD8DDF819019EB22193E0ED011C93 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66636452F72A4D5618CDD1707DE24235 /* FormatIndicatedCacheSerializer.swift */; }; - 0CF0A87B87DF71F838545FC4B0161A8B /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB296D3AA698AB589E39CE2AE04252F6 /* ZLResultModel.swift */; }; - 0D444C6AD7BA8B3307579F9FCA9F43FB /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4D2D40E825AC6C3B6F969BE9DDD81B /* EKAttributes+Shadow.swift */; }; - 0D8BDEFDF7D3429A3FCCF835136A5137 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BC35DDBD7939BF729900486DCAD8B32 /* DDLogKit_Private-dummy.m */; }; - 0E84EA21B0858EDC04A53458A7F8DBDD /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D1E93F0E7EC1DBCF5E202C5579D9459 /* HapticFeedbackGenerator.swift */; }; - 0EC5EC45F806F2DC7B68E6727227E49E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = D7380724DC2427B37C1C4FCCD7F4D92C /* ZFLandScapeControlView.m */; }; - 0EF9ECBCF521ABBE9AAA9D6A3FC8AFA1 /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 238AD87CD5CE6AE893538CAC2EF1E9E0 /* ConcurrentDispatchQueueScheduler.swift */; }; - 0F07E8F3A25C069804136625C896E870 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6C5DD625870C7AB05A9FDDA35F69B04 /* SingleAsync.swift */; }; - 0F2AAE2334C409128ADD57B132E767F6 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EAA6DA0DE6D079BC9B4F19B58AB9D63 /* JXCategoryTitleCell.m */; }; - 0F4B46FA44584B85A9B9FEC5A8E53FA6 /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AA1B15831BFFD8CFA3F854647263325 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F649564A25DBFC7F71B973C4C20D607 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE3C9083F97D0971580F1EFE16F1BB9 /* SubscribeOn.swift */; }; - 109B5AE20A60769580A62E3CAA2E8531 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BE71BD130A57F0F5742842C91040E3E /* DispatchQueueConfiguration.swift */; }; - 10A6B90618B04044A6541482AAED3215 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B635F08587AB9F6AE82002311C4046 /* KFOptionsSetter.swift */; }; - 1112AADD470DD6BB1410B7C32A0EA334 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FBF6154E16E12FA47D0DB0DC43B0FF9 /* IQInvocation.swift */; }; - 11682D080816D39D9C024F27F9E6DFB7 /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719B436AB6CA95E4030A780524BBA34C /* SwitchIfEmpty.swift */; }; - 119A65AD7B8F6C7C39DD19128A7B2DA9 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0900ED007C7DE9D927D6E31766F2662A /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11CDFB1A43FE6D23D2F8463B142537CC /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89E952B75850475D14EC64468E7C199A /* NSControl+Rx.swift */; }; - 11EAAA60DB73219EFC8B0CF1722D9C1D /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8166BDD64E8DCC4197341F25F9B7F3B /* UITableView+Rx.swift */; }; - 127BB0831E7F383B0F7DE209003032B9 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3F5B1B6D07566D4AD5ADD161DA299D /* JXCategoryIndicatorRainbowLineView.m */; }; - 129C1964A364166530F529A390760D71 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 07929A0B50434F2A0CA15E8E6EB620D6 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1379145EE1CE455EBC27791628DABACA /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = F72F9F9836EEF8F1D07655416801261E /* JXCategoryBaseView.m */; }; - 13FFD6888C710B80200066F61F332448 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20DF7F6B511C11F107E4168AB33CF37 /* ElementAt.swift */; }; - 14006084B55ECBF580E396E89C097D64 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67968F4377451131AEDEB2ADFB4FFC87 /* ZLEditToolCells.swift */; }; - 1437BB3F5BFA3F0EEF784975F7CA2970 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 538132E504EC8C69BEE5A1A58BAAD35C /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 144B55A9628A2AD6B54F8BBACAB7BCFD /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B062825B4E663350D54785A5086DA2A /* WKWebView+Rx.swift */; }; - 145BBF6F393882C968D5A99AC80004E1 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F029E5D05244D5B52D3AB3232207206 /* ZLLanguageDefine.swift */; }; - 14BDA754FC2D0B3F53B041C9C7B2E9E8 /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EF601E66FB76FE88C17B22F86A1253F /* InvocableScheduledItem.swift */; }; - 14C821B748B65A96E6D91708B70C0A93 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E95F2F653B234E055F171BBD91FD42DC /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1514C0A104ED7F4D63ED12FD17932D07 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33556DEFF3EA5BB3A5BE08A035E30F4C /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1556DFD67432E0856641F774D37183E5 /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D1C79500B0FF1A14A3F650DDF77E685 /* Sequence.swift */; }; - 159BBC585A2C51D44D40DE88B5B18AAF /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD61DEF0074FA03DF2A6271E393E5FE /* NSBundle+MJRefresh.m */; }; - 15D38081B9302FBAF9A361BAD7E5B05F /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A3BD46C47E0B15C21FE21B40739B3B6D /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 161E9C0C52EA75015C5A31DE39C86598 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E122AA630289FC4EB57B6406B6AFA2 /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 164EF65E8FB5C74DD01165686E11A48B /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2CEDE183EE16613530C56F4096BD124 /* LayoutConstraint.swift */; }; - 1660E2FBDA4323E7357179056B4B0E65 /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 79BB58D2DE758EABA3BAD2CE25F4E273 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 168F32A6ABFCE1B9110D5C266D36988A /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C7E16964AAF594D5B3968198E77477 /* UIColor+Hue.swift */; }; - 16D7520E9730FCE8DA870D81CE73A656 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CD96A7860AF65367B8804E8BFA658DC /* Errors.swift */; }; - 174ECAF8B269D8C95076D590B677607B /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9674E02D90B7EA28357763FADD598C96 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17C901067A0CC336075ABAC7A279589B /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = D23283CEBB4B6EDDA7C5E13DB2850094 /* BRPickerStyle.m */; }; - 17DA0483F109F5BA66CF5DD7366E36FF /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17895D9332C84ACFB2AC9E9C0F78585C /* UISearchController+Rx.swift */; }; - 18EBCC2A133B26DF8B5D5754492F3214 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81BD680F73625206ADDAC815C4981C /* EKSimpleMessageView.swift */; }; - 1907E1538B94B438D1CE4633961FB1D0 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483A9A3E6A809CDFC5FF0EFDB604CF84 /* GraphicsContext.swift */; }; - 1942078CB9DFD9A5800CB03F0CEDDE5B /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 179CF6707D6520BF387CB993DB799419 /* NSAttributedString+DDCategory.m */; }; - 194D6F32A526649820D6B0AA03EEF12F /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77722556D62B61754AE5C42E3B971A5F /* RequestTaskMap.swift */; }; - 194D9A13FE1954E6D79E792E9D405EBB /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2544B0E28013C3D3494567EDEB1CFAE /* Kingfisher-dummy.m */; }; - 1984D4549EEA55FB1812D99162C83E52 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4CFFC671ACCA572C5B3A03579D14A0E /* Alamofire.swift */; }; - 19B69267A13B522D47259CF72C882725 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B58DA27DDA94C47B2387843C0D6ED8 /* BRPickerView-dummy.m */; }; - 19F246450E1F6F769B3E8B22EB1BD7D9 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EF3A974106E034FDE3A2411606DE50 /* NopDisposable.swift */; }; - 1A370F104A326B06BB5A7A623DC96920 /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE1C5250871FE2FEB25B7D94E8234875 /* NSError+ZLPhotoBrowser.swift */; }; - 1A64F561597A70C28B3564007FF6D24C /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3EAD287CE941655BBEBC46C4397062 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A7ADD63C2F158E10825F3FA38EC3639 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEA1E5FB881FA8E4A1CFDEF87A647524 /* BehaviorRelay+Driver.swift */; }; - 1A892F0E5CC68194B6B1EE77F312A7EE /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E914F3B614477D7B94E4926F4D8358 /* ConstraintLayoutGuideDSL.swift */; }; - 1AD7C51CCF7E6204B37A504B68924F16 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C994ED3DFE14CCFA3E6723B8B7F5ADDC /* JXCategoryDotCellModel.m */; }; - 1ADA10FC5CAD7882151E5C9D5E843B8D /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38CDEE51F82EBFED919723D37CE57DC5 /* Sink.swift */; }; - 1B2A260FFFFCB3D9E0AC958E83C57F4B /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598066C272137FD5B25D21DD02913D4 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B957CE26D7722E306F95886B5EDC013 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF2A61715E22A4498F6FB59F81A186FF /* RxTableViewDataSourcePrefetchingProxy.swift */; }; - 1BA88BD6149449B0EB04E4E7F2822237 /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 68209544F61D05BA068846520DB13752 /* _RX.m */; }; - 1BED5C40C873A14BD22FCC7A8BC11848 /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DC6512907D6E365BDF6A0A31BE077EA /* RxTableViewDataSourceType.swift */; }; - 1C0B22AA4E83F0C0C7E55FE842D3C1F9 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B26216F8F2D7EBEF94825345CFF292D /* NSDate+BRPickerView.m */; }; - 1C33277D17F042B6BADC5BEFD04DC3E9 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 903CADD5937D4C7EB38DD970317462EC /* BRAddressPickerView.m */; }; - 1C9399FE454964B0791028AE8DE1F95F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3FD4FA7159ECA34102CEBF1A6B9E5A4 /* ImagePrefetcher.swift */; }; - 1C93E42E8193FAB0048B88DA3EBFCAD6 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = CC34B63B7706D58078B3E1A98D2B26EF /* UIBarButtonItem+DDCategory.m */; }; - 1C9653CE5BA95B8280803BA82EC70A26 /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B0166A15A4ABF29A42B5D675D9AD88B6 /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CA00336114656A3131079C2EEE81515 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA4A7AC12A568AA2425330DD64B315 /* CALayer+DDCategory.m */; }; - 1CAD726CBB197B03A6C5C83353F10012 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0E83445C7EF92002803734CDCF10979 /* AnyObserver.swift */; }; - 1CAF7FCBD075678639BE65A029B4E56A /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EE10519D1069F12EDE53D54E5D966C1 /* JXCategoryBaseCellModel.m */; }; - 1CC9EB73AA2E6E7AFA3BBECC8E255514 /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A818E8C5D3594BD19672F444492A595 /* DDBaseView.m */; }; - 1CD029D4F48324168F0220D8213348D3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74687D54FBFB9678A23D1ADA07FCCCC2 /* EKProcessingNoteMessageView.swift */; }; - 1D1FCBD60F16B8A5B847D9BCC59CF041 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A327C28BB338233841FECBAA5732511C /* Filter.swift */; }; - 1D6D63D61E41CDC8C9A95724CF0E75CC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C8E65D573864AD270086FC9D46EE331 /* Validation.swift */; }; - 1DAD1ABC0638C45123D6AA1E78167F56 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9ABC8A6F26683627F92EF3AA594F0F /* StringEncoding+Alamofire.swift */; }; - 1E461FFF796F44FB71E995C576E79DA0 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B6AE1A8679322B8BAE24E3099DF35E3 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E4A2E4EB128ED973EFAD8D0A76ECCAF /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A318AF7276888D12138A1F2762515E4 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E6549D2026FE843CE78C4CDA9F10C80 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 797989A215F968EA9F2D6B4F3103777E /* Queue.swift */; }; - 1F01F6B7F8E9E4B346C34B340F409CF2 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C3CF77CB8C6A3E840F3A7C00B65D100 /* NSMutableParagraphStyle+DDCategory.m */; }; - 1F601A8A4AE7C27226B893F8C4611E0E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3434DD5E111CF4AEDE665BC8839AE19C /* SDWeakProxy.m */; }; - 1F8EDAF5FF11E1DE3EA95DB706FB99F7 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D0744B8272FF139CD3A9247B84F72A4 /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FC870398A64B8565B90B11479B88B68 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 465E4C6DE4D109F83F13BAA662D680A7 /* IQKeyboardManager+Position.swift */; }; - 205224F284FC7EA865DE1B685175026C /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59337434B153543826ABA205A587F65B /* Generate.swift */; }; - 20759C768F51054A64D6E2518B494190 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = A12D1238A3BFA4640F61AB4B56531B25 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 208A97584D845254E986E9C707635B67 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E391FE849DA05DEB538E71FA6E52007 /* MJRefreshBackStateFooter.m */; }; - 20A022FF79A95DDBD9452C41AD6F5454 /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62217E13E81AF3FC98B564913A7DB104 /* BehaviorRelay.swift */; }; - 20DC5EFA536B064520E620C2ACAB766E /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E4A806A0FF23238F1848B065428869 /* CachedResponseHandler.swift */; }; - 20FED9DCA43F2B9123D92608AD3D6934 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */; }; - 21060432AFD3A655A82C3CF15A3F859E /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D952265E4D13FECC917596BDA2F36DC /* CurrentThreadScheduler.swift */; }; - 210B55F77AC405C86297DFC22C731FE1 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D77C7C36886CB8CC632B686B491EDAA /* DDBaseMutableAttributedString.m */; }; - 214716F13F34ABDB9027FEB59461459C /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2CD8CD696F14EF3AC2BEA83335E100E /* WithUnretained.swift */; }; - 2178CCCB50352199786601EB05B60A02 /* DDUtilsSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF6912C46E9DB1C118530256A105A22E /* DDUtilsSwiftKit_Private-dummy.m */; }; - 219624B2DB84EE52D0E4F6B1789954E1 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A4B87B7C1F5A51CE324C59B3A15C371 /* ZFLoadingView.m */; }; - 21D966E2F801F96E6E36D2C7BA73235B /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 304A69477C453054756FA9497B42122E /* DDNavigationController.swift */; }; - 21FA952E49A0EB77EB7825A78FEF6AA5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BECA5FD1F715A6DBBE2ED63DDEEAE38 /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21FADAA36F19612801A23CD9FC35BA98 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAEFE015F209EBCB733B19F77F8BD0F3 /* EKAttributes+StatusBar.swift */; }; - 222AACC92BC5B88496FE0DDF8A765FD1 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A9221BDE055876081E3BE2350D49730 /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22482A39D869E4DEFFA4F4F846E80012 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C5D124D4EFD76BAE8B9697B13EDE56 /* SynchronizedOnType.swift */; }; - 224D5F6BA39BADAD19041AF6AD880C80 /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D24B0179AB038D24CF5A64BF5613B1 /* Bool+ZLPhotoBrowser.swift */; }; - 226AE9954640E71AA69AC12F268C4B58 /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFBE82637495064E342C72C2B0869EF3 /* RxPickerViewDataSourceType.swift */; }; - 22A0EE3CF4D4D5DAF933A7871B6E47A9 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C27A6635370E981E1BC51C3DCFACBB4A /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22CE10056B2DC6A993C8E3CE966A45D4 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12F999F77A3AC911326B4226CE5F527F /* NSButton+Rx.swift */; }; - 23070072A95EC58547F751658BD10FB8 /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31C47C70A94494B3C0493E47C9EC509 /* QLUtils.swift */; }; - 2354A0786A1EBBC2298B9CB493F8C4FF /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF0028898DE94E952EC5546339658EED /* URLRequest+Alamofire.swift */; }; - 235F5CA0FE85EC9C9BF77DDF796070C3 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D3A55C2E9D148DB903C90848D92C83 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 237553E91C0199F59761B15CB9B1BF2E /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD140B0BECFEA1B45518304AC33F375 /* ImageDataProvider.swift */; }; - 23850E9AC1E28DABA9A23B81E18662E2 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05934A8005C8252E6A6339E9720FCEDB /* UILayoutSupport+Extensions.swift */; }; - 239036796DB886B9DA46D63F53273AA7 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = D886D2985D912F882A8E09BCAEA6AB28 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23B683FB3262FAB104127CD59D29E34A /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = F0933A31FBE5D24866E286DB85D13CBA /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23C108844B9B7B833BA10DC4007C0CD3 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD174D229B189F907BA4BF1C51B19F1 /* Producer.swift */; }; - 23EFAA45BE23C0F05AE3A5A892808639 /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5396DB99944BD5458014FDFFB5D2AEEB /* UIView+Shadow.swift */; }; - 24488C0EC1CD3766AF3BA0C3361D2F05 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D4A445AF49D7C2BD5EA2B73EFACA11 /* KVORepresentable.swift */; }; - 245D0E313372FC4F2297E8CDC17BFDF4 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = E829C31454160BEFC96E6432CCA7ECAC /* ZFPlayerGestureControl.m */; }; - 2476B777D51F8F1C1C56DAC7A259398D /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936EDD8D6DA41F42F7BD5C26CD21129C /* ExtensionHelpers.swift */; }; - 253329254826E441C8F0DB7254A0DBBB /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2700C5726CD2C9B21E456489FCBDD93F /* Timeout.swift */; }; - 254DB7DF69C8F0DA8BAC684099B27944 /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19153D1BC5FAC90EC30B0A33B5C63468 /* ZLAlbumListModel.swift */; }; - 254F4F1A7112E6DB34F2CBEE41018F42 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E212C0284EF025A6D96FDFB5E50F5B /* Resource.swift */; }; - 257FB565171696FF553BB2549D57AB78 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67150094A86F18EE8D22724CD3C4A1A2 /* Binder.swift */; }; - 259E4E7BE93D0BC02E039E94F4F54EC9 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D024378AA1A8A89CE187DE8443185447 /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25BF5D9FAE084BAE3824007EA8E0196C /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25AF5C3C5BB5C7C751DE2DAA41A0F53E /* IQToolbar.swift */; }; - 25D857D4C1B48CAD1DF3D65722734A5C /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E98957EF409B0E3207ECB5DB16980E93 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 263E6DC0FCCF45948585AE8D649ADCE4 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0C987E326E5530712A502C7EAEBEC9 /* UICollectionView+Rx.swift */; }; - 2655C03CDF30A7690E43D892DDC95AB5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 422530661585894FEE7913B97C1093CA /* ZFPlayerLogManager.m */; }; - 2697A6BB20FC4E3D42FD9E1681B7EF24 /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0229AD3DD24A8F0CBC70E477A6F95486 /* GroupedObservable.swift */; }; - 27043FD4E15DBD03FD933A60109C3009 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0242FC4A5551C283C4DDEA889803D143 /* EKAttributes+HapticFeedback.swift */; }; - 270ED905740AD9FEFB9A346AC527D53A /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED63701EE8C5F81EF19E08BB287A5F6E /* SDAnimatedImageView.m */; }; - 2776B3355D535E5A68E18C4C77B2D595 /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BACC6476F6E89EE236580F8D66A40BF /* ZLPhotoConfiguration.swift */; }; - 27770DF47A61DEEB841F3E977A6BE99B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = BAF11C5290A27492FACB62A8D533E19F /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 279C4E09D6D4113942EB37DE5DD034B0 /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B9BF88316C65B0B301151E711710EB /* JXCategoryIndicatorBackgroundView.m */; }; - 28222640AAC676C767DAB8B29E646526 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8DD1B82CE71EE7F601C169B2E2873B7 /* SkipWhile.swift */; }; - 28D9A83188D9AD1125EFA402A6D5BB30 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EE367A173DE36B00062A6E0187368194 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28E3B45C51EB7B6711CC6AF6BBA4F32F /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CF3F09D43C5E1A2C8E804569FBF598B8 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28E8453EBEAA5D3187A1FB686F807A07 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D633465C3E5BEEE7E1DD15B791CBCE3 /* SDWebImageTransition.m */; }; - 290CC252DD7A79A8CD348210A4ECEF8F /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C9A69758C490162ADD02D503F60F4D /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2958CFED1EEFE47A27E562C2F9BE29D8 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = B346BAC02701B910E185131A48B39FF3 /* ConstraintAttributes.swift */; }; - 297AC9FAC52330D170F34E1ED9AB8264 /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E0D134250F1950C307FD0CC46AAAC90 /* Delegate.swift */; }; - 29A94387DA04DE3CA441D0244ED3B6E0 /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = FE981792BE6C5160C5284040B0AB3848 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29ADDEB7070613224B9510A61E41A745 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EC81E3F7383C3FAA4A2E0620E974851 /* EKAttributes+WindowLevel.swift */; }; - 29BDE26902A035FAEBCB2DC35DEE16F2 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8070A272CD13A1C70DB88B33A1FB98C /* ControlTarget.swift */; }; - 29C7B5B61EDB9B6010093123C95146D0 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D85E43E7F50CFF65A334470E92CA295F /* ZLCameraConfiguration.swift */; }; - 29ED38262413F1CDBA5E6EB9E4C84DC9 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F67C92AB9DDDECF075878484C26D16A /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A4CEF0481EE14CEF6A6A89499E77BB2 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8390ACE2D4C14442CCBBE9407972D79 /* Infallible+Create.swift */; }; - 2A6423FCAB17960280B3035F79F4DD6F /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9161069AC502EBFEB19252F26CFA960B /* IQKeyboardManager+OrientationNotification.swift */; }; - 2A6516A21BC488E02185E80B8CE10CFB /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 332D9114752B5BA5EACB734ABCC9B453 /* DDMASearch.m */; }; - 2A9587CB9E83DC818BC42AB6D3BA6C93 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE4715FA389E044C018A4ECAD0CD6E53 /* AlamofireExtended.swift */; }; - 2B001F1C0568B228FA6C379D5945F352 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4401A18C4EADB04CAA6BF6AF0FFE7670 /* Platform.Linux.swift */; }; - 2B2FA9067B1C2530CE425CA9962996A4 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAA000FF02EE7F20A643BF63B71156C /* Map.swift */; }; - 2B6E7E401FECF3BA6B6856DAFE81E233 /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A6AB8B1D0DB1302E6EE63318058C81 /* UIControl+Rx.swift */; }; - 2B799593BA9EF6DAF478B5551D7E7A6D /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0161C0EBB6DDC77A360EDE41606AA497 /* SDImageCachesManager.m */; }; - 2BADE6576846E5DF65518950A2908EA1 /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = B010DBC63FBD9A3A1F0BB93F3699681D /* DDBaseTableView.m */; }; - 2BBD8EA6B3F3A8EA8F721498BE13D6C8 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AE163CF130C183D34BA13532BCFB8E0 /* MJRefreshStateHeader.m */; }; - 2BE28D6901B3A6B0B55F4DD6E4FE18AD /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EEEA8A67D1793DAEA530AC30AA6A8AAC /* UICollectionView+DDCategory.m */; }; - 2BF1A8E6F302964E4EA7E6B004474BF6 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D56AD3ECF3CADD4A80B6B8AA73C10B52 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BF6AD4F75D3FFC369CCB82DCA4C730E /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 469239486827A293C26C52EFBD649019 /* MJRefreshStateTrailer.m */; }; - 2BF7BE1115AE5E63724A339701C1D7C3 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B46E4CF3ADE3EA215A349B9E4F7E517 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C2532D4CF3AE0E2B145E55DBA74D220 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7927B6B575737F1A81B0D0957633EC3A /* ConstraintMaker.swift */; }; - 2C37F2D2D4CEAD643BD8D6212242A740 /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E11FE51CC6461B0E5741EC311ADC23B /* UIRefreshControl+Rx.swift */; }; - 2C6800A5F9C1D1678421E5BEF03AB8C9 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E24ACE1BD97978BF2B726C9B1BCB584 /* MABaseOverlay+DDCategory.m */; }; - 2C6D57BD921D9374331E01573AE98CBA /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D09429B446A9759362D4A36189BDBD /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CC3AD3D3398B56CF9B85CC4A7F9F439 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDC5FEE36E5BF2571932B66ED7B080FA /* QLCompatibility.swift */; }; - 2CE960A11FC8D25E531442339D587DAC /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8CCB514F2F22EC0A165D74ECBA798A /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CFCF233E052F29452123E61CB274CFC /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F154693FA025CA60C9B32D5A5C0F8124 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D35F933A06A736B5DB186CAEB4A9A80 /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10EE738A5851290603905283153BB09E /* ImageDrawing.swift */; }; - 2D83E793BB320606B62CFE1E10C2A490 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F831049B11961906294954FAAA6C09D8 /* MJRefreshHeader.m */; }; - 2E3D2707E7E60BE010D3246CD02D6584 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6274429EF59DB3727D6FB2A53AE64DE /* ESTabBar.swift */; }; - 2E7F3CDAAF53377E46D82BA29C31E95C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EAE92ED7F41004474543BDC2F1DD9DD /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EDAF39A638BF0797DAC0C75226CE335 /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543A5576780E23DE78D2A10A5E30609 /* UIApplication+Rx.swift */; }; - 302832D4B7652F756A29A925F087C822 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 570439952D48B28A7ECBFB9E93B9772D /* Concurrency.swift */; }; - 303B93CF0EE553490F73F76D9C534C44 /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0817F43E1A68B5C20B730A9ACFF911C4 /* EKNotificationMessageView.swift */; }; - 308503CCD3E28A3911BCC7004887D711 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D975B4045810B55EA9B89E5493F63FFC /* PriorityQueue.swift */; }; - 3088663B2B31153DD3995BB53A10045A /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = DB35DC8794D8D2088BF447F09E3710CE /* ZFSliderView.m */; }; - 30A20FD8DA2A63BD2F10E1696C6573E7 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DCE19C4CEE10003951B972F41466F12 /* CacheSerializer.swift */; }; - 315195E6DDC63A79E148A9986E8EEBAE /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D1E6657730568219720257E07FC6A1C /* ImageDataProcessor.swift */; }; - 315E6E32711371D1E923D202C5BDF0D4 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE435A3F00477B6EDA8EF09992D3CB1 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31C23CF66BBB1520FFD4D8C8AFB510DF /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5CF4B45E622F35C987D5DE00033A0C /* IQUIScrollView+Additions.swift */; }; - 31CF6A9299E02044EA28735F99B19686 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = FC1884896C64F4484B3F3C9915165DF8 /* UIView+ZFFrame.m */; }; - 31F846F945DBB38B474CF17AE6B1CF04 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ADE7D5BB4C9F0F67CCAD641EF50E163 /* ObservableType+Extensions.swift */; }; - 32D2FA4F8AC6EBE83DDF786AF4629B28 /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D3AD779609B9CBCA3CB68FCA8BA3436 /* DDAF.swift */; }; - 33043B5E0E8C4E2805481E6D692949AB /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 82D693601D96006E2833D93B8A6E99C7 /* JXCategoryIndicatorLineView.m */; }; - 33206CE1C59D7666BDDE9E1465A610EE /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C4C2D46BB6B463D0B3B3548B5335AF /* ZLEditImageConfiguration.swift */; }; - 33859D3CB90E4ABDB24C9227DFE85E4A /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DCD01F49C650FA15DFA01D2EF07C22 /* RetryPolicy.swift */; }; - 348A2399833F70160F70ABBDCB980E2B /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9220FDC373ED2EC137393C41B258DC32 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34C07B18252160C63FBD16003E845CFF /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EBAEA47F895FA0763B6DED34F643C95 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34EE7B15E96B44F2F505FF8B47CA47BA /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1057AF2DB5498C388CF823D09AEDD541 /* Response.swift */; }; - 34F4C47DFD00CBF46312DFB03A6E8840 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 24AD022704AB908FD811CD7B52A62C14 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3530FB5ECF1B91F9E3243BF34F446980 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C845CA15C336A09ADB2F7A53C149987 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3542BDC08CBCA8BB1951AB507AB42AA1 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 75A8D6A91EA6C66429FA24B4BAC6C3BE /* JXCategoryImageCellModel.m */; }; - 3563535F257C8923038E5C66A70CD288 /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = ECA144465DC8C44C54FD07753C36004B /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 357C743823312159B0278D1810A8A481 /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9ED6A52BF8952A438C8207A6E42D08 /* EKWrapperView.swift */; }; - 35B124D386A8A344DB4E378136803251 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = C990ACDB8F47B5F5B1858F9C2CEC8C08 /* ZFSmallFloatControlView.m */; }; - 35C00A403471A8FD36AA260688506CF5 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36F1827B1AA9659403EFEDE764C29EC7 /* DistinctUntilChanged.swift */; }; - 35D9ACEDE756379E846E5335371D9B25 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF0734AD419D6CD454184572C34FCF89 /* ImageBinder.swift */; }; - 35ED1671F8FD3A5108E1B917130980EE /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCF183E231C2AAA94F20DC30D70CDAD /* EKRatingMessageView.swift */; }; - 36AB9414D82F70F6517E1948301B56E6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1634FC7B4C8372152723DF53AE28432A /* SDImageAWebPCoder.m */; }; - 36B204B1822DC0BB1A37AADE7218B28C /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0C578BBCEAC1B995C3916F6311F31A /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36F40E8EBE86E294348DF7F319E98D8A /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28791026A4971B4123EEE3AE82C70BA3 /* AutoUI.swift */; }; - 36FEB6DD53D08DB2164BEE84F3653BE7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BA2D4ADBA27178CEB62FE3B1F66982 /* Driver.swift */; }; - 372DFC5E474E6F5988D709EE7BAD99E6 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = FE86838FBF8F44898256D65D5ACE0EB4 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 374D97D036580B69EEAF2FBA1FEE5123 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D31803E34A9E384465D41589337EFB9 /* ConstraintMultiplierTarget.swift */; }; - 375F536559599A6D96440F7CB81259DA /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = CD516CFA21A631D4FF5C3A808D7A8C47 /* DDViewControllerAnimatedTransition.m */; }; - 379EF14788368688008C6046091CBA72 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE732C37890399FB69BB8878FABB7607 /* ESTabBarItemContentView.swift */; }; - 37D94C8DC8CC1CD9995645DC7EEC0CB8 /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2569D150C3AF61528D6F103D8B2D5A1C /* BooleanDisposable.swift */; }; - 37DA31E97761C9AD09DB9F3AD80AAA70 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B851B361642F26265C90E6B07D693F /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3808291BFCAA43687CA6EEEBA0A23A78 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E8213A3504D0152B3B18FD1165897C8 /* RecursiveLock.swift */; }; - 38113EA83CFE5B14B6BCFC96772A2BDE /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 463C20650CD8F87B4E46EFD1F1D3012A /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 38286F986359276E6976DF071CA3AC65 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14E47E0078001AA629796E80EB180C2B /* TakeWithPredicate.swift */; }; - 3832E9A85A9998EC5BE0CCCBAE9BFC57 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81882DA633B9E510F49EE43DDE4EFF1A /* SwiftSupport.swift */; }; - 383E6D95FB4BDF42A28C19F835F31A57 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76992BA805757495DFB8171EF9EB9AB0 /* AnimatedImageView.swift */; }; - 386DDEBD53A079FCBF4787784113017C /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A23A5DE9C4806FBE343B308D6343114 /* ImmediateSchedulerType.swift */; }; - 38889FBD93CF3A03E46DCE201C65390A /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8E211F1B5551FEB27C70E95C48D98C /* SerialDispatchQueueScheduler.swift */; }; - 388BBDF2D1096563AA5C9266E06AF151 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 603966CBF29ED3882018332A377A6DBE /* NSImage+Compatibility.m */; }; - 38B5C354CCEB18536DC8739368429DA9 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC73B98C76B75215447527AB4A5C41B /* UIGestureRecognizer+Rx.swift */; }; - 38FBBCF8CECD5F2A3449873F6FE865A1 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF8A646CA4FB783A2EA47725804CA4A /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A10B0AAD9F15B171EF41F035369BECB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B7D690EEDE5639FE65300A41B64F322 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A6E2C4AFDE24B27E1107FCF960F7927 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F5F0BB278D6D79863AC4B52FEC4C3B /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AAB1695C0F9AAE144A7E37E34966F45 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AC6FDD8304AC7B935BD2E42FA100046 /* IQTitleBarButtonItem.swift */; }; - 3ACC49749366EAB64000997BA6DB758A /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9615DF90969DBC8D5A3EA546621908 /* ConstraintMakerPrioritizable.swift */; }; - 3ACCD6DF1F9C7989B0BB3482AD01D786 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = CCBA69595F428D834FD8A8F69F3FA2C6 /* SDImageCoder.m */; }; - 3ACFBA19004CE54466BBD8C6BEF1D27B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = BFBB14E7E34F42011D65F395B2BBE9B0 /* JXCategoryTitleImageView.m */; }; - 3B14941EB241AF1ED07CFF634860BE1E /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04435E71EB9F272D73F42E347D9373BF /* RedirectHandler.swift */; }; - 3B1E17D99E54088CFE573D475806F804 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D7DF55BDFC1959FD75C1C196F276D6 /* WKInterfaceImage+Kingfisher.swift */; }; - 3BA07D26BA7B31AD481DCF513B101864 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2CDAA1ACB41376C4E2371C35B1E52FD /* ZFPlayerView.m */; }; - 3BA95F37D5AD96664121B3C15CFE9DF7 /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EC4979C30F4828AA228098E0A855E1 /* OperationQueueScheduler.swift */; }; - 3C11CB98AFEFBE7A201DA71292528A69 /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944FB1FEB3FFD3BAF6A2ACB3549177A2 /* EKRatingSymbolView.swift */; }; - 3CA4B8FBB6E84BB97EDB27242BA5D3B4 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 43FB6FA0C2603EEC11912265F31C2264 /* DDTimerManager.m */; }; - 3CE6850C33D4C8C9082B6B28EFA0E3C5 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508CAD4E29C6EFB3331076D7A41DAB07 /* AddRef.swift */; }; - 3D1DB9B06A570F6243016C3FB3692C4C /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = BD2624E458A00F1B8C8E3CA35385C51E /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D3C610759331F743E22DE30AD8A56D5 /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D393A2ABA3FAA300436D05422291DA8 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D7AF9416D5EE9292F220E4860FAD7F4 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AECD2532EB91AD1EE01A7433BF501CF /* SingleAssignmentDisposable.swift */; }; - 3D838DD78257694E0DDACD4335566E2E /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60638EEC174AD59C71F240EC65248789 /* SubscriptionDisposable.swift */; }; - 3DB9872080D437F2A851158F1F8F2693 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = ABFA60F4C24756E2F167BC623441065F /* SDAnimatedImagePlayer.m */; }; - 3E1598BD6C581EBFE50DF054C7802AF6 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E03E2837CE0741886BDFCF3E13F322 /* Box.swift */; }; - 3EBC1473805AE2975380A13C46E9394E /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BCAA7D1C40D6A13E37B4F19CF0924EA /* RxCollectionViewDelegateProxy.swift */; }; - 3ED2486A34EFAD23ACEA160695EEEAD9 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E31CD17329E4C64305A0E80BF1C1F12 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EE1F3D911A2EEFC8A9BC6503440FAA4 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BA975E75F26AF7203C09EC04FC733709 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EEB15302467C142726D815653A92E15 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E257F1F77708A46D57F7C984B5F165A /* SDImageGraphics.m */; }; - 3EFC804679D24748F1AE2B2ECC493751 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A4A122571DF1EAA2341B6FE98B8B44A /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F04950F30488FB6AD475A0519B0B16F /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 74768582106A5A35C475018FBE166D8B /* JXCategoryCollectionView.m */; }; - 3F7C7042BBE1B605BD0FA37056BB1D78 /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 73854AABD28109AF60200833BE0FF3EA /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FE17AA44DD3A1A5179103D3798D079F /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A6CB06CA2A6133F104AA992772D420A4 /* JXCategoryDotCell.m */; }; - 4020438430497E065A55316F5F58BB8D /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC34666254AE38A45C7CB063581650E /* ReplayRelay.swift */; }; - 40F0EC1B6B9648E6668E369AB598A876 /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FFF1157D7156CE5115CE50A4457E3964 /* BRResultModel.m */; }; - 4139B49E8556C97A3D8FE0AB885CA1FD /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0218CE0B1D24C747F8AF435DA302D9 /* JXCategoryListContainerRTLCell.m */; }; - 417F88073D2B0203BC70C580CA9AACFF /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911F012A603F31A3B49F33BE7E58BE85 /* EKRootViewController.swift */; }; - 4223E964C57E9A4588FA614FE769EBB1 /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBEFC516917FCDF93675EF2966D04DC6 /* Toast.swift */; }; - 423A35F848C2ACF286C3733820576B57 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C528AE65F43B70585F8A1B42AB659D1 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 429AC37278014388FB98EF000ABF9700 /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 51ECCD05E578112F7A5CBF6B0D9F1568 /* MAPointAnnotation+DDCategory.m */; }; - 432CDB24FD1A51EC0E886D74F109EF4F /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AF2C2FE88432E1F0A79E4FD3739B2D9 /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43C2398569253BAD0D4F8C9648BF0078 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F845EF3C2F07582B2F8E96E09AB090A6 /* ImageProcessor.swift */; }; - 4408CB04AFDA8CC998F4FD00910B4738 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 143F634D0774EA2E7C4FD3D5849C8C10 /* SDWebImageOperation.m */; }; - 441793180F0D4EFB3B71D6117EDFA872 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C1A234B9F68DFAD7C2F8062FA8F167A /* ESTabBarController-swift-dummy.m */; }; - 4433D02EE9231F24E94E5FD44492907C /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4956C0D903DB739ED1878A70B98E9F1A /* UIViewController+ZLPhotoBrowser.swift */; }; - 4451EC12269AAC34C6C16CB5983DC290 /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A41C328CF5D722A228FAE0AD6851FBDA /* DDTimerKit_Private-dummy.m */; }; - 4482C25FB41CA449FB31D498FBC4C50C /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFEAEE8287C3CDD19B0BB4C0D74BD23E /* GradientView.swift */; }; - 44BDECE8B10C6DFB4BBFB8621A636FB9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0550CC0C595342BAA95F93C5409874F3 /* ControlEvent+Signal.swift */; }; - 452502BA84897B592AE99580E67DEB76 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10D9817ABE7B5A4C593F4FDD629F65C5 /* LockOwnerType.swift */; }; - 453C775A0F9ACCD310681A1C49D051AF /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = E65F25A3B4BFBFF48CCBC290C6CE6AB6 /* ZLCustomCamera.swift */; }; - 4562A5894E7A783DA90E51596BAC0D64 /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A47FD172D5D793123BE18997E6802C /* AsMaybe.swift */; }; - 456C758D7BE4EDCF597AD04A3D095711 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = AC549488AC8F0AB452614E0BEFA62540 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4580B7A6521D2881CDF710EC614901DD /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5705D5FA91F9DCDEB22E4DBEA4632D38 /* SchedulerType.swift */; }; - 45F2115D4EC21D89A899E9D969CA1810 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7996F30A6D34466AB9348795F7D721B /* NSTextView+Rx.swift */; }; - 4600D40D7DDAFABEB4025DDEE9F720B7 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68765117918F2F31A0C2278D1E93E5D7 /* TakeLast.swift */; }; - 460CAF3FCDD140A11875B67D3124B8BC /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2F3BFF43ADF118092B306BC48005DD /* Combine.swift */; }; - 463859BF5F9D7AAD1F9216EA25687599 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = E56146C96D49D8D87B895BC2F5EF9375 /* MBProgressHUD.m */; }; - 464C0BACBF2990B25DC1444413849288 /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23C0407B61ED5DCD7E39EC1D67DF268 /* Driver+Subscription.swift */; }; - 465DDC88E2B046AF9FBB74B1D3D3FECD /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B710BC8EE99F47A5ABDDDCE91175667A /* DDAudioPlayerKit_Private-dummy.m */; }; - 466076161BAFA79E1EB9C034956DB0CB /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B9616DB04BAA12135CC48365445016 /* EKAccessoryNoteMessageView.swift */; }; - 468F7993E475998F74D45D577A1A8079 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 55FEE97F4A65F30F2781618238B0F080 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46B1DDAEBC09153022D95D676F921C9C /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1DEA5C2B04AE9C9983DC5943DCF2A72 /* PublishSubject.swift */; }; - 46C36454D8E82CEC47B95D6426063110 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = B270428104ECDEFED60B658DA3863ED9 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4708235CD662BC433D13534C48E9D14C /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEAF968327B07567671689EA7314156B /* ConstraintView.swift */; }; - 4723320357D0EA504D83E69BBCF159D6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB9F3FAFE3ADE9CDE353686B03BCC060 /* ZLPhotoConfiguration+Chaining.swift */; }; - 474B94BF4B12B3168F0A330F9858BAD9 /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E0A9D7FE38F885856263E4FDD7C831 /* DDSwitch.swift */; }; - 475A2347C2C908A8DDEACC4C98C0C388 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9227C45D11306442F0D423E2ECE44A41 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477BADEE897F3C0AA214683C37B50980 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF53AE75568ACB5B709B790AF1F7CB2E /* DDFontKit_Private-dummy.m */; }; - 47ABDC62006F547E265B058A1D70E8BA /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 325B2CE852CAEF2E496580401C05316A /* RequestCompression.swift */; }; - 484940673D2B49420F4CA31D609A52F3 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB9C60390A1F6A458E374FA6E79A16FA /* RxTabBarControllerDelegateProxy.swift */; }; - 4893823E0BB369858D2AF13CE6D40039 /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA844DD32FA74882B1D1EB394217A42 /* CombineLatest.swift */; }; - 48C8179391555746A729FA6483B7EAB0 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = C2234E9BF0C2F5FBA179BDC6BB619624 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 495C53CA54D2E5E6434E56E8FD519BEB /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 695ED07A38CA04415909F700FC0F4AE1 /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4980DADD831068300F504E6010C54A08 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 215D921CC227753FA0F86CFCE7088974 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B34E046084601F4A21F26D84FE832B /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FB25524B6DE4C04BB61427A55E84E0D /* _RXObjCRuntime.m */; }; - 49E24D0EB1BE9D02CD2B8DB37F8C1742 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = D65721D71C2EA3C17CE433560865CEDB /* Infallible+Zip+arity.swift */; }; - 4A0714270FAD75ED6630013DF9D55949 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92490B3672A2B56676EE477CB07A0BF5 /* Single.swift */; }; - 4A48E82F99ED27665CF929386AB1FFC6 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A627E4E3A842688B5AC96812C61FD5 /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A5855A5E58F24A944BA6D1CEBDC5BBC /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 470FCCDCFEB2A392D366F09E9D89A309 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A73E66A0348DE3EB7FACE0F8FD7DA61 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2981CDB2945D00E6DBE0967475E7168B /* ZLPhotoUIConfiguration.swift */; }; - 4A8438BA1927768B5ABF3C58D9B8E25C /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60644A4A571D4CA99F218AA9B3F723A6 /* DDToastKit_Private-dummy.m */; }; - 4AEEFC52D4F0E173563EF56901855257 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3184A99F7723E4CBAD1A1A15346D5DA /* ZLClipImageDismissAnimatedTransition.swift */; }; - 4B0447DE67D6E614ECD81E4F64348F3F /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7908728EA471C017FBABE735879EF417 /* Do.swift */; }; - 4B541C41E90C260270E635F42EDC9B7F /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3102DDFCBDFB705D2213A8C709D08232 /* UIImage+ForceDecode.m */; }; - 4B717036F93677425DDB9682C705B644 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE5B6164023E0034F521C66FD02ECB8 /* Alamofire-dummy.m */; }; - 4BB281256AF4C43F5356440D9BCA56AA /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 69AFA8F9BDDBE367685A582A2F673FE1 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C03AD9C86364386C655F11F21DB1783 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADA3C0CC648B6C59A14F772810E1965A /* ImageCache.swift */; }; - 4C104CAAD5F22D057C81385EAB725618 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5F19848DE4819055A51325F954050B /* BehaviorSubject.swift */; }; - 4C12DE85147AE7B743C1FBF85A6B4304 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E4620859EEB9F588790A3702B0C7C5 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C69276CFA6714E8F0E460D415EDEC36 /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D15DF2EC30A47CE487A7E45439C14A63 /* KFAnimatedImage.swift */; }; - 4DD86C40D4F594076831DF90DFAF5961 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 541C7DAAAA960BEFC8D0E74282DAB126 /* MultipartFormData.swift */; }; - 4E1B724F70879610E56C69765A0E2938 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = E11A10E75703509483DB27C543DD9B82 /* UIScrollView+ZFPlayer.m */; }; - 4E916EBB5CE9EECE8C29AE2FE5134621 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = C85021923D31B30F7355A3AACA222B8C /* ConstraintConfig.swift */; }; - 4EE30E33D02A0D59F317A9CFA0009B01 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 96DDD9BEFBDB4042BA25FC5B0882ED18 /* SDImageIOAnimatedCoder.m */; }; - 4EEB05C55B66338EEC5261DDC2B1A341 /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CD3A52C6DF14C436CDE8535570980D /* ZLPhotoPreviewCell.swift */; }; - 4EF86E003635020AFC9A400EC694195D /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 05B08DF269C929927CAB4B9A2973FC14 /* DDBaseImageView.m */; }; - 4F338A6C52C35B05E8A873571A9815D7 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05C38FEFD5B5E8F406E27E2738CE4E14 /* IQKeyboardManager+Internal.swift */; }; - 4F50E550117789F0699F8F37CFA9BA6E /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D9009E3154DFDDE4B6648DED7226C78B /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F59B6CC1D4B3EFAA25F42D96C22FF40 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC8E2F1D3BAB5012DE924135B204832 /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FA542506516B8922F8AADE85C136E1C /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76E4F87E0DFA075F1D5B365B5E5FDE22 /* JXCategoryIndicatorImageView.m */; }; - 4FC72D47D97A546C18E2C64453D411DC /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49C2963C36264974DBDDE2761F84D556 /* Merge.swift */; }; - 500120383D90FAE8442E99994EB31325 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF4198AA05D8699DCB910CBA80F5CC1 /* ConstraintPriority.swift */; }; - 502EA6DB92E0383603F215C479FA7D67 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A81F916A203A94B36D5AE604157C6CBC /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50520A6CAB33DD6A5F11562B65CA78A3 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 739FF337476322BE4122FA1076E970F1 /* JXCategoryTitleImageCell.m */; }; - 50DD8666AF1EAA8E711927A3EBC87508 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AAAE042719B815513557B04D9EEAEA3 /* MJRefreshConst.m */; }; - 511B522F19916DD68AF4EFED285AF968 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646C08CBFFAC9F02A821663763978111 /* IQUIView+Hierarchy.swift */; }; - 513CADFB7F193445B353B7320A624FBD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F228F0C1CD658D1D378BEFD7FBC863 /* JXCategoryIndicatorCell.m */; }; - 51460A037F3BD4D23EB161ED5D9F279F /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7412B4283A3720404BD934FEBB337AE1 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 515F717A9265CCE5CB99B3B539769D6A /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6E065C772EFCF926DC6CD87026DC9D /* ConstraintRelation.swift */; }; - 51734B077F9900737E1E59F4E5D6CAFE /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C3E99FA56F685FC0D656B7C650ECF30 /* JXCategoryIndicatorParamsModel.m */; }; - 51ED263FF031802ACF1AD39E3D231FE6 /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9CA483F1512906D0EC3AE5A7410329F /* Cancelable.swift */; }; - 51FD61ED723249142682F79289A536E0 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4CAD606B229C8DCB280A3808B245A8 /* StartWith.swift */; }; - 523D1B0BB7DE56448B35661435267EC0 /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 531D319ADFBBBBAADC9A50326C43529D /* ZLInputTextViewController.swift */; }; - 523D1B7E3260356560241D0C2A66A49E /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB15950C0FF439AEAEBDF2263BFAC9D /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52563FEE66AB6AC291788E02FEE56DFF /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DAEEBC72EA482D441DC1E975A0FB7D15 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52B49143F564871D757E41794397EE59 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E47A721BB71C7F5C04C5C01BE889FB2 /* ConstraintDSL.swift */; }; - 52E7EA351B5EA7DE9BD235418C0484E4 /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58030A1F442208E740CF0D83C76BA630 /* EKPopUpMessage.swift */; }; - 530C1E6E8D8210BD44D1C17B9A089BDF /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 64C18A005BB095B7AE69695EF0FD97BA /* UIImageView+ZFCache.m */; }; - 53136C9E69D0BA58AD108FF73345FB79 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8581E42278DF0386B6984D883FC57BC4 /* RxPickerViewDelegateProxy.swift */; }; - 53A248D99CB22BC516C50BC73851979F /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A35904B0864C0B6EBACB47551BD225D /* UITableViewCell+DDCategory.m */; }; - 5434354C379A1C85A849409F278C7BC0 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DCF7B370DCD42A3B465B40C4EC3EF25 /* DDMutableAttributedString.swift */; }; - 5437DCCD991EDCD3A0F3BB2214A3709D /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAE5EBD58B94AEED721A3E08150DCB5F /* Indicator.swift */; }; - 54BFDD82C3BBC603F1BA81AA8E103EAD /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 26799165DA9D4982D245318D301CD7A3 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54C7634794172F98C306F0B3597D5F8B /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 556D14297F5801CB58D66D00F10E79C4 /* ZFPortraitControlView.m */; }; - 54E7ACA4C129B78296C039BFE5E61BC6 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F17003E3E567D617C835C603AFE4E08 /* ZLGeneralDefine.swift */; }; - 5551815A96AC2006ED7008C9DD3F8F56 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = A244910BDA7FF356CE5F4A2B413D5107 /* UIImage+MemoryCacheCost.m */; }; - 55736FD6531A0F1C3B1FDB92244D02EF /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BA6016BF898A9F4CF63A39481BBC167 /* Array+ZLPhotoBrowser.swift */; }; - 559C39AC9FE303F8E073EC5C205F3C58 /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308E0A4EA238C857983889FA189E6811 /* DDAlamofire.swift */; }; - 5619747115BC45D8EF9E0AFBFB7754AC /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C05FF6C8207555338353CF37A1FB32BB /* Signal.swift */; }; - 564F74F04646D901439FA92F30873B9E /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A454BAEFF9952B5165D5CA8B8BAE6CC /* SharedSequence+Operators+arity.swift */; }; - 5664FEDF3A5F6FBD52B9B19B2EE7360C /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 70F6C3CE2FD1079686F0D5FD26BE9D00 /* SDWebImageDownloaderConfig.m */; }; - 567EF96CF1987D614C0980CEA856D0E7 /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D99E9C674A59F02949D02344386D4AF5 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 568DF1ED8C470080C126EA9D00448949 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C6D0D2E5ADA0AEE0B04D397C647A995 /* DDAttributedString.swift */; }; - 56D33A6E86B978BD0A7C66442E2D8B52 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = E20F2CC667DA17403E1121B822FD5040 /* IQKeyboardManagerConstants.swift */; }; - 56DB04422FC7A33B1E6B1A1FBED17E15 /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DA2DA663AE6C16686209A68D315714C1 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56E6249ACC30A676C07E28C381EA77C0 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = D150A01BEBC4CB9B662FE0B6788EAB6D /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57096ADF117830FDA4E842AEFAD07BDD /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FEA38C081FBC2051865C08DD10CD997 /* EKAlertMessageView.swift */; }; - 5722DB7B923C22A8C8DAD088F805A945 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DEFCDFA6795981D6A0AEB2149BBD9C1 /* RxRelay-dummy.m */; }; - 5741C0315AE27E36896E8B7DA24F5592 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0BCAB412E802B3F52B0D6B0EA1748D /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 578A2EEA5190A54A0B31A2DCE18AA02A /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEEFCEFC97B0EEDE50381DE39B9905EB /* Utils.swift */; }; - 57B80CE67B76B0DFBD48E90021B939B5 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB7025B0CD0787B2C427E381B04D77E /* Infallible+Bind.swift */; }; - 57D2089A8729B3B2C7F50A805756FA4B /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 296552D1A2CE9E98C0338402786E10DC /* ApplicationInfo.swift */; }; - 57F7B5336A1A7C7C0255D92BD569122D /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A391CF84615F4E5FA8BBD7F242D723 /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58236AA8C078BA049D0224B773054304 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 10EF7C8F67E7B954A07C42F7A33A697C /* JXCategoryTitleVerticalZoomCell.m */; }; - 590671F86C6007B155EBE1B0E7A48C60 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = C82DCAD61D967FD8142270B0C7CA2BA8 /* Infallible.swift */; }; - 590C80CFB7FBBDD1E8E0EBCD1216FFD4 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950DCB951DB339655E7D0646C95D3290 /* ConstraintLayoutGuide.swift */; }; - 5939C34E4D2E9A26E09C2334A50D4D39 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = CB2840396796D1DB83989BBC221A345A /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 594D1D762E97E1B91F0320C9CDC53E89 /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 94E16A684AB87B6B91445764A7436CF0 /* DDMALocationManager.m */; }; - 599A18B882F08DE626F2B4BC6FF8388C /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B6AF19A2989368FC9245A1DEA7A6F55 /* SwiftToast.swift */; }; - 59D42B6A518B9EA16194171DBE454F94 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2126C944093E4A1BC86CC4763BB2BE /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A18E4F1E797987FD46675D6E1A9232E /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D99556876E047998942CFD466E11E /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AE2C956EF2014C7F96392F8FAE0B9A1 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 609BD23D80593E1928041C81D33C57F0 /* NSURL+DDCategory.m */; }; - 5B4511CEDEB89BAE4C7A1AECC8CABFE4 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9383AB8BFCA54B71E7CDB52C3D99D7AB /* SynchronizedUnsubscribeType.swift */; }; - 5B611EFA66171A758D7E07F02034CBD4 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43CC32FAE0BDD825C027B74FAA110C47 /* CallbackQueue.swift */; }; - 5B9B3869CE36800618F1D641E9B002F5 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = CF560B2355E348A46B6C1F8656EE0A4B /* MJRefreshFooter.m */; }; - 5BAC5FE17F8A1595F3F20F7285D86840 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67B8F003A91C3550766DD6FCE7CCE9BE /* ConstraintMakerEditable.swift */; }; - 5BB847676A6F2EC8B5A779AEBC5EEBD8 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCA97BE545C91818E227788C9C199D6 /* RxWKNavigationDelegateProxy.swift */; }; - 5BE1573FD25A25AF030B0BF733677457 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B824A098ED1D6D50115C973C68FEFE3F /* Cell+ZLPhotoBrowser.swift */; }; - 5BEB2A988FCD05A226349FD9C4BC4619 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DCDB88F1816354F1B405F50B1E3335D /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C8D180662E74F979FE9FA3DC5BEC582 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02CA52FA9F2D1D8DBBBD300178CA9B44 /* ParameterEncoding.swift */; }; - 5CA27F5D77E357B51F361992FE477976 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97B63FC34B814E4AC17D7967DC2A0854 /* Event.swift */; }; - 5CE965F7B119BEFC0B0B39A738BA1D4B /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F2391B1E1E4E7E1374BC5197ACD2B2 /* ObservableType.swift */; }; - 5CFCDC35057A3E9FD4B24DD4CBB161AE /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FABAFC24C602A75352623ED0B3DEA45F /* UIImageView+WebCache.m */; }; - 5D3023A3FDDAEC5C7D316E3C88815548 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 187CD866B28DCABE3356A1373DF77C19 /* RxTarget.swift */; }; - 5DA9D5D4FE27BA93CE470741D4A1D202 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326E6BB1DB45ABB38ADCDBAAE6B93AB0 /* IQKeyboardManager.swift */; }; - 5DC4E3C2A738F07C2943D5C49C79BDA4 /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2F11E4384A73480864660EC4D81A588 /* EKImageNoteMessageView.swift */; }; - 5DF597899DFAFFB133A539275BA4A88A /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 179DC9FD866F111308E6329005FDEC3E /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E228FEF4C8DAD374328D4560B129417 /* DDDateKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C21E30483EAD2304B449B5F86F82467 /* DDDateKit_Private-dummy.m */; }; - 5ED49A03A4EA3586C82A8BAA1FE2C4FB /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E6F3871AB4802569561B119C8FE6317 /* Catch.swift */; }; - 5EFB9B488300A7396D40C60E2ABB5CEB /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DC556868C000D693D4BFD462D62A2B7 /* SDWebImageOptionsProcessor.m */; }; - 5F178DC2C4D71599481251FAC75742E2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB47FD0CCCDC7C68EC383D2494B722 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F41ADDEE1A3170476DADD035BFF8DAB /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2E8CC2BA13A0A664D179C0553EEDCA /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F73068079D791AB651DA5F0563C5EB9 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF6FE05431D510754AB125B5B97FB9A /* IQBarButtonItem.swift */; }; - 5FE690B88133205794E5B372F628ADD3 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB518A4B0E08DD0A258A30B810698D67 /* ImageFormat.swift */; }; - 5FEB0A58659C60C0B299319EEB72E290 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BBF79A4EEE922ACAF8E7BFDEFF4B9F /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6013C4CFE2B598732B09FBC93CB327B7 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BE9FBD48F731EAA31F35CA75231A52 /* CombineLatest+arity.swift */; }; - 602799538CFA3879F73F85BC04344DB6 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 623096332110E22B50FB0CC3AA422998 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 602CC4A58ED9B538AFD8A04290F44C75 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FC31E1077E0FEF82FA9649028F76C532 /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 608E5CD7CA96A3E486C33D9F312FC900 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE426D9B4937E55426AD7B8F5A57ED6 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60EF2DF520F1164BB293FB035B4F965E /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 183B35839BC5B59EAD5A4EF4A1CE3427 /* UIView+Responder.swift */; }; - 6184C301A4F9C846DC9DAB536C87F378 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7997B8BAFA30655585A6C95CC44DA602 /* DDCategoryKit_Private-dummy.m */; }; - 6210A5E8C94D9610DD9326F3F053E236 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA81CB8B25D1A2F37EA7F2BD33C8BE07 /* EKTextField.swift */; }; - 6249DC76107D1FCC2A6E4137DBE8DE03 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 10055B74B5174CD671B04FE80FF5FD91 /* UINavigationBar+DDCategory.m */; }; - 62643C2B0784DD59DA7827A6E98164E4 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5AF7F0A16B1A96ECC397ECEEE2F5818 /* RxTextViewDelegateProxy.swift */; }; - 62645F034EC4123B63B4EF816CA13844 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = BD2E66ABC590DA27BB47B5CC3BC43A80 /* SDWebImageIndicator.m */; }; - 62CCDF662282D8C3E95D2BEC1ADFEFE0 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEFF9AF97085F94E46BDC157070BDF9 /* PrimitiveSequence+Zip+arity.swift */; }; - 62E03A7C90AC5E5B1D0112A6CC78F131 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E8679F111465E72F7118A3F70C03E05 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63234DBB99C55FB296FD7C3B042AE7F8 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DA54692494CE61632216945ABF8FF6 /* Debounce.swift */; }; - 635931A22B572401F293836A8F94C878 /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527488DD2EDC6F019CFE6C319A9A260A /* PublishRelay.swift */; }; - 638AD6074B37A0C82745B41ABB520CEF /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF4FC1C8C7769A1BA4F45BC7734D3DD /* DDMANaviManager.m */; }; - 639859131F5B6B971A6D5F13570E2E5D /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D7D5E6D497668A2C2D8FF076C6F20E /* EKAttributes+Position.swift */; }; - 63FFF49598498CF8C2ED679A60632466 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B7A1C6AE76D8F3B00FD5DAC9249347 /* Request.swift */; }; - 6405B88F00699FB27D556521FA391E9B /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B21085AB8AE59E91E3D6A871D0133F0 /* ZLThumbnailViewController.swift */; }; - 648B3510508ABC517F22C0DA48C8CF12 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3502A8357572ED44A46F5B8D04BCC933 /* ImageTransition.swift */; }; - 64C3041F08A2B870F8EE53C9DCF2A5AE /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C5CE924C4C94D565801216A0B19E3BB9 /* UIButton+WebCache.m */; }; - 64E217B3FE62EEA10B5EB992A7B2435D /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 322A83102C83E0424AA8B1618788058E /* UIActivityIndicatorView+Rx.swift */; }; - 6536341428794D47BD44255B25FACD0B /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = F2E57B1042C557247A38A54FA67E9401 /* DDBaseButton.m */; }; - 65393DFEDA642FBE76283D75C070E00B /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671F50638618423F12C514205899C357 /* ColorUtil.swift */; }; - 6548C418DCCCDEA9945EFDD9A2A81D35 /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC2AF0752219D3135D8DEFCEF31E9A52 /* ObserverType.swift */; }; - 659075391B642E87AA542B9F3EC30173 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA45B2FF8C5277215777063356454CB /* SharedSequence.swift */; }; - 65FAAEDB9CD8813CC5307ABAEB3F8291 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C37C6611B5535CB81C5929064F12013 /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65FBF2652959C0C03F5BEB1A97949DCF /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0C7528C68C1FA96348A65C8DE719BA7 /* Protected.swift */; }; - 662D8B722CE76FE956E05768FD3ED3B0 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EEB6947D06DA134EEE6A2127E254610 /* MJRefreshComponent.m */; }; - 668166158AB54E6A55F80D190102096D /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13F3A37113EAD06C12074B24AD03282 /* Buffer.swift */; }; - 669426523C46BED22DB96FFC90045F60 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D79628966BE97AA19F3988F635AB5A /* SDAnimatedImage.m */; }; - 66A4D5DEBBA734D31FC0052BC438A63C /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B66B853CCCF5DD9AADD65153409E2BAC /* EKAttributes+Animation.swift */; }; - 66A90DE49D5D62A6B8B93B1BEB6BB0E6 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B19E560D19931595D66D3A1B0D6313 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66D25BB40CE335B0134033064B8D7ED1 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 883760D678B37ABCB1556CE9807AC8FC /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66E9F6D40FE0D33835A5CC79B749896E /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DDE81EAED799D148B72BFE4D8A158B /* ConstraintRelatableTarget.swift */; }; - 67173C64DAE7457A292E90F536186E18 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEC61DC01AEA7BA745EDD576DB6F8E61 /* PrimitiveSequence+Concurrency.swift */; }; - 67361CCD8BA6B13F5AFA500684267561 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE7DE5B376F831FE7A72353CADB1535 /* JXCategoryViewAnimator.m */; }; - 67613012FC19662F5A1A452C9DFD7AF3 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C412D5C2FD1152724F499D2666DDA65 /* EventMonitor.swift */; }; - 678E3ECA55B06B72144E0F1FCB7792D7 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6608376716ED6C16F4D51DC38B029DC5 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - 67D3AA1B14769DD72964F25A1E20891B /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00DA1EA82A1C5727AEB99207CB041DB4 /* DelaySubscription.swift */; }; - 67F2E90F42B5116F653D1FCC9C2E9D4A /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E290D8F2940215D19393D10674FECE2 /* PHAsset+ZLPhotoBrowser.swift */; }; - 6819E936EDDC5F64E03965DDA16F6EA2 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92B6561103C8973A5EF96DD2CF6D485B /* ZLProgressHUD.swift */; }; - 682E11FAF43CA02432781997000A15FA /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6421ED7E4B678FF457A167A8F2A8C8 /* RxSwift-dummy.m */; }; - 68389DDB3BAA29B390574C0D5885ED9A /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE99E0175394F670A12BDFA3E52EE674 /* ConstraintLayoutSupportDSL.swift */; }; - 685297AE4AE28A8EA07BECA639E313E9 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0E107EA34ABC885A78E58C3B1374AF /* DDView.swift */; }; - 68B4FCC1E1A2735532B81982ECC9BE5B /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F01E0928809D5F78AE626270483F1C8 /* SessionDelegate.swift */; }; - 68C20F65E3110735F394C2D1E0E60AC5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CCE9D0FA5D93F52E96CAFD509C128C9 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68E3BB3C139447BA9A82E53CF485909F /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A55932DAF5DC4DDB8970B6F51F2C8B81 /* SDImageCachesManagerOperation.m */; }; - 69218EEA55BEF48A27D2B96ABF8367B0 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB8F78BBE158E2638C5E35C0EBD4FD8 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69349E2227EB79B2C451C5012A8679AE /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 261DD1B50ACFDEBDDC9A748732689CEC /* UISwitch+DDCategory.m */; }; - 69628B06AF6EDF37ABECD410CCFF53D7 /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 531D057B064ED9BA0D084F00A6EEAC32 /* SwiftEntryKit.swift */; }; - 698D4BC94388BEEF0696C5F30A549DAB /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1842FA2A2C1DCDB244EA37BD32F9E00E /* RTLManager.m */; }; - 69EC7466EB3C133CE0D82257EF336100 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32134CDCA6D6E773D10DE435F2145D0C /* ServerTrustEvaluation.swift */; }; - 6A6F48CBEC40D32D1FED610A00C2CB8F /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1CF4E5A2CE07CA6B720E0995AA46F1 /* ZFPresentTransition.m */; }; - 6B243EEB7444D034A045EB712ECBF436 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D5BCCACE9B25FB7A7C803B19FE4E8CD /* DriveRouteCustomAnnotationView.m */; }; - 6B354D42839B601C9DEFD984415411EF /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A87EB65B11B198C4F3F7FBE72B1BAE /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B553F2B3704D9BD7FF7FCE04E403CC1 /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A7CE4CCBF866045535312295CC9B45 /* UIFont+ZLPhotoBrowser.swift */; }; - 6B6395FBE0A6F00EA7330994DFE3E56A /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E5C027352A291BA636F5F41DDBB6C2 /* Error.swift */; }; - 6B66FA28308AAD03CF48491A2156DBDE /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC46EC1A552B7BD24DCAD3E59FC7513 /* SDImageHEICCoder.m */; }; - 6B893576E9FCEE6922F7DB30C07671CE /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50B80C6B5109E706CAF6CA302F9491A1 /* Observable+Concurrency.swift */; }; - 6BCEC0DE81E072E922CE82BF2C10D0D1 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = 848545E4EB82AAEBC55171E15DCAE377 /* BRDatePickerView+BR.m */; }; - 6BD973EF2D9AEAAA897F19ABE6ADB442 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E4E52A40BA01D9711F6FD5A7056F6C /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C3B575651FF6BCDC6907608E2F89583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = A8950B57C2B08091736FF30F46253F2D /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C850BF5602E027A876A27784A160519 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5FC5FBCCB17AEE18371E5C4EB7ACDEB /* EKRatingSymbolsContainerView.swift */; }; - 6CBB8A0459051E23B564D2D128E4B219 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 93769584BF566B9C7A4D32BB8C79E0FF /* UIImage+GIF.m */; }; - 6CCDD8BBD40821514AC48F42628D4D7A /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BB6F9C456A2C393156483A91945E4E5E /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CEA6FC42B1EBFB8EB263DDD2295BA1B /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 79447482A03FA682A38142FB9A6873C8 /* SDAnimatedImageView+WebCache.m */; }; - 6CFC283A15CA2F8BBB03267DD8654748 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1087AEBF072F42AFC46976BB86ADAF4E /* ConstraintViewDSL.swift */; }; - 6D04BB428ED55D57D68354552C043A49 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = FE597B10B9093FD433433527F42BF0A7 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D1295F002B144E1731C38BEDF62855E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = F35B00C541D354856C31031379495300 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D377BCF57E8CF61FE78920206F029DB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E967AC509767C726A37DAA3A8D2AB8D /* ImageModifier.swift */; }; - 6D68B791CBADAD5A057B2189F07FB87B /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 054B4AA225C8E94B932E99F38B3039AE /* DDBaseCollectionViewCell.m */; }; - 6D8A1EAC97E1ABC816801F06E11AEF2A /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32ABA9BBB7D2918DCDF63D6FE4762994 /* EKFormMessageView.swift */; }; - 6D9162F60E7975B61948B1E253941FB8 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D0E188FB6B4A7051C3D8946DB0A1EC8A /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DBCD383C164E5ACF1DAD34C9E2FCE34 /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F1427DF8BB355C086EE1E108D254F4 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E79B8E1DBB132B9953B5F37A743CB43 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = D10E17111610DB23847BE97FCECDA2EC /* JXCategoryIndicatorComponentView.m */; }; - 6EE3CE5E6C7683F30D2D59D0ADAC6FDA /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A365B3A173A6764A92C9F44E7F2328 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EF84FDAF4F1857AA5E2C1BC70B62717 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED5AC105862C995822A47AB6CEDBC335 /* GroupBy.swift */; }; - 6F1697BC66902A6089A108DFE1E31B00 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71EB8BF3D06DE02F36C477A4A4BA8DCC /* DDTableViewCell.swift */; }; - 6F1EC7D7C6057783745CD6C5C41EE5EF /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B656B2EBA47C8BB744C20C88F6C7CF /* ZLPhotoBrowser.swift */; }; - 6F2DFE16784EF73C8A7EFFF25EF546DD /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CA830F99449AB702AE26140E862FBD /* Multicast.swift */; }; - 6F46408B20EA653BE535660788D44444 /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CDF3B7BA154E1B825063784C6266F59 /* ZFLandscapeViewController.m */; }; - 6F6324778DAEAC9A6B9C1E5EFEBBA492 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1422B645015BAFA2C470527637DD973 /* Signal+Subscription.swift */; }; - 6FCCBD397D9B887B427DD63D118DE589 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EB877D97112AA85D3BED1EFC52EDCC5A /* DDMAMapKit_Private-dummy.m */; }; - 6FE83B6CC8841CFDBA098DECA40613C1 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE9E4664BFD239332FE31AF7ABD661B6 /* ConstraintMakerRelatable.swift */; }; - 6FF443F739202AD8B2E903FFF878A60D /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE3CBB7B0AA2F6F638A1244527AD191 /* DDBaseCollectionView.m */; }; - 701681C35B325B45CD0E46CF0D5471F1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E9DE9A0CE8CC944481D24F61A52E731 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70AC10609FB1A12D49AAF643F6DB6799 /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92FF81B287988C1A96B59AFF95D7EEEF /* UISwitch+Rx.swift */; }; - 70AED23C9E4B7C54A57E04BB493B1632 /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AEE79276933A89B7247BBBA444D16FA0 /* DDColorKit_Private-dummy.m */; }; - 70CB725EC2D3E4977E8C55CE9EAC4D0A /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = EB3249DAADB3CEFAD8FF08A12A3CB768 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 714B1CA2AD44049A52267BE368CD4C8E /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD562AE0CB335AA742B39BA6D981FFB6 /* SwiftEntryKit-dummy.m */; }; - 71BACD458EFE7CF21260654449513C75 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C493E05F34E23F261FC050A86557537 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71E2963C23B0A7CB0F2CAA2B88CD98E4 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8E1DF1176374E6DA3C6115EAEA13C8 /* Bag+Rx.swift */; }; - 71E369AC039524E2F13AC548B3B043EA /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CE41C550759BC5DFE8FCD772F186AE7B /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 721A97ACFEC77E36D1023E41BB0AE1AC /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95557FC0DAFA19A9367C28DA1683345B /* EKAttributes+BackgroundStyle.swift */; }; - 72A4238F7BB8D41B51F0976294A17DDE /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EE442D56D57F06619A365DB1D150B9 /* DiskStorage.swift */; }; - 72B0A8793C1F38AA19A0CD865BEE8BE7 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93CDA44511C71B07D39D0D5806B83BE9 /* EKAttributes+Validations.swift */; }; - 731BC8F0B05F16D9E44C9EA00B22F4C9 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9036744FAC2D93836BDC5D5518107E67 /* Session.swift */; }; - 733268DE02E6130D00378694AAE4C9FD /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = B6CE924505E227B3A082EE3317295675 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73A9E4170A91F0F715E9E7C1F069FA45 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E9F740EBA58039D1B012CA9F9C97EC9 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73E288FCEA27F5DEB683B074F96D0846 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2320F675B792947DDB93A2DA8C23452 /* SharedSequence+Concurrency.swift */; }; - 73FFFD550E5D834616601E46F7468513 /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D266C32B3D4ABF13BF4B05232085CC4B /* RxSearchBarDelegateProxy.swift */; }; - 7409DA9F87E35B004349AFF0F07049FF /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 2468AD18E2FB4DE4AB026769DEB65710 /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7409FFC5269708E4F4606C21C9DF1B97 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C1CD2F19864903C4CCBFEB6F8D2E235 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 745D1703E1D29FD12340402A7F6B71D5 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D2BF302A4E7136BCA578EAE1AA27EA41 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7539BFBC46E1BB8AE022CB250A405582 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5E4C093F7F3AAD0F72D14449A48C21C /* HTTPHeaders.swift */; }; - 75C045B811885FBDF3FCB78F77326FDF /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DD603D02C2AB8D3A00EA1DDD2B30E894 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7615AD04C15B5C1E8A259A80825D68FC /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = C090D502D3E8267F397161BD405A7F46 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 761FDAB9DF935B60C47B2F649BB88A29 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EB51E9C8702AD9F6AEA2E3589DBD63A /* Infallible+Concurrency.swift */; }; - 76339DA5677D63376EF3C5DB4F383227 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2AB59B6FFB4EFE1651B385CA554580 /* UITextView+DDCategory.m */; }; - 766F851F3D2AB1FA9A0080E0047B8F89 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F436E812A78DC83759E77F5DE874F0E2 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7682342193224B06EE7BB94D1F67313E /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66736BB02C87938E8923936B57CFDDA4 /* ConstraintOffsetTarget.swift */; }; - 7697B9A4DE22FDA7DBF1858E41D811F9 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00BCDCC943536578155AF34FBE207074 /* SynchronizedDisposeType.swift */; }; - 76A190B0F869A4BA61AFA27C1EB92F4B /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E944727B9A04E0A514B1E7F71FE3A1 /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76BCD01DEA5DFB76E7975B68591D4235 /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = C91C2A08E423D1533A526BABEFDD252D /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 771A30A249B7BC468EE73BF5895C10A9 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0632AF20071C8C56A3F7180C760BB9D2 /* InvocableType.swift */; }; - 77436AF8E4A1D6500F7D63ED3D5C842C /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D64763F5F296BA626690BE6648A6191B /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 780B05777E97435A6A9F442B6CE3A4C3 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35693C6D9DAF6ACBA72EF624DC37A0D /* ConstraintItem.swift */; }; - 780B82DCFDBD9C2D7E5C92DF80FF1630 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5D649D2D2D8B3BCD7038AA516EC417 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7867E2730114828625D52A47C43CCD2B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D87FF1C98FAA852B6A14ABB10628F60 /* SDImageCache.m */; }; - 78F19D9EAA15F4779D096963F790CF62 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A0345741A0C5E022CBDC66F9CA1360F5 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78F42347772C57AEB0CE35F118F14AD5 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CAEE39FA3D729AF8AE08D03CE5CC0B6 /* JXCategoryIndicatorTriangleView.m */; }; - 78FF6003AD711360C656FA09C29100C6 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25CF2FE00504437B16A2354572C8E626 /* Delay.swift */; }; - 790E618ACD9750B846473E769FEF33C5 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B879A52CF55C062AC91D43DF934FFF93 /* PriorityQueue.swift */; }; - 791629CECDE0D6A5445563A3E0025ACF /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE14B72FB9CBDA4593FEA80FF5DE154 /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7927E6770872983115C36150EAD11B8D /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 07DB34723702A89C74BEA68A3FA155A8 /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 793F19320DBE5EBACB9D67FA411F720A /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22E36DD71A04B164BFB3B85E5F99F45 /* ObservableConvertibleType+SharedSequence.swift */; }; - 794C8686B1DFD5AA5216F9165ABD8EE3 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 85675299EEAFE97772A77C3BC8A4EF21 /* JXCategoryListContainerView.m */; }; - 79D547FB7599B9D84A5F5697924BC58B /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1820C74A60464999BB412471CFBF133 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F7344C573425769AF35D858AD4A67E /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = E38943A628CDC32CC8881452A16789F3 /* UICollectionViewLayout+MJRefresh.m */; }; - 7A852F0AF1F3E1693579BFB0EE3DFEAA /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F1D11FCFFE294E435CC10C8E6AC3802 /* IQUIView+IQKeyboardToolbar.swift */; }; - 7ABFC8DDB94ABE4C0687BC981E98A2BE /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63174A9DA86A1318B080E0D4A313A09 /* ZLPhotoPreviewSheet.swift */; }; - 7AD9A4864D99D693CDDAC8A8BC8295D1 /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 88896868DB190AE1FC08273E608AA92E /* UITabBarController+DDCategory.m */; }; - 7AFC4774F8EBAF11733C118CC4F292E2 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FF3F05AC3337C5E8E6ADAA6761B612A /* KingfisherManager.swift */; }; - 7B0B8A575C497874E971408584743E02 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 176FE3B1B26CABD2AE1B70C7D4F3138C /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B45550C7795D7B29E6E558F00864D1E /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06330899C9E05A8D1A2059B4C8AF977F /* UIImage+ZLPhotoBrowser.swift */; }; - 7C4555B4F80F91CE5F03F39C2D64D86D /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1364488BFDE89932F53C8EF60F64C13 /* IQKeyboardManager+Debug.swift */; }; - 7CB8CF5A1AAE14023FF956A02FBC15AB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CD264BE40262B63B89935350F3CF1E5 /* ConstraintView+Extensions.swift */; }; - 7CC298CB85BBB9C814F22B8AAEF94281 /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FFFCBFA311799774F2498D72FC2F553 /* IQPreviousNextView.swift */; }; - 7CDD4BF0209AA2F717C7546D5B6BF979 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA0DBA7A71A9040AC82C53FB5FFA693 /* ZFPersentInteractiveTransition.m */; }; - 7CF3A6921C521A7906638EDE7B9812F6 /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E5E5E6886130DD7EC492A9927B68242 /* BinaryDisposable.swift */; }; - 7D23A05408E0E17BB56E5909C983386D /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = B26282438E9A770BA51F6BEC6BC4E4EA /* Notifications.swift */; }; - 7D5AC16F195967267DAD36F198E0A5F0 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = D87BBB8A59C9A11B8E1F0FFF5699DDA2 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E2AB5C595564B6C96A030A0D046CF2D /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB89922A0AFE072F61D9988C94C8184 /* CompositeDisposable.swift */; }; - 7E5A77EC6354A98D85E22A436F260089 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4E9DE9C15AD10A65A8F6364F258573D /* CPListItem+Kingfisher.swift */; }; - 7E77F7A02B348F2B136DC0548A0AADB1 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E52295F523D56159E5A98259202AB1 /* RxPickerViewDataSourceProxy.swift */; }; - 7E877BF000AE141A12DFDC2CA817CED8 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34AD7DA3FDBA9FCD9A779B68012C3D27 /* ConstraintMakerFinalizable.swift */; }; - 7E89E3B38E4ACBC2954D330AB4FF0293 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E947D22A590154CDB995F366E8B5074 /* ZLClipImageViewController.swift */; }; - 7E9CB89FA3B14991D8C31254F7594BAF /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D60A56C5588E49136ADFF69F158D8F /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F565F6396520D743E2D31A18ADC4EC6 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FD5855B03C2F665A6EAA5A476D37833 /* ConstraintPriorityTarget.swift */; }; - 7F646201C11F75FEB2701844D49DF702 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = E9912FB98EBC8B0595F78838D1FC9AB6 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F9C36B013D01F2188457E0D3A7AEF07 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CD93C17691BEDAC519C7BEA11AF2CC /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FD541C37F57A49DA86354FB0AC6CB72 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0413F116A25493D7B80B7582F9C69BA /* HTTPMethod.swift */; }; - 80002F7A9BEEBF7F56588CEF6EF8E990 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B6334EE8CB242891E875B75A4BB326 /* Zip.swift */; }; - 80474D488D0DE9EEB589E4B5F9EE1256 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F403B6FC7BE7AC549244B805809480C /* DispatchQueue+Extensions.swift */; }; - 805577A16FF401444D4C8B0CD08D1378 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 189CE491A6F69933F32FBC259A0E8E2C /* DDSwiftLog.swift */; }; - 80707A9E832C8EEAC361896B59A1DE19 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C60383264AC6E90678661A3C493A03B2 /* IQUIViewController+Additions.swift */; }; - 809174478F55FCD93B0706148F6D9B72 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 819CA6B0E96C24260C371EB3DA41FFC0 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80BC7581EDC7EF248D8E56A3AB986B53 /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC721D1540F3026D5D6BA9B9E536FD0 /* RxTabBarDelegateProxy.swift */; }; - 8130D81EA6D0939B5126C2EF754707E1 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 69DAE5BA6B9B4EE4A097AA46ED5BFED6 /* UIScrollView+DDCategory.m */; }; - 81452427ADF1E98E642A1233E6B650B0 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68370E0FB1DB6AC7E62FED6A56ED408 /* UIScrollView+Rx.swift */; }; - 81495AC63688C3355033D5BA9CCFC035 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE25EC32F7E7828FEA6375E5D468B53 /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 814AA2BB51B51E467391D717BF24FAE5 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 120F9216545D43298835BAC9F200ACBB /* SDWebImageDownloaderRequestModifier.m */; }; - 816B0934AC70B3596B231F6848C56C29 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E2EB0D13761DCDD362246B19029CF26 /* Infallible+Operators.swift */; }; - 81A3D9DB1BECA7DD9A94142824783DD8 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B86B94507D2E9AB6750BC34377664E /* ZLFetchImageOperation.swift */; }; - 82300175606EA43BE4BF57888C4A77E8 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = 585068BD55FBAAA422F56D3745D1EB38 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82F6C49CD5442529B117D4B77ECD8518 /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA73F037BB6746EA4906B99C8C17E80 /* EKStyleView.swift */; }; - 835173C7877CC2512FC25FC6EBBA0350 /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D37855B303DC3EA97C90607F92DF9EE0 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; - 83888A11B0701E2D4EE236DFA1E56800 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474DD244ACFCC8251EC780A60B1C4B9C /* Result+Alamofire.swift */; }; - 83938D5CBB19BD3E148DA8E030218776 /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = AE98F7C9223FBA653EFB1EEC9965C197 /* MATraceReplayOverlay.m */; }; - 83FB80448888FC123E9A45527EEC1C92 /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C90A2EF3D42C22EFF7E36A0217D22E7 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 841447C2E526E658EC8102873B77A9C9 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B39B8D7FCFE5ADEAC42B9B345D1A28E /* DDTableView.swift */; }; - 841BF355072F71F4E08B7497A3CA79A9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0461438B7691228F7AE5C6DA38CA5A /* DispatchQueue+Extensions.swift */; }; - 84CBB8B38762FD16B0BF7B4BA778228E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4EC27F9A38C8B639D397B66A33944B /* EntryCachingHeuristic.swift */; }; - 84DC0626D65FE608EACE77EE19BCF92F /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 316201DAFFB75C5A201FBAFC8BB8410C /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8613595FC3325A2937F81F058F1BC703 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 19CFA39C0054141966D6462E48E9B264 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8620470517C811FD4767A6DD0371D0D5 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A0DD293BD4E3F8939D3CC9ECA77E932C /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86997C2E83106153831376DF4CB88084 /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9110B6CB98288E01D76F48855B1BAED /* ZLWeakProxy.swift */; }; - 86EFDCFB015C812E2695EA28F9F3B88F /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 754F933516567255B0866922880B5C8B /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8706443ABE527358B6AF5AE1103FD936 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D60492B3EE8D99D76AFC85FBA3169A2 /* Amb.swift */; }; - 8722F2B423BB44C51D3A29BE5DE26A12 /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1804583966D21D6DF673B2B3353EF36A /* Just.swift */; }; - 876F0A0ED17438D064D6255B031ED91B /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3169092F1841DF691AA021B40173AA69 /* UIViewController+ZFPlayerRotation.m */; }; - 8772F32DE15FC5E2426A36349DE9E7C8 /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC2251A2D308ACBD206F8FBFA3277D4 /* JXCategoryTitleVerticalZoomCellModel.m */; }; - 878B6B1A4C24B3D46773E79E0294CC89 /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC547E6A691E9E25C50BCAF6190A5F14 /* PublishRelay+Signal.swift */; }; - 8799B3D40C3873B318C5D633C4AA775C /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AC4D0A4C3C4785114CF6DAE7320A3B75 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87E790F289BC43498505B6D68AD37C12 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = BAA7A3BF952AC9AEC5EF5627F34C7E5F /* UIColor+SDHexString.m */; }; - 87E876627F3BB158FD39966792B76B65 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C77BEEE84893ACDD3ED5FC3393AAB2F /* ZLVideoManager.swift */; }; - 887595F20B78C5473EA5B93D699737A6 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 7867C241D8C1248A95F3ADEF82FB963E /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88E67755F51F1CA22343EAA1CFBD41E7 /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = B481D5E26922ED4165869C77FB3E7487 /* DDProgressHUD.swift */; }; - 88E8C4E6532C1885DE243488021CF2D2 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E05BA01BA5ED0126CC3946BD2B32DB15 /* AuthenticationInterceptor.swift */; }; - 893758A1DC6E9821EC4EEA0FA7D4C901 /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 305B3650681B16CA92FB24FD838ABD80 /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8979496F3E3FBF8DA001C1CE7AA03BA6 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 079039BBA153FEA2D453990B100F16AC /* NSBundle+DDCategory.m */; }; - 8A3E8C9849B1E73D113589B8F007E566 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B3C1F1DB9B9A56E22A20A8E6E2CC8D /* JXCategoryTitleCellModel.m */; }; - 8A5D7CFB78278C7861D3061D212B189D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EB4F2921EF1A694D2FF277CBA237BE4 /* SDWebImageCacheKeyFilter.m */; }; - 8A64ED4C758DC20F9F638F956789182F /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB09AAA6960E9F895B113138A493F1A6 /* UIView+QuickLayout.swift */; }; - 8A85F3FEB9EB81B92B555201DD89AE6C /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F7B4966E97C81F45599EF84CF75F7B1 /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A93BFC4ECE061648BEDA3A17DF34B7D /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 82ACB77CBE8501025AEE247D67DD57FC /* JXCategoryImageCell.m */; }; - 8B055D0135B176047DCD4DF474D7190A /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = A06A6113F0690E598E021577B605FBA7 /* String+MD5.swift */; }; - 8B1A402F74B6E4E6F42C395DDE64169C /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655ED08084CF139E3290C1FAB5A2F9B3 /* KVORepresentable+CoreGraphics.swift */; }; - 8B3145567FD389F30FCBB34C08F60CB0 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8194F20F01EA3F0C9A2957666001981 /* Platform.Linux.swift */; }; - 8B5C7472AB1189940F2C7A38AB4E5D57 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F8A71E2B7F47EEFA40749DDE038CA2 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B753F9A4427257D3732F4AE2E2EDCCD /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 62591286BACD010D952846B311781312 /* SDWebImageDownloaderResponseModifier.m */; }; - 8BD7243E27CAB2AE337CFA2AAC384640 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E486A11093E6F62240646A3361A1E95A /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C1123CFF840715FE9BD669C43D75E7D /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB133040702CFA0AB21B8E842B463A8 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C1621353D739063323C611BEF350ABB /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F4E33E0011880F3387264268EF4FBFB /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C5AE031DA4F7E6C727B298D2CE5AAAC /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C3478C74509AC92C7C5EF98EDBF629 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CFB68D77E49914A0DD60B939BA767C0 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 43BC2A1ACB7C5A630803C8E3643EB05D /* SDWebImageDownloaderDecryptor.m */; }; - 8D2C2E93E44DC32A322DC0F747FE8D7C /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A109819AA106FA4A09411324D83DEB5 /* MJRefreshAutoFooter.m */; }; - 8D3E90E34A389BE13FBB871C53E016F8 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99E75B303D0020B6F1C68365659DA32D /* AuthenticationChallengeResponsable.swift */; }; - 8D42E6E44020386BF96406F0D3540D19 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = F435FE4BFE26BB05FFCDB827D0F0F0B9 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D67E1E9F0E2F132D6A0D8EFB3C36974 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D57D3C771E34F23D2D169F51F03526EB /* SDImageAssetManager.m */; }; - 8EA71FCE62BCE72E1798AC86592F4747 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 30D14AA1E1A077A84A644E4041E862CB /* JXCategoryDotView.m */; }; - 8ED0EA8B64CA7C4860DC6D8B565F4448 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6544EA2C925409624BC938D6A2D11071 /* RxCocoa.swift */; }; - 8EF8D0C1BE201C03A65D66C92BAD9206 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EDACE046D7386D286DB82F6279CB1C68 /* SDWebImageDownloaderOperation.m */; }; - 8F3D5651790EDA0BB4D4CA53E598DAD2 /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47693F96E23A548DE7E2E571AA944BA /* AsyncLock.swift */; }; - 8F50E644DB9F5D2A056109586E574194 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00149C338A154F7A90372D9D111E890D /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 933DF10E37590DC093C8A8CCDF270863 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 012C3348FDB9BD307BC866EC0B5D23A3 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F30D98624DC44042FBDDB65805500FA /* SDImageCacheDefine.m */; }; + 01647FF656B3C7D6D159939865595DBD /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002BD6FF4A3F9245D1458F92EEE1244E /* RefCountDisposable.swift */; }; + 01B815BD97E0BA94CF89C42FE41254A8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 34428B1CD3A2658F076F7809E8CA421E /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01C132EB3605024492C96C11F1094D0B /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EC8968A3C7DF18A21437BD54203B9DA /* InfiniteSequence.swift */; }; + 01D8AE321F1FA71F2D43127EAC90559D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 905AFE4E58F2C9CC141268D17E868292 /* NSButton+WebCache.m */; }; + 02780D132E8AA44865FEF53E4D5155E6 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2F6BC7F9D1C819CEFFF1FA0C88CBA3 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02ABCC19FCF4C91509A882D14B814A34 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DFC2021A4B2B7BDCDC4EE31E3DB9DAA /* Debugging.swift */; }; + 02C5131798FF28B7D851F0DB13D67C00 /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE421663773AD2B2B5B8A854968D4BF /* UISlider+Rx.swift */; }; + 02D531FA1E9A19A134ED8BD68C5E04C0 /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BF7FDEB7080037B3B60F15FA1743E368 /* JXCategoryBaseCell.m */; }; + 02EDCC0E7DA24D63CD39E7D6326F5A56 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 58575539F2B16240439FDA9E052A3480 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0325FC0D4CE47D33E675D5F9546D482C /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 006D6E3E99459ACD25635521536BE2A6 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0328E2D27FBE6EE399FC37D913E2290F /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD6A7C3F4858CCD12F04F5F2A6DFA678 /* EKRatingMessage.swift */; }; + 03C1E246EAD0250FAF7C1860F1DC3D7B /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74A1497D810F2C9D5696FFBD9A33ABB0 /* ElementAt.swift */; }; + 040D10E92C135ACB7B060C708C61D8EA /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6624D2D23A7FC7187240B46006B176 /* BehaviorRelay.swift */; }; + 04131C0EECA33AD45AD1E07CF500E344 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B11A9785C9EE33E1DD7C4274EEDDD532 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 044C9F746F7E39BA1B482B553386CA48 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 792F75E1B244129571FAF5CF17E0FAC5 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04C0033DE2A1FD3EB256E41523A8F0E0 /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AAE81ED01D55BA69F3445DE517D45B0 /* ZLEditVideoViewController.swift */; }; + 04C95DB4DD1BD71AAF5FD233628A6C6D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77FEF37C7BC00E2BF4604538ED5BAD4 /* NotificationCenter+Rx.swift */; }; + 04DDA24962A3E353200FBFA9C3B1FAC6 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54A59EB183EA9B1F132DB5C1A332B840 /* PrimitiveSequence+Concurrency.swift */; }; + 04E098DBFE74C74C3CA5369A91198F58 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BFA1D5B1924B7A4310D330D30A5F4E2 /* ImageDataProvider.swift */; }; + 054C5D3D52D113CC9A7AC9F7115A26A4 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBD0C5E5ED79E4E769F3473FEE00038F /* Platform.Darwin.swift */; }; + 055FD13CE509E194412FE8E424649053 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21F46EB9965D0729E9E981650D70C64D /* ZLFilter.swift */; }; + 057D1221E544A666DC2933C4B146B0EB /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF9E618F54FDB3FD844023C7FEBE3E8 /* ConstraintViewDSL.swift */; }; + 0591B0EE71308251E0E53C6D3EDB3D4C /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1601D79B8AD74CF5B308A532C476FE5 /* ESTabBarItem.swift */; }; + 059BC6559FA348BF916CE00F5829A032 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB48E95EA0E597BA72BD6CD684CCEFC2 /* DDBasicControlsKit_Private-dummy.m */; }; + 059DE39D2D7414DD88A410B406D3AD8F /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = C6562FD6AC7855689B026A8FDF727D9D /* SDImageTransformer.m */; }; + 0605E2513549327B19854B3FED759B44 /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4B26C83A6B122014374739170A3368F /* ControlEvent+Driver.swift */; }; + 06101AB469524DD1066CE62143A83864 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5920A499DAEED2F8B2B171A2039A970C /* ConcurrentMainScheduler.swift */; }; + 06306B4D40DF898D8BBE1CF38621AC59 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DDB8A1C0D162166C2832595772C3A04 /* Binder.swift */; }; + 066D34E2C27696516642474359C2BAA3 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF0C3A6AB0E2B2D38E29A633E5BDE266 /* ConstraintInsets.swift */; }; + 0681237E73D0534564BD11984558A5EB /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D2E47462F864116BA95A38589526B1 /* UIViewController+DDCategory.m */; }; + 06A20EF6BA10D63870C3AB7C0E1BA53E /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 968C6AB1C80AD0DC463AE741E5E03664 /* ZLPhotoModel.swift */; }; + 06B371D4F95E8184613EDABA69676D5A /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 75340C28B849B14C21BA4BDAA0C8E109 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06F9FD7FCFE0785C157BF44AF3001FB1 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25B5B00802A27779472C545F380B50BA /* Storage.swift */; }; + 070AC1A560FD65090FD38168F6F8E8C4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 119AA3EDC5E0341791DF4B60B7D82CC7 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0766E4E5B89C7132010A435605E8A9A4 /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0523B8FC02288EECEE46034A44A8713A /* BooleanDisposable.swift */; }; + 07EF412BD76D23EE285E8245544BA0B6 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3460C97BA222660A04E788388AC0C4F5 /* UILayoutSupport+Extensions.swift */; }; + 07F2468B279DBBDBF83752D755963A35 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C887E676D52B10BA3C80332DC0F57F9A /* Queue.swift */; }; + 0811BB981A2EF4E3C78C193E8AE1A4BA /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CEB0E47ED416CB2A2E9BF26DD1069A0 /* DDCollectionViewCell.swift */; }; + 08BDCE93E93047648166EBFE5E849BAF /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C5A33DB253AE286C6BB5DBE7ED28CB44 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08CC4F2CF084EB4C21FD37F7D5C1728A /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2855FF4DA416EEEA9EDC236A02B45CCB /* ItemEvents.swift */; }; + 0965A52801F74EEC4CB65AA4923F025D /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4706DEE9CB56BB795F5A8B77791C166 /* SessionDataTask.swift */; }; + 09B9E5FB7E73F28A4E1F581917EF868A /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C040264393F5A611D0BE66D8882D79B0 /* JXCategoryNumberCellModel.m */; }; + 09CB072529CD8E230649CBA428E3550F /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C3681F10090C608EDBF944893B13E0E /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A762FAE78A91ABC899CB431FE10B9FD /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7E902E779A4E406A58F4F40F32DBDDB /* ESTabBarController.swift */; }; + 0A8D25102E4F4745199D82174AABAAD8 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673DAC60377CFBBAC8CA17C1F49297FD /* Kingfisher.swift */; }; + 0AE9B45A3E480D39CCDB8405F5D6F80E /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 08118123B3B3A7494D5016580E08E097 /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AF767E6481F3C955A4EE01B6B158D38 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 734437D2CA2C62A30A50876700E58539 /* DistinctUntilChanged.swift */; }; + 0B4577864274CE4EB338A238A241AA0C /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B808A6EF4C1BD25BA645D85283C64CAC /* EKAttributes+Precedence.swift */; }; + 0B52A423F3F9E6C5A42612A06BCEEEF8 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 40DC7161085F83F485166ED150FC9C60 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B6F12B22F4116500DC8501DBE0029D7 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1875199BE7601B0BB3D9FF2EFB3585 /* DDBaseTextView.m */; }; + 0BCF8CB00A9A52600E24370C7144693F /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A8B84CF54591E1C379E2F67D45633D /* EKNoteMessageView.swift */; }; + 0BEAFF49A7C1F702511CFB4242ABD8D4 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2144EAB4680AB9DA2A29B97199B33BFC /* ScheduledItem.swift */; }; + 0C4FB24086202C23FFF33C9199BF5A9E /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA405383F8305DB71A9AA54851F5F11C /* ImageCache.swift */; }; + 0C7A81B76F81FFAA7AFD437D61831C77 /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 411AE86E1CE98BB32903D57C6DD25941 /* DelegateProxy.swift */; }; + 0C833DB2294851CFBE098DF5BCEBADF3 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = C001A5262D2778263FC4343A80ADA1D9 /* _RXKVOObserver.m */; }; + 0C83C845A20F4CDC656714E4DBABC116 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F3B9E64882B4BC95DE34E7C626A048 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CB16B169827C7E4EAE9B108F1B9FD84 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84B04F9B1C9A1FDB61426B5C0B7ABAC /* PriorityQueue.swift */; }; + 0CE1A43A7DB004E6D836158B1B3B58F5 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1324AB98094E2491A3BCFE2E27AD5CE8 /* SynchronizedUnsubscribeType.swift */; }; + 0CF0A87B87DF71F838545FC4B0161A8B /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C3539003FCA4B8E66043EE4D257BCF /* ZLResultModel.swift */; }; + 0D444C6AD7BA8B3307579F9FCA9F43FB /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2226E0F283E96195E5B63F3F889C41E9 /* EKAttributes+Shadow.swift */; }; + 0DF9FF68141FBA6C89B9BD6253E237D2 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DD0B379D6FA193591BC151DF5BCA89BB /* NSThread+DDCategory.m */; }; + 0E84EA21B0858EDC04A53458A7F8DBDD /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B12E71F7D5301E7521747E2F08E95F2F /* HapticFeedbackGenerator.swift */; }; + 0EC5EC45F806F2DC7B68E6727227E49E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = C88C9A17D426951ED1ABD44196792E01 /* ZFLandScapeControlView.m */; }; + 0F285831BADE42A213BC69C7F92A3ED0 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C983F5C5B34E3138D32BB369340C636 /* UIButton+Kingfisher.swift */; }; + 0F2AAE2334C409128ADD57B132E767F6 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B48D695C1AE4DBDA5D3E2939D8A99EED /* JXCategoryTitleCell.m */; }; + 0F4B46FA44584B85A9B9FEC5A8E53FA6 /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D9E7FEEDF68A097952258F2F8C0D237 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F63E7B24044CD9236D757A14E99B3C4 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 580A0EA4E8A25CB777C788831808B197 /* ReplaySubject.swift */; }; + 0F65D748F0246130A478D5B173E76C53 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FF0CBBA7C0C8323055A2EEA40477F66 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FE8C2FC902D0D92C7827E2B0878005F /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E1FBC5DA5E6E0A221E23C070460B6833 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1112AADD470DD6BB1410B7C32A0EA334 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45D0BB6745267604069A277EF8A5AE5E /* IQInvocation.swift */; }; + 111FBFAB9AF61021223FCCF624A2E0FE /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE0498267DCDAFA665DB8B9313CDD33 /* Resource.swift */; }; + 119A65AD7B8F6C7C39DD19128A7B2DA9 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 783BF1E23DE6E1225BF7BD4EB7802972 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11CAD34EDD7541D39A87A67EB7532970 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50045BEDC006232F1145178957264C10 /* InfiniteSequence.swift */; }; + 11CDFB1A43FE6D23D2F8463B142537CC /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34DD70CCBCBC0917F8BAA1B1E548407 /* NSControl+Rx.swift */; }; + 11EAAA60DB73219EFC8B0CF1722D9C1D /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 868682BD7EB6DCF62D62C5183EA0B4F7 /* UITableView+Rx.swift */; }; + 11FDD08584F35CA234ACA3CF95C2989F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA7B573537BF4D792140EF7517B75916 /* ImageDrawing.swift */; }; + 125F97E66591AD5F162C1655AD8345A8 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7580AB0BC5791854DDB01B142714B16 /* ConstraintDirectionalInsets.swift */; }; + 127BB0831E7F383B0F7DE209003032B9 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AC8A6EE8C754B29E0ED85A6C40D18BD /* JXCategoryIndicatorRainbowLineView.m */; }; + 1292051C38F95325A3B74A6A73EC00E1 /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C440069B224C9753698A1ACAD7B0D64 /* ObservableConvertibleType.swift */; }; + 129C1964A364166530F529A390760D71 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D27CE4CE6AC389141A20F870A32D1D0 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12B074DB299ACDDE34C71CA2FBCCFC8B /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84BCF483457586DBFF5BD91123792AA9 /* SingleAssignmentDisposable.swift */; }; + 12DCB2AF15F5EF1600C6826E154C80CA /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 465C38925725FF7B78D8DFA590B1BDED /* RecursiveScheduler.swift */; }; + 1379145EE1CE455EBC27791628DABACA /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4592A97076DC43EC1CA42FE2426C39B8 /* JXCategoryBaseView.m */; }; + 13929B6FE1EC4964211E0BC8ABFE5441 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68EEC89353AAA8C4EA17EE726CD9F524 /* ConstraintMaker.swift */; }; + 13A579123FBF57077C6BB7F86C349ABD /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC097C832C807AC9339AEC04939796C5 /* ImmediateSchedulerType.swift */; }; + 13DE56A7C610467794A68A36B8CCC6A5 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0EB5F5F5E3EAAC360B7F6D37086DA30 /* CallbackQueue.swift */; }; + 14006084B55ECBF580E396E89C097D64 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49F445A1D95C76B019BA1E49720F0CE /* ZLEditToolCells.swift */; }; + 1437BB3F5BFA3F0EEF784975F7CA2970 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA826319A7709DF4B10602332014921 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 144B55A9628A2AD6B54F8BBACAB7BCFD /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9234A3EC985B22D73D50F3640A565644 /* WKWebView+Rx.swift */; }; + 145BBF6F393882C968D5A99AC80004E1 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4A862B395B2882C18234B93D2B5EB6A /* ZLLanguageDefine.swift */; }; + 14917E361818D94653D933281E7DA800 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B41C551ABF5C9C751D1FABC2036E2E /* SkipUntil.swift */; }; + 14C821B748B65A96E6D91708B70C0A93 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C247708A536E7F458B14AAE011AE757 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14E9174C4FBFC31FD1F1265D018757C0 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D7095E0C3DCEED073E9338E84DA8DD /* SynchronizedOnType.swift */; }; + 1514C0A104ED7F4D63ED12FD17932D07 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 78ACB724688E4414116FEA7A515B42AB /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1553B123CF3E64CFD1903A277E22DEC9 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20C22FACA8216A7937AF42F35BFD4F52 /* CompactMap.swift */; }; + 159BBC585A2C51D44D40DE88B5B18AAF /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = DF0B649B3C24355B1C73D50621ADE732 /* NSBundle+MJRefresh.m */; }; + 15D38081B9302FBAF9A361BAD7E5B05F /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CCA46243E9A7DE1A26677A2E51D5E3E /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1660E2FBDA4323E7357179056B4B0E65 /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = E09F9C403C9CEF50048860D22813DDB7 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 168F32A6ABFCE1B9110D5C266D36988A /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0216A78851EDD3737472DC9315B386D6 /* UIColor+Hue.swift */; }; + 17C901067A0CC336075ABAC7A279589B /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = E33F090E20488E7EF23B0847B4217DB1 /* BRPickerStyle.m */; }; + 17DA0483F109F5BA66CF5DD7366E36FF /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33AA03C584B96D4142793A0259961CEB /* UISearchController+Rx.swift */; }; + 1890AABE1DBE350CE3A410961492F430 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3784FFB06A5C7C181407D8888CF3536 /* ImageView+Kingfisher.swift */; }; + 18EBCC2A133B26DF8B5D5754492F3214 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7D4A74EB8F3B275870A1ECBF0217FF /* EKSimpleMessageView.swift */; }; + 1949F1047DC16A4900AE36D22C95CD16 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0BE59DAB5D20B89ED51B0570CF1D917 /* LayoutConstraintItem.swift */; }; + 194D6F32A526649820D6B0AA03EEF12F /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 812213673FCA1F30EBD75BC7A13B0C6E /* RequestTaskMap.swift */; }; + 1984D4549EEA55FB1812D99162C83E52 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0229B90B8667C9AC8AC2AD9147D4AB3B /* Alamofire.swift */; }; + 19B69267A13B522D47259CF72C882725 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D015DDF6AF2E6A3C19F327F74809B0A7 /* BRPickerView-dummy.m */; }; + 1A370F104A326B06BB5A7A623DC96920 /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A03130E2AC36730055AA404789DB6308 /* NSError+ZLPhotoBrowser.swift */; }; + 1A64F561597A70C28B3564007FF6D24C /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6321471B8CA0F20D07E3380BD74AEF /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A7ADD63C2F158E10825F3FA38EC3639 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228CF9A364CEC746111091A5745189CD /* BehaviorRelay+Driver.swift */; }; + 1AD7C51CCF7E6204B37A504B68924F16 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0879953FD3BA5ED42848EC138BECD5E9 /* JXCategoryDotCellModel.m */; }; + 1AD801ECC7DEFD68ED348A2BD9835E86 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5812B4BDC5A155CD05F1BFAEE39C0E0 /* Maybe.swift */; }; + 1B2A260FFFFCB3D9E0AC958E83C57F4B /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 00735EBF786716344798F415F02C9B68 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B3436C26AE5ACEE355DA1FD78BBF9CA /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E9E4E55388144C95AE53B4DF21063A /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B640054ADCC8572280A5FBA85941DF3 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E07B5FD3034EC6514B3721CA26C2D7 /* MainScheduler.swift */; }; + 1B957CE26D7722E306F95886B5EDC013 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A34EF75E1CC5016422FBD866C8AF3C /* RxTableViewDataSourcePrefetchingProxy.swift */; }; + 1BA88BD6149449B0EB04E4E7F2822237 /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A42F043DEA078C48226209468FF71A /* _RX.m */; }; + 1BCEB28338898ADF3C0CC4328D59E093 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B82B0174D8E95BD64F64DA3AFBC8F35 /* SnapKit-dummy.m */; }; + 1BED5C40C873A14BD22FCC7A8BC11848 /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674447B8A13FEE19A5DB8F7E1C335C90 /* RxTableViewDataSourceType.swift */; }; + 1C0B22AA4E83F0C0C7E55FE842D3C1F9 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0B02BA0088968EF4BA6A0C289103C8 /* NSDate+BRPickerView.m */; }; + 1C33277D17F042B6BADC5BEFD04DC3E9 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6545EF3519DBA6D2CC1D7333CB82528 /* BRAddressPickerView.m */; }; + 1C9653CE5BA95B8280803BA82EC70A26 /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 10614A3C4111BCD651DF823F8A5DC564 /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CAF7FCBD075678639BE65A029B4E56A /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C1FAB01E1F1FD6DD5A06A816F9A3DF /* JXCategoryBaseCellModel.m */; }; + 1CC9EB73AA2E6E7AFA3BBECC8E255514 /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1868F75252A361C2DF30AD2748615C77 /* DDBaseView.m */; }; + 1CD029D4F48324168F0220D8213348D3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 317DF70697F5B221611CF77D195F71B5 /* EKProcessingNoteMessageView.swift */; }; + 1D49547BCE8484C89FCE830E377AD213 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA60B20BBEEE2E19D2F34C5CCCF4041 /* AddRef.swift */; }; + 1D6D63D61E41CDC8C9A95724CF0E75CC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36F5E5588E4443121C21058AF10D1B85 /* Validation.swift */; }; + 1D7A4E9421B2E95C4FB85BD555C8EA1D /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B5C4AC1979FFA94AB79854440E00C6 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D9AB79EC40984743F30DE0D0EC83897 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E53FFD53BD7A0186116E3F1A42A6A4 /* ObserverBase.swift */; }; + 1DAD1ABC0638C45123D6AA1E78167F56 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84B251F1464D0807B1954B5AD1FDF3A /* StringEncoding+Alamofire.swift */; }; + 1E40C9A50D8D86C792A4747AAEF93139 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73889F9FFA0D03812A7E5CB2DB1F9D97 /* ImageDownloader.swift */; }; + 1E483A6D45FEE27B7D994F4E83E713EA /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB6F0E32EBD1BD43E54CB97D1D574C3 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E4A2E4EB128ED973EFAD8D0A76ECCAF /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B832466743AB9679FD1F033D5A8030BC /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1EAF0F5E24F23C39ED786BCBECA0BE88 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 433FD5552B5B815DE3A3B966224E42BC /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F232E351154BB156E4D17D70BF19DA5 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F887C492A4256DB8E3A977760D63B5C5 /* ConstraintMakerRelatable.swift */; }; + 1F601A8A4AE7C27226B893F8C4611E0E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20877DFA78FCB7701835610228FF22F3 /* SDWeakProxy.m */; }; + 1F8EDAF5FF11E1DE3EA95DB706FB99F7 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E649A4C072B03C6A71CBEACEAEAD9D7F /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FB2D5B8FCEB27DD21174B0FE25DDC7E /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99AE0D87126F008CAA523D29DB05D2D5 /* ConstraintPriority.swift */; }; + 1FC870398A64B8565B90B11479B88B68 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = C64007593D82A1A28CF181C26549E715 /* IQKeyboardManager+Position.swift */; }; + 200641ADAD68DD2ADB33311683A3DDDC /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77065C3F8C2B680B392FA15C2B7C446F /* SubscribeOn.swift */; }; + 20759C768F51054A64D6E2518B494190 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD40F237AC4F444D5E75962E20F0B53 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 208A97584D845254E986E9C707635B67 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A1701A9110B0037F53DE181C42DD8E3C /* MJRefreshBackStateFooter.m */; }; + 20AE12553699C8C8E88A9377A3276CD4 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F5C9F9A45BC837F4ADF9A89BF310EFF /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20DC5EFA536B064520E620C2ACAB766E /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30AC4DE219872CCCC676F31042DD6383 /* CachedResponseHandler.swift */; }; + 210B55F77AC405C86297DFC22C731FE1 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = F4B88DFDD7067FB92AA564486EF117EA /* DDBaseMutableAttributedString.m */; }; + 2178CCCB50352199786601EB05B60A02 /* DDUtilsSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D63A2D4698D6DA524D3E951F1E60C18E /* DDUtilsSwiftKit_Private-dummy.m */; }; + 219624B2DB84EE52D0E4F6B1789954E1 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BDDA910A2545C56F3DA7374AC447D64 /* ZFLoadingView.m */; }; + 21AA72968F4F1182EB7F071A534F0281 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FAF2FFBB4B1005A22FF744431E3A5076 /* UIScreen+DDCategory.m */; }; + 21D966E2F801F96E6E36D2C7BA73235B /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE5BD169DF00F2C122F6F290DBC81BD /* DDNavigationController.swift */; }; + 21DE46205F65C28825E1F875B916EB19 /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = BE13ED9AB8EE3729080CDCE28A719A8C /* UITabBarController+DDCategory.m */; }; + 21FA952E49A0EB77EB7825A78FEF6AA5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF9607BBD5C250AC1BFE409374D1400 /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21FADAA36F19612801A23CD9FC35BA98 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C679E9F9E8403F4914AD2C950FFF4C38 /* EKAttributes+StatusBar.swift */; }; + 222AACC92BC5B88496FE0DDF8A765FD1 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 750465AFC14AD05FD830401372949A63 /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 224D5F6BA39BADAD19041AF6AD880C80 /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6D10805D39D3C5591827C0727B185C5 /* Bool+ZLPhotoBrowser.swift */; }; + 226AE9954640E71AA69AC12F268C4B58 /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76CF3351198D0AB4F67C55887815CF0D /* RxPickerViewDataSourceType.swift */; }; + 22A0EE3CF4D4D5DAF933A7871B6E47A9 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B3C5821D94A1D2DAEC87B8D1BDA934 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C628740944885DF3220648CDF07964 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D19B864A1CE5CDDC97EB1FCF2DE887 /* String+MD5.swift */; }; + 22CE10056B2DC6A993C8E3CE966A45D4 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CB36F47D613D4F194D363953C9AC5E0 /* NSButton+Rx.swift */; }; + 23070072A95EC58547F751658BD10FB8 /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90125D9384C1FDAD8F9CAE624D8BE9A /* QLUtils.swift */; }; + 2354A0786A1EBBC2298B9CB493F8C4FF /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8668E90E6B996F76811B861823E68F22 /* URLRequest+Alamofire.swift */; }; + 235F5CA0FE85EC9C9BF77DDF796070C3 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB63A93B4C54BC9BB3A104149626FB5 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 239036796DB886B9DA46D63F53273AA7 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = EF808C98ABEB3DF36AB8A3B66B23A9B1 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23B683FB3262FAB104127CD59D29E34A /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 62633E6852F52F12AC2F20524E2B4EAA /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23EFAA45BE23C0F05AE3A5A892808639 /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D85EE17441BED4D6D99DA0EF0C272B50 /* UIView+Shadow.swift */; }; + 24488C0EC1CD3766AF3BA0C3361D2F05 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E5E186EE3DDCB813159E86BD4BA1AB /* KVORepresentable.swift */; }; + 245D0E313372FC4F2297E8CDC17BFDF4 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B3B64B7CCECE62CF972E36286186F6AF /* ZFPlayerGestureControl.m */; }; + 24E5A7A3EDD062056D99F282CAE328CE /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F071832D34041825D64A09CD28D1F9DE /* CombineLatest+Collection.swift */; }; + 254DB7DF69C8F0DA8BAC684099B27944 /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72787076375CCEB6F9299494CDDACED9 /* ZLAlbumListModel.swift */; }; + 25BF5D9FAE084BAE3824007EA8E0196C /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA8425C2B88F38D68AD8FC0E7B9E0ED9 /* IQToolbar.swift */; }; + 25CC0CF443857A93D8BE00CDF4546C63 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6F30467532F4B97A4773CF1EA2C0B1 /* Constraint.swift */; }; + 25F4DC3090DE65822111FACD298A4D7B /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 89330007318EB76C042A6EE08C36FF68 /* UINavigationItem+DDCategory.m */; }; + 263E6DC0FCCF45948585AE8D649ADCE4 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A8EED1B4C47B4B744AE09FEF2A82B65 /* UICollectionView+Rx.swift */; }; + 2655C03CDF30A7690E43D892DDC95AB5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8AF86C4C6196A16B24354F7FD7E3302 /* ZFPlayerLogManager.m */; }; + 27043FD4E15DBD03FD933A60109C3009 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4DB31C7FFAFC4A228B69504164C88DC /* EKAttributes+HapticFeedback.swift */; }; + 270ED905740AD9FEFB9A346AC527D53A /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04EF83B04CD462E3A7BB4DBA1259E6AF /* SDAnimatedImageView.m */; }; + 2776B3355D535E5A68E18C4C77B2D595 /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEFCFF9C48D740365F424CD812C7553F /* ZLPhotoConfiguration.swift */; }; + 27770DF47A61DEEB841F3E977A6BE99B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E4CAD83781D87B930AA12830BB3268 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 279C4E09D6D4113942EB37DE5DD034B0 /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ADEF939FBDFCD6A9298633F47913B5B /* JXCategoryIndicatorBackgroundView.m */; }; + 27C6551A1B768F10665E45FF45B6848A /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5B1B6C2E01B5939920DF97D44D4A5E6 /* Repeat.swift */; }; + 27EBEDFC0B0142B4646E447763FF0451 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = B902D7C0FC4DD8E99D4C55DD1AD56614 /* Runtime.swift */; }; + 28E3B45C51EB7B6711CC6AF6BBA4F32F /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D46045A4F34DC280E7BAB2B713A8E18 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28E8453EBEAA5D3187A1FB686F807A07 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = A687006D017C285764BB07EFA2FB1B64 /* SDWebImageTransition.m */; }; + 290CC252DD7A79A8CD348210A4ECEF8F /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F0C99C6968A131E53483F729EE5FB2 /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 299E283D8397D50CCE06A9859D0B7316 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27F766B573A6D8AA88AA8244A80E1BB5 /* ObservableType+Extensions.swift */; }; + 29A94387DA04DE3CA441D0244ED3B6E0 /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EA5D2DE35E79348D8F178145364AD7D /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29ADDEB7070613224B9510A61E41A745 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07B3D76D696510F49D68B777F3C2F20B /* EKAttributes+WindowLevel.swift */; }; + 29BDE26902A035FAEBCB2DC35DEE16F2 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 201E85F3CE93EE726C4ECFB69A6290AE /* ControlTarget.swift */; }; + 29C7B5B61EDB9B6010093123C95146D0 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A593C7614E5564B5B81B4456B909A0B /* ZLCameraConfiguration.swift */; }; + 2A6423FCAB17960280B3035F79F4DD6F /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB5E8034249F90B7D3F4C99FF0E651AE /* IQKeyboardManager+OrientationNotification.swift */; }; + 2A6516A21BC488E02185E80B8CE10CFB /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 04F9D22EA2345AB1E9575D922C66DC6B /* DDMASearch.m */; }; + 2A9587CB9E83DC818BC42AB6D3BA6C93 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C67F2EC50454CE9ED8CF539C8E97973 /* AlamofireExtended.swift */; }; + 2B6E7E401FECF3BA6B6856DAFE81E233 /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A87F11018A56CCF078C956001689709A /* UIControl+Rx.swift */; }; + 2B799593BA9EF6DAF478B5551D7E7A6D /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0394A9A8E74881BAA5CDD46CF0FDFB6C /* SDImageCachesManager.m */; }; + 2BADE6576846E5DF65518950A2908EA1 /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 67F10E17A23637E4DAA74983A944C0EE /* DDBaseTableView.m */; }; + 2BBD8EA6B3F3A8EA8F721498BE13D6C8 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = CF4A071A92CD2BA0140A07F828D24761 /* MJRefreshStateHeader.m */; }; + 2BF1A8E6F302964E4EA7E6B004474BF6 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B8B55E9EB6419F9E4646F067AA431B /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BF6AD4F75D3FFC369CCB82DCA4C730E /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EE63BF457A74F011D47A501BFE902F /* MJRefreshStateTrailer.m */; }; + 2BF7BE1115AE5E63724A339701C1D7C3 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 53779230E135054E524900D2D9C9B642 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BFEB3B9ADFE685A33150CA1CD79DB44 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEFA0643177B6BD7BC8E91CC71501B2 /* LayoutConstraint.swift */; }; + 2C37F2D2D4CEAD643BD8D6212242A740 /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28EE2ACE19B5AFAEBD1265D67683EBE5 /* UIRefreshControl+Rx.swift */; }; + 2C6800A5F9C1D1678421E5BEF03AB8C9 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EBE8E25E0B16AC0F4A5286F68506D493 /* MABaseOverlay+DDCategory.m */; }; + 2CC3AD3D3398B56CF9B85CC4A7F9F439 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5A48D8AE5E1638BC2FFFE44CA517637 /* QLCompatibility.swift */; }; + 2CFCF233E052F29452123E61CB274CFC /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F1E7DAC2519512F7E53A79CF03B72C7 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D83E793BB320606B62CFE1E10C2A490 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = B26DF45AFF10F837DB456BE513E87829 /* MJRefreshHeader.m */; }; + 2DE50E86E55B1F0743BE855D5C93C9FF /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 909CF0E87B9CE3B66AA6161FF926411D /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E3D2707E7E60BE010D3246CD02D6584 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D2617A39A86A964BABBA589F6ADFD6 /* ESTabBar.swift */; }; + 2E7732643484F99C94094D864D4F2596 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BBEB62077C59332CC345945943E503AF /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E7F3CDAAF53377E46D82BA29C31E95C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = C737A6DA550A7158672FF63C22032126 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E848100ABBD7854C776895116A74660 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E45EF58AA52D9725148F2932C263B9F /* ConstraintPriorityTarget.swift */; }; + 2EDAF39A638BF0797DAC0C75226CE335 /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF21A1235FC33C3D737603917814DCB /* UIApplication+Rx.swift */; }; + 2EF18810785C7AE694862E80BBB51567 /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B0932EE95E6051BB1F7F9F4A31E5750 /* Timeout.swift */; }; + 302832D4B7652F756A29A925F087C822 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = D659F99D5D5B56E6932DACCDACF8B0EC /* Concurrency.swift */; }; + 303B93CF0EE553490F73F76D9C534C44 /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606066ABAE1228440F800F1F68BA9490 /* EKNotificationMessageView.swift */; }; + 308503CCD3E28A3911BCC7004887D711 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2E1934D855D58CB8997996CC4114F7 /* PriorityQueue.swift */; }; + 3088663B2B31153DD3995BB53A10045A /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB5960725B05CBD8CD6674EC9080BF0D /* ZFSliderView.m */; }; + 3119456DEA632C0C4A9BD481BBDA0A34 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3383791880EACB6BC29B9C34C80A17C /* DelaySubscription.swift */; }; + 315E6E32711371D1E923D202C5BDF0D4 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FCE1E3801073184B1DCA2B8D8A03C2F /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31C23CF66BBB1520FFD4D8C8AFB510DF /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834C0A1EADDB7A86DF76F7320280147D /* IQUIScrollView+Additions.swift */; }; + 31CF6A9299E02044EA28735F99B19686 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 52702C38A8C11CC5F67511B8C07427B7 /* UIView+ZFFrame.m */; }; + 320242AD0BDA5306F6EA87E90F19E905 /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F32BABA9B19C9AA4376675817F87D75 /* SerialDispatchQueueScheduler.swift */; }; + 32D2FA4F8AC6EBE83DDF786AF4629B28 /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01A7C2F75C61BB6E79976BAD0D1D36F /* DDAF.swift */; }; + 32D8FB8BD41F282D0B268FD1BAF598D8 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB787AD95BC28E864CD32C11BE6DDDB3 /* VirtualTimeScheduler.swift */; }; + 33043B5E0E8C4E2805481E6D692949AB /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA75886E1B8FB4B4449F4D2E77A8150 /* JXCategoryIndicatorLineView.m */; }; + 33206CE1C59D7666BDDE9E1465A610EE /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 909AF99047FC816DAC213AE9209F7FB3 /* ZLEditImageConfiguration.swift */; }; + 3324ED4B7CDB3F6C26C4A8A3CBC0CC3A /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5723D61BE5A98018D1B95A1E2773B542 /* CacheSerializer.swift */; }; + 3330AF540ADDA14479419CFE356CC3DE /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FB096955E5FD8D958A56ADC1ED1BCE /* Zip+arity.swift */; }; + 33403D084BFD820028C6CED4915913A7 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33859D3CB90E4ABDB24C9227DFE85E4A /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58EE9FDB06A93C858C6AED2F43A0DFDA /* RetryPolicy.swift */; }; + 34286AD91F21C0A3BB9842A60C6D1C33 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = E46B9635C5DB65CFDA43A3A927BC9041 /* Empty.swift */; }; + 347CDB8AD7D81B043D384220FA469534 /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A6AE5BAED73536F1EE0CEE4214A319 /* Multicast.swift */; }; + 348A2399833F70160F70ABBDCB980E2B /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = ADAA857CABFE869DB223504BB206F415 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34A19C041DBC4A5BC19AAC802301848B /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4275C172F5D5C448E6B2382B2D5685CD /* SchedulerType.swift */; }; + 34C07B18252160C63FBD16003E845CFF /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = AE843BDF86A120FD32E1704B95A4C977 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34EE7B15E96B44F2F505FF8B47CA47BA /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1683F534F15F5021C57B0CD7C64CCACE /* Response.swift */; }; + 34F4C47DFD00CBF46312DFB03A6E8840 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CFBB713C8C6E7F9461F13204953DE6 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3530FB5ECF1B91F9E3243BF34F446980 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDF1740C575CAC041200730ED2BCE33 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3542BDC08CBCA8BB1951AB507AB42AA1 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 12D7425C943C849AC991179033358B36 /* JXCategoryImageCellModel.m */; }; + 3563535F257C8923038E5C66A70CD288 /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = A5492D1B2C80E15A2BB0CAB086A9D5BB /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 357C743823312159B0278D1810A8A481 /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D292FA1F419BE272DC613389809C2BB /* EKWrapperView.swift */; }; + 35B124D386A8A344DB4E378136803251 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F310841CAE46C6FECFA4F3204902078 /* ZFSmallFloatControlView.m */; }; + 35ED1671F8FD3A5108E1B917130980EE /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC46DD4C720F9A8A99140A61A40CD7E /* EKRatingMessageView.swift */; }; + 36AB9414D82F70F6517E1948301B56E6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 391201AB80FDA01B5D8BAF4BE4C2D525 /* SDImageAWebPCoder.m */; }; + 36B204B1822DC0BB1A37AADE7218B28C /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3B64D8C9A226FD608FD9EBF6A82F2C8 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36F40E8EBE86E294348DF7F319E98D8A /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69A2E5EC61D55FEE02197BFFC9AA2E01 /* AutoUI.swift */; }; + 36FEB6DD53D08DB2164BEE84F3653BE7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 328C9B20CA457C1DF86AF4FCE9C59638 /* Driver.swift */; }; + 372DFC5E474E6F5988D709EE7BAD99E6 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8CE3FF8810EDB63840FFF33E04DC10 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 375F536559599A6D96440F7CB81259DA /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = CB668FDF926ACA5507745A6BDF7C1812 /* DDViewControllerAnimatedTransition.m */; }; + 376AB860AA50EA0D110D3F35B5EA0B98 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A2D131F423BFAB076592544D3A4F93 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 379EF14788368688008C6046091CBA72 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5AEB777E8972518F98FE5F367E63E2A /* ESTabBarItemContentView.swift */; }; + 37DA31E97761C9AD09DB9F3AD80AAA70 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = C102200CFF4DC2D77C0B21989BCB284C /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37DB6211F75183A18E6AD4A20B7D60BA /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08422740740495AFEC1F956AFBB1962B /* ObserverType.swift */; }; + 3808291BFCAA43687CA6EEEBA0A23A78 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09DEA4229B50277B5CE06AD09A47DEC2 /* RecursiveLock.swift */; }; + 38113EA83CFE5B14B6BCFC96772A2BDE /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD08052E8A10F338CB0FCBDDA09E0160 /* IQKeyboardManager+UIKeyboardNotification.swift */; }; + 3821F7F346EF7C1F740ED69ABEE5747B /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F706378D0BDBC464721A7127C1AAD5F /* Decode.swift */; }; + 388BBDF2D1096563AA5C9266E06AF151 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CBA7194CF97A92BB445257AE91B53CF /* NSImage+Compatibility.m */; }; + 38A780C983F7AD1CEA9E5BCF45FF74C3 /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFB77A83B722CFF43C37D98569C29438 /* KingfisherError.swift */; }; + 38B5C354CCEB18536DC8739368429DA9 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F015AD83057233C0016ED273089D78 /* UIGestureRecognizer+Rx.swift */; }; + 38C8595F8567C1282A543C5DAA8AD0E8 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1991AB6E892409615812B2EED2687B52 /* NSMutableParagraphStyle+DDCategory.m */; }; + 38FBBCF8CECD5F2A3449873F6FE865A1 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = CD46052CA7A84F6BC67489D6E4B5CC22 /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A10B0AAD9F15B171EF41F035369BECB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = AA655D3728A0335166429374743C0E1C /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A5990E726C4079F9C65687890439659 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = E094270E419C931EE0AB21CD1AAFA583 /* ConstraintDirectionalInsetTarget.swift */; }; + 3A6E2C4AFDE24B27E1107FCF960F7927 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B714EA4B79DFE35A21A6C1F4F10BDF /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AAB1695C0F9AAE144A7E37E34966F45 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 956B3259745F9ECAD88ED174FAC6E910 /* IQTitleBarButtonItem.swift */; }; + 3ACCD6DF1F9C7989B0BB3482AD01D786 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEC07BA62332C1657D8E7D5C67D1B64 /* SDImageCoder.m */; }; + 3ACFBA19004CE54466BBD8C6BEF1D27B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18C3C1D6155F0495EC02AAD0D4A02B04 /* JXCategoryTitleImageView.m */; }; + 3B14941EB241AF1ED07CFF634860BE1E /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0224050B0B63BF9A7D7DD2BD7EE823D5 /* RedirectHandler.swift */; }; + 3B27DEEF8B3E7FADAE5C068531BFE6F4 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F6F30E0DDCBCD183F941ACAF5F8821 /* KFImageRenderer.swift */; }; + 3B92A66BB91117E655EB5E8784421FBF /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B64B18CEDCC06E58B433C67801EE6A /* Map.swift */; }; + 3BA07D26BA7B31AD481DCF513B101864 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8347B08AF62D9BB4FE0507E8906FE53 /* ZFPlayerView.m */; }; + 3BCF3FA742C1182453533A8EA99D4D8C /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C4FE0AA5ECB75330B72BDFE09623E9 /* Throttle.swift */; }; + 3C11CB98AFEFBE7A201DA71292528A69 /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E82292FCB37E57D391C3EA2755302C93 /* EKRatingSymbolView.swift */; }; + 3C562F6976BF114648A19A246BFF6428 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = C822678A2620D67BAB54C0EDAC8E8BFB /* Infallible+CombineLatest+arity.swift */; }; + 3D0C3693EBCFF4DA5505855FB0648DC3 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCE3D8A705A988458190D6C9AF6479E6 /* PrimitiveSequence.swift */; }; + 3D1DB9B06A570F6243016C3FB3692C4C /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = C6E7B62BC9B89B9FD818F3EC3B328C4B /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D5327DF0B8739E3F354FC06A7DDA9C5 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9AE79DCFF9BB44FED08BF5F57A9D99 /* Using.swift */; }; + 3D6CCE17E391E06932DD14D643E46FE0 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A35F6D3F919B412501C68DBD1DA69E /* Sink.swift */; }; + 3DB9872080D437F2A851158F1F8F2693 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E034E5ECECDC88610EF0BF573BC451E /* SDAnimatedImagePlayer.m */; }; + 3EB7C760F1CE2B707F346DB0CA657B06 /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 82BFAF857404613C07D03CEA71B3D184 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EBC1473805AE2975380A13C46E9394E /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C7E9939D878E853E558391118E42AF8 /* RxCollectionViewDelegateProxy.swift */; }; + 3ED2486A34EFAD23ACEA160695EEEAD9 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB381CDE56D73D02FC149FC95548B68 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE1F3D911A2EEFC8A9BC6503440FAA4 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B947ED4D63BA3A6DC939AF726C67AA9 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EEB15302467C142726D815653A92E15 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FA535B062BE9652CF973BE2D6BEC5C8 /* SDImageGraphics.m */; }; + 3EFC804679D24748F1AE2B2ECC493751 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 021566689C74C1290910F655F53572B5 /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F04950F30488FB6AD475A0519B0B16F /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = B747057E538D5B398EEAE33F59D459D1 /* JXCategoryCollectionView.m */; }; + 3F7C7042BBE1B605BD0FA37056BB1D78 /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1483693586CF0F861D6C658F06438BB8 /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FE17AA44DD3A1A5179103D3798D079F /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 98C2A38A3AA675001A5347619AE4125E /* JXCategoryDotCell.m */; }; + 3FE8C4F635DCD9A6E1D6B14D4EFFA0FC /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A43699697F0F0561FC3098890318835 /* ConstraintLayoutGuide.swift */; }; + 400E48EE67CD9C8689318B7BE2FE1A3B /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AC857A55AAB76C1E5E59F0100374FE44 /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40F0EC1B6B9648E6668E369AB598A876 /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FE97E1B7BE8AC311FEF01BC655335FEC /* BRResultModel.m */; }; + 4139B49E8556C97A3D8FE0AB885CA1FD /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B14E6773280A3A1AA3C06219B625ED1 /* JXCategoryListContainerRTLCell.m */; }; + 414B22848D8B19750D4E9971FD0D4AB6 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 968FC31249EC7E0B80ACF589964AABB1 /* Generate.swift */; }; + 417F88073D2B0203BC70C580CA9AACFF /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 839EE7F72D504AADBBCFDB1DEB8E16D0 /* EKRootViewController.swift */; }; + 41E11BA5D8CEE6BDCE8107E109FC34A7 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 353047EA4B439CE3C9714DE0075CE343 /* Platform.Linux.swift */; }; + 41EE6D554EC81A3D5775620689635FC1 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D3D6A64720DBCCB832E299585A65F94 /* GroupBy.swift */; }; + 4223E964C57E9A4588FA614FE769EBB1 /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = B863E98237CD6BA132AF50DB0C317377 /* Toast.swift */; }; + 423A35F848C2ACF286C3733820576B57 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 23BA8B15B758E24853743139A2480871 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 429AC37278014388FB98EF000ABF9700 /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B849621D41694FC8CF7D7D0024811 /* MAPointAnnotation+DDCategory.m */; }; + 432CDB24FD1A51EC0E886D74F109EF4F /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E663AD18F7E4AA6D93670C80BCFBE7 /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4408CB04AFDA8CC998F4FD00910B4738 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D75E316472D8CAD4D7A04ED9446E655 /* SDWebImageOperation.m */; }; + 441793180F0D4EFB3B71D6117EDFA872 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 66DF5A99F3791AC430BB2288688FF18A /* ESTabBarController-swift-dummy.m */; }; + 4433D02EE9231F24E94E5FD44492907C /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22563FD1DD659544BDF6B49E6D99F6B8 /* UIViewController+ZLPhotoBrowser.swift */; }; + 4482C25FB41CA449FB31D498FBC4C50C /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C7630A806E49CBF9755E62B890A64B9 /* GradientView.swift */; }; + 448BF34A0F6DF010B085094FFEAB2F8A /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE00F67CFB7D63406FE9C5166CE02748 /* ConstraintMakerFinalizable.swift */; }; + 44BDECE8B10C6DFB4BBFB8621A636FB9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25422C95EF0D3CDC2D3E19E86E0B8BB5 /* ControlEvent+Signal.swift */; }; + 453C775A0F9ACCD310681A1C49D051AF /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE0F22D5D3E5BF946B93D92651CB0F6 /* ZLCustomCamera.swift */; }; + 456C758D7BE4EDCF597AD04A3D095711 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C1CC795E45EA83375201D56945655CD1 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45D859395E2B483CAD7D1F271A31351D /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5233A69B2FCEECDCBCC281C8BFADD628 /* Enumerated.swift */; }; + 45F2115D4EC21D89A899E9D969CA1810 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14C2F30E0CE0D640E713EE67AFBD31E2 /* NSTextView+Rx.swift */; }; + 460CAF3FCDD140A11875B67D3124B8BC /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 003B524C688EE4F0A3E32FAD185FB835 /* Combine.swift */; }; + 462C25C210FB886E6F915FFF6DAA51C2 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527BC155E9716452B05B3581FE8575AE /* Infallible+Operators.swift */; }; + 463859BF5F9D7AAD1F9216EA25687599 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = D21D305BD58373651099702A4D8CA7CA /* MBProgressHUD.m */; }; + 464C0BACBF2990B25DC1444413849288 /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69F11A2F6ED55199A0F7869FD34F0914 /* Driver+Subscription.swift */; }; + 465DDC88E2B046AF9FBB74B1D3D3FECD /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F70A5C616D9DF03B2365D40F1E6CB76C /* DDAudioPlayerKit_Private-dummy.m */; }; + 466076161BAFA79E1EB9C034956DB0CB /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D34754CCA9B3CCD8F012A884999BA5 /* EKAccessoryNoteMessageView.swift */; }; + 468F7993E475998F74D45D577A1A8079 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7C513BFC3602B60D7BE0A37B18518DB /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46958F862AAC361EC5778BFBC64B93E4 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9963C0E9A1E77D544C48BB78D65EE9 /* CPListItem+Kingfisher.swift */; }; + 46C36454D8E82CEC47B95D6426063110 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 227048FCB1D4AD413E8728662C063A62 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46E84421E21C9DBA8709A9BE21B2FA46 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45333FA22189D74CF65B48DCE466AAB1 /* FormatIndicatedCacheSerializer.swift */; }; + 4723320357D0EA504D83E69BBCF159D6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = C142C25A2CA01252A832B8837CD82326 /* ZLPhotoConfiguration+Chaining.swift */; }; + 474B94BF4B12B3168F0A330F9858BAD9 /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCE5DEA8CCE8273603731872454ADA7 /* DDSwitch.swift */; }; + 475A2347C2C908A8DDEACC4C98C0C388 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5341AAFDD513E552A5340CE204E9E469 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 477BADEE897F3C0AA214683C37B50980 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D7961855C94E4064A620A5631CFDFBC /* DDFontKit_Private-dummy.m */; }; + 477CFF92D9906AC1855C0C337ED32429 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 05798AD3B94E8848BA6B0FE935881855 /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47ABDC62006F547E265B058A1D70E8BA /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5801E47347FB246A74D2EEFCA83BF43E /* RequestCompression.swift */; }; + 47D8EB644C7FF6AFB4F98F34EAA0FAD2 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A99D0C472E8D8414E6CCB572632D2CA4 /* UILabel+DDCategory.m */; }; + 48209B5BA2BAD42BAA0B2965D262F245 /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57153152FAF1026EBCE4F6A8835F0FBC /* AsyncLock.swift */; }; + 484940673D2B49420F4CA31D609A52F3 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C67127AF172CEA5A5047E71618BB7DF7 /* RxTabBarControllerDelegateProxy.swift */; }; + 48C8179391555746A729FA6483B7EAB0 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F69AA20A9FDEB59538B4D684BB2E6C /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4980DADD831068300F504E6010C54A08 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C2590A47DF7BB6FFF934B2C222FD3D37 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B34E046084601F4A21F26D84FE832B /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 282F39E0364185F7479C64453DBAF621 /* _RXObjCRuntime.m */; }; + 4A16EDDBFFE31E07FD8BF76294024345 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCF5CA9B836CAC8B7C83EBDE88EDDB8A /* ConstraintConstantTarget.swift */; }; + 4A48E82F99ED27665CF929386AB1FFC6 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0A951290AE46CAE44F31581E7F33AF /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A5855A5E58F24A944BA6D1CEBDC5BBC /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = D9AF11C8D1E4FCD7AF45B18C74C29AF8 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A73E66A0348DE3EB7FACE0F8FD7DA61 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CA3785F3CA31DDFC0575C45B92C815D /* ZLPhotoUIConfiguration.swift */; }; + 4A8438BA1927768B5ABF3C58D9B8E25C /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51B42753A1542307234ADE6B131626EA /* DDToastKit_Private-dummy.m */; }; + 4A8848BA22149ACE45A4D1181796A4FC /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 998861B6B8CEB9642FF20F15E5A620D8 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AEB0234CB1DA2124199FA68DEF481B8 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C6242AF8A69719899FB7275433302FC /* ImageModifier.swift */; }; + 4AEEFC52D4F0E173563EF56901855257 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22EF7B5D32E48DEBF2DD4836A20D395E /* ZLClipImageDismissAnimatedTransition.swift */; }; + 4B541C41E90C260270E635F42EDC9B7F /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5445A304A26640347396ACF2150F8C77 /* UIImage+ForceDecode.m */; }; + 4B717036F93677425DDB9682C705B644 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 808467A47E23421FAD3248ED1B324A54 /* Alamofire-dummy.m */; }; + 4BB281256AF4C43F5356440D9BCA56AA /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A54615DEE24C0CF147A1ECE1DBA6A3C0 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C12DE85147AE7B743C1FBF85A6B4304 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = A00EC21AF157327CFDEE126EE993E57E /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C68A9183D1BA00046D299B8F6A65CDA /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392A78509504041615B989297021879E /* ConstraintRelation.swift */; }; + 4C81286BC4906210815E4D38F081530C /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CABC1A12B7913966A57DC395AE57A8CD /* GraphicsContext.swift */; }; + 4DD86C40D4F594076831DF90DFAF5961 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2822289EFADDEDA357E11C337FD31401 /* MultipartFormData.swift */; }; + 4E1B724F70879610E56C69765A0E2938 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 305B2C100AE9C166D7B3D78277127DF4 /* UIScrollView+ZFPlayer.m */; }; + 4E2861703A1737D84F5933897364ADCF /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8877230786DB2BFF61544011CB86C6D /* SerialDisposable.swift */; }; + 4E7C7FB671B88055BDC2E3D3BAA8D600 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 391FE9ADDC7D4885E0294A4C4CE7A04C /* NopDisposable.swift */; }; + 4EE30E33D02A0D59F317A9CFA0009B01 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E0AC9E9FECCD4C42E328CBDE1989F8A5 /* SDImageIOAnimatedCoder.m */; }; + 4EEB05C55B66338EEC5261DDC2B1A341 /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B15EAB49AFFAFAA3DE571789B6CD8FBC /* ZLPhotoPreviewCell.swift */; }; + 4EF86E003635020AFC9A400EC694195D /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E21DD430F1A6E4A83F924BEAB9AB767F /* DDBaseImageView.m */; }; + 4F2473D7D81D7BA70EF1F6A04A329045 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD3853FA17077DAC37E79CF9015BF45B /* TailRecursiveSink.swift */; }; + 4F338A6C52C35B05E8A873571A9815D7 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3A610F3B53C6FE46EB6C0FD6EC7D3A /* IQKeyboardManager+Internal.swift */; }; + 4F50E550117789F0699F8F37CFA9BA6E /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B8F998F0509D764E1DA3AB497B1B28A /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F59B6CC1D4B3EFAA25F42D96C22FF40 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 26DEA8DD2DF5BE63C02C17FF1C03692C /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F7D809AE1E3A13DCC1DC510298B1AB7 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DC84570EA92E74568E6ED52FFE17CB1 /* Zip.swift */; }; + 4F956FF2471A7147911A1E14A89F4744 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41D9C6D24CF59A2360F269D903BBDDBB /* ImageDataProcessor.swift */; }; + 4FA542506516B8922F8AADE85C136E1C /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A97CE6EBC902F34FE9E31A98B51187F4 /* JXCategoryIndicatorImageView.m */; }; + 502EA6DB92E0383603F215C479FA7D67 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6409138F32D244119B647A25386194F8 /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50520A6CAB33DD6A5F11562B65CA78A3 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 984F6D667E39097D351CDBD2E50CCC2C /* JXCategoryTitleImageCell.m */; }; + 5062C5EC2C56E5F0F79BC22205D27131 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CAE1874EFF0F3D7C9F7532133A44899 /* Producer.swift */; }; + 50DD8666AF1EAA8E711927A3EBC87508 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = EBB621CD5274F828FE010136A01E20EA /* MJRefreshConst.m */; }; + 511B522F19916DD68AF4EFED285AF968 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CB77B1480A0D5B30BC268F56EA3E09 /* IQUIView+Hierarchy.swift */; }; + 513CADFB7F193445B353B7320A624FBD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9FC90507135F077DB4052C57170128 /* JXCategoryIndicatorCell.m */; }; + 51460A037F3BD4D23EB161ED5D9F279F /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E343DB2D198E792840F40D257D41833 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51734B077F9900737E1E59F4E5D6CAFE /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD6D3593D2D580CBB2D686DCD6172B0 /* JXCategoryIndicatorParamsModel.m */; }; + 5203AC743B6F5D75AD91001D14D4EA19 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA5D9A02FE45280E21304C27D44D4EB /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 523D1B0BB7DE56448B35661435267EC0 /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50B186E6E33CAD87FE374DAAB053AA7C /* ZLInputTextViewController.swift */; }; + 523D1B7E3260356560241D0C2A66A49E /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D996426A5534AFE860156D879C0E4B6 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52503A44ADB64610892BAE49C3DF0BA3 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 214F0295D97C1D03AF2F0593069DE07F /* UIWindow+DDCategory.m */; }; + 52563FEE66AB6AC291788E02FEE56DFF /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C414FED7CA91C45F797978B14FEECBC9 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52E7EA351B5EA7DE9BD235418C0484E4 /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A36F8EA5116CF54B086110B7BB6DB944 /* EKPopUpMessage.swift */; }; + 530C1E6E8D8210BD44D1C17B9A089BDF /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AE6028DC86FDF3A8D5644B7F3063F39 /* UIImageView+ZFCache.m */; }; + 53136C9E69D0BA58AD108FF73345FB79 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCFB67AD657FB845D937C14120A6C5BC /* RxPickerViewDelegateProxy.swift */; }; + 5329C90AA1996CC8942283EF8D52C89E /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FCC036495C437AF2D73A78930091D1 /* ConstraintDSL.swift */; }; + 53BE9781B11EA0717943CAB4FD2D0D48 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 36A82A47CF4A2D8F5CCDB11BAB77A7F7 /* NSBundle+DDCategory.m */; }; + 5434354C379A1C85A849409F278C7BC0 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09F7BDD2F81F164EAB649775043EED4 /* DDMutableAttributedString.swift */; }; + 54BFDD82C3BBC603F1BA81AA8E103EAD /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C2015C8B031D2E62CF147549785FF37 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54C7634794172F98C306F0B3597D5F8B /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD1DCC8DEC9D6975D6C9B02C621C27E /* ZFPortraitControlView.m */; }; + 54E7ACA4C129B78296C039BFE5E61BC6 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE32FB7ED9036D38FCC9C79BEBED0EE /* ZLGeneralDefine.swift */; }; + 5551815A96AC2006ED7008C9DD3F8F56 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D8C58EFE823354BBDD456D9074A82A /* UIImage+MemoryCacheCost.m */; }; + 55736FD6531A0F1C3B1FDB92244D02EF /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF9C0448D9AD37B95A8958F6FF563DA5 /* Array+ZLPhotoBrowser.swift */; }; + 559C39AC9FE303F8E073EC5C205F3C58 /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CC0301C022EBBBC5926E202C0AA5E86 /* DDAlamofire.swift */; }; + 5619747115BC45D8EF9E0AFBFB7754AC /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF177E34E7EDB14FE437787A0220671D /* Signal.swift */; }; + 5645B6525CDB9FF5DE7D566864123984 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D085A98C98E065563AFB0061C6B62DE /* UIBarButtonItem+DDCategory.m */; }; + 564F74F04646D901439FA92F30873B9E /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 453B2B23FC765F01A08AA54918C4BF6A /* SharedSequence+Operators+arity.swift */; }; + 5664FEDF3A5F6FBD52B9B19B2EE7360C /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 20A36A7A60C705953D5F0D5BB7AB355B /* SDWebImageDownloaderConfig.m */; }; + 568DF1ED8C470080C126EA9D00448949 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC123468C4BD629D91322876B934658 /* DDAttributedString.swift */; }; + 569F4F768DC91472A4FFB7FCA980098F /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C3F70813F2CA0D869E152269094AF1 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D33A6E86B978BD0A7C66442E2D8B52 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD2B964D75DA9FDB1AA239213B7BC9D6 /* IQKeyboardManagerConstants.swift */; }; + 56E6249ACC30A676C07E28C381EA77C0 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = 91F2CCD1B74E31E6954EA668F6F7AD7C /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57096ADF117830FDA4E842AEFAD07BDD /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99D297C3494057083644A41F794333E3 /* EKAlertMessageView.swift */; }; + 57B80CE67B76B0DFBD48E90021B939B5 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A48F431550187FFB18285C4CB4D317 /* Infallible+Bind.swift */; }; + 57BBA465F54ED4E136C795160A53D6E6 /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C04BA1357ADE21939E83082F00E99533 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57D2089A8729B3B2C7F50A805756FA4B /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC03CB68C21702633F3C3E61CFF59FA /* ApplicationInfo.swift */; }; + 57F7B5336A1A7C7C0255D92BD569122D /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D8714CE0730169DFC0AFA7B3C2238380 /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58236AA8C078BA049D0224B773054304 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0353D16E8B939F41899BEC7232690C6F /* JXCategoryTitleVerticalZoomCell.m */; }; + 58AC6040F37ABE2B8BD101FE409BB766 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A21DACD2941F79049D13E21B0C122E /* Event.swift */; }; + 59319E58B1FFEFC83067AAA3DFF2C183 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54764FA18A5FF5ED9944B4B3864F7F88 /* ConstraintConfig.swift */; }; + 5939C34E4D2E9A26E09C2334A50D4D39 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 22033B5C1740B4167693EB1C020DD112 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 594D1D762E97E1B91F0320C9CDC53E89 /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F8601A8857108BFDFEF1F49BC6AF29D /* DDMALocationManager.m */; }; + 599A18B882F08DE626F2B4BC6FF8388C /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCC2613325445CAA21D3DA0D8A72289D /* SwiftToast.swift */; }; + 59D42B6A518B9EA16194171DBE454F94 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB96029538791C5FD88FC172340E958 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A18E4F1E797987FD46675D6E1A9232E /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CEBA2AB8214A5B56284A891D5E20A94E /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A38C3484C903DFD7413B4F1A2208035 /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADFA99000B844ABE847BC9C41A75C55A /* DisposeBase.swift */; }; + 5AD26F7EA99891DBAD0E052398A3CACC /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753649BCE16000A2A81D11ED3EF52FAC /* DefaultIfEmpty.swift */; }; + 5B9B3869CE36800618F1D641E9B002F5 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2186AD9C0F8699D7ADED23AAD45BE02A /* MJRefreshFooter.m */; }; + 5BB847676A6F2EC8B5A779AEBC5EEBD8 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB165A3C24CDB382753D9E46CE9BE1A0 /* RxWKNavigationDelegateProxy.swift */; }; + 5BE1573FD25A25AF030B0BF733677457 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD7D73C6E3BDC6CE30096053F489B6B /* Cell+ZLPhotoBrowser.swift */; }; + 5BEB2A988FCD05A226349FD9C4BC4619 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 119031625F6E0D7743796DD56C0C4ABE /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C279B74A76A02F57B8B90B8D47FDE79 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B8453A8FD828BC84298F4BE2633CB39 /* Create.swift */; }; + 5C8D180662E74F979FE9FA3DC5BEC582 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D21A6E166E1C325387DDBF2D6C5AB7F /* ParameterEncoding.swift */; }; + 5CD1D48C49955582C69C6397A5A6ADED /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F841B46F1041DF819825F70ABEC3D6 /* Filter.swift */; }; + 5CFCDC35057A3E9FD4B24DD4CBB161AE /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA6AEE76B896CAAA3185693AB3A568C /* UIImageView+WebCache.m */; }; + 5D3023A3FDDAEC5C7D316E3C88815548 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B75B6D6C4942554E4813A608ACDE00D /* RxTarget.swift */; }; + 5DA9D5D4FE27BA93CE470741D4A1D202 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDDFA0F69688FF8C84E1373F41141AC4 /* IQKeyboardManager.swift */; }; + 5DC4E3C2A738F07C2943D5C49C79BDA4 /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7347AD876C0951159791F4449F4AE05 /* EKImageNoteMessageView.swift */; }; + 5DF1DAFB09471642BC5AE29E1AD13297 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD51EBCA7A5E184847140FEAB482F7F /* Bag+Rx.swift */; }; + 5DF597899DFAFFB133A539275BA4A88A /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 79C5942DCC47FC446D765A79C40FBA96 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E228FEF4C8DAD374328D4560B129417 /* DDDateKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4E3C946666140434A45A5F6763C9DE /* DDDateKit_Private-dummy.m */; }; + 5E804B9B99EC3531E1BAA872C7AB2DE8 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A76F36DE5C2DF739DB48C0DDCBD4C3 /* KFOptionsSetter.swift */; }; + 5EFB9B488300A7396D40C60E2ABB5CEB /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A4867DDF7BDA0C0CBDE30E1158AB2CC /* SDWebImageOptionsProcessor.m */; }; + 5F178DC2C4D71599481251FAC75742E2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 19DF178EC513B91E53CBE7F7F7A5609B /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F41ADDEE1A3170476DADD035BFF8DAB /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A41A11923F3B276CEA2FECBF048D2FC9 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F73068079D791AB651DA5F0563C5EB9 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF9CE2464B2626F13EDB6037C5A029D /* IQBarButtonItem.swift */; }; + 5FEB0A58659C60C0B299319EEB72E290 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = B49ABB0610DD445711241D5D6B205387 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 602799538CFA3879F73F85BC04344DB6 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F4F3BA0EDE32CBC15E37AEFA1D7D9D /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 602CC4A58ED9B538AFD8A04290F44C75 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E6084A4D73F707B79D9DA16C6794E7EF /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608E5CD7CA96A3E486C33D9F312FC900 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FD7553E272C9C158BBF40247D05CF64B /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60EF2DF520F1164BB293FB035B4F965E /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F88A3DA427B75E20AB17D0725C389162 /* UIView+Responder.swift */; }; + 6210A5E8C94D9610DD9326F3F053E236 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5A81EB012CB505904B9A8F19C4B8528 /* EKTextField.swift */; }; + 62352D85B1449AECD7D0223B01604088 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EDAB6198F03A97D685DFC848B76F115 /* PrimitiveSequence+Zip+arity.swift */; }; + 62643C2B0784DD59DA7827A6E98164E4 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 776E64ED84A334E13A4CBEC5F4C6AAF2 /* RxTextViewDelegateProxy.swift */; }; + 62645F034EC4123B63B4EF816CA13844 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 55AAD7948F5F9CC7105DCB28EDD764E2 /* SDWebImageIndicator.m */; }; + 626920941BB7E4C97726F970ABCC5E13 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E5B35B1C92B7AB51D793E9A8720CD20 /* AVAssetImageDataProvider.swift */; }; + 62B80BF819CBAB7AA726DCD9578DDA95 /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5A069E9AF156CF36534056DEF59626 /* ObservableConvertibleType+Infallible.swift */; }; + 62E03A7C90AC5E5B1D0112A6CC78F131 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 10AD19D63439F5D0147DFB073A9DBBD4 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62FA8548290110F4BCA39F3F2FF3EC7A /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B480F71E1485282D0D0C97C7CAE263F /* UINavigationBar+DDCategory.m */; }; + 638AD6074B37A0C82745B41ABB520CEF /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A76A22C5CAC8CEEE0EEE78F3F89C40 /* DDMANaviManager.m */; }; + 639859131F5B6B971A6D5F13570E2E5D /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7A510E3D6AA305EE01758698B2C29B /* EKAttributes+Position.swift */; }; + 63C704F1A6AF8079E294E3A552E77AC1 /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FCF8B2A102CF70C19904183D3E0C0ED /* KFAnimatedImage.swift */; }; + 63FFF49598498CF8C2ED679A60632466 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97F00CDFCAF0A0D24CB04BF069480F65 /* Request.swift */; }; + 6405B88F00699FB27D556521FA391E9B /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D1AD495A986F358261AE1B554E7F116 /* ZLThumbnailViewController.swift */; }; + 640C2CBE6B97602C194AF9EA9F2D0732 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FA22E03468F51313078175FD154328 /* HistoricalSchedulerTimeConverter.swift */; }; + 644D7ACB614403168C2CC8A4A100B8E5 /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB8FF8E0F3AE5014C886BAC9307A876 /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64AA6D009B57DA3099E0F71D9F59D844 /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778A0767A67C37C73C630096B37EBD47 /* SubscriptionDisposable.swift */; }; + 64C3041F08A2B870F8EE53C9DCF2A5AE /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1DD225E2A11C4350D364780CD0CFB0 /* UIButton+WebCache.m */; }; + 64E217B3FE62EEA10B5EB992A7B2435D /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4110E450D6CCA335410E88DBC5F489F6 /* UIActivityIndicatorView+Rx.swift */; }; + 64F49E39D140A1416BE44E61C746BA52 /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58800C915D760D1972528AE5A8E4237A /* PublishRelay.swift */; }; + 6536341428794D47BD44255B25FACD0B /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D9932AB7EC6F5C2BFAFF8867FD58BB4B /* DDBaseButton.m */; }; + 65393DFEDA642FBE76283D75C070E00B /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EEC451A837CFCA8AA411E6E0379AE46 /* ColorUtil.swift */; }; + 659075391B642E87AA542B9F3EC30173 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19131F7D0E51233F8CFD4F7E05385B27 /* SharedSequence.swift */; }; + 65AABA91476510AE35F8BB5AF8E9BB66 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB327CC41CFB8078932FF524FDE05C2 /* Infallible+Concurrency.swift */; }; + 65FBF2652959C0C03F5BEB1A97949DCF /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = E183831CA96CDAEA2796BCF68F16035B /* Protected.swift */; }; + 662D8B722CE76FE956E05768FD3ED3B0 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 248D51195B302608803CAAF50529690B /* MJRefreshComponent.m */; }; + 669426523C46BED22DB96FFC90045F60 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C00E1D61AB43F5D85A6EFBC1562C1B /* SDAnimatedImage.m */; }; + 66A4D5DEBBA734D31FC0052BC438A63C /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9BC81A8E042C54CF49C8C68B399563C /* EKAttributes+Animation.swift */; }; + 66A90DE49D5D62A6B8B93B1BEB6BB0E6 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B9217F326B5B5DB148D05A25D58F6135 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 672D397B435CBC500C93861871F3DD00 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F08D351D57071BF3E95609D73BE2522C /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67361CCD8BA6B13F5AFA500684267561 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 865BBF2C1E8F266D668395EB5428826B /* JXCategoryViewAnimator.m */; }; + 67613012FC19662F5A1A452C9DFD7AF3 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF40A21DB8B3B14377B5DA372BBE4B6D /* EventMonitor.swift */; }; + 678E3ECA55B06B72144E0F1FCB7792D7 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475EF125361012AC460FE01F3180D043 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; + 67F2E90F42B5116F653D1FCC9C2E9D4A /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B7F344EAF8AE8766FE71D1B9FEB85B8 /* PHAsset+ZLPhotoBrowser.swift */; }; + 6819E936EDDC5F64E03965DDA16F6EA2 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BDA4AC683E6CD5BA939BE8E2492DF68 /* ZLProgressHUD.swift */; }; + 685297AE4AE28A8EA07BECA639E313E9 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CABD3F10C9CB2FDB473CF28792DE9E9 /* DDView.swift */; }; + 68B4FCC1E1A2735532B81982ECC9BE5B /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC21D3334FA123A2E691A0818A6DF46 /* SessionDelegate.swift */; }; + 68C20F65E3110735F394C2D1E0E60AC5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = FB57CF2D401147CEBF560B85C0796A08 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68E3BB3C139447BA9A82E53CF485909F /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D87798D77B34D965F45F54DE6908196 /* SDImageCachesManagerOperation.m */; }; + 69628B06AF6EDF37ABECD410CCFF53D7 /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65985E2632A712F550DADE94E94A63CF /* SwiftEntryKit.swift */; }; + 698D4BC94388BEEF0696C5F30A549DAB /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C43DA3DA46B9EC7A7CFA4AEC1DB3D60E /* RTLManager.m */; }; + 69EC7466EB3C133CE0D82257EF336100 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD69C21D499D59D8C493FC502F4FD4C8 /* ServerTrustEvaluation.swift */; }; + 6A6F48CBEC40D32D1FED610A00C2CB8F /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB11CF373D6CB1B1F7E9588B4A0A717 /* ZFPresentTransition.m */; }; + 6ACBA4550693262A153A7DED34EAA2B9 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = D25EC97FF2C88FD99AB6443EF5757A1B /* Single.swift */; }; + 6ADA3C87081F179CAE20350AE6BBA0F7 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 855A39BD939011389138F8CB02C7D9FD /* Dematerialize.swift */; }; + 6B243EEB7444D034A045EB712ECBF436 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DBDF90007BED71E419B9CB1D9F73BAA /* DriveRouteCustomAnnotationView.m */; }; + 6B354D42839B601C9DEFD984415411EF /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E96B1054A938C1E2FE0F1E3CCEF654B /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B4B0963F8C755C427C9258F5CAF4053 /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4371332B4B841F7D627B1E42DE9DC1A9 /* GroupedObservable.swift */; }; + 6B553F2B3704D9BD7FF7FCE04E403CC1 /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14ACA537DE16E72E13D35E98E51D1023 /* UIFont+ZLPhotoBrowser.swift */; }; + 6B66FA28308AAD03CF48491A2156DBDE /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4C26F1FA10BD706793FE4580231F36 /* SDImageHEICCoder.m */; }; + 6B7E196B344D37AF107E8FE16304881C /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12313E05B82F34C44D4EFB7FE6FFA572 /* ImageProcessor.swift */; }; + 6BCEC0DE81E072E922CE82BF2C10D0D1 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = C67B5DC0191315FEFF1ADAD2EF99F15E /* BRDatePickerView+BR.m */; }; + 6BD973EF2D9AEAAA897F19ABE6ADB442 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B7C6E22CBAA9E40494008F39258119B /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C2F59469A83402F572A410AF927A4EF /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = C981A7858AA3E6C4544557336A16B662 /* DDSwiftLog.swift */; }; + 6C3B575651FF6BCDC6907608E2F89583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = B213C50BEC5B1B230951411789CDC49B /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C850BF5602E027A876A27784A160519 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE5C4E1446B1BD93752C4071AB9DB085 /* EKRatingSymbolsContainerView.swift */; }; + 6CBB8A0459051E23B564D2D128E4B219 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = DAAE63F3777728AF65C625115CCC5B40 /* UIImage+GIF.m */; }; + 6CCDD8BBD40821514AC48F42628D4D7A /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1DE1BB1244C7C37D60A64BCDBFD2BE /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CEA6FC42B1EBFB8EB263DDD2295BA1B /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FC6C813CCE308FA5ECDA17F2003E8261 /* SDAnimatedImageView+WebCache.m */; }; + 6D04BB428ED55D57D68354552C043A49 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A09E6DD1A2A5D7FC85E05DAD65C3FF8F /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D1295F002B144E1731C38BEDF62855E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3673AC5FFD1B1FDCCF7CEB74E2E2AD37 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D68B791CBADAD5A057B2189F07FB87B /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6050BF6597C91DDC2E72FC549D0A7FC4 /* DDBaseCollectionViewCell.m */; }; + 6D6A7FF8A7FAE45A66F8F2C130E3C6E4 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9282CC4026E9463EACA4FAB7DC5F2A5 /* ConnectableObservableType.swift */; }; + 6D8A1EAC97E1ABC816801F06E11AEF2A /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAC98C51E8808C717CA83F37AD949EF /* EKFormMessageView.swift */; }; + 6D9162F60E7975B61948B1E253941FB8 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B00AD2741CEF7EE754B0DB060572D297 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DBCD383C164E5ACF1DAD34C9E2FCE34 /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ADCC53B7BA62FDF39E1B06E53E3B144A /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E1CA6F020EE1444B5B7042BF27DC7E1 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 67A7905348EB819D1AE5101B1447A798 /* DDBaseViewController.xcassets */; }; + 6E27186648959C2737A0352A5AB3A333 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F0F586240E620691D8273389CC249A72 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E79B8E1DBB132B9953B5F37A743CB43 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF8B08E94ED39823611F1C11914752E /* JXCategoryIndicatorComponentView.m */; }; + 6EBCB4D6E506CFBFAA2680EE18BBC78E /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45ED69ED49823D4F64DF378E7195D69E /* ConstraintMakerEditable.swift */; }; + 6EE3CE5E6C7683F30D2D59D0ADAC6FDA /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 17BC53768D564CBE5D9786B221596371 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F1697BC66902A6089A108DFE1E31B00 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AF6D3BB344F9F95DB2CA9A4512E1D83 /* DDTableViewCell.swift */; }; + 6F1EC7D7C6057783745CD6C5C41EE5EF /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7320760DE614C265E883DB2439601A3A /* ZLPhotoBrowser.swift */; }; + 6F46408B20EA653BE535660788D44444 /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BDE6A9594C2F90A716B6FD94A486AC2 /* ZFLandscapeViewController.m */; }; + 6F6324778DAEAC9A6B9C1E5EFEBBA492 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231EBF69CBA85506A5274BE62ADD97D4 /* Signal+Subscription.swift */; }; + 6FCCBD397D9B887B427DD63D118DE589 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD0C6E606F532F530EB774688AF9593D /* DDMAMapKit_Private-dummy.m */; }; + 6FF443F739202AD8B2E903FFF878A60D /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DB106D1D372A587B3C0CEE93D2C8B5 /* DDBaseCollectionView.m */; }; + 701681C35B325B45CD0E46CF0D5471F1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D539A798A592E1A805F8AD1C35F029B /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 701D8F660E7573355C32B40B3EC8A2F4 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7449B61B25D2D0B991C8DD7F21644F5C /* SizeExtensions.swift */; }; + 70AC10609FB1A12D49AAF643F6DB6799 /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39CCFADDD23EE97B84042A09AF14A00 /* UISwitch+Rx.swift */; }; + 70AED23C9E4B7C54A57E04BB493B1632 /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C829C245B6ED7C0797F51184954B99D /* DDColorKit_Private-dummy.m */; }; + 70CB725EC2D3E4977E8C55CE9EAC4D0A /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EF5C4CF324223E196EB51E678EC8C3A /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70D7B97CC2924FD9466C637DB2C7E8AB /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7151A93EDDAD5A714FC7F422D61B61C /* BehaviorSubject.swift */; }; + 7130B8E01638F3AE89806BF5E6DF84BC /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49FB6ECB6E5451BF8B13EF7018069983 /* RxSwift-dummy.m */; }; + 714B1CA2AD44049A52267BE368CD4C8E /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCED49F89C7F388CDA4B20E7C6028516 /* SwiftEntryKit-dummy.m */; }; + 71BACD458EFE7CF21260654449513C75 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 76859C8AD2DDED3F8F534DB60DE98480 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71E369AC039524E2F13AC548B3B043EA /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4DFF868C3131775B70DAF016CE71B2 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 721A97ACFEC77E36D1023E41BB0AE1AC /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78205C97B87BB446B81EADBA4B66827 /* EKAttributes+BackgroundStyle.swift */; }; + 72B0A8793C1F38AA19A0CD865BEE8BE7 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81726FEED259C11255DDE395DB7FD89 /* EKAttributes+Validations.swift */; }; + 731BC8F0B05F16D9E44C9EA00B22F4C9 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C13E096E3F54642F733C3F6465A992B /* Session.swift */; }; + 733268DE02E6130D00378694AAE4C9FD /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C080C3E98143E38724494499CE5C34E /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73A9E4170A91F0F715E9E7C1F069FA45 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = FE11902623D0B8995AD80BA2AFAEB5A9 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73E288FCEA27F5DEB683B074F96D0846 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9446994BF8295489840DD9BBFB1A09E8 /* SharedSequence+Concurrency.swift */; }; + 73FFFD550E5D834616601E46F7468513 /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 675C562A7C5BC320FE76E9A9A8F558CB /* RxSearchBarDelegateProxy.swift */; }; + 7409DA9F87E35B004349AFF0F07049FF /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 51098A5A2BB7992179E3038F8A2762D9 /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7409FFC5269708E4F4606C21C9DF1B97 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D65029969113C8B5F34E94519062380B /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 745D1703E1D29FD12340402A7F6B71D5 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E9A77C4A4296171B8896199B4C9F80 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7539BFBC46E1BB8AE022CB250A405582 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F540C21E7C87E1B10437CC9438EB9F8 /* HTTPHeaders.swift */; }; + 75C045B811885FBDF3FCB78F77326FDF /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C505C4637CD0CDC276DD389FE83AC6E2 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7615AD04C15B5C1E8A259A80825D68FC /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A37031298F3F03FEDA465150A6B4A79 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76A190B0F869A4BA61AFA27C1EB92F4B /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 34617073F05D6CD8E57CF67782166986 /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76BCD01DEA5DFB76E7975B68591D4235 /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBF76B7EE5981BFD82B8DE6FD622365 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76DF09C74B3CA257D47D36A83AD721F2 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AB57949A1955101BFD6D2EB615E2B7A5 /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7763DBD66F8DFDEB3DF314276544D9CC /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135787B9E3EA1EACAE9CDEBD1BDC0E07 /* Infallible+Zip+arity.swift */; }; + 778E3A8B1C762843885DE35716220C4E /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADA3B01E5118CD5240871CCAD1CFD0C /* ObserveOn.swift */; }; + 780B82DCFDBD9C2D7E5C92DF80FF1630 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 907E84D896ECCB7DDAA374F2EC43F6FF /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7867E2730114828625D52A47C43CCD2B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FECA46204700BBEA8561B46E37AF33B6 /* SDImageCache.m */; }; + 78A248AB648A444E87050AA2F36E655E /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E79880A738C9D147B2318C112565085 /* ConstraintMakerPrioritizable.swift */; }; + 78C3333C5B5C5B06AA18DC30F74B61D7 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92BC967E0500942BDA16B59E9BC4CDC /* ConstraintAttributes.swift */; }; + 78EBF7216C96994437D7D4AE94E4C28F /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A34732D04A23A249E9F76A13628162 /* WithUnretained.swift */; }; + 78F19D9EAA15F4779D096963F790CF62 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCAD19BEB660A26B67A718ED3B7A897 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78F42347772C57AEB0CE35F118F14AD5 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA81637F2194C39E0E0F6D8D7572EA5 /* JXCategoryIndicatorTriangleView.m */; }; + 791629CECDE0D6A5445563A3E0025ACF /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B971F5E1C49FF835F89CF93C1DD1B55 /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7927E6770872983115C36150EAD11B8D /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD7DAF61E619DC662122C8646468611 /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 793F19320DBE5EBACB9D67FA411F720A /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 827EE5636996526C781300566E8044E0 /* ObservableConvertibleType+SharedSequence.swift */; }; + 794C8686B1DFD5AA5216F9165ABD8EE3 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E1C15641EED614D586EEDA3AE5CC21B5 /* JXCategoryListContainerView.m */; }; + 796D678C2512B04F179909E3AAC2359C /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = B160E96E68CD8BE27304CB5211F0E61E /* First.swift */; }; + 79D547FB7599B9D84A5F5697924BC58B /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = D77F46D2D03933C34020561BA0646677 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F7344C573425769AF35D858AD4A67E /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6CBE3F5BE5217AD2E63EE63CAFCB09 /* UICollectionViewLayout+MJRefresh.m */; }; + 7A5058FBA43109F0B7B3FDA73036C117 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81D710FFC2759DBCFFACC1DA4938801C /* Take.swift */; }; + 7A5F584AC85446E6E68DFFC5CD122469 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AE7019311FC20F2A70A7DF6DA45B765A /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A658D6A025D08DAD549891AE570D244 /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD64C82BFDD29537BDD3D0C8090B0253 /* ConcurrentDispatchQueueScheduler.swift */; }; + 7A852F0AF1F3E1693579BFB0EE3DFEAA /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35F170A08FF23AAD1E59243389C2D2C /* IQUIView+IQKeyboardToolbar.swift */; }; + 7ABFC8DDB94ABE4C0687BC981E98A2BE /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B574E9F61933BFBF5B422ECA6427DFB0 /* ZLPhotoPreviewSheet.swift */; }; + 7B0B8A575C497874E971408584743E02 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BFCE1748D564D5DE55D1103735C83731 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B17705DE2BB59764643610B8F465B56 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F543760F4305BCAD9A4079C335C4609F /* ConstraintLayoutGuideDSL.swift */; }; + 7B45550C7795D7B29E6E558F00864D1E /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC306E0DEC44A0F1CE2894629AA14EFA /* UIImage+ZLPhotoBrowser.swift */; }; + 7C102020B2256973FC999A05C0160BC0 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFABF90431F3CBDC38B1BEB64B67C27E /* ConstraintItem.swift */; }; + 7C3735F1EBD99BA20421CDE11B9DAD3D /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D2EA92DEA55E0A1845242A331313205 /* TakeLast.swift */; }; + 7C4555B4F80F91CE5F03F39C2D64D86D /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F3CDCA5004E2643F9C9A09A6498A55 /* IQKeyboardManager+Debug.swift */; }; + 7CC298CB85BBB9C814F22B8AAEF94281 /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F9E26AA058DAF34E104B15F180E0E17 /* IQPreviousNextView.swift */; }; + 7CDD4BF0209AA2F717C7546D5B6BF979 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 05E259742E7CC50345FA68160702ED2F /* ZFPersentInteractiveTransition.m */; }; + 7CF16F9FF530902582B2AB0180001350 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3ECD2F422FC23A517C2886DFDFDB17 /* Do.swift */; }; + 7D23A05408E0E17BB56E5909C983386D /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10BBDD28033680AF8A8FBFF811417FB8 /* Notifications.swift */; }; + 7D5AC16F195967267DAD36F198E0A5F0 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 664865F1F88E59952B64216BD28222F2 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DE618E75D855030541F066767DD04F7 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7E6E6142C0451F72572E41BDF4ADD0B /* ImageTransition.swift */; }; + 7E76E2EF9F6A5859DFCEF2F2B18963EB /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 408A73F9A0F0DA11E9077B11842D8A0E /* SessionDelegate.swift */; }; + 7E77F7A02B348F2B136DC0548A0AADB1 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4CD60CE23587456408A17B3B51297DC /* RxPickerViewDataSourceProxy.swift */; }; + 7E89E3B38E4ACBC2954D330AB4FF0293 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B4542F80096A081FD205AF333D1F1E6 /* ZLClipImageViewController.swift */; }; + 7E9CB89FA3B14991D8C31254F7594BAF /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58993A17C507E474CB498513D8B2FCF1 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EA77A25C641287FD1C38A0CF300BE26 /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = E458D361902E90FAD7E2DB101B93C99B /* Materialize.swift */; }; + 7F646201C11F75FEB2701844D49DF702 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE26F620D486B79E2D0E1BB318DAAF2 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F989C8D33D73B9F220B7C72C57524A2 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 635D1CC0DE7DE513D1EDB1110C49C474 /* TVMonogramView+Kingfisher.swift */; }; + 7F9C36B013D01F2188457E0D3A7AEF07 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A4B96D5ADBEBF88288089ADA4A65A1 /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FC6502589C78AF673D861167354D46F /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5661F3044C7C43A423BEFCE326E57FCD /* Zip+Collection.swift */; }; + 7FD541C37F57A49DA86354FB0AC6CB72 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D97BE25F8B450489CF9F769C3840249 /* HTTPMethod.swift */; }; + 80310044F03D475A3C67914884B87DE7 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2566DCB60204A569F987B6582C64BC96 /* Catch.swift */; }; + 80474D488D0DE9EEB589E4B5F9EE1256 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F1078BF94F10EFF0546E71C5CE8D1C /* DispatchQueue+Extensions.swift */; }; + 80707A9E832C8EEAC361896B59A1DE19 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A8821E73AAE958884AABA88ED0B8BE0 /* IQUIViewController+Additions.swift */; }; + 809174478F55FCD93B0706148F6D9B72 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 346297812E42F8240610B4E53E52A25D /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80BC7581EDC7EF248D8E56A3AB986B53 /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F69A7F76DC5CD4B6CF9D7BF52DF1E9D3 /* RxTabBarDelegateProxy.swift */; }; + 813C178B8D24F60C89F9543378AAE7B1 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63208BE112E3A35C84402FFFE9A89324 /* ScheduledDisposable.swift */; }; + 81452427ADF1E98E642A1233E6B650B0 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 688D6436288BDA270587FFA272BA32A5 /* UIScrollView+Rx.swift */; }; + 81495AC63688C3355033D5BA9CCFC035 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEDF0AF68E964F07F0A9459FAD5E84D /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 814AA2BB51B51E467391D717BF24FAE5 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC263DDB37E37D731E73E92FA013A0F /* SDWebImageDownloaderRequestModifier.m */; }; + 817B254018E2241A09AA25F772829981 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0A19DE6FDCE0A39CB8A91103AC223F5 /* Infallible.swift */; }; + 81A3D9DB1BECA7DD9A94142824783DD8 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAB8E8676BF62815CF345E12B50300FF /* ZLFetchImageOperation.swift */; }; + 81CFB72EA73A1CA18859F96B3A00A9EC /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7015B7BD9626DA7351C9FA79FE92FF5 /* Result.swift */; }; + 82148B4B5DDD7ABF3B486C24249E255D /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5F22163A5EAC7CFD9E2A7E6E0E2B2CD /* ImageContext.swift */; }; + 82300175606EA43BE4BF57888C4A77E8 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = BFF44AD1C9B81D750CEC4818EC2A8636 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8267E7D0F3F587C44849AE31750718ED /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 79174E1AC5AA323C3F6D898E0B643E07 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 826CBCF98A64CC2B444BFC7CFA756F4F /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B50011F978BE26CC85707F1C2565114 /* UIImage+DDCategory.m */; }; + 82F6C49CD5442529B117D4B77ECD8518 /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 325F5D53AC22A09382114297EEC436C4 /* EKStyleView.swift */; }; + 8347E38616E0EBA96582FF0C7E6AFF8F /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7395AA8D2D4013763EE4EDD39C3DFBD /* KFImageProtocol.swift */; }; + 835173C7877CC2512FC25FC6EBBA0350 /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A539818A9CCEC9EC81FDA7E4D7574A8 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; + 83888A11B0701E2D4EE236DFA1E56800 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E2FE3338ADB9BA3A8E9CCF3B5124846 /* Result+Alamofire.swift */; }; + 83938D5CBB19BD3E148DA8E030218776 /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BDE5E3CF2D6CF78FD74F06BD31FB06 /* MATraceReplayOverlay.m */; }; + 83FB80448888FC123E9A45527EEC1C92 /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 617250433353A1FCCB13C69612CF2A28 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 841447C2E526E658EC8102873B77A9C9 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 157C42EF4F4C5AD5F650DCC543DCDBAB /* DDTableView.swift */; }; + 8471E77545695FC337C109F192EF4883 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BE76812CCED0E714DF0AB082A233886 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84CBB8B38762FD16B0BF7B4BA778228E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FD7892E89631CA9E6DD8451359C16F /* EntryCachingHeuristic.swift */; }; + 84DC0626D65FE608EACE77EE19BCF92F /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B12F9BE0B48B49C235A875EF6F76EF82 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8605E7CCB20DB17594FD03C9CE659A7F /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 112FC61E4E1060E984CEC72D502EFEC9 /* OperationQueueScheduler.swift */; }; + 8613595FC3325A2937F81F058F1BC703 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = E053D25DE90A57C15BAD9A968CDC85DB /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8620470517C811FD4767A6DD0371D0D5 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ABAC71276ED9289FA06791F0D6B14F15 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86997C2E83106153831376DF4CB88084 /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2BE8CCEAB482914D15928511EC2A0F /* ZLWeakProxy.swift */; }; + 86EFDCFB015C812E2695EA28F9F3B88F /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 37AF71AB75F24B4F362A54E47EE060D1 /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 876F0A0ED17438D064D6255B031ED91B /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D59389EDDB898E20CF461F0693D47C0 /* UIViewController+ZFPlayerRotation.m */; }; + 8772F32DE15FC5E2426A36349DE9E7C8 /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 46AC1878DBB677161004D4EAD00FA363 /* JXCategoryTitleVerticalZoomCellModel.m */; }; + 878B6B1A4C24B3D46773E79E0294CC89 /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E531FEBDD5EDC25FB5A7C3994FA0EC /* PublishRelay+Signal.swift */; }; + 87E790F289BC43498505B6D68AD37C12 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = B05282F1EB1DE05D743FD9380A0A2887 /* UIColor+SDHexString.m */; }; + 87E876627F3BB158FD39966792B76B65 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B473C85AA69FF7DCF917368F0F7E0CB /* ZLVideoManager.swift */; }; + 887595F20B78C5473EA5B93D699737A6 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = E8908981577082D4123356CFCD5A8FBC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88D743FD2795D175387C7FF90017DFB6 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9880D07E182A73D7E5DC654EF09F98 /* DispatchQueueConfiguration.swift */; }; + 88E67755F51F1CA22343EAA1CFBD41E7 /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC23D9DFDCF92A0F1322A14068CEE14 /* DDProgressHUD.swift */; }; + 88E8C4E6532C1885DE243488021CF2D2 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D8DFB0FB35B13642FF519F954F41053 /* AuthenticationInterceptor.swift */; }; + 8916FF22071C2D2BC93A72A25EAC2D29 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B1B34981E426621A043E34E405FFAC3 /* NSTextAttachment+Kingfisher.swift */; }; + 89397DE439652F3D754899CF56C08BF0 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CC31F0F08A1D77BC76DDE6D4543561F /* UIImageView+DDCategory.m */; }; + 898358507A5BA1212B43A55D5EB80D5B /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5E468093677718B056672F6E25AD379 /* KFImageOptions.swift */; }; + 8A3E8C9849B1E73D113589B8F007E566 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 72EB53DA6F52BAB7BB5276EE1845A96B /* JXCategoryTitleCellModel.m */; }; + 8A5D7CFB78278C7861D3061D212B189D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3256673E401C03AF488AE2331962829B /* SDWebImageCacheKeyFilter.m */; }; + 8A64ED4C758DC20F9F638F956789182F /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF1CA0F8B1D42E6C9A74315A669ED156 /* UIView+QuickLayout.swift */; }; + 8A74A91C3BC33BBD7B39C8D4B66C722F /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ED7E80ADB027A3A94C6992138D0B9E2 /* ConstraintOffsetTarget.swift */; }; + 8A92D90C95511B8D5A88D3BBD83C125A /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 923692DFCD1D31CE3752072D5A039CAF /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A93BFC4ECE061648BEDA3A17DF34B7D /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0611C2AA0070C9BE27566C348DC67D62 /* JXCategoryImageCell.m */; }; + 8AC417E616282CACAEC728B4C42DD8E5 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DAF2F5F59F438943BE587DB290E62059 /* UIApplication+DDCategory.m */; }; + 8B0347160A18CA356BE98260FFD4AB8F /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5627918B00ED9D2DA678F69C7D4CA855 /* Range.swift */; }; + 8B1A402F74B6E4E6F42C395DDE64169C /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683CDE8E08785AEC088F65BC702CEE90 /* KVORepresentable+CoreGraphics.swift */; }; + 8B3145567FD389F30FCBB34C08F60CB0 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F642D0506F0D46349D7D8D0DC29D001 /* Platform.Linux.swift */; }; + 8B5C7472AB1189940F2C7A38AB4E5D57 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2FD13518A7C84C6812EF2C6B5E1C1C /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B753F9A4427257D3732F4AE2E2EDCCD /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A100665375D61C156030465F19B2A9 /* SDWebImageDownloaderResponseModifier.m */; }; + 8B8EF47AA48CB5B1AB088BDC3DADA1AC /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5938C2EB08C4483692032862CFB1E5C1 /* UISwitch+DDCategory.m */; }; + 8B97E6475C4293432E0051CB8B3689DE /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DCFE93E3AD5FDDFFEDA57728DBCD584 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BD7243E27CAB2AE337CFA2AAC384640 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D10E16A1D4CC46E513E113259AF5C16 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C1123CFF840715FE9BD669C43D75E7D /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1318A1018DFC2324D393BF6FD4C6B034 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C5AE031DA4F7E6C727B298D2CE5AAAC /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E32489C0A7584447ADED5CC14784DD5 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF2CA8F920E6C5CA9552B332E7E841B /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6D5812F779AA355D077553F3859ABF8 /* SkipWhile.swift */; }; + 8CFB68D77E49914A0DD60B939BA767C0 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FD2FA73DCD1313BDC01ADBA4C7AE0B4 /* SDWebImageDownloaderDecryptor.m */; }; + 8D2C2E93E44DC32A322DC0F747FE8D7C /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EB9329A4C194CD450F9FC2099F11ADD3 /* MJRefreshAutoFooter.m */; }; + 8D42E6E44020386BF96406F0D3540D19 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 104D588A371AE16B55BC8785B047B0B4 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D67E1E9F0E2F132D6A0D8EFB3C36974 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8A67F76A0FBF589BBC41E6F1D2E6129 /* SDImageAssetManager.m */; }; + 8DADFFBD64C0318A7F4C2B3C4F417935 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C94D264B7700198951B4D0CA4C4FF5C /* NSURL+DDCategory.m */; }; + 8E0181F282728452E3E05C2634A0DA1D /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C543D5219E23684C46AA814A1BB70E7 /* Placeholder.swift */; }; + 8E2952A3DA04D56ED8EB7AD65FF1CC3D /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7735B24B4BF60517D4B8F83118F09B78 /* Reactive.swift */; }; + 8EA71FCE62BCE72E1798AC86592F4747 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECFEF1748C17A9FC8A242DF28145B4B /* JXCategoryDotView.m */; }; + 8ED0EA8B64CA7C4860DC6D8B565F4448 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5A766F34D5B452765C75B55D3AE05E /* RxCocoa.swift */; }; + 8EF8D0C1BE201C03A65D66C92BAD9206 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D421BD9BE4E766EC6EAFBB0544F533B7 /* SDWebImageDownloaderOperation.m */; }; 8F7C09C252C91A4C49C70B874D9AD4EF /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 861E3EABF816A1CA179B292C434C7624 /* Pods-OrderSchedulingNotificationService-dummy.m */; }; - 8F94DE7C574F2E68FB7F4182FF4AA19A /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D211A8BD1029E3602E0B4BB99130EB94 /* JXCategoryTitleImageCellModel.m */; }; - 8F98A44B79B5EE96D98240D4DA26706E /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4429F26B0AB7296359F12274F5B0A7 /* ConstraintMakerExtendable.swift */; }; - 903A71840C870FA00E3A9643D2FA47AE /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 22FCCB947BE160F46017115BE63C9199 /* DDBaseSwitch.m */; }; - 903E1DDCFCC80201C80D8523ADF358B1 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6688D78CFE5E30400166CBAB38E7B04B /* LayoutConstraintItem.swift */; }; - 906403400342E3A771878491D828DEBE /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2945F41BFB2917CD9005A47FF195D5C0 /* UIScreen+DDCategory.m */; }; - 9069546BCE91958C23E24D6279C5E7C0 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = E1AEAF46EDCACF0D73C2EB725962EFEF /* JXCategoryIndicatorView.m */; }; - 90747EAF8374FFC67934EEAD2592FB29 /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = B05E64AF775FCC94549B00F971693C38 /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90C2306666CD2C08EF76F2012825951C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 836165779E43673E1D7FA9A5F8C92705 /* MJRefreshBackGifFooter.m */; }; - 90C350B739A3E899B1B53E52B15430EE /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B924C4EB05701335A08DCE4FCA88B0E9 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90DDF0C74E9EBDEFE10A7C5A5A95A3B8 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D1B6743A9B1425FBDA6AE1B6F321D2 /* ImageDownloaderDelegate.swift */; }; - 916B0D85A26F4825D8F5D247E9E5A54D /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BB48EE537AEE3D524516A30CF9F904C /* AnonymousDisposable.swift */; }; - 91A36B31EC90DB60DC9584F00E5D5643 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D5028097308059357733D5B64E08B0 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91AB730750896C05BF8F4BFE7B431274 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011FA16A8186F8325BEC83A7535F2B80 /* DisposeBag.swift */; }; - 91B718E97E5B0E6C8E089096AC2DF4FD /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24320C721996812A9CE397750134668C /* EKAttributes+DisplayMode.swift */; }; - 91ED131F555A03F5905E86878BF38C69 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 36CF534D7A8E1656DAC7A487478FD28C /* MJRefresh-dummy.m */; }; - 92047996BDD846448C818DE992381FEE /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 77191EE64EB4A9C37B61DF98C91192E0 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 923E9800C26E03077511C1C70AA73ECA /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D6BB570F23EF37A350024FD93B7535 /* ConstraintDirectionalInsetTarget.swift */; }; - 923EE64F6CBFF20AD30002B633BC50BF /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F001B54610286DECB0EF63371D3EC450 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92606BCDDAC8CCA13B59A2509F086D3B /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 315D8F333D7484BA32F43912E1D26B5C /* AsSingle.swift */; }; - 927A9E34C2E88E982888A5D2F8A9B127 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 617487D1179FB4B974AF265D93DC6F9A /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9291E1C5DF42CB19F3606FABE7281874 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E48DBBBFBF47CE651F9F9866E0EB5D7 /* RetryWhen.swift */; }; - 92C505196BE63CDE8154C4E38689CA16 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CDB36637F17D82E5EAA211141539511 /* VirtualTimeConverterType.swift */; }; - 9313F5863E61D51958D4954C876666DC /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 47C0673E0C4FC144923D36E576964020 /* DDControlsKit_Private-dummy.m */; }; - 93207A865D205334FE48160E599E0FC7 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BC166160C82E3C5423B6AB413F5F7A9 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93B0DE734390629386BD3AE10AB6D173 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A945C68536B23FFDF133BFB30C7A152 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93C25343A940D20BD21AE6C1EF582189 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FB03D47F53DCF0CFEBD12240EA195F7 /* ZLThumbnailPhotoCell.swift */; }; - 93DF6D6B5E32104AFE985F15355F629A /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 32AE4E41072F89434EE85772A895139B /* MJRefreshNormalTrailer.m */; }; - 9413C7DB4B03B9C9178A64659F476AD0 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FFFB1BA80DC8F58E306A8A7CA20FDF63 /* IQKeyboardManagerSwift-dummy.m */; }; - 9497825ACEC7F42AFA494D810FDCD4EC /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 31EF84849E173992F5C608FE42D240E9 /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94B52F9D43DC46D45062BB39E53E9DE1 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8BCB5DA2D6E8461BED85037F3637B0F /* EKBackgroundView.swift */; }; - 9517AFD055FCAC61888F63B46B1012CB /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB753B2BEDC3C9C5480C862C69F7641D /* ZLCollectionViewFlowLayout.swift */; }; - 95277350C6DD3C3641CFF98AE0A12B12 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDE87EFDAA19DA6A3D70E7BFC93E8494 /* OperationQueue+Alamofire.swift */; }; - 95AD0B08F159E5B4571FD8C7FCC3A78D /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = DD4A1C056FD637BC43213E19FAB080D4 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96199F1BEE04A029B3278BB1BED5F276 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = D18647A8E9844CFB83BCA8EF2C490BD1 /* IQNSArray+Sort.swift */; }; - 96351482FE93C85C20C75E992ACC4D3C /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E132B3D6E2FE67D2426330DF0B936E21 /* RxCocoaObjCRuntimeError+Extensions.swift */; }; - 9664DD10AB3C27CE9006310E59B4D8EF /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69DD746F92A084EE5E13DF25FEB66FBD /* ImageDownloader.swift */; }; - 96F1307861305425C5FC288637C5259F /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C65D2B7201AD907BE07670AA7C7030B /* KFImageRenderer.swift */; }; - 97352932EA7908FEA0DB6210F4692034 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 338297A7F61B0379A9C716D9C5505B53 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 977F8070B2734739DD77174D591DC065 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B59DFD3F06149DDE925D36B885D8650 /* SDImageAPNGCoder.m */; }; - 97ACD5F8ACFCD7B423375EB425F82287 /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDEAD2B1445C1510A51609F7E6C98EC1 /* JXCategoryIndicatorDotLineView.m */; }; - 97B4A15E0218313B8CE3CDB2D3CC73D2 /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C5992FA5401E5BC49C5D1F0EE5E0FAB /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; - 9817388F04E487B7ECB5C08DDE606F86 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 338959886873487E6C4B48895C7CC6D1 /* MJRefreshConfig.m */; }; - 9818486781EE15B337C47AEA08165B81 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E7786C9A5EA86CB795ACFD792FE6E3E /* ConcurrentMainScheduler.swift */; }; - 981F1BFE14D989096611F7DB1D782B97 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = ACCFC676EFF0A63773D3DA085068AF6D /* SDDeviceHelper.m */; }; - 98BBE0D3F3AF20EC746DA59A3D04F556 /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D1AA58F6C36AA975B1EFBB357F686DA /* Materialize.swift */; }; - 98DA24ABD909BC903CFAF4FCDEB610AC /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = D57EDE56F379F40AF814BFF48E0043E9 /* DDBaseTextField.m */; }; - 9912583A0C3DCE5F8AC15A3FC34E6FE2 /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BD33DFF24773835322733D1C9563EC0 /* ControlProperty+Driver.swift */; }; - 999B33DC38983D04AD690B4599F3C316 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86245922FADAC2EBEDB30C800A1AB876 /* ZLTextStickerView.swift */; }; - 99D7BD631F5D4CC39B09885065481AE0 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = ACAA86813BF0D16DF48AA9BFF0EC60F6 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A1982F4B7EC4DC43DF43AF12B82233B /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = D1345C5578444761FC68932996B1D617 /* DDNavigationControllerDelegateReceiver.m */; }; - 9A1DF88AB0E546AB51597714309B05C2 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 782FACA646F0764B7D5D92B2FC31F91E /* JXCategoryIndicatorBallView.m */; }; - 9A41FC2ABBF645CC7F01120A6BDB0A24 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AA89AC1C1C4CA555B1C69C5491FF35 /* UITextField+Rx.swift */; }; - 9AE63A71DB55322FFBB6EF1D979282BE /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE3494530E786DA994F7AE58844A787 /* UIView+WebCacheOperation.m */; }; - 9AF82E3FE6B0FCA2D289149812D57304 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD0033A86B3300DA77A5FFD23C0375A1 /* ZLPhotoBrowser-dummy.m */; }; - 9B64E0ED725BD06BB60846E72312F16B /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BBAC0E92FC6639DF15FB86E05BF2678 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BAF478CC1EE5A2EA207B58A1D4F62DC /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF181ECCD2D7844A2CAB7EAC7375AB09 /* NSTextAttachment+Kingfisher.swift */; }; - 9BE899982FAEB47E89D2EE2FD9684CCA /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C62D256D777B462DF3CF587AE891793 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C3D2FEBAC969A890BDA1FF877C22FC6 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = F60A4620273AF48A09F58F460B846C25 /* ObservableType+PrimitiveSequence.swift */; }; - 9C82FEA9EFF0E1ABA3337D8F93435519 /* DeviceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46A031DFF12B1AB023E4A1D066CF76D9 /* DeviceInfo.swift */; }; - 9CF1888AF79CD22EB414BFE758E5D36A /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0938FF2D0E59D7EE932D3BA25359435 /* UITextView+Rx.swift */; }; - 9CFBE2A3F8BFF4BBDB6DA37F9CE7C266 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1106CB604E789F24DA61177320BDFFDB /* SDImageGIFCoder.m */; }; - 9D43333662E9A614D8F63052D7F1ABA7 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70461BC08F0DDFFD7D981839273A2588 /* UIApplication+EKAppearance.swift */; }; - 9D4EAF940F2C46778D1682E8127F003A /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = C8D3DC4C53409EAD126C68E93581EBFC /* ZFFloatView.m */; }; - 9DAB2556D82974EE7905C156B4F3A07A /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A9459685E4A9EDE9752320BE7A96E2A1 /* MJRefreshAutoStateFooter.m */; }; - 9DC2A94B2891D5F2B37FF69F48347EA7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 059D93D47C64DD18B501D7C536C27D7C /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DEFB591D6DEBAAAF949BE635617A7A6 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A80B84B95E2D953E9B1BBA04C543FC1 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E13BAA5897DBE84C6842BE86EED1CFC /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D5C7B8640CEF99B9B5D46F17E57345 /* EntryAppearanceDescriptor.swift */; }; - 9EA55F404A7BE4684E3299402A5B88AE /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C36EA87B4C0E3BA164AA13FDE7416CA /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EE55E6E57DFF49D9CEB2493AD5B93A9 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F166DE32B764C857D11B2430096F53B /* SharedSequence+Operators.swift */; }; - 9EF869C08C7295A18919E1738E9DF795 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47407AC45EB4C27C30CCF4CE26C87D64 /* Storage.swift */; }; - 9F26F0EB6575EEC06D48252EC38DDC46 /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D96961554F158E92E25569E4F03D333 /* EKXStatusBarMessageView.swift */; }; - 9F75DD325C460FFC7984DF4A9A42BC68 /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D4606AAE5C1A5553B255F64E097F8D /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F90CCC3FC0CF5D2BF452D59CDDF8A7B /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = A31E2220681ADE7C2A21BBE41FC7643B /* SDGraphicsImageRenderer.m */; }; - 9FA55209BBEC5446B1699EFEAA8AE99C /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2ABAEE7544691ABCBDE881DC5BB0458 /* RxTableViewDataSourceProxy.swift */; }; - A011FE7F352E2DC4F52A72ACC985E865 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DC5CEFED6478272C00796009206509D /* ParameterEncoder.swift */; }; - A02CB2E756207BCF430DE5A01806255F /* DDUtilsSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B9C52C7DFA94F64FDA648D1AF90B65 /* DDUtilsSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A059ED20DDB1CA53D8C82E3B030E7542 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADAFEB85AFC3C772C45EE80D0ECE8A3 /* Debugging.swift */; }; - A0649D13B9C3CE011F3FEA618EA1724B /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = D38817BCBF2E19273F04C0814378D5FE /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0657A64DEA57E5606A79DF5FFA0C0C9 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D1127448F2ECF0EEFC4D011FAD1FC2 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0CAC16C811D166585ADC16AF08A6EBA /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = C6EBAE079274BE7D4D335E6D7DB38E0E /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0E59DE1E829AB6653A41F549DEA9F3C /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C87DCA1B6BC5F021FA8B439DC91F422 /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1059E3A9E938EE8F540D5639AB4B4E5 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B3796C05E1CCDFE455BEF3CA2DAA83B /* EKPopUpMessageView.swift */; }; - A13B4CC2584A03BF7414FE90F04C487D /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385AE2C50B3464A92E601416482E2BD2 /* EKNotificationMessage.swift */; }; - A15B5659EFCC17AD9D160FF796B40DBC /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 891008F7476ED15C4B22CDF30A0957AD /* ConstraintInsetTarget.swift */; }; - A1748AD2CA915C8F65E2DD76BE0C8520 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706659B90F0C4E3DD20181BB449ED19C /* Using.swift */; }; - A17B88101B55AE2259598D30E3CDA92E /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8F77C7F215C7D7AA4DE263E0A6EBC4 /* SDAssociatedObject.m */; }; - A20C5FD1C7C1E498E088C81F85C42BB3 /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDAE1B8309F8EF9ADC3D7E779BBEE8EE /* ObservableConvertibleType.swift */; }; - A21098966FF64EBCE2E2E1B9474CE700 /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 70138D53831150D30A9174C7A439E686 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A29CAE715EFFA6F90408C3B8345A1883 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DCED876A8F35095B5A6BA8330F54249C /* UIImageView+HighlightedWebCache.m */; }; - A29E0577ADB99D89106323A9399024ED /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DF083C518CFA5D9CED753B220966A38 /* Kingfisher.swift */; }; - A2B52B66E0891E57CFA6C3750BF7DBC7 /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7AF1EBF406324B2F7C95D498676FF43 /* ObservableConvertibleType+Driver.swift */; }; - A328DD14BD9500BC78D1C7120DBC30E4 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC19A21BC67ECCDC5103A3AC1EFC6A20 /* IQKeyboardManagerConstantsInternal.swift */; }; - A358C72687DDFF484CAB4B0124CE34A8 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = FCDD21366F052543C8EE02105C71BC3B /* SDWebImageCompat.m */; }; - A37384CA502F7B33B62DC0D52A2347CA /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA5EB75250AA50A8793772D31CA8AFF /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B9C4384E19CD57331B1C8372817068 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE0A91C332E483B6F4A632F2E5853F5C /* ScheduledItem.swift */; }; - A3F68F7FD050BA0038F03314E92B7CFE /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6A47D7A536F9D623FF1060D756E0EC /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45846C269357C355CDEBF8B8EF896CD /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F80BD2701814ADD704585A86E9A546AE /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4AE06BE1B4C107F33C291F8B1B10E22 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1FE42A83EEF638E9F3FA052CC3FA2E9 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A51DDAB1593D74CE5BEA3EAB9A81C8FC /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8D1796588E94E756A33A32D685F89E3 /* KFImage.swift */; }; - A576C4698BA14346E54EB6463022EAD9 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D031AF3FDDC7BAEFA9B4C7C40721EA85 /* JXCategoryIndicatorCellModel.m */; }; - A5A06F99834AAE6085D9A719CF192F00 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 261E34ACED33760EE41243B7AE06C67E /* MainScheduler.swift */; }; - A5DCA31A4D36F66FFA278B81D8BEF027 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 717484AA1BFA95044C5B88B8C32C0652 /* UIImage+MultiFormat.m */; }; - A5DF97E7125414399863771AA8C98D93 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D1547EF82E92B574A6041DF2AA89FAC /* RefCountDisposable.swift */; }; - A5F8871912A1A3E8168E6DCF8EB4207D /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D4C425FB469F74208E60499EF8C98F /* UISearchBar+Rx.swift */; }; - A608BF8A042013F0E8E790941B4D8866 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2591273E11B1B7B06237476608AD1A65 /* SDMemoryCache.m */; }; - A67A21D83FFBE392E1FC7388BB930BBE /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B7CC61BD1D12062B7EDFB6435E02E3 /* Runtime.swift */; }; - A695794D769E2EE93CB2D918BFC21A39 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = F5DE615FA6CA6AAA44080A07EF1229BC /* Sources_DDMAMap */; }; - A69C94A0DD35B9524F7481113B574E33 /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B4308F41BB8BC5169275D93A295C770B /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6D371F7B8F0AE9A55EE402E33583504 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5B5E91030EE939590DD1E94AC21BCBF /* EKButtonView.swift */; }; - A74448BE6B9072720B576257DF82EA60 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACAD4C996996162902CE8F1E0C65B4D0 /* KFImageOptions.swift */; }; - A791F6D776136972A98A796439E81689 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AFAF095E0D7C9A5AD84FA69EB964608F /* DDBaseViewController.xcassets */; }; - A7DDBE6F9D3327DCD114F6F15010BDC7 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D8ADB9D276C5C8044484270A80C76D36 /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A859C89F424EDCA9AFE07133A3CF3FC7 /* DDSpeechSynthesizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62A40D3A6E12C03743E05269D8B6C9D5 /* DDSpeechSynthesizer.swift */; }; - A88D569C6D40F093E8AA5773B735147D /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89ADAB0CBCDE02D979E54BFD3748ECCF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A89AC72C4A0AEB99836D4C4DD29E2B89 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E1B2E666A7B09DA82DC0DCB7430D92D /* ShareReplayScope.swift */; }; - A8A0C288519E463DE5E9B307FAE797F3 /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BBA6CE07A310B7B3C360769FA222931 /* EKAttributes.swift */; }; - A8B2667D902DCC4F3A3BB77CE33F5558 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB2B4900E20666E91666EEDC19873784 /* ImageView+Kingfisher.swift */; }; - A8B944BAB631257F43D3311470B1EC99 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = D6C1A7169C42D9F70E5B82B6C3C85829 /* DDBaseScrollView.m */; }; - A8C2E47C2B6AD198DC05C769DEC5791E /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A22F56155C3699283477634DA4CAB7D /* ReplaySubject.swift */; }; - A8DC4B6CAA17BCE09B33F0CBD7B760AA /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D11FDBB0C183F9556B98B65CF9CA8D /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9067CDEDBBC920350EF56171D833577 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EDFE34E972CAD2F3A5D0B91EACABEF /* MemoryStorage.swift */; }; - A90D06F752E1428BF5E2623AF01076EB /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = E5E310752FB3492F6504F97848F1907D /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A91F69373347CD458D89B84B084E0640 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E4D521CB123DB1C9F73D5F208F5E4E /* ZLPhotoPreviewAnimatedTransition.swift */; }; - A928D17689392DAAC600620B1020505C /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9AF3438C30958669D84B96EB333DC1B /* ESTabBarItemBadgeView.swift */; }; - A952741473205F790F725FA10B2C2667 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = D26ACAC5011E0F964D790B5A9DD9BDFF /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97E69232EB284E6EF3127992F66C58D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = B60B43FA6B2079356ACABC41DB566B78 /* BRStringPickerView.m */; }; - A98BD3D508DAE1D921946BB6E6C2452F /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F48A824E8004BB58555652F0A8D6F1 /* Take.swift */; }; - A9A5CC537275881320975BDC2EE7F62C /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F4D381C64812E13BBB4175BA1E4D492 /* SDWebImageCacheSerializer.m */; }; - AA6F9F6A4405BB9AFDDAAFF967296ACD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CCEDCE6E01752525EE032BB8BB3EFCF2 /* SDWebImageManager.m */; }; - AB8707AC05E95D10D125F69C0F1F84CC /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A7806C9E9C2DB9CB93925BF67EA6B4B /* ZLImageNavController.swift */; }; - AB9D03EC289F88F19BA336EE118EC8A5 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E3835065EBF7CEC0EF199E1CEBA0A2 /* UIWindow+DDCategory.m */; }; - ABA3BE298F1B209B9A4F53D73F8EFAE7 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D6611F229347D1E1E2D205404CE711 /* ZLProgressView.swift */; }; - ABE48E5061475E3BA7ED65AF0C7CA9C0 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49F47C84EF7D282C564D8645C66407FD /* ToArray.swift */; }; - AC2DD1769A7715A8B780DD447E93BB89 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C38820ECB717BD2C8BBF4F6306C462C1 /* Observable.swift */; }; - AC816DAE095CF51A98ECF689E6158059 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = C969A0A4DB1951927B67F132724B5159 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACF6E744FFBA77DB4FE3E42A917E5CAC /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48A40761A8C6A1BA15C9EA0E314F315F /* DDWebImageKit_Private-dummy.m */; }; - ADCCB3DACEC0263C04C82763A7463757 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 643CD2D8AB4337ACBA7E313595EA0DA7 /* UIViewController+DDCategory.m */; }; - ADF031ED0468E75793D32E1609139984 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0C1F5AD87F4679E1837990A6FCBD80 /* RequestInterceptor.swift */; }; - ADFDF04B44D98030E7FB1F4A4196F155 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 70C813FBC400D26B187BC2E6BDD6145B /* ZFOrientationObserver.m */; }; - AE1015AC17118CA9A93681AAE7454DCD /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A71E392DE084C531B190994C9C3520 /* JXCategoryNumberCell.m */; }; - AE2421B86D481DB24462BBB65580903A /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA50150971B65DDC0E550868A8F4A4DE /* ZLPhotoManager.swift */; }; - AE310A252E96F1A89125262C9293FB10 /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DD0B23331711FAB869B1C14B74E1B27 /* ZLImageStickerView.swift */; }; - AE3814FADC3432DB8F6B88D2102EBB0B /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1953F11E4271C9B2DF54874CC92A01D7 /* NSTextField+Rx.swift */; }; - AE795FA57AC7D16A77F59EF274CF5262 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C514AB80CECE296D37A7BA7B673ED3E /* Infallible+CombineLatest+arity.swift */; }; - AE81E26AA0581A9E7559FB6CCC5FDC36 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F192249603E53CF73678BF08250E72C /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE843310955AFAC2A360E09BD30C3138 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 23BDC51DC56137F4B2E617BDE43A4084 /* DDBaseImage.m */; }; - AEE86A9326DC09055B5C28D98C50874A /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3A55FFC095C157EEBEC4316416E83D /* UIImageView+DDWebCache.m */; }; - AFA87EA35BBF8E4F0A2D41954069DD9C /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D329C8C2305CDBE854056C569E328C0 /* ZLEnlargeButton.swift */; }; - AFE7A6835DD89F0D3331538280787CEE /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F4B16FDDF3CC744442818806F9C259 /* IQKeyboardManager+Toolbar.swift */; }; - B01AD0CF889816FA1985284F075CFBF7 /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A9A3A0D0CB60826581C83BF77D95536 /* NSView+Rx.swift */; }; - B026AD1C1E94F5FC78A1CE5A96DDEE89 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E473F6A4460984AD114DA9F52288797 /* NSObject+Rx.swift */; }; - B0470BF38DA7AECBDEC223D60C2A05D4 /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30BFD16C3F4AAAFD8E57FA05CE483A76 /* ZLBaseStickerView.swift */; }; - B04A1F654CEE373527D6A1FDE4706545 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C79443BED6F856B2935F7F6E7DA004 /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B062397EBC3E007F3B3A05D7EEDE6ABD /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 347F6D04DAA033B2E6B2108A3EAA060D /* SDAsyncBlockOperation.m */; }; - B070CC30BA8F349A0862374FCC9BBFE1 /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCC6DEA413F63216206D3995F0357CD /* Zip+Collection.swift */; }; - B0C86B62900B2C3ED6A6CC0E578492D1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = D39A522A1C726B01DFE825318A0046E8 /* JXCategoryFactory.m */; }; - B12803F0E38CFAE8770FE476242895C3 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30107BDC67EB87234FDCBDD3C4B6BCA3 /* EKProperty.swift */; }; - B169869926BCF8894AD891F3261B8AF1 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25513053895BFEBE8A94A5D252610C32 /* URLSessionConfiguration+Alamofire.swift */; }; - B17A8FF4BD6C81D540F1A4E2CDFB90AA /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3173FC743916E0CCBA3F445238154F14 /* SkipUntil.swift */; }; - B18A0CDD85864D32D2F82ED2B5F22B41 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E02AB259954C7934851D90D05704C08A /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1B9BB303EEBE684E709DBCAB585A1BF /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 105C8F03E6C9E97CCCFD1FD90E9623BA /* Throttle.swift */; }; - B1CCDEB46FFBD5C857CEE2829F31D65F /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9014471E57A861E7D36F1D952524F4 /* RxCollectionViewReactiveArrayDataSource.swift */; }; - B2552B60BD9E28D04D74A88F4487DF7E /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BF45A451B0B4D77A89F01C61ABC3B59 /* PrimitiveSequence.swift */; }; - B27F69341AA274200D4EC565EA51B477 /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7C202A7910DB97458F4E0146F16A655 /* NSObject+Rx+KVORepresentable.swift */; }; - B2B998194CCD760C0095B9CD67B288CD /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 22CB455E9DEAFD2AC47F1C40DDF99585 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2BB06514C0A38F894279DA3BFAAB03E /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC64D941C4E6282482F3C6D9872B41C /* RxPickerViewAdapter.swift */; }; - B2D2E59A81182DF6AB4A51723F478C4F /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 85282EB6B7A0AC020D188CB783E762D6 /* DDTimerObject.m */; }; - B2E3B006A6EBE8AAB7911F7F030B5568 /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0622CEE0A4DB63D37F1DD3EAF8DD7DAB /* DelegateProxyType.swift */; }; - B3E2E1B9AE15CC280B8957C339243BEB /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D57C5B540BD6A98A2DDA18477A65B93 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3E51F0E8AA1550E1B667D96C3BDD1A5 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4846764A10595EB32A950AFFD0791F1D /* URLEncodedFormEncoder.swift */; }; - B40E0790D6C9B7387B5FAB251E16B1C0 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9FEDF1A899FD99C80B5E6A933FCD1FF /* Bundle+ZLPhotoBrowser.swift */; }; - B41FD6E22B5A75FC2EAA129FF1B54B82 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD21D74EAC9F50AF974E5B9B65D0304 /* ZLCameraCell.swift */; }; - B452B1C0417E482A93835F6B10E379BE /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7350E49516457E74C862C114D885ABE6 /* Zip+arity.swift */; }; - B48E205AD99DFD7127979DE4D8AF2BE6 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7BE23FA8543426FF1853228895B64A /* RetryStrategy.swift */; }; - B49AA5C3AE9915A0D171217F8C18AD83 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E41CF886896CB4671A768CB47D410CA /* UIView+DDCategory.m */; }; - B4C0B46C21087CA310DE57D0B9FF1C17 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65180D6DB329BB4142BD39C5CDBEC823 /* AFError.swift */; }; - B4DA45D21312C13C1BD200335595798D /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04C4DBE6A8D6E8C5C679616B6279C4AA /* NSTextStorage+Rx.swift */; }; - B4EC9313ED8E537147CCA752787AF531 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 990D16E0FCBCAF8C4DF57C9BE9C3570F /* NSThread+DDCategory.m */; }; - B502E9659BC94C3074C41F9294248930 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5B7B2DA9410D8D251AC443D23A59F6 /* ControlEvent.swift */; }; - B5169B93C52F1FF030F7497A6FEF7E2E /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E75FF94D7AC942F00076EF07F3EFC75C /* ZFIJKPlayerManager.m */; }; - B5372D56A3D4A0EBE90ECAE951D1B9BC /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98060322BA217834C9E32F2D2F334BD4 /* Bag.swift */; }; - B5909D30D3D2544499F30CA21286AC58 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = F48572C09D3E183B21698E7405EDA17D /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5E7C01C1952ACD38B68E9252614B5CC /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D3884FD55857FCFEABA509FEEB06A0 /* Constraint.swift */; }; - B5E8226BCB600380F56DF4E98CAA2777 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A4379092DBD92F3D2991057037E59D1E /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5F5635CB0E895EAC58232DADF5FC3AE /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBA798CDF604586428A09CC1B0022180 /* UIStepper+Rx.swift */; }; - B601FF45040CC3B4D882477DB46A8DFD /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEAAFFA8214A4FFD855BA771E64C7E8 /* ZFLandscapeWindow.m */; }; - B6062CB645AB7C112A4963605E59E4AE /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = D717026FD63E6FFCBB3157BA4C66326B /* UIRectCorner+Short.swift */; }; - B66E2FF45F613C5F88A3400290F51D20 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85F7A667F0E10183727E7F3A674CAE9C /* ScheduledDisposable.swift */; }; - B6A5A9C096B866F53FC368AA2E9E94B7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F9449C218A47679A2AA7189BD97F0DBE /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B70BB03F1D414155F2C5F9E34E659806 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = C88AE0AB4BF8304576A2CF45EEA66EA6 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7192ACDC4B49F39190EB7583AAA8A28 /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D21D01A0B345F8D5616B76095628336 /* MATraceReplayOverlayRender.m */; }; - B71DD1FEFDF41B260A98F480268FD78F /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7E5C6B73AD14597152D7B56E02A438A /* RecursiveLock.swift */; }; - B734391A023E1397D7C4988865147809 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C05134D671E7639C7E2370515EFF8F60 /* SDImageCacheConfig.m */; }; - B7B9F94EF5A56E156C57147F5F302559 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC21B9EFB5F32171364F0030B363250 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7F2FC2537F8A512F7969F37EEBABA19 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 066028E070A31219A3ADE57BFEF7B93C /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B84BED170956D2391246497EC4ACE3B3 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 95746AF2C1EBF9629071B40951913E1E /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B850BC342D7976173853AA223DF66FDF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 55DDA24E5D21A9F9C01E07459546113C /* SDImageLoadersManager.m */; }; - B87FA1A74AFFD85DC6676B5D9F777DA4 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76918CA7349F3E6A5F226592C7E67AC4 /* ZFPlayerControlView.m */; }; - B882A461AB0D9C2514D440FA17FAE711 /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A11D1C1C951AEA8EAD00E3C7F391CE /* Reactive.swift */; }; - B8ACFB27F7B7E309059AA265F2657634 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 299CEABEA55FF6F25AAC0C4F078D8255 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B929603A11A07A494CBE9E734195270E /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79590BFC58EE7F723B96884BB78FE837 /* UIColor+ZLPhotoBrowser.swift */; }; - B963E078896CC9DF2C37C06A438908DA /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21FAF4DCC5E27F71C992E1966D6D7784 /* UIButton+Rx.swift */; }; - B9AE7983EB3E754C9E655B15C36143B1 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E1BBA9258E7FB323C86308C136D0AC0 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA11AE6276ED0BCA627940CF2AA4A82A /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7139FD08F359BB8E40109BEEB63FC369 /* SectionedViewDataSourceType.swift */; }; - BA9C4365F34B941E38477E5CA6E40387 /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = A368D588310D7BB8A74112D4693344C8 /* DDMAGeometry.m */; }; - BAB7A04FB6B2883C06D4EFB12CD4974F /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D1DDCE1F387BB88A21D08321091CEBD /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB1D61B7D957E411C5CE3E21DAD20C6D /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 484CF055F75754411FF81239F5342BFF /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB53D3B70456942057B1D13A5B59CA10 /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68C3F49E19446A5ED2E2488D1EF0289 /* ESTabBarItemMoreContentView.swift */; }; - BB714B9D7C8AECD5513CD2452AD8687E /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2F0F7E7C1696828AD2AF8ED9C01AFB9 /* _RXDelegateProxy.m */; }; - BB8F18E09ED3A14CD42CE69A7D8A890C /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98ACD75EEC6E1B4D8A151D57541055F9 /* Switch.swift */; }; - BB91F7BFE3AECA8494D5E2BFA3AE593E /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F35204E96718FC22DB6EDDFAFB93CA3 /* SDWebImagePrefetcher.m */; }; - BB9CF389D15F65172C5D16936279DAAD /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417C108D499F8C87184800743FBE3EB6 /* FontUtil.swift */; }; - BBCA9FCBB62A1B8AC0413BFED167CEB2 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 038D0DE35B1F584AE5BBFF4599172199 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBEC1389AE859C1F53CB8588CA32A54B /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F56E7334EAEFCFD9AB9798FE0117974 /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC17BBE68BE2B0233A2B24429A134292 /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A5872FF4BC8823242DCB21B34340D96D /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC1AFA6F4C79627FF5C74D6BE1A1C4D1 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C6D1E9110DEDE5D89B4FE3C90C8DE6 /* UIFont+DDCategory.m */; }; - BC4248890A2765F68B3FCA279352ED4F /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DB084A94B5159E9E7DCFE3ABFE8A3DD6 /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC9DE732A9A9A3E6BA2DBE6C7ACB0427 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF52F74F0A9D4B85A79950D3D59DE94 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCD56CF6EB0D9603433498181761969D /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEC43DDE1C32A5BCE70863C60372EB58 /* DisposeBase.swift */; }; - BD2BEEB68778EC69A7B04BC9216B4112 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 28E6A9CCBBF4482110733D730377F0A3 /* DDMATrackManager.m */; }; - BD361E4E0FE4613901338D791BD13A5D /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = A720647D6C3DC5F5685C40C6D69BD34E /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD42414ADB05335CCF6162EED02EB0E0 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4894A997BE84F5811A9B8AC2633F37F6 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD54F10803675642DFC6320E629BF0E2 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475EECDA4DEF561BA533E6D0F1D20F57 /* ConstraintDescription.swift */; }; - BD71DAAD9C863C0905780369F5942079 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 66233234AEBC4B322768BC595790239D /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD7592D7623906C6EA6E9904036FC7D8 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F7C18DBDB961B81A12352C91FE44C4 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD8583C378034326A30922CA14FE1EC8 /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A0EBC7EE280AA915A37A7C1FD2391DE /* Date+Dispatch.swift */; }; - BD8CAC857ADE1C7561B3F65DEDED34ED /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B5BE9A41CD394703FF1123F60540D51 /* UINavigationController+DDCategory.m */; }; - BDEF2FB7D927B0B5EC012429474270DD /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 54171EC9B6DD46F08B70719EC9BBB847 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE1A80FF8E7EBE33844C18B9DE10DF9F /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 415A5772CE5C8420A2E249C6693CAF44 /* EKButtonBarView.swift */; }; - BE5E45566FE7DF80AFCE321E3EB0FBCD /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA341DF83B246670B89452FB9C5D8BD6 /* URLConvertible+URLRequestConvertible.swift */; }; - BE87C4B8DC91703BFEBF22B2AB670F49 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 842B1C95B9D4E9A5B6946AD323564DA2 /* DDBaseAttributedString.m */; }; - BEB61508483E3E8A3AA231778257F238 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6A5C81191A882048BB805AB56EF213B /* Empty.swift */; }; - BEDC9DBFBB0DC7DD1731D138A43247C8 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 51385B2416FE7EB9285621EC754BEDD9 /* ZFPortraitViewController.m */; }; - BEE07291E32F6B0395830FBEA7E6F610 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FC980F97286AED70D5B8F14113506C95 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF0CF02F5411615CF9C787AF3F76D6ED /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508E6D9BDB26DCA328DA2D437D5D6F94 /* ConnectableObservableType.swift */; }; - BF2F9348A80AD292B37135521A29FA03 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 216D994C9014C633F15DC97714A2D2E8 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF4B5199FBBD2138841B0FFE7D841114 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4037220FA1899FCC6EABCA00E0EA1442 /* RxTableViewDelegateProxy.swift */; }; - BF7C4915EE1E4B388623EF8549A1607A /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C06D3111761CF17D644BF41786CF61A2 /* InfiniteSequence.swift */; }; - BF8B287B7E2F9213E3511991DE2DEEF4 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02EB47FFC0DEEEC7157A4BE5A7C6480 /* Sample.swift */; }; - BFFEEC5D007FC9F702170213875C0F1B /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB4F7C8C950EACBDA0A3D84A0286E24B /* HistoricalScheduler.swift */; }; - C01355012AE3DC761464C352BCFD4197 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = BEA68BA837AC65319009DF57791EF615 /* SDImageLoader.m */; }; - C06003DD05A5FB9050C6BCE1DD128511 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 393120837B03D51082141425C1726639 /* DDScrollView.swift */; }; - C06198FCBBF8CEF254BBBFA81EC292F8 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F9628C8FFAD7E163328195DDA19F8C /* JXCategoryImageView.m */; }; - C08497A34F7671FF094AA92DDB82CEE1 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = B21B5609C3598EBCF5E138302A3CD115 /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0A16AD03D4F121B5F6D22E51F6FD69A /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC21706DAFE4D4B0B5428F6BDFF9C2E /* String+ZLPhotoBrowser.swift */; }; - C0C8B5A6D43875BA9B2C23CC0181071D /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80F308761B42038E9678FD431070C525 /* DDLabel.swift */; }; - C13CCD0F2979956BF520659BC2826A70 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA00D5C88F0DEAD34C16A2F0100D7D96 /* ZLImagePreviewController.swift */; }; - C15CCCE1E4DE042C0DC493423B41A92B /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC8053B97A2BF0F72855A477D43F9EBD /* NSButton+Kingfisher.swift */; }; - C2690FBB1AF6367DBEFA11F552A14ACD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F1F0DD44B4ADB8A928E1A3C0364CED /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C27DA232D42C0C1A1860904474D006CE /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182E2AF1466A79A6ADB71E3BD129036E /* MultipartUpload.swift */; }; - C2B53EB045512989EDDDE03B3592E068 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F766C1C596EBE1FF9F13AC3E0B0793AA /* ZLAddPhotoCell.swift */; }; - C313E645865798661616F4F3407D8BD1 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 073F7EB58D5EC21B226F5B678B883802 /* ZLEmbedAlbumListView.swift */; }; - C317B43DB6D2482017A763892A53203F /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21243850F2DD6C090BBEF68EF9EB2BBE /* ZLAlbumListController.swift */; }; - C324D23492EC6AD067A7DC7E705DACD9 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8B9F07F1B04502EDFB0A39DC1D2DF0 /* DDButton.swift */; }; - C3396F46162BECCC47A36826B0CA1070 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AB351E62963347D0FBBAA3AC5D802FE /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3CB6F4E6CD06EA23761B1FAF9232B4D /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB43AE0EFB54F37F32D6E30C77BBC2D /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3CFA478FB802F5A6AD209E5E1B34F54 /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E53CB8133C4A74166C95D75FCDA2D6A7 /* UITabBar+Rx.swift */; }; - C3EFFF1AC6B45B397234AED280D580B6 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7847F961CD4A25C3899D59FE9AC2F907 /* Completable.swift */; }; - C40F08C50B0B6DDB15E4F1D6F18213A5 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 812AFBCFFEEB441AC51F7BEC34FA3AE3 /* SDImageIOCoder.m */; }; - C4BF6BFB52FEE82B04DB8EA2AE9E5BBA /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AAF213CB064B7B3BD6A0578875D7FE /* UIDatePicker+Rx.swift */; }; - C4D7CAB791E80D77503FFA41C1606B5B /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48673B9406A594DCE4AE22FF8743D29F /* Source.swift */; }; - C56AD838C0FF689FEA8E5AEA32E94175 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = DC271803ECC26D33CA8982B0A2D87F1B /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C581FAFB2BE7E18B9FCA322BE28127A2 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3E3D4A05B1EE49D71C1056B52EFD9D /* UIImage+Transform.m */; }; - C58AD2B418BCF999C5AF5B56D9B84C16 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 28BB25D96E3D9CF7FE784ABC36998E68 /* UILabel+DDCategory.m */; }; - C5A65CAA184CBF2D7641A9EC731D4F5E /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 26727EC7BB363B45AB06871DC9AE3C4F /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5FB63FEB00AFD20B032E78637506B9D /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = CB888CA374BB473CD52A7C9B6A576BFD /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C65ED3D3286E2BFCEFB3291A3A776317 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2BFBAC5B97EDFFD1EB0F0453FD74EB5 /* ZFSpeedLoadingView.m */; }; - C67841324248C9CA5635AE5BD7C3784C /* DDDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5116075C1BE17FAEF773D8D3FE680F3A /* DDDate.swift */; }; - C685B4E57FCFFF4FC132CC2C886CC561 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B470708E5DB96A8752E3664D00DE5E /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C68C35A8E72BEE67B8BDE9E7FE89BE46 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 044AE157E0EE7C5304AB9F7F4DE9729F /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C68CB9BCCA57FD439BC23E5989AF390C /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE50E5696B293073DD0CA8D24D19944 /* ImageProgressive.swift */; }; - C6FB7F94CB7899B5D36DFC3BCC9124F5 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6148B6D5D803A858CB5DC4C4262A71 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C70566B479FBFB82538A0E1C48E33C45 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D81D7A8F3797ACDB5E1E6060CD88992 /* RxScrollViewDelegateProxy.swift */; }; - C76E436525BA78E49B7646D419140C86 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF9BA2001F064F6887F55B64AA41052F /* UIPickerView+Rx.swift */; }; - C848D2C5E05796A51A2CEC91D99D186C /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 885EC2C5B4E462C2A099259D458FC510 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8522895B2B87B2C972E499ED4BCA683 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 105A3E5EC193BCA88F0A60D627A61DFE /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C91C59A7EBFE30758FB1BE247A0C1368 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD8EB273FAC6397A4712FF6BFF654FC /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C975D55EF9DA37044907022D01EFC501 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6ECEDAFCBADD11CE346033F266AD8D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C982E37CEADF0466F293DD489658DF5D /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 11E98A4F4789C74D981218349378001D /* UICollectionViewCell+DDCategory.m */; }; - C9889446707735262258C24D0B67BEDF /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E47081B21FDD60300895E07D0A8E44D /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9A4CE5CAA3D142D609453B227BDF3CF /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A8B56C795A91C0388075107F3FDEFD8D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9C8E7783A4B162E8F36ED06A7871220 /* UrlLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE55C9EB02C7BD6E7B32AC0D3F637F15 /* UrlLinks.swift */; }; - C9FF0064F6C55CD4E49ED41B2EA17DE8 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9878C7E42BB6D279A956C5131CEEC8 /* EKSimpleMessage.swift */; }; - CA09255FDEA073F52E9B21618886EE8F /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB0C4B877C99763F847104C4917ED9E /* MJRefreshNormalHeader.m */; }; - CA87C6F8F47B06A70B51CCB7E5F5F4DF /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F3E46432FF546DE83592CD993AC3D88 /* UITextField+DDCategory.m */; }; - CA945D0085EACC0429EB876A8EDDDEA1 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DFABFBA4F197E1C01A5E850E48A93EA /* ConstraintMakerRelatable+Extensions.swift */; }; - CA9B9D6F4655B5BDF8259DB842366370 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 55CB439CF52BBBB7303E73D235A108AA /* DriveRouteCustomAnnotation.m */; }; - CAB1AD31B25A2F74D382CA5D01B314FF /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C62BEB07BC1B5B0069882E3F988AEA8 /* UITableView+DDCategory.m */; }; - CAB5A868A61CB97E7501C0E73726E34B /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 82E2C162D33695B454070BA2DB1FAE78 /* DDProgressHUDKit_Private-dummy.m */; }; - CB0DCDB203D1D4E3DBCF2931711D6A7C /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 570DFBE958956832645CCF8AC2B542CC /* EKMessageContentView.swift */; }; - CB43E653BA140AF668173B70AED35EEE /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F2E22862A6F54F8BCABBFC99901DF5 /* CombineLatest+Collection.swift */; }; - CBB261988616F006F3D14E6E3E1A1567 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BE577CDCAB5D18860941BEF11BD7D8 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBC7F6CAD45F4BE6E058E1ABA62F83A4 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CC639B7B6826F1BADA9CAD9F22994D /* DDZFPlayerKit_Private-dummy.m */; }; - CBE2FE348DFD68671CFE88342F910109 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE7F7F66ADE4956E8581E3A07761D36 /* UIImage+DDCategory.m */; }; - CBEC084A900017F2E5219E7C514B1CA5 /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6967512369D8B99A180F871D81BD471 /* DDImage.swift */; }; - CC86758BFAB3F626CF01AF94D6DC5C07 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADBC9B074C4BE883D7D9B6A66FD23A80 /* TVMonogramView+Kingfisher.swift */; }; - CCF59AF73B4D1EE858E2B2FC05357214 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B87CCD930217E7423E711BD0C20A7F25 /* ScheduledItemType.swift */; }; - CD1FBD083AEB95AF2A233A5D251CC860 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 80C996C317BA79B1C73C543EF4D5E312 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD217FBAAE9ADC9BD7F4FB4A4B4127D6 /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0704BE5B3968BDD7FFB01521D8C85308 /* KingfisherError.swift */; }; - CD25427AEC067E2E672CD4FCD03E1C0C /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8937AF120DD58817489BF58216BABAA8 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD28B9F3F0DF1EAAFBCCFD3FDFF7E877 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3DFD3780352A6A1B2472685D337FCE3 /* SchedulerType+SharedSequence.swift */; }; - CE53DDB87C864CE0B303DD4BB61087FD /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4100E0A21D9A4C742325A507F8DD1A6E /* RxNavigationControllerDelegateProxy.swift */; }; - CEAF6058D42F63FA245DAD43FE4981CD /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0920BE370F75438D0982FD2AF59FF65D /* UIView+ZLPhotoBrowser.swift */; }; - CEE07BA50827052F4B005EEF9AB2B1E0 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A475425CE21DB78CB1FA1FBF144101 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEF5ADCAD1251F127AC70054BB17179B /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D7F978ED571DDD9289F64513B832C5 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF0542E7E27082F0AE761E78228DEB8F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 149967663DA7557F5D46428E66B46B69 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF8D15E322415CC1628A88CB4935CF1A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DAADB353F6442967529A34076F84171F /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFA4B5FE834BF6F5947C854ADC9C5A57 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AE3D83BFBD15962C0AF8D1A568117D8 /* EKAlertMessage.swift */; }; - CFCCC0B66A4858FC59896A0D0B4111B4 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C50B8C16BDC1C2DFA182776605709D /* BRBaseView.m */; }; - D02538EBE9F310825BABA31D29838F1B /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4939A030CEA8E0F6F397B07FE62D73D7 /* Range.swift */; }; - D02E869FBC7503DA41EA8292A40085F8 /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF9EF0C2FADAF266582EF9B976394DC1 /* EKAttributes+LifecycleActions.swift */; }; - D10A97575FC17A740F4AD23FC87961E3 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C6020643023306EFE3CB9876F4A861DD /* BRDatePickerView.m */; }; - D12A6518AD01C22CBBD148C8FC550D6D /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7261D815F8CF7CFB63E5E228DD84572 /* TextInput.swift */; }; - D12BC1D1E64286DAE7CBE7CBC8370DED /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2665BE0A9C565E4CB7D29864C688D7B /* ObserveOn.swift */; }; - D1381434AA9A73F22A5686775B9BDD03 /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D39F7463CA9EBEA75C8FF7080168DFB /* EKAttributes+FrameStyle.swift */; }; - D14356BF87F9E91736CB650348922BB1 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C209F5C52DF87BC5FDE2DFA24A98C374 /* NetworkReachabilityManager.swift */; }; - D1C81C32A93CCE7A35A72FC1D5FFBC75 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EBADF3F1A80212A93FA85D32E85E7F4 /* DDImageView.swift */; }; - D1CA27FA62FDFD654437AFE802F0FDC1 /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14C5656372A8C30E7A013650A806E926 /* EKWindow.swift */; }; - D1D33710B4D2D69150E2AFBAB1DACD19 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A4C2E3042699918268458263BA2ED42 /* HistoricalSchedulerTimeConverter.swift */; }; - D1D3FC269DB485011A5C792F187BD964 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1877D61211F2B8A85E80BA62CD49108D /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1F58981CC9B866CA76BD812F0DF5E18 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 11DDF585EC59EA8F10E15881799A9ED7 /* BRAddressModel.m */; }; - D269044D982531C2EABA7BD3F34101D2 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0ADD3FF1E9DB39E2E58BAAC7BDFDF8E /* CGFloat+ZLPhotoBrowser.swift */; }; - D2E4ADA8EAEB74C04F4F366189A7EB0B /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3931F27C0DD180DB85ABB4AE58947082 /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D30295702271BA26222EC0E8D2829E63 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C96CA0E3E671C7ED3DD85D7F0AFCF85 /* EKAttributes+UserInteraction.swift */; }; - D34BFA104081E226618E42EE0668DDC0 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D315FAA0493DEC710853D46FB98D369 /* TailRecursiveSink.swift */; }; - D393E641BC9F1F1254D6E899C8BE0F82 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22854778F06B80CDE50C4A3AE4E00534 /* Enumerated.swift */; }; - D3A692A8D6778B0C530C667E0D2645F5 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E30B62D86832A4F89B3C174199F30F /* MJRefreshAutoNormalFooter.m */; }; - D3DAA79DECE865BDCE076290194B4033 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B405FCCDA21810394A2D6E837CFDB7 /* SDDiskCache.m */; }; - D3E01669D0DFECA7954E0F174279DED6 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA4A675C0C258EF581C92743A2FDA84 /* VirtualTimeScheduler.swift */; }; - D41706C216134FC77605103354F07C42 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 149202F731AADBA983B0DA4056412C92 /* ZLAlbumListCell.swift */; }; - D45471D1E2289BEDB132AE8868F21AAA /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E0A883A944CF99327092FBED29562E8 /* MJRefreshGifHeader.m */; }; - D4D4793FCA92C3C9DD1933BF560841D8 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A503CF76759DAAFC3A96DC20FA1720 /* Decode.swift */; }; - D4DE36B575B65B54091CB7179DDE1242 /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20B424F8C2743097D60C173DD75C8494 /* EKAttributes+Duration.swift */; }; - D4F67ACDCA6B952008E043750BAC4940 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 62088B2AB847E886E18CF2D2B1838593 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D509C61F07A0066B5BD32F31E7F095F2 /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2DF7236C64FA6EF6C5DA836A725465 /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D54C1EB233C3DFF0AB1C78D665B7A5DF /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B91E5506CCA65DE800E1B76BE6E1E6FD /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D552F57595574A84A82587BF008F32BB /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52971AA06683284279A557240C366AA0 /* DispatchQueue+Alamofire.swift */; }; - D591717337E72C406E7C3F0BF9F4907B /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E4E45CD52C1D8C3CEA7DBBEB4F3793 /* UITabBarController+Rx.swift */; }; - D60B988D3D044287FA25F19070D0CE27 /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A04DAFB4A5E4A5BA900BF8E16C93AF1B /* DDBaseTableViewCell.m */; }; - D665517BF814E8EC8C52A8F867E31D75 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82BFD58791F294F4DC3DB2A19F96F2A9 /* Maybe.swift */; }; - D6696173A60A63EAC3F30D4BBC21C72E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 912E5A3F30678AEC99E62BA0F90AD2F9 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6770942CA6FCC9AB444D90EC90A492D /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 378D64D02D706EFA77FE59DDBF14F60C /* WithLatestFrom.swift */; }; - D67928965D77F4E47AAE19C93DF39639 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E9E2C6F19AC76CD3A066FED42F2FA6 /* Lock.swift */; }; - D6B4F19F0B1092BDAFF695113E4AB86D /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DBF7AA98548E6AD31128148A0EEADF36 /* UIImageView+DDCategory.m */; }; - D6E51D328530E74EBF3DFBA6709DE9D0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8864CEC98412AEDBE4A09276CF4BFFD9 /* UIView+WebCache.m */; }; - D7021695D72DB0DE5E5EEB63D13D5D14 /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9F32537A7D74FF7715EE09E646AB48 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D76130AD70A7483771A8051BE486A761 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6032B0C24E82C79CD8AC501AEC909D1A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8159D58CC4E10181343FC7392773DCC /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E7CF2ED1DA97ABF7BA7A655CDA6B382 /* KFImageProtocol.swift */; }; - D81CB655B358BB228C40EAE36E731FF8 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 159FA9471FE1BAE24940ED0212DB1CAB /* ImageContext.swift */; }; - D86F0D26E943BB73BBB29356FD203D18 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA1613E2FB5C66A862F4026CC65E5D1 /* ZLAdjustSlider.swift */; }; - D87C8DA2C35F94CD5157A6F37F9A9728 /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58AF8BE44721710FA2DDBCB59E32BC37 /* EKAttributes+PopBehavior.swift */; }; - D8DDE2D559F66BDDAFAEBD52C6E4176C /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = E16CC39F09D8BDD9EFB0FE8E1D4C07BA /* NSBezierPath+SDRoundedCorners.m */; }; - D8FD93FBAC2166F333BA48C4D726B091 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1811C9A3AAE3809553725B3789401FAF /* ZFUtilities.m */; }; - D941B55ACBC7402786A5668FF2548967 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = B116755B9644E9E65CFBA02940C82AC3 /* DDMAMapView.m */; }; - D9608FB125F849D4B3C79BFC4B8023C3 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 214EDCCC3BACC7764BBD2F3ECEAD6383 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9B8B43830362EE0C77A55B6CE157ECA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = DAC00DF28808B2424F78110E617139F0 /* UIImage+Metadata.m */; }; - D9DFB73AB4BE6CB973F6F316B2A6A765 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796571E0AD15CC00977309A58C327D4B /* UIViewArray+QuickLayout.swift */; }; - D9F129371B22A34B66422310210BB88B /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED43E5BEE00F2B2E11ED5D18A96D53BE /* Deferred.swift */; }; - DA39F13925A217C94F8582009262EAA2 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED3D624D99041EF6C95666869876984A /* EKWindowProvider.swift */; }; - DB15F0057F1CC17F374030B02456DBD6 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = F60531A14977DA8FA1B0CBA0128BB289 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB534E0B9BCE28F670003044F0242932 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E295B1D55E4C79C188F287BF9A65263 /* NSBundle+BRPickerView.m */; }; - DB546CEBEB12A61D98A707A776672188 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 337D3A7CB3DC18A3334154794C6A26DF /* UIScrollView+MJRefresh.m */; }; - DB81C83DEBFFD56580A9D5A91973AA26 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97D6B043DBBDF85729B2BE55F5F8F3FD /* Observable+Bind.swift */; }; - DB8E1097EFEC248D83112C45B37D7B88 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 865E2DB0EE69A555B713BD154937984B /* MKAnnotationView+WebCache.m */; }; - DC0482C2681BDB7AC1BCC2F0A5F45705 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B89C51C15FD056CF174EA68174BF8C /* Timer.swift */; }; - DC2AD54F59773138F1461A45C2F19097 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E22FADCB1942CAEE53079149754C7B /* ZLPhotoPreviewController.swift */; }; - DD0D82EA0192E44DA541CEC3B4A673CA /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718E6CF1400D038C497A352CC54DC83B /* UIView+Utils.swift */; }; - DD13D1582CFCE65C448C2B56AB55ADB1 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDAD663F01CA2CFAB984F89187EFDB69 /* DDAudioService.swift */; }; - DD792E3784D6D144A65A189A78A58428 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = E107B3B9A30FCA95CDDB719F712FA5CA /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD7FD9534175BB8CA05C83AA8BDCF23A /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74769D48235EFC838235C6382C032033 /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDC4E65CED3A0836B352EDD26360AE59 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49873A1C53F3C5625FE288C5393633F3 /* SizeExtensions.swift */; }; - DDF9F1CD51A0B6E3FAEEC690269482E6 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2422F0D03C5F784B1E1401C35C4E4F1B /* NSSlider+Rx.swift */; }; - DDFE00C961BDCC08086F9939477303CD /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8929A4B557656FE1086DC4AB8E33289 /* DDTextView.swift */; }; - DE63FE12234373986128740BCD872713 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943EDF926BE45D259A159B52EF89E7A4 /* Observable+Bind.swift */; }; - DE9EE2419B089BE186C03DF062D5B65C /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 58B659EAFDC08E66158EA30B82A533F8 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEA9C3D6CE995A50A590F7844D364C53 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC44606D718CC384AE2683A7BE690967 /* ZLCustomAlertProtocol.swift */; }; - DECF6767679A4DFE110600C406FF448F /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = B64C37121B09A0BE61666C3AF14C396E /* ConstraintDirectionalInsets.swift */; }; - DEF6325DD1859A04EAD7E28A7392A1EC /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44DDD5C339FCAA7AE13CAD4D00805174 /* First.swift */; }; - DF163AD5F948DF713971E4B1E606BAFE /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3605F62B47321020AED46DF5F62BC04A /* Repeat.swift */; }; - DF217CDC17FBC6B0860732A9547F6805 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D39654B54DBA7DACAEC653A7EE4159A /* ZFNetworkSpeedMonitor.m */; }; - DFA46412CF2FE571B31ECD6CC8EEB9BE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9335510DEADB857A4DA688BD82898C99 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFF1DB48DB0640CE62267571AB775F15 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3163AFD8E9A32BCA6453BD60FDD7926 /* DDAutoUIKit_Private-dummy.m */; }; - E017B4EF323A0EBD732F33B9C92FBD0D /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5E093153A7746E0DCD674AA42B1DAA /* UIImage+ExtendedCacheData.m */; }; - E01CDA460DAFCC348AFF41C35B802C89 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2989084CD53B558036E686DF1147B965 /* UIView+MJExtension.m */; }; - E034031C40FE734AB1A4ACF321EEB12D /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D4013F253E69E437F85675153227E2 /* RxCollectionViewDataSourceProxy.swift */; }; - E050818FDF67A929C5E9582B2EF83E0F /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 494BC4FCEB22C620EF527634531507AE /* Completable+AndThen.swift */; }; - E0528E490DB59F03F3D21D2509CC36E9 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 341CFCFD406F493123A4C0464B2D17CD /* EKContentView.swift */; }; - E0535C22C58CFE61C7FC72412989EE7E /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 112298ADCF72F10098E3F6269FDD3406 /* SDFileAttributeHelper.m */; }; - E061CDF6A09DAF6E062561ED14941913 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78753C7ACACB2BC7DEC93E733E760369 /* KingfisherOptionsInfo.swift */; }; - E07F5D56A6657C9297ACEF8B1E6047A3 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F42A9F366DF312078D4AB1CFBE9430 /* ZFVolumeBrightnessView.m */; }; - E0A97352EFF47010A3449A81255CE5FD /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9783D038C1F7DC1035B0D2AD968FD915 /* DDCollectionView.swift */; }; - E0D913D05A90E47358A304DAA0CBD672 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63A8815751DBEC814BF76266DF3B28CA /* Dematerialize.swift */; }; - E1FDB8D42137D8BF8709EE551862079B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13829AD12A2F23C4AE9EE6EB2FF7B20 /* RxCollectionViewDataSourceType.swift */; }; - E27C2B11DA5893CF9ED32DB9457C90B8 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DB41B7E4889EB04EB4E16C70944661F /* UIButton+Kingfisher.swift */; }; - E27EFB8F48312FC0268C6B922BA3474E /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E0B08E457050E88C54D30A4A9314A /* MJRefreshTrailer.m */; }; - E2D1C8236E08CA248E758FF3BDDD2BB1 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3081357097225C1DF5EDCC2815DE21 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2D3345435E9F597C1445F09F5BD5FF4 /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F1138D30AA4252416F4E1F3F35842C3 /* EKAttributes+Scroll.swift */; }; - E2EF5387D71F2D5DEC1F9C0FE6026C1A /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 127C85449580E9503450BCE72ADB5F57 /* EKEntryView.swift */; }; - E30D053236494B7F13FCF9171D8EF69A /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1B4583D5B96CFEC55307F96663F08DB /* UINavigationController+Rx.swift */; }; - E33025D3403B9B93ED7135235E58AD48 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 468689286A2D650167215A64BCDF6915 /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E425B1792B00EFB153A9BCAC85B730F4 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B478E018E8645D876F1A1AF37AB531A /* DDViewController.swift */; }; - E42BF0E600D0189F7F9AD5329D385334 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7030217260E5C5FDD7FBD9203F3D7AD7 /* DDTextField.swift */; }; - E4B414831B4887913330CF65E23AFC06 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BE2F1E78D0C305D9D92DEE22825119E /* SerialDisposable.swift */; }; - E5B3DED9C6A8A3DF1E561CCACBE7B2A8 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE079811C122769F0EE12B7410C6550 /* Skip.swift */; }; - E5C8EE2C56425DBC61F9752F80C49F2B /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90643D3F5588D9F7C40734B326B0C1D1 /* AtomicInt.swift */; }; - E5F6C631FE32C41FFA4610E64AFEBEF6 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C5C1EB38D76849E6A0D82A0BBBEEFB /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E60B45E5647579F76C24F8451C2EB8F7 /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BFE4CD36F6CA408F0A1C1A85D2A218F /* RxTableViewReactiveArrayDataSource.swift */; }; - E62A2816F9FFAF952C0E47C31B28D461 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFD8B652739A98D299B1F9A054A4A24B /* ControlProperty.swift */; }; - E62A3E33CD01B815039CCA9622117DC2 /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB82583E6EA446FB57458AB5C21C2B6 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E66EB45E6375FF83485397990C804FB0 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C23896AF55BE3D9849813D9E6F43D35 /* SessionDataTask.swift */; }; - E674B743DA97272AC8135AF21CF22F80 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49D9B4EF35B091BF0E8CDE5F77AF5D2F /* KVORepresentable+Swift.swift */; }; - E6AAEB8C90F798D2176874B496FAED5B /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041A2B3D0664A5BC0163B34FD9CEF6A1 /* ZLPhotoUIConfiguration+Chaining.swift */; }; - E6B44BC6081E0D1C784F2A42201A3E76 /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92CA13BE4EC17370F32BAFDFA9520F5C /* RecursiveScheduler.swift */; }; - E73EE036138BB383B6253FFCA7CA9925 /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 55843ABBCE0BD5FBB0F9383A4C7B4010 /* UIButton+DDCategory.m */; }; - E77D4B5CB4EEFA377E283C0CA2080A8B /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E37F7657A9B465F79E9F0EBD975CB42D /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7974F958576012A4C096B81F43B5022 /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C872A42623381B7A38F76C583631D18 /* DDBaseViewController.m */; }; - E8294C4A02D4F3E74B85146F8DFC9FF8 /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5373F5CEDEEDD915BDC9C8A396CF13AB /* AsyncSubject.swift */; }; - E89EA5216E074A8E2073062D8AF5EA40 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6F3C0FFC466924F3087E0750C9CB834 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8A2CDF5B1D642F2C3225619514140C4 /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 121D7DA1FF4D4913BA3CF87290CC5BF3 /* EKAttributes+PositionConstraints.swift */; }; - E8F5C10BEE66E0A8E67F786EE75C4DE3 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 376C57F881E74060FE92AB9BCD6E6CFA /* UISegmentedControl+Rx.swift */; }; - E918A409FDC471EECBD25D95F2F19193 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9CCF92C90283BB1200E34A29F238760 /* ObserverBase.swift */; }; - E93D18BE3F8D8A55F507599DB5D5BA0E /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 146377397D758D888D0E6CC781ED9C56 /* NSMutableAttributedString+DDCategory.m */; }; - E94341B59AAF6C85696D2A617A11A0A7 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B0BE18B2C63702CCEBF6648E0EDC08C /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9466C49123B6DB38997B61FBE1A864C /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E7D7EDB47FF3CA2A48345E45CCF351 /* SDImageCodersManager.m */; }; - E94B3EE66EBD1003468410DFEEBCA688 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FACB600723394F2E7681C6F4813CCBC /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - E9D877C0FC7A2087F6B5FEC67FFD4CFE /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 74122461A3B3C14412899ABAFE3F2BBD /* JXCategoryView-dummy.m */; }; - E9F3869671BFA6363D4023D2EF127138 /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B352E4F60520F6928A44E1DAE3D34E8 /* Debug.swift */; }; - EA20E7451CE67E411DAE038C6EE49472 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 75292BEEE9BF7063DF5446187F0D98C8 /* SDImageCoderHelper.m */; }; - EA94C3D723941CE86FB227ACF4B5CB9E /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81C4040DC9E61AC235E52ACA4DD385AE /* GIFAnimatedImage.swift */; }; - EB0EC0FAF660AE1EF13CCC61B72B7374 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1FAC9CEA55D34BDA0D4E0460065A3F0 /* Filter.swift */; }; - EB13BD724867B5C559F17CA9F7492D76 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E3B9EBD65F6611839847D60EAEE81AD6 /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB34415A0817B6F0EA97C89773A6FB99 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E5D3B4897C628ABA6B795773AB1CF2D /* ZLEditImageViewController.swift */; }; - EBCEE8F5579114E5F617B63B87CF4B48 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8F557093B6D67E7BF8AEEC30F609892 /* UIView+QLContentWrap.swift */; }; - EBD415C26D6A34A0BD3DC50D43856960 /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7721E29CE17F9108705DB1B884EC15AB /* ZLAnimationUtils.swift */; }; - EC2B3804DBD7244270FE3CBB4076AE22 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE7291751D7713B158ECFC8B5F4B8891 /* Bag.swift */; }; - ECDA38050E5B86E2E58E7AE6A4E7442C /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A320506AAD5DD6652DB5090280DFED5 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED3F8719AE0C4D9464C372D0CB5D2E14 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 4712840F4F1AC3327E80608F7B688354 /* SDInternalMacros.m */; }; - ED596B017BFF465DEF98EF02273B0769 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 55AAE15BAEE64283755FCBB51BBF4F61 /* UIApplication+DDCategory.m */; }; - ED9F225882E966D67FD120629EE2B926 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E4E46CE39B2085AA93A80E70C9FC003 /* SDDisplayLink.m */; }; - EDB63409EB6B2D945EB157D8A6CB1E4D /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 249588B56333B698099DA1C84F414A16 /* MJRefreshBackFooter.m */; }; - EDC4065EC27A50BCC6B13FC3ACD00185 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2AF54D3879C72FF107999427C0C7F95 /* JXCategoryTitleView.m */; }; - EE379B4848EDB17BE1C4D32E97B930A8 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B19F92535B93D2740F8B49F8462DB49 /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE4F330BFC8B694E49B714C8A93CC916 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE902EA30D9B39A3C4E21EFD5ADCA84E /* RxTextStorageDelegateProxy.swift */; }; - EEDA96A76FB155190923BB27C5EDE661 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D0AB58CCC7544895813E785D475A99 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF5F3CF8BBFDE4BEA2A2380A503569E5 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 017B7474016C73F912F0A6B5DEC29D92 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F001B72EF2941419AF8310B30D8FF42C /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26172BDF6ABD59975527299C82EAAD47 /* IQTextView.swift */; }; - F0133CE9DC3178B35F2AF1F29D535F7F /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB5D1F605863835B13565564B0DA34EB /* URLSession+Rx.swift */; }; - F07D944FB9EE7D69319AEA7DF8818876 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5D6A8A1F79445429DFD5322DB69E39E /* JXCategoryNumberView.m */; }; - F0B1BD75ECD98738BD9D976522ED15DC /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E8015D1AD58220F4531E18E8509ABF /* RedirectHandler.swift */; }; - F0B4282A102ACF883C5664EE6EFB2081 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9A18BF9D890B53704DAF5BC7C2B63A /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0BFF5608C4202CA0453E53F57D91514 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E43AEA11B14E79327192A0EA1A35E40B /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0F38230060D730610F5815650288F1A /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD588627300285E87B1051C6CED0D6 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F159368BF73E2C36DE6292D9A61EC148 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 534FBA07B02E46285A1EBC5915AC1F19 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F15A636B02057CA24A0DC38784CD4E3E /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 922A2B69872C884D1F24B956C8F5E35C /* CompactMap.swift */; }; - F19174B6F08BC6807F7168938A624447 /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCA99E33339E79F32A3038332ACBC33 /* NSObject+Rx+RawRepresentable.swift */; }; - F1B8D62196F1AEB3E7F0D9B1EFE4FD15 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = BD4753071A75B500F55B95E7479F7C86 /* ZFPlayerController.m */; }; - F1CD6661FAFABF16CD930C30A0566C47 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 733A13C068DFDC39E7FEC288E6C4AD54 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F29D3E30D5D32E6FD0C0EF5052AA361C /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FE0DF47328833A62462644848DD32797 /* NSObject+DDCategory.m */; }; - F2C8E98A926D3E6DE0F227A0A3ED7B5F /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88AF34AB5E8EBEDF0D0E34BE601B3205 /* Reduce.swift */; }; - F2D7D96F21678912D29721D3E80223D2 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D106EE07E3674FEFA0EFF475070F4A80 /* Image.swift */; }; - F3128567652CC62E62B1B8DBEEC5A304 /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5936091740A409E024446B5A63194D34 /* UIEdgeInsets+Utils.swift */; }; - F377FACBA6E157DEACE3939C6A9717BD /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92EE2C7330ECE40006D122E2B22831DC /* Result.swift */; }; - F39F0FA7DEC7786370959E557810E16D /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 080F40B0058994943890863175C00A38 /* SDAnimatedImageRep.m */; }; - F3F7EA9252CF29AAD979FFA6441E9657 /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9729431D735DBE676445A6B74F8876 /* ObservableConvertibleType+Infallible.swift */; }; - F438E226F576E6A0FED2268D83A82AC6 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F96C44C47AE1FA31C797965029596D3 /* DDBaseLabel.m */; }; - F44DBFDC947F752C40E4477324DAB3D2 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 797723DF7DC18AE8560A98CEDC07BD74 /* DefaultIfEmpty.swift */; }; - F4B076723D3EEFEE244EE1009B3CCF28 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D639307670357B7BC0F98C56FAA1114 /* MJRefreshBackNormalFooter.m */; }; - F4CEE8AEE1D3CC874439E8E5988CB8AC /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 440CA1662691003D498C9531625978C0 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F525906C5A016C296FF10CB143F624BD /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1278A16E01BFF8F9E98550BA6620063E /* SDWebImageDownloader.m */; }; - F584BA8DDAE282B8298C029F799E5EE8 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 647C0384D5D99AE8688C5E4724C0AF05 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5BB2BEFDB9F1EA2A0A168F46096A065 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC47D39E4F2B92167623C6A2FACB4812 /* JXCategoryTitleVerticalZoomView.m */; }; - F5D8728188EC93EA5FAF5CA84A2C3E3E /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 537765FDE0D6224AA6D69FB4270F623C /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5E07701094C970A9458F8BFDAB4F3B1 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58515758EA3542A04EDB17B706B6B1F1 /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F610D4583B86C6599C47292F1D1AC91D /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4994964013920579118939E1D5C715DF /* UIBarButtonItem+Rx.swift */; }; - F6771DBD2D0EFBDC47030E698BA56780 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5BBC816588563B5EF204AC51B8EE4C /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F67A8205071B20017C6B157B7100B6F0 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1351128B33147A48625C38087634ABB3 /* Concat.swift */; }; - F7493C9A72E47034961334440A3A5628 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 231B86CBBBABDA40C6B849D662917A72 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7869ECB08349199C0FCBC6ACA0DFA89 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2562D23C2C4EEF764A28B74E923D2355 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F79338C3D732C666311E9A66D3611901 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 36712C3C5D3A634AC697517A5EA75019 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F80364325C59E533943B9C2904979E1E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A59E71F8877BFC8F6E98F9CEC789D8A /* KF.swift */; }; - F844A55CF6790D853D264312D6F883E0 /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B4A853BAC4C6F97E82C4C78AC3BADDD /* UIColor+JXAdd.m */; }; - F85954F8ECD9E80718B093791EA95425 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B931ECC03308AD2A68D467BCD891EA /* IQUITextFieldView+Additions.swift */; }; - F86FAC6E3BE6AFC0B2EE048776E6CC98 /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EB4944C6A3B5969319D3A08AFCC0CDB /* Disposables.swift */; }; - F87C3F12FA754F2BF1068C663D2E8EDC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6806FE5716AA79ED4F52F3DD0EF44213 /* SDWebImageError.m */; }; - F8A7F261739C12A8135E4A47FFA7772E /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE5B365446ED291C0224D5056006B98 /* SDWebImageDefine.m */; }; - F8C835275C1CC2A4C4BB638D83A7E2F9 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01098F29CC97C9F75203498B1F5D90A /* SchedulerServices+Emulation.swift */; }; - F8DDC9D4E7FFBE6F0911E2D7A4DC9F80 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7A15561DA3038C994FEADF0B0EB17A /* Queue.swift */; }; - F8F722B95C950969CB8FCA2543BFE113 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B488C72595EBEB2A3DE508C1F20C4FA1 /* RxCocoa-dummy.m */; }; - F96B452ADE03A61748ED7E61D025409A /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A0D2D5F1A2C4190A6904F5EE6B6B5FA /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F98E29ADF165A80C0C36E10766381442 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983502A3E1482E46E115D3FD9BF1B194 /* AnonymousObserver.swift */; }; - F9E6C48FEF11BDA55B335E1060721D74 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ADA7CC09EC3D7AA4DF6D4B183768044 /* EKColor.swift */; }; - FA145D73018E7D2FB142938415DB42E5 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 9763162343AA655F9D8104B1B3B907D0 /* SDImageFrame.m */; }; - FA398422E4E9153C85204F33651B6414 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C67595A23D1913899CD65D6A092640E /* UIColor+Utils.swift */; }; - FA46D15B11235046C6234111666D3BBE /* DDDateKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFCFCFC4C8C12C0C363EA8683270FE4 /* DDDateKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB16503E903E5B60EE15B0DD4D8562D1 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A078956D5153122F64FFEDF4CDB62BFD /* NSData+ImageContentType.m */; }; - FB348CC367013D98CD6E34BFC552C206 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA54F86DA9C6E94DB0B71C77B284A950 /* ConstraintConstantTarget.swift */; }; - FB543E6A5F8C2EC92FF45630C6D5F49E /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68A3249FDAF33B85081E022F6785424A /* EKAttributes+Presets.swift */; }; - FB726649DB4AFB1EF71F4D6F6F4FA5B0 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = E67C206042BDFF9A271E3DD8B38FB59D /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBC89193D9C95C427AEB8FAAA0184E43 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0A39BA35DF56871465541643FA5F51C /* ZFKVOController.m */; }; - FBEB6B48527D13F8A742BF3404733845 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = FACBDC3C28C6DEBD7A259F36FAEE9FBB /* DDBaseNavigationController.m */; }; - FC061D954352F832FBE08C01973F7DF7 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B1992500FE86112964E133E22DBBB8 /* ResponseSerialization.swift */; }; - FCED5EA34F470E1DE64CB9C632245922 /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A073B2E62A94B0A094750014B7B93C2 /* ObservableConvertibleType+Signal.swift */; }; - FD0574A25469F0713B34ED1B682755F2 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CE3CFDAEB2D95291E173A2BC2BC478 /* ESTabBarItemContainer.swift */; }; - FD2BE6C8374E268E4BAA975F2DEA0BBA /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A28412B4100207F2579B1840C35544C /* ConstraintLayoutSupport.swift */; }; - FD70F673A044AAAE0C5AA9739516065A /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5434D1649FD9D876B3B0DB8F20E7E810 /* MJRefreshAutoGifFooter.m */; }; - FD7228A6A8B2236D44BE57275510EEAC /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 674D407715B86F5C1BD3B30F3AE84B50 /* ZFReachabilityManager.m */; }; - FD8AA89A73E32B75D4341CB28AC025C2 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB36DE4E092527EDCC2070D6691826E7 /* Typealiases.swift */; }; - FDE175AAA2CB3652B67AA421E7AF96AF /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F44AF052C7938428F402351BFF3BE182 /* IQKeyboardReturnKeyHandler.swift */; }; - FE20744885FCBBEFACEA58867A812C6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F527FA4AEC697804D57082DBEA53BD0 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE44834AECE75DD0569023AEAD7D6647 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A8BADEE560FED6902E42F108331D47 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF2C7156397D706C22BF31E00E1000F8 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D69EA103D7A3B2388E5F4496FBB2A /* AVAssetImageDataProvider.swift */; }; - FF45D3F69031FCDE6A89507AD59E88A3 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CC23DF0CD38F55CC59AB5412DC9566 /* ConstraintInsets.swift */; }; - FF7F73E75D2431F7C00EA5B46C0FF4A7 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFC92999E7024A7BC049D111B0C09C6F /* Create.swift */; }; - FFA171B211AC028D0A9375105738BDC1 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A7FD2203B82F4DFAE7477AA953EB06 /* ZFPlayerNotification.m */; }; - FFAA74F5A2EF6804BF1496B33FF45C9E /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9060B8EC8CA9750E0A1B5045F874DF53 /* UIScrollView+MJExtension.m */; }; - FFB9E82FF0E210BFEB30F4D221DD476C /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB82BE931D10C0FA4D3269BE4B77B48 /* RxSearchControllerDelegateProxy.swift */; }; + 8F94DE7C574F2E68FB7F4182FF4AA19A /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D52B703883C3CD209CEFDCD05645AB2 /* JXCategoryTitleImageCellModel.m */; }; + 903A71840C870FA00E3A9643D2FA47AE /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D2816F3BF008AD0426EA4CB65CFF606 /* DDBaseSwitch.m */; }; + 9069546BCE91958C23E24D6279C5E7C0 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = B48080F0352A9394A500743240C92F84 /* JXCategoryIndicatorView.m */; }; + 90747EAF8374FFC67934EEAD2592FB29 /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 66F43DADB538C6EA730642FF38F6D1AA /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90C2306666CD2C08EF76F2012825951C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13C28AE605451065A4B0A2F27EED634D /* MJRefreshBackGifFooter.m */; }; + 90C350B739A3E899B1B53E52B15430EE /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5509E95D91730075FB04DFC65292FA9C /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91A36B31EC90DB60DC9584F00E5D5643 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 833F92B56F331D09792B0F54E11049F4 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91B718E97E5B0E6C8E089096AC2DF4FD /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1DAE2005D7D704199C19E4F53121B2B /* EKAttributes+DisplayMode.swift */; }; + 91ED131F555A03F5905E86878BF38C69 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F3CC406E106C8FB3CE703635E2107C5 /* MJRefresh-dummy.m */; }; + 92047996BDD846448C818DE992381FEE /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E25DA4E9D6BCA5936559018962248F0 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 923EE64F6CBFF20AD30002B633BC50BF /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 368CCA9458C05A49453BC77266CFE580 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 927A9E34C2E88E982888A5D2F8A9B127 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE79E695A7F99B84E897884A3704CF1 /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9296A7F636492CD65C200BA1048C223A /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617AB3AB0846F148F5CC02FD0CFD35B5 /* Date+Dispatch.swift */; }; + 9313F5863E61D51958D4954C876666DC /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D875A47581898B0EE8EC036D48EB363 /* DDControlsKit_Private-dummy.m */; }; + 93207A865D205334FE48160E599E0FC7 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = EBB67E96967CC364DA7FE698EC4FDB39 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93B0DE734390629386BD3AE10AB6D173 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A5AEF6C190C4999008E57AA2DEACDB0 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93C25343A940D20BD21AE6C1EF582189 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BABE8E0C1950DCFAED9C826D369049F /* ZLThumbnailPhotoCell.swift */; }; + 93DF6D6B5E32104AFE985F15355F629A /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DC2BADCD2D34034A9248C7B94DCE3C /* MJRefreshNormalTrailer.m */; }; + 940946EF79368F5DE7F3335A20E8E203 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B223691BBCF54B8A7EF60F5FD53FD240 /* ConstraintMakerRelatable+Extensions.swift */; }; + 9413C7DB4B03B9C9178A64659F476AD0 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25BD204D0D09017174DB7A29CF5DA8D0 /* IQKeyboardManagerSwift-dummy.m */; }; + 9465F2111E8867B136738C724EF99EF5 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7926448B28E0AF2A3BC28A811DBD9D21 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 947DEB27BD26643AADB0D0EFF4A0B0D4 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DCF7F5099CC0E14D4DAD1931260F30F /* DiskStorage.swift */; }; + 9497825ACEC7F42AFA494D810FDCD4EC /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E45448822E000C45FF1C8BD832CC5F4 /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94B52F9D43DC46D45062BB39E53E9DE1 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36874ADC928A388570813D66EBDA580F /* EKBackgroundView.swift */; }; + 9517AFD055FCAC61888F63B46B1012CB /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0690E21A05403897DFDDE0154724753C /* ZLCollectionViewFlowLayout.swift */; }; + 95277350C6DD3C3641CFF98AE0A12B12 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F8FB391BC1C3305BA5E1F5ED344200 /* OperationQueue+Alamofire.swift */; }; + 956D916FBDBCA5947906FF8D9E9FD740 /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B9C7936002BA2922C0FB2817F7A095 /* Disposables.swift */; }; + 95A9A97F70CC38E01F0A0D3663B78556 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10BC660D7095E1F6372297C75F9C7E31 /* ConstraintMakerExtendable.swift */; }; + 95AD0B08F159E5B4571FD8C7FCC3A78D /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = AD27B05D136D4982C9883879542DCF3B /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9618F27BDCC455CA0A059F9D22208A2A /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDDBB0D06D34E9E5BB97A82BCA8C015B /* AnonymousDisposable.swift */; }; + 96199F1BEE04A029B3278BB1BED5F276 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73E560D5F0D67C08040281A349936CCC /* IQNSArray+Sort.swift */; }; + 96351482FE93C85C20C75E992ACC4D3C /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5D374C16C43C9F4DE3D9994CE4C5AA /* RxCocoaObjCRuntimeError+Extensions.swift */; }; + 9656217F093ABF88EA46F4D2F5C304F7 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D68D428863CC7F679C6FFEC6C5DC87E /* UIView+DDCategory.m */; }; + 969C1BBE64177B6E443583076B5319FF /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B3263B0399513B0A98FEC04A1D7873 /* Delay.swift */; }; + 97352932EA7908FEA0DB6210F4692034 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 73704ACCC073B718DEFF7A653C87F86C /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 977F8070B2734739DD77174D591DC065 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 729765C8A9163366DB689F28BA6FDDAB /* SDImageAPNGCoder.m */; }; + 978F1E1DB8162B842C98DA5CF708F58D /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF1C0B8414B50C6F5781ABD1EF36EDEA /* CompositeDisposable.swift */; }; + 97ACD5F8ACFCD7B423375EB425F82287 /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5C35BF0045E5F8D0EB398B4CD912A71 /* JXCategoryIndicatorDotLineView.m */; }; + 97B4A15E0218313B8CE3CDB2D3CC73D2 /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1255D7396AB74C3A771627693F644AD /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; + 9817388F04E487B7ECB5C08DDE606F86 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BC36D87F5A991C477F3A45ED18DF1A5 /* MJRefreshConfig.m */; }; + 981F1BFE14D989096611F7DB1D782B97 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BEA50139297229F53F9E2AF4FEFF60FB /* SDDeviceHelper.m */; }; + 98B67D713ED488F55554ABA3A7C19E78 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609BFFA24CC3A1AB4F0B26C3273404B5 /* Sample.swift */; }; + 98DA24ABD909BC903CFAF4FCDEB610AC /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = F1DAA71272825B03F553A107A7FC9B97 /* DDBaseTextField.m */; }; + 9912583A0C3DCE5F8AC15A3FC34E6FE2 /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EA006107F648AA0A601418BB6B86798 /* ControlProperty+Driver.swift */; }; + 999B33DC38983D04AD690B4599F3C316 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 004B7676058E2407CB5B153CA3FBEA9F /* ZLTextStickerView.swift */; }; + 99C661E8358BAEC9CC7FCA08076C1F22 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = F236A0546D056A59B2E0E68E79FE5586 /* Skip.swift */; }; + 99D7BD631F5D4CC39B09885065481AE0 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F5477E0BD8E7B59FB422BBB5A716C13F /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99DA6881BF1C2ED38D9A3387A838746C /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13744DA57FB380F2AC38B7F17899A4B /* Debug.swift */; }; + 9A1982F4B7EC4DC43DF43AF12B82233B /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = F62D1987268D7EE112CD8BAFE3DD0F2F /* DDNavigationControllerDelegateReceiver.m */; }; + 9A1DF88AB0E546AB51597714309B05C2 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = D4E1E287BA0A855BAB8EB194E5967B31 /* JXCategoryIndicatorBallView.m */; }; + 9A41FC2ABBF645CC7F01120A6BDB0A24 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46BAF0103037A757F2288651AB1528FB /* UITextField+Rx.swift */; }; + 9AE63A71DB55322FFBB6EF1D979282BE /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EF6930081CB7743A2BAA4EF375F7A0E /* UIView+WebCacheOperation.m */; }; + 9AF82E3FE6B0FCA2D289149812D57304 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A12DDF2E1F9F5270A6A0328ECCCEBB /* ZLPhotoBrowser-dummy.m */; }; + 9B0EF4B9ED87B17EA4281EB6D1E69999 /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2120684F1EBC8DB9E4CCB107BE8C2 /* Reduce.swift */; }; + 9B60D8949C42453895CC5C3DA64DCE21 /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = BE73AB34AC33C638DD67B75E47D3676C /* NSObject+DDCategory.m */; }; + 9BE899982FAEB47E89D2EE2FD9684CCA /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F8961D07281C0CAF01626D7D03EFCD35 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C684D4B5A1385F3E1EC96775C271847 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F5C90D1734FFE9DA560CD12C00ECE27 /* Window.swift */; }; + 9C82FEA9EFF0E1ABA3337D8F93435519 /* DeviceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 044034445EF7615ACD20E7DF372ABB33 /* DeviceInfo.swift */; }; + 9CF1888AF79CD22EB414BFE758E5D36A /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88F69A7DA37120A46865E1A6A42C74A3 /* UITextView+Rx.swift */; }; + 9CFBE2A3F8BFF4BBDB6DA37F9CE7C266 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A340556F7651E05B30B051B4A060D6A5 /* SDImageGIFCoder.m */; }; + 9D43333662E9A614D8F63052D7F1ABA7 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE202FFE7C586F29124DB5C0BF7CA0C /* UIApplication+EKAppearance.swift */; }; + 9D4EAF940F2C46778D1682E8127F003A /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B13BCDF72CCF01B041DF1DB8DDD3617 /* ZFFloatView.m */; }; + 9D6F0AF8CFD45EF19EF915164499C84F /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C5209C5EED33DE8BED2EC8CC567079 /* CombineLatest.swift */; }; + 9DAB2556D82974EE7905C156B4F3A07A /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 46515A431C5F4CFB0DAAF858494B3D75 /* MJRefreshAutoStateFooter.m */; }; + 9DC2A94B2891D5F2B37FF69F48347EA7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B483C04B3556CAAA755402AA16E94DE /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DEFB591D6DEBAAAF949BE635617A7A6 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD6140ABCC464155886AF913FC14EB0 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E0AC3A8BB8EA7EB2085404E6097DE46 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 256E5B4770ECBFD43BE8B284308F80D6 /* ExtensionHelpers.swift */; }; + 9E0EAF95B26AF2506359722B8C6D7662 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0BDE8DB100A615A5126257E4AAAC5A4 /* ImageBinder.swift */; }; + 9E13BAA5897DBE84C6842BE86EED1CFC /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC878C7D37CB423CE67D0E26B7D0E22 /* EntryAppearanceDescriptor.swift */; }; + 9E62248A9774F552D4D2DF2D5FAB40C2 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A508CD34620EF8EF95ABF2A6C0C7133E /* NSMutableAttributedString+DDCategory.m */; }; + 9EA55F404A7BE4684E3299402A5B88AE /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CB0DA7C290319AD6912C6D0A1C6B3FE6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EE55E6E57DFF49D9CEB2493AD5B93A9 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E77753F99553FBEDB039A64563A72E8 /* SharedSequence+Operators.swift */; }; + 9F26F0EB6575EEC06D48252EC38DDC46 /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65670E5A24053A3DE3CC549FEDF04DC0 /* EKXStatusBarMessageView.swift */; }; + 9F75DD325C460FFC7984DF4A9A42BC68 /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EF6887A1F81458BA2A3C75CAFF57C2 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F90CCC3FC0CF5D2BF452D59CDDF8A7B /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 18956B9C51867549899EF02BCB5D92EA /* SDGraphicsImageRenderer.m */; }; + 9FA55209BBEC5446B1699EFEAA8AE99C /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E84DD6F4959B5D39B5672BC7D51220EE /* RxTableViewDataSourceProxy.swift */; }; + A011FE7F352E2DC4F52A72ACC985E865 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DE823678DFB9EC3AED82E6ED7BF691E /* ParameterEncoder.swift */; }; + A02CB2E756207BCF430DE5A01806255F /* DDUtilsSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A00E4D83E1D0AEAB6109B92CFE5EE30 /* DDUtilsSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0649D13B9C3CE011F3FEA618EA1724B /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = B6ACC61A280432131E1C5800F87924B0 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0657A64DEA57E5606A79DF5FFA0C0C9 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 177F3EA4C54DFAC28DCD2DFE84CCD9D3 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CAC16C811D166585ADC16AF08A6EBA /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 04328BA6C98D38179D8302972549E0D2 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0E59DE1E829AB6653A41F549DEA9F3C /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2946C904804C46C6D9F3151FE20A6BBB /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1059E3A9E938EE8F540D5639AB4B4E5 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B33D4DAD8C3C9D376A94A12C023B798 /* EKPopUpMessageView.swift */; }; + A13B4CC2584A03BF7414FE90F04C487D /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60BC838C8FE9A41C4CC796070A644735 /* EKNotificationMessage.swift */; }; + A17B88101B55AE2259598D30E3CDA92E /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 07753BE8384688A918F9DDED51728CA3 /* SDAssociatedObject.m */; }; + A29CAE715EFFA6F90408C3B8345A1883 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = EC7A02742212AEC991D88A48D8540B61 /* UIImageView+HighlightedWebCache.m */; }; + A2B52B66E0891E57CFA6C3750BF7DBC7 /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = F706F18A5273A3F9B90A4061CF9D5FA4 /* ObservableConvertibleType+Driver.swift */; }; + A328DD14BD9500BC78D1C7120DBC30E4 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72F59F68F128DEB970DED4608D9DB36 /* IQKeyboardManagerConstantsInternal.swift */; }; + A358C72687DDFF484CAB4B0124CE34A8 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2F69B0FF3E5AEFCA7A7A633CAC97D3 /* SDWebImageCompat.m */; }; + A37CF398196E23510714733B12B6B416 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D5BECA776C74B5B894A9491EBEFC6C /* UITableView+DDCategory.m */; }; + A3AEB06DFD06EFFA49052CBFAC85B7A1 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E719D89281DD264E3477C5EA9113D1D5 /* ConstraintView+Extensions.swift */; }; + A3B77F8C9174BB40B47EC514E18E8115 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066AEFE319BB79E3553147EA5F93199B /* ScheduledItemType.swift */; }; + A3F68F7FD050BA0038F03314E92B7CFE /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 03B528C2C0BA2DEEB4ED99E70BC06496 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A45846C269357C355CDEBF8B8EF896CD /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AE110A2FD8940BCF2F317B58CE24FF20 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4A7ABED1032211400D53E4E87920576 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DEC5ECD3E288FE90A1AB02D4827DF98 /* ObservableType+PrimitiveSequence.swift */; }; + A4AE06BE1B4C107F33C291F8B1B10E22 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 630C63E59A9C61FDD778A152ABD08757 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A54E5AAB68D5F5C95EC8012A6075E6A1 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4D78F4D13AAD9D7FB91EDEC86795C8 /* UITextField+DDCategory.m */; }; + A55957E3D086EA4A11734CFCE71FBF0A /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 119B89ECC5F32181FCC8B832ACECEA96 /* AnimatedImageView.swift */; }; + A576C4698BA14346E54EB6463022EAD9 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDEC5F1FADB219540524B3A333F5EDA /* JXCategoryIndicatorCellModel.m */; }; + A5DCA31A4D36F66FFA278B81D8BEF027 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D3405BE29B2450918FF4688FECFFFD2 /* UIImage+MultiFormat.m */; }; + A5DDCCAE29F2F5E25CC92A67C3423889 /* DDTimerSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 18B7926F09F2F43261291956FBEE9165 /* DDTimerSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5F8871912A1A3E8168E6DCF8EB4207D /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607E8AB09F9266B64024BBC46BD3CC1C /* UISearchBar+Rx.swift */; }; + A608BF8A042013F0E8E790941B4D8866 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 35AA5E880B7E0D7DADD5393B684DC504 /* SDMemoryCache.m */; }; + A69C94A0DD35B9524F7481113B574E33 /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1211D200A27A7CBD6B289843398102 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6D371F7B8F0AE9A55EE402E33583504 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3C6DA9DA2237E9F725750A81AF777C4 /* EKButtonView.swift */; }; + A7405437B50723FDB2C5B3968B1764CA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0595D790A3107AC3743EBE2A2029BF67 /* Delegate.swift */; }; + A7C7305399DA8DE392F0272A9B26F5C0 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B86A902E6CA841078C05C22122E4C89 /* RetryWhen.swift */; }; + A7DDBE6F9D3327DCD114F6F15010BDC7 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F36B0B0E74EF1A627B9699CF5F9D753C /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7F0DD82C3127128E4EEEDEFC9040477 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC11A51D9A9CF993D50530BC1535E61 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A859C89F424EDCA9AFE07133A3CF3FC7 /* DDSpeechSynthesizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182976190BE532FBD45D1A1D2FF6F952 /* DDSpeechSynthesizer.swift */; }; + A88D569C6D40F093E8AA5773B735147D /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FB7ED435E1F20D3844C8ED1D420354 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8A0C288519E463DE5E9B307FAE797F3 /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5308E8AC9A9F088C0686243A99721769 /* EKAttributes.swift */; }; + A8B944BAB631257F43D3311470B1EC99 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = A85537A001B917E500E27F2E22BB7A7F /* DDBaseScrollView.m */; }; + A8DC4B6CAA17BCE09B33F0CBD7B760AA /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A74D3FC27F8E931B5DED06F753012FB /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A90D06F752E1428BF5E2623AF01076EB /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 11BF4A900E3ABDA6403DDABCC463BF9B /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A91F69373347CD458D89B84B084E0640 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 007F8A46B5AB2BF99C8D477EAB683962 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + A928D17689392DAAC600620B1020505C /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA5353C3182294E96C4E2872EEC5231 /* ESTabBarItemBadgeView.swift */; }; + A952741473205F790F725FA10B2C2667 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D058CFBE5B1FC61CCE7DD9BA50CD0FB /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A96082D29C3DB573EB4541AE401E5A3E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D382AB844EBFE33D9BB393B03D31DF37 /* Utils.swift */; }; + A97E69232EB284E6EF3127992F66C58D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06EF6996074DE7E440328B352F4982B9 /* BRStringPickerView.m */; }; + A989FAAB45AFC4C42962D59C60B4E927 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC7642FFE3CF735D1E0B606448D7D38 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9A5CC537275881320975BDC2EE7F62C /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C5D37648AD357B240D7893972BA3F04 /* SDWebImageCacheSerializer.m */; }; + AA6F9F6A4405BB9AFDDAAFF967296ACD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B74249BB803E679AD35730C5EA3D5B96 /* SDWebImageManager.m */; }; + AB428E89F87EB92898B1F5F76C3C5674 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B82C0A7943BA43A4304EA24ECEA0963 /* RxMutableBox.swift */; }; + AB73FDA15272E6BBF2F3C553ACF7596C /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 377CB21060FA6F9B7EA42A9C457D0C1F /* SubjectType.swift */; }; + AB8707AC05E95D10D125F69C0F1F84CC /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 199AC16D395EA9DF9F02A7662ABA908B /* ZLImageNavController.swift */; }; + AB8DFDD12C800A3A8B73F1AEA10B11B4 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = C38A47289011B4962A32CA698984B4EB /* RecursiveLock.swift */; }; + ABA3BE298F1B209B9A4F53D73F8EFAE7 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD766E42CF6343A4D0C8D57C3752AE3 /* ZLProgressView.swift */; }; + AC816DAE095CF51A98ECF689E6158059 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 050C15D33ADF18EE286B7AB8C6A47802 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC9381917A1798AFA5CD86AFC14382B7 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = CF91FF430A4B977E5EACAD9490FC1C53 /* UIFont+DDCategory.m */; }; + ACF6E744FFBA77DB4FE3E42A917E5CAC /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34671F5A3C932CD618EE9C53BD3F4D84 /* DDWebImageKit_Private-dummy.m */; }; + AD4BA3FD6AE09706BDA93AC0E8A17DD5 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78E1804922CFE72C188F2E6C9F739E7 /* HistoricalScheduler.swift */; }; + AD66A4F4F0F3CD5B24A490015EB60AB2 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 796B0AAE7CCDF9046E3470AEAA20731B /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD77D27CC15A61BF845C06859553F9E7 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E171A4D62AE8024DF0362C28DF48FB /* StartWith.swift */; }; + AD7F0F6D87359200CD4211C6B811F2FD /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFDB1257807DC774E3A91DBC1843F5ED /* Buffer.swift */; }; + ADEEBACC578AD5501E8ADC19E6098BCC /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 400A757755E542045BDBAEFCDC701913 /* ImagePrefetcher.swift */; }; + ADF031ED0468E75793D32E1609139984 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 921270A228473867367B472DE26A5F16 /* RequestInterceptor.swift */; }; + ADFDF04B44D98030E7FB1F4A4196F155 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F57EF387408E38EF207C57D9AAA89A6 /* ZFOrientationObserver.m */; }; + AE0C97E14DAE540C069DF65D6821F6E4 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4BCBBEB28B21C5331CBD2304519336F /* SynchronizedDisposeType.swift */; }; + AE1015AC17118CA9A93681AAE7454DCD /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 253270FA55C05AB0AAD83DAC109964E0 /* JXCategoryNumberCell.m */; }; + AE2421B86D481DB24462BBB65580903A /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96141B81E25A9313CBB94C0D808B048D /* ZLPhotoManager.swift */; }; + AE310A252E96F1A89125262C9293FB10 /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7550D4B472027B15D778CB33CFF78B0B /* ZLImageStickerView.swift */; }; + AE3814FADC3432DB8F6B88D2102EBB0B /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DCCFDF90F6D31713C3B5E7B0465EF61 /* NSTextField+Rx.swift */; }; + AE81E26AA0581A9E7559FB6CCC5FDC36 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE80BECD70B7AFC4A0BE16D6AF9CBD9 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE843310955AFAC2A360E09BD30C3138 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6DCD5C9C94DC21C530E24396C47267 /* DDBaseImage.m */; }; + AEA7C6499E0E25C798F7C5773CDD9C90 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D7652CC61AFD814CAAAA60C3C79FE4 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEE86A9326DC09055B5C28D98C50874A /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C5D871EFBA8F4ABAAB4CB99214349D2 /* UIImageView+DDWebCache.m */; }; + AEF44F2047B371C39D4591E8EECD04C6 /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B03E6E8DB8C6627860A3C7658CAA813A /* UITableViewCell+DDCategory.m */; }; + AFA87EA35BBF8E4F0A2D41954069DD9C /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0EA45E09EEBA178ED37347EE76E1EA3 /* ZLEnlargeButton.swift */; }; + AFE7A6835DD89F0D3331538280787CEE /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A9BC05D23E282469BBC44E1A47D783 /* IQKeyboardManager+Toolbar.swift */; }; + B00F605D291DA51F921C63DF5847F0BB /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF52881112EB4299F18008AF32F3271 /* Sequence.swift */; }; + B01AD0CF889816FA1985284F075CFBF7 /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5048C7F77A5504F5CD50BA270E6A9DAB /* NSView+Rx.swift */; }; + B026AD1C1E94F5FC78A1CE5A96DDEE89 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49462E78AAE7AB2228588FA0741EE354 /* NSObject+Rx.swift */; }; + B0470BF38DA7AECBDEC223D60C2A05D4 /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BADB35A89B9240A279929E29DAA9DA /* ZLBaseStickerView.swift */; }; + B04A1F654CEE373527D6A1FDE4706545 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA0101469C3D26C830F15B506E1B31E3 /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B062397EBC3E007F3B3A05D7EEDE6ABD /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8738F1DAC39249AFCF88AC4939C35883 /* SDAsyncBlockOperation.m */; }; + B08257202077029351FCACC6C33ACEBD /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A49B0105A67B516C482796366B010F4 /* Indicator.swift */; }; + B0C86B62900B2C3ED6A6CC0E578492D1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = B27193FF05E4C704CA10DFF0BCC168A0 /* JXCategoryFactory.m */; }; + B0E96406252E6A197B8CBBF1850205DA /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB6FCC479670EB2A01B5DFA36075D664 /* Disposable.swift */; }; + B12803F0E38CFAE8770FE476242895C3 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC267FBE0FB5C2B2DDC4FDB7E06B3DBB /* EKProperty.swift */; }; + B160B0CA89F69CF7F59CC2CE1C7B5AE1 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B73A02022E6D78F10B838520F62A5C7B /* Kingfisher-dummy.m */; }; + B169869926BCF8894AD891F3261B8AF1 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB228E49D692925FB8D85D58D4F19C7D /* URLSessionConfiguration+Alamofire.swift */; }; + B18A0CDD85864D32D2F82ED2B5F22B41 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35CFF054128B6004713157DD54DB7456 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1CCDEB46FFBD5C857CEE2829F31D65F /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDB618C02095A50D3413D55177281E9F /* RxCollectionViewReactiveArrayDataSource.swift */; }; + B27F69341AA274200D4EC565EA51B477 /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A44F15ED1A918AE70EE2FC4DEF79EFE /* NSObject+Rx+KVORepresentable.swift */; }; + B2A861042944D7380C13A8B77A99F92B /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DD636F70C3086BCF155C8317C7E152B /* Box.swift */; }; + B2B998194CCD760C0095B9CD67B288CD /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 216F3B38A6FF8B5888760B254466E3E7 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2BB06514C0A38F894279DA3BFAAB03E /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8ED2FA12810B65137DBC3738A7A6421 /* RxPickerViewAdapter.swift */; }; + B2D642C95422A517DA336F0917B68562 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826E23D70747E00E977AA1E65A0CC03F /* AnyObserver.swift */; }; + B2DC99BC8C2BAB5C1FFFD9D042C37475 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB59A552432C79E45A72F45AA49F674D /* Typealiases.swift */; }; + B2E3B006A6EBE8AAB7911F7F030B5568 /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15D77BF6119CB3A23E0AAAB10398D027 /* DelegateProxyType.swift */; }; + B35FA69ACFD66603CDF6015FA5F2EFFB /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 16FDBFED1ADA3202B2F419AFBEC313B6 /* CALayer+DDCategory.m */; }; + B3E2E1B9AE15CC280B8957C339243BEB /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1361E1085CA4472D06A08023A5FDA022 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3E51F0E8AA1550E1B667D96C3BDD1A5 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46DA6E01143FC50288567F8CFFC9D77A /* URLEncodedFormEncoder.swift */; }; + B40E0790D6C9B7387B5FAB251E16B1C0 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67033836F38C6C5BD8C0E8EA07E6AFF /* Bundle+ZLPhotoBrowser.swift */; }; + B41FD6E22B5A75FC2EAA129FF1B54B82 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA8D74F8F51B529D3F6B5A76870013B6 /* ZLCameraCell.swift */; }; + B4C0B46C21087CA310DE57D0B9FF1C17 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719714C42C68865E2824629BC7F06EDA /* AFError.swift */; }; + B4DA45D21312C13C1BD200335595798D /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37CE8E20567A1429DB73B6698DA0D6EA /* NSTextStorage+Rx.swift */; }; + B4E965E045EA23076AB6880F4A5B452E /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC5F897D862231ADD2E5CAB3064A937 /* ConstraintLayoutGuide+Extensions.swift */; }; + B502E9659BC94C3074C41F9294248930 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 415FF56667CEFEC4309D9034D84F5926 /* ControlEvent.swift */; }; + B50F13ACF021B970636435A9DB1E0AC0 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FB142D088781B2F8833F359CF938030 /* AnonymousObserver.swift */; }; + B5169B93C52F1FF030F7497A6FEF7E2E /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F29990B802D7742CA79E930159194BBB /* ZFIJKPlayerManager.m */; }; + B5909D30D3D2544499F30CA21286AC58 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = B8AF99C20C639F9C6F836B8CEFF438DF /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5E8226BCB600380F56DF4E98CAA2777 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 05329949F13D28BDF8850D76E94419A4 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5F5635CB0E895EAC58232DADF5FC3AE /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16D544C7E5FB2109B24DFE9EA4C061A8 /* UIStepper+Rx.swift */; }; + B601FF45040CC3B4D882477DB46A8DFD /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 7425B2B089DAF86482D45B05A28556A0 /* ZFLandscapeWindow.m */; }; + B604D7B23F7F4D052F3DFFAD910AB04E /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E4CF43F3746867DCEE94E782BC055B /* KingfisherManager.swift */; }; + B6062CB645AB7C112A4963605E59E4AE /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = A32480A770366DCD672EE1CB2788800B /* UIRectCorner+Short.swift */; }; + B6A5A9C096B866F53FC368AA2E9E94B7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F4DE8A8C832F275F11961DF9DB4B01D /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B70BB03F1D414155F2C5F9E34E659806 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 888A46AE546820686D32F4CAF469341D /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7192ACDC4B49F39190EB7583AAA8A28 /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B51831110DFC6066640AB7A4194454 /* MATraceReplayOverlayRender.m */; }; + B734391A023E1397D7C4988865147809 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 14764BDBC84292209D656CEDFE984289 /* SDImageCacheConfig.m */; }; + B7B9F94EF5A56E156C57147F5F302559 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A9850D3BAD33467A54DA84A848342BE5 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7F2FC2537F8A512F7969F37EEBABA19 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BEFF4D18B13895079AFA907BF75528A /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B801E0F1CAFEE74EF65BE4C882EE6C18 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 782BF5068144A165F49905B11D6A3190 /* ImageDownloaderDelegate.swift */; }; + B8184193B0CB7DECBA21EC6BB9FCDAD1 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90D69B16A5403DBF1D5078B2976068B0 /* ToArray.swift */; }; + B84BED170956D2391246497EC4ACE3B3 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A4164D3DD94910463949C20A7DFDF997 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B850BC342D7976173853AA223DF66FDF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBCF27F45E9DE45ABEF79FA31DF55835 /* SDImageLoadersManager.m */; }; + B87F66F29AE647B619CFE0FB89D2DC0C /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303FF4553C3CDEFE6876155427F4CCB3 /* Optional.swift */; }; + B87FA1A74AFFD85DC6676B5D9F777DA4 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = A331812F9E9382022C16C05684CA7803 /* ZFPlayerControlView.m */; }; + B891F38969577C29346CB287E9696F44 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55C8C677D3099B96D8FF00200EDC4401 /* Never.swift */; }; + B8ACFB27F7B7E309059AA265F2657634 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = DB74AF39FF7548771887C65014656F73 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B929603A11A07A494CBE9E734195270E /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56100DC03413AA89CB3DC2E0DAD70BA3 /* UIColor+ZLPhotoBrowser.swift */; }; + B963E078896CC9DF2C37C06A438908DA /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65066E58B23F8F0CE11F53C68967D652 /* UIButton+Rx.swift */; }; + B972450A02CEA543BE5375AE31C81A6A /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE9471A5D951EBDC27A1773783B7356 /* DisposeBag.swift */; }; + B9AE7983EB3E754C9E655B15C36143B1 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED251BE91562DB5D2BBB9EC0F501568 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA11AE6276ED0BCA627940CF2AA4A82A /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334BD71E49CDC6FD5EA690F2BDDB8ABA /* SectionedViewDataSourceType.swift */; }; + BA9C4365F34B941E38477E5CA6E40387 /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEF2C1130160AD2AC47AEBF284AE834 /* DDMAGeometry.m */; }; + BAB7A04FB6B2883C06D4EFB12CD4974F /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5C366329F00E2B266C195EFDCFEE3B /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB1D61B7D957E411C5CE3E21DAD20C6D /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = F2495D849DB68E39CFD64EB94247A7BC /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB40CB8F0BF7FB02D93D24005F92C7ED /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FF3F7882BDA960B3EE27630ECC52E /* Debounce.swift */; }; + BB53D3B70456942057B1D13A5B59CA10 /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F5ED53BF3CA697464A0A1DBFE85E76C /* ESTabBarItemMoreContentView.swift */; }; + BB714B9D7C8AECD5513CD2452AD8687E /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F42C7789E2FE6C8DF075C6A31D72A63F /* _RXDelegateProxy.m */; }; + BB91F7BFE3AECA8494D5E2BFA3AE593E /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E487E8E8F95B531073B46AEC2862FC5A /* SDWebImagePrefetcher.m */; }; + BB9CF389D15F65172C5D16936279DAAD /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = F892D45AC92BDA17949E2E1B035837C1 /* FontUtil.swift */; }; + BBEC1389AE859C1F53CB8588CA32A54B /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = EEDB6443D9B5DA090BB6449BF21D4B73 /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC17BBE68BE2B0233A2B24429A134292 /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 383128B167C6E3FB94FDDCEEB52CDDF3 /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC3AF54DE998A7FEC71B84AF6A2E8D4A /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 595D14D8704EB2ADC9FA2C36B93B5DD9 /* AsMaybe.swift */; }; + BC4248890A2765F68B3FCA279352ED4F /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = A19D321ECE75B0C53F59F403F7CD2DBF /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC9DE732A9A9A3E6BA2DBE6C7ACB0427 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B78BA6B636238B9C31F3E51CA42F2F1 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCCDD2B2C0D0B159D41052C743780F3A /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CD8CD31DCBFD0648B52817608836B29 /* Image.swift */; }; + BD2BEEB68778EC69A7B04BC9216B4112 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A1C4248E6EA38F4DA7525BAC5853E312 /* DDMATrackManager.m */; }; + BD361E4E0FE4613901338D791BD13A5D /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = D07FD1E695CAFE982A2DED3FA121AB93 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD42414ADB05335CCF6162EED02EB0E0 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 787D935F929840FED118AC822D56CE53 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD71DAAD9C863C0905780369F5942079 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A856A1BC7617917946BCFC728062FFB /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDEF2FB7D927B0B5EC012429474270DD /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 999E8C176BED31FB67EE772AFCB201C4 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE1A80FF8E7EBE33844C18B9DE10DF9F /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D36193E88A18A35D11FD1689CE00421 /* EKButtonBarView.swift */; }; + BE5E45566FE7DF80AFCE321E3EB0FBCD /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97EE270AAD66F02E99430C16113DD861 /* URLConvertible+URLRequestConvertible.swift */; }; + BE87C4B8DC91703BFEBF22B2AB670F49 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 72BAD5BCC8A38686C4E1D280206DFEB6 /* DDBaseAttributedString.m */; }; + BED5AF0BB1DBC3E842A683F7E03C331D /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DF19A145D99E1641B05CF0530CE80AC /* MemoryStorage.swift */; }; + BEDC9DBFBB0DC7DD1731D138A43247C8 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1864E6A8440CE48A822FA7565107CDCF /* ZFPortraitViewController.m */; }; + BEE07291E32F6B0395830FBEA7E6F610 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 883338514E414313038E1B5EA4A6A87F /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF2F9348A80AD292B37135521A29FA03 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD8895F322CCC81BBB3E27B490B59F4 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF4B5199FBBD2138841B0FFE7D841114 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF410CD66631A84A9062C6262918C6B3 /* RxTableViewDelegateProxy.swift */; }; + BF881EB2D215E42293F81042B4DCC526 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1351EFD6463F8B4BBAEE63EF2EE86FA4 /* RequestModifier.swift */; }; + C01355012AE3DC761464C352BCFD4197 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA42D9377B1B78FACA09CA7672E1EA9 /* SDImageLoader.m */; }; + C06003DD05A5FB9050C6BCE1DD128511 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F3231C59A42C8AEA7B63C4A51F70C5 /* DDScrollView.swift */; }; + C06198FCBBF8CEF254BBBFA81EC292F8 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = F18A60746E6B044E7E7A0BDCECB564D9 /* JXCategoryImageView.m */; }; + C08497A34F7671FF094AA92DDB82CEE1 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B4B812822FD28C0EB03AE09282A465 /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0A16AD03D4F121B5F6D22E51F6FD69A /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1E83AE68D5C8CD3B2789417D8760B53 /* String+ZLPhotoBrowser.swift */; }; + C0C8B5A6D43875BA9B2C23CC0181071D /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394E40451A5794ADACD8ABF69704BB1C /* DDLabel.swift */; }; + C0D9D4A614A12FDB0DE800B0B4EA8D6D /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFEA776E777234B81C7F43133A610AB5 /* ConstraintDescription.swift */; }; + C0DFFD5B336054676ECDF6534C861940 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47260BD316016B0165ECE3FEC77708F2 /* Timer.swift */; }; + C13CCD0F2979956BF520659BC2826A70 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D88A897BE9D9044188FC72324976D484 /* ZLImagePreviewController.swift */; }; + C14DE31A6A5A40C529BB38E190140498 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5932AB031B0BD7656410F19C37957495 /* NSButton+Kingfisher.swift */; }; + C186C65BD8FFF83F48C17CE6CA50C96F /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A26F4231E4C1E4FE11823C57F0B8940 /* AsyncSubject.swift */; }; + C2690FBB1AF6367DBEFA11F552A14ACD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C25597E1C495A444AE8B8FBD45E3F5 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C27ABE24E18EFF2E44F24F349035D003 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = C33B6D4EE73F8919DCDC11769A7D6215 /* ImageFormat.swift */; }; + C27DA232D42C0C1A1860904474D006CE /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC2C50294271C5414E5AD15FDBE0EAF7 /* MultipartUpload.swift */; }; + C28474B4C426F48FD45476D5832CC326 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C064D653075CC04EE2692C0F3099046F /* Filter.swift */; }; + C2B53EB045512989EDDDE03B3592E068 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDB7327C66E1407EAE8B40BDFF74ADA2 /* ZLAddPhotoCell.swift */; }; + C2D22CA4BAB1284607AAF88C287E6DB7 /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FDCDD4393AD5CA136ED63236611F220C /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2EC935BBFE9B553962121DA980857D1 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76543AC22593AF1DED91FF40EA424D11 /* ConstraintInsetTarget.swift */; }; + C313E645865798661616F4F3407D8BD1 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 297477CEF1886712CE98ACFF36B98557 /* ZLEmbedAlbumListView.swift */; }; + C317B43DB6D2482017A763892A53203F /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7B6566DCF4640B1C4204401B1C648F6 /* ZLAlbumListController.swift */; }; + C324D23492EC6AD067A7DC7E705DACD9 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = E424068A845397B847A041B8F1EC9A34 /* DDButton.swift */; }; + C3396F46162BECCC47A36826B0CA1070 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 300DE89A2F7ADBC14DB79BF4DBE82EF5 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3CFA478FB802F5A6AD209E5E1B34F54 /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039010DA8BFB2C2A6717114B6A9656C7 /* UITabBar+Rx.swift */; }; + C40F08C50B0B6DDB15E4F1D6F18213A5 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F33C7CDF9E104871CBC09BCBABF90FA /* SDImageIOCoder.m */; }; + C4B86A1F59A5CA336CC38E25DC15F58B /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D444AB38756B46325663640BAE3A6D5 /* Infallible+Create.swift */; }; + C4BF6BFB52FEE82B04DB8EA2AE9E5BBA /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455D4D179C6BAC5024988764D38F71F9 /* UIDatePicker+Rx.swift */; }; + C56AD838C0FF689FEA8E5AEA32E94175 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1AF430A20634C0C897E693C8CEB5FC /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C573A199FE9BBDAF1818206D3B2EB340 /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B81040535DC7B45FFA730026E49F3F0 /* UIButton+DDCategory.m */; }; + C581FAFB2BE7E18B9FCA322BE28127A2 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = B4FDA486925B72CC9E2262349C7DAB92 /* UIImage+Transform.m */; }; + C5A65CAA184CBF2D7641A9EC731D4F5E /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 23F90E1DD232C968F8F44A0F225CB5E9 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5FB63FEB00AFD20B032E78637506B9D /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 3644CB9DF250B7074CCFDBA46EB7CB56 /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C65ED3D3286E2BFCEFB3291A3A776317 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 51DA72AEA7C4697DF354A89E5DDD03AA /* ZFSpeedLoadingView.m */; }; + C67841324248C9CA5635AE5BD7C3784C /* DDDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EBBF0355FB46923D9BA640526D5CAF7 /* DDDate.swift */; }; + C685B4E57FCFFF4FC132CC2C886CC561 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A07461099EE18E761CD93004D08C0C /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C68C35A8E72BEE67B8BDE9E7FE89BE46 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B38C6D2892A8D38AC01651E92585EA /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6FB7F94CB7899B5D36DFC3BCC9124F5 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 65718780E4BD17347E4328307F222C86 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C70566B479FBFB82538A0E1C48E33C45 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD428B8E6012DF1EB6224593C04415EB /* RxScrollViewDelegateProxy.swift */; }; + C76E436525BA78E49B7646D419140C86 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F30AAC022B3BC27BBF053C746D88E1 /* UIPickerView+Rx.swift */; }; + C7705E2AB582892EA6CDB7AF837288F5 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB8836A95D9B137254DE9F5B7A11ECD /* AuthenticationChallengeResponsable.swift */; }; + C848D2C5E05796A51A2CEC91D99D186C /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 787D60C0B6B9BD1BBA05184F86EEB50F /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8522895B2B87B2C972E499ED4BCA683 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A7E12D7449C557A15701F5D8476387 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C91C59A7EBFE30758FB1BE247A0C1368 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0FB20085827A24B5FF66F5CDAFF804 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C95B8F480731860D9ECCC227B4D61FEF /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B612D8F9B5C5A226CD425BB8302D93 /* Platform.Darwin.swift */; }; + C975D55EF9DA37044907022D01EFC501 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 121BF37FB7425B216A39F55713DA865A /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9A4CE5CAA3D142D609453B227BDF3CF /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C43279C5D6A8103C35C909E6E5BACF /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9B62B3353AC16ACBAF7E31EC92B795D /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24F06D3F2234224653BC2087BDEAA9C /* Switch.swift */; }; + C9C8E7783A4B162E8F36ED06A7871220 /* UrlLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21056EF70386B0B63763051687680BFB /* UrlLinks.swift */; }; + C9FF0064F6C55CD4E49ED41B2EA17DE8 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B03752321A6AD71D5ED7D8044DC805 /* EKSimpleMessage.swift */; }; + CA012B78C0AF2BE1423BED34CB3E6578 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94BEE5D0A91056C553B19BFDA246B4E4 /* KingfisherOptionsInfo.swift */; }; + CA09255FDEA073F52E9B21618886EE8F /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A6FE3E0A53F6E41F0843BDB3624CAF /* MJRefreshNormalHeader.m */; }; + CA9B9D6F4655B5BDF8259DB842366370 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = B4D9FBB88A4639833CCC17674F0EE640 /* DriveRouteCustomAnnotation.m */; }; + CAB5A868A61CB97E7501C0E73726E34B /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B343C8BBEC0441005F89D6A885BBE338 /* DDProgressHUDKit_Private-dummy.m */; }; + CB0DCDB203D1D4E3DBCF2931711D6A7C /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077AFFAACDD191C9837E2920BA5B64DC /* EKMessageContentView.swift */; }; + CB102F363451D0A39E837ED8CA634A74 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E1AED2555F5FAE91D31D0F874767032 /* RxRelay-dummy.m */; }; + CB16360065DF8550B4E7A9B7FEA46F50 /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11AF65E1A057D2D000B6B96BD704FEDD /* BinaryDisposable.swift */; }; + CB3A4113D6A0796E5AE8CC02BA5D95FF /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A06CD23429DDB6B7E05AB9604F19DD5B /* ConstraintLayoutSupport.swift */; }; + CB3AE85F2BD02615BDD9EFFD893BE634 /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 24176330F36B80B178FC6D0E1627E280 /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB4C379BF0DEB83EFDD76B9103F67188 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44326326E1354D83F29CBDD31E20E41A /* Merge.swift */; }; + CB5254E9AAB4F757E00E02332C1A4CA9 /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C81D82CF8AE09B8BC63EDE4176D0489 /* Deferred.swift */; }; + CB8149496048815D79F0E61EAC03B9C2 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 117E96269AFF0996443E699F51607FF3 /* SingleAsync.swift */; }; + CBB261988616F006F3D14E6E3E1A1567 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AA36F8299A5815674D3DF86ACFC67A0 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBC0092B7AA29B2D684CEF70AE56FE3B /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6F326CB15C71F6927A7EAB044C94185 /* AtomicInt.swift */; }; + CBC7F6CAD45F4BE6E058E1ABA62F83A4 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 09D331CEEA7E95D09E74304397A29860 /* DDZFPlayerKit_Private-dummy.m */; }; + CBEC084A900017F2E5219E7C514B1CA5 /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 423CE869BCA170735AED0E2FD16C720E /* DDImage.swift */; }; + CD1FBD083AEB95AF2A233A5D251CC860 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC9336BF47AA2E4BCA7CBC3F051D1C52 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD25427AEC067E2E672CD4FCD03E1C0C /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D5F1C751CBDB75BB7958FD07D3CFFD63 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD28B9F3F0DF1EAAFBCCFD3FDFF7E877 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B17278A0AFF96EDBE6C7D5350F663FFB /* SchedulerType+SharedSequence.swift */; }; + CE53DDB87C864CE0B303DD4BB61087FD /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38AF7E45FF849891D04CF3A829CCEA71 /* RxNavigationControllerDelegateProxy.swift */; }; + CEAF6058D42F63FA245DAD43FE4981CD /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD9564F77189BF3C4782C302327C075 /* UIView+ZLPhotoBrowser.swift */; }; + CEF5ADCAD1251F127AC70054BB17179B /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8214272BFE46A73504D112C11C304815 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF0542E7E27082F0AE761E78228DEB8F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 950C07D28671A7517257971A3F02F71B /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF8D15E322415CC1628A88CB4935CF1A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7C328CD9427E4337E25F7E00D9D45B /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFA4B5FE834BF6F5947C854ADC9C5A57 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E01B5A1EC0A12D4FF1814DF5EFD436 /* EKAlertMessage.swift */; }; + CFB3EAA6E6A485204E7568CF85DBDA3C /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = A66E038C3C039574C45DFACE896C2151 /* Sources_DDMAMap */; }; + CFCCC0B66A4858FC59896A0D0B4111B4 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9C2E74200568C92155788BF5004AD0 /* BRBaseView.m */; }; + D00540052F1FB948B0D765563B6970E2 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5065582A1F6674B4C8E25D4D49E666E2 /* Completable.swift */; }; + D011A951260E637F1A06FAB4D4760C8D /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = BD28A99679DC1C9E3F8906D7A2A2C7C3 /* UINavigationController+DDCategory.m */; }; + D02E869FBC7503DA41EA8292A40085F8 /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E44DB01BF52DF27DED9F8DA8397B6B /* EKAttributes+LifecycleActions.swift */; }; + D0E71DD9EE24AB487376A2387832B9B3 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF58BCECAA172E9567605DB776B2DF3 /* Observable+Bind.swift */; }; + D10A97575FC17A740F4AD23FC87961E3 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC1F209A08E73D6CB48FB1B136B40C1 /* BRDatePickerView.m */; }; + D123E3F8FF68D9C3A384B0B217306B70 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D75EB1C7D1B785770E75EB82FA738B4C /* DDLogKit_Private-dummy.m */; }; + D12A6518AD01C22CBBD148C8FC550D6D /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95EF92B56232FE565FA7CC180D92CD4 /* TextInput.swift */; }; + D1381434AA9A73F22A5686775B9BDD03 /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A725E4F30CC496FC2FFCB8E9ECB39799 /* EKAttributes+FrameStyle.swift */; }; + D14356BF87F9E91736CB650348922BB1 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD4D2C90F7C2FF5A165111A5D8BE1EB /* NetworkReachabilityManager.swift */; }; + D1C81C32A93CCE7A35A72FC1D5FFBC75 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6A99C658C7DF2F349243618D009104 /* DDImageView.swift */; }; + D1CA27FA62FDFD654437AFE802F0FDC1 /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E757CE2228AE63A091941338F74AE5 /* EKWindow.swift */; }; + D1D3FC269DB485011A5C792F187BD964 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71743E97BDAB73159A7FB2D6A2C981AD /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1F58981CC9B866CA76BD812F0DF5E18 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 07E5E01B7CD4199EE3D3ACF9A2248783 /* BRAddressModel.m */; }; + D256BFFB636E5E4412DFF3AB6DA53DD8 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76F4355DCEA46C5894DEAAAE1241E0A7 /* Lock.swift */; }; + D269044D982531C2EABA7BD3F34101D2 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A34F6D5B31A94793FA93893AD9489E80 /* CGFloat+ZLPhotoBrowser.swift */; }; + D2E4ADA8EAEB74C04F4F366189A7EB0B /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAF12C2FF61D3A84D919D42918D0EA9 /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D30295702271BA26222EC0E8D2829E63 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7B7F3E9F7E277284425118203CC1AFC /* EKAttributes+UserInteraction.swift */; }; + D3A692A8D6778B0C530C667E0D2645F5 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BE8875B06FED44318EC0DE718B8B63 /* MJRefreshAutoNormalFooter.m */; }; + D3AF532A82510425CD2371364569D16C /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D5084E53700F9D4CB8B0160079B41EB /* ObservableType.swift */; }; + D3DAA79DECE865BDCE076290194B4033 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F773D518558BC9DD5D61777B5A0F579 /* SDDiskCache.m */; }; + D41706C216134FC77605103354F07C42 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9246BF5AF8832E4280C5813A891D38 /* ZLAlbumListCell.swift */; }; + D45471D1E2289BEDB132AE8868F21AAA /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 352F283BEA42FF56347394E09329D0F8 /* MJRefreshGifHeader.m */; }; + D4981731005F623D4E0F95955BE84AE0 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09C846336A32B4467C20350EA19EB9CE /* TakeWithPredicate.swift */; }; + D4DE36B575B65B54091CB7179DDE1242 /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA58C60D0E596ADDB1F29E7FAAA1DE71 /* EKAttributes+Duration.swift */; }; + D4F67ACDCA6B952008E043750BAC4940 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B0AD3E8A0110FE8805BC0C38700419A4 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D509C61F07A0066B5BD32F31E7F095F2 /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7263E45249205740176535A3BC4F0134 /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D54C1EB233C3DFF0AB1C78D665B7A5DF /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC82094FDD87DD86C5B20E3F7D73243 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D552F57595574A84A82587BF008F32BB /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14540496A0CE90C46867D2F2DA4B108D /* DispatchQueue+Alamofire.swift */; }; + D591717337E72C406E7C3F0BF9F4907B /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A773735160F96E8056704CD7F33F08A /* UITabBarController+Rx.swift */; }; + D60B988D3D044287FA25F19070D0CE27 /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 368D7F8E6B424CED8232EE2446B37D1F /* DDBaseTableViewCell.m */; }; + D60BAB4C125FD9B03E9EA268B853D6D0 /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E2CA64CFBA7E29B8A0EB19E2E3D0E0 /* Cancelable.swift */; }; + D6696173A60A63EAC3F30D4BBC21C72E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = A43F0AECE80A5C799252047BA07CC012 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6E51D328530E74EBF3DFBA6709DE9D0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B039B0A1123986BAB8B20CDE267AACAE /* UIView+WebCache.m */; }; + D7021695D72DB0DE5E5EEB63D13D5D14 /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 23174A889597C5941C81E63A0387939B /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D71DB149872E935A2073094D6A5889E7 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9491656224D0FCF6159A00459E9BE193 /* WithLatestFrom.swift */; }; + D76130AD70A7483771A8051BE486A761 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4510A734CB7E62092057269093222E /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D86F0D26E943BB73BBB29356FD203D18 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24501A27147C8C7B1C2EB2CE5AA7CEAA /* ZLAdjustSlider.swift */; }; + D87C8DA2C35F94CD5157A6F37F9A9728 /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 343F0E9AED13F8EF7A8F57966500D103 /* EKAttributes+PopBehavior.swift */; }; + D8DDE2D559F66BDDAFAEBD52C6E4176C /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C21EC68536C7F6ED53451BCBA20FC0C /* NSBezierPath+SDRoundedCorners.m */; }; + D8FD93FBAC2166F333BA48C4D726B091 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6786167D48718F3FDB3CF78310422087 /* ZFUtilities.m */; }; + D92B1206C4A56675D86B7DA86021B450 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D5E65EB1DAEA97E4D899831185C58FF /* RetryStrategy.swift */; }; + D941B55ACBC7402786A5668FF2548967 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = CBFB3F03EA44106BEF279C16D5EFD754 /* DDMAMapView.m */; }; + D9608FB125F849D4B3C79BFC4B8023C3 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 682D157A18CFC49DAB38947AF4345680 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9B8B43830362EE0C77A55B6CE157ECA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = DF7CDEFBFDC15F31A3D57759A5F8AC31 /* UIImage+Metadata.m */; }; + D9D008897503F84CD72C66D23B89F82F /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A416963AECB61D2BA0FEEA4E2F3EBA7 /* Concat.swift */; }; + D9DFB73AB4BE6CB973F6F316B2A6A765 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C018D867C46974B25FED3D1C9ED193 /* UIViewArray+QuickLayout.swift */; }; + DA39F13925A217C94F8582009262EAA2 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0347D13E14D55C9BDBF2D378BD0955C9 /* EKWindowProvider.swift */; }; + DB15F0057F1CC17F374030B02456DBD6 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = A391BDA39A05D8D6A0C828AA4B07FB8E /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB534E0B9BCE28F670003044F0242932 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCCA0007B09D54C0D60438EDDD62DD52 /* NSBundle+BRPickerView.m */; }; + DB546CEBEB12A61D98A707A776672188 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = DAEAE2CC7883036FC04565C586054AB8 /* UIScrollView+MJRefresh.m */; }; + DB8E1097EFEC248D83112C45B37D7B88 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 19C743769308B03FCA2671D68216A79D /* MKAnnotationView+WebCache.m */; }; + DC2AD54F59773138F1461A45C2F19097 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0F631DFE9C6B55494D7E0B825FABC19 /* ZLPhotoPreviewController.swift */; }; + DCD6B5737F0263777C4C9A3EE760114B /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49656CF20129649D3E14CF905B81CFF6 /* SwitchIfEmpty.swift */; }; + DD0D82EA0192E44DA541CEC3B4A673CA /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DF4065EFC063D3C7EE57D4EF1A98083 /* UIView+Utils.swift */; }; + DD13D1582CFCE65C448C2B56AB55ADB1 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22C007EC445593FC31D8E0C6E62FAB7C /* DDAudioService.swift */; }; + DD792E3784D6D144A65A189A78A58428 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 36AC962C6154C096EEB832F99F99A210 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD7FD9534175BB8CA05C83AA8BDCF23A /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F70CE0517833590AFACEBB1154FAEC /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDF9F1CD51A0B6E3FAEEC690269482E6 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E53C3CC11EB6251FB7BE1FEA574C715 /* NSSlider+Rx.swift */; }; + DDFE00C961BDCC08086F9939477303CD /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BDF273B8399921F90B8E3437F75A7E /* DDTextView.swift */; }; + DE63FE12234373986128740BCD872713 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62A1CC181C807926A95A1B09578C3B94 /* Observable+Bind.swift */; }; + DEA9C3D6CE995A50A590F7844D364C53 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F76969A66700A8509CC842EFBC44DA8 /* ZLCustomAlertProtocol.swift */; }; + DEAD2BF3F313B482DA2B2CCFD779FE48 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A529BCC5EE9042D34104C7FC97FE146D /* ConstraintMultiplierTarget.swift */; }; + DEC51677536A6246A508EAC6146E29D5 /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4F9344026C6D2E5936C737B8814DB4 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEF927C402FB3083C602264BC937F644 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DB87FBFCC8DC00439AE693D544B7 /* Source.swift */; }; + DF217CDC17FBC6B0860732A9547F6805 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 71855AFB5A015EBF844F74786A52BE73 /* ZFNetworkSpeedMonitor.m */; }; + DF330707BC9ABEDC09D16DDD00298969 /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 65975CE3EC921F5C1ECB54A0142386D9 /* UICollectionView+DDCategory.m */; }; + DFA46412CF2FE571B31ECD6CC8EEB9BE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90BBEC74A0EF3144171388AC02834395 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFD7E2867E7336167973FFE6FFF1DCD6 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C305061A43F4C2FC103B2F00149C126D /* DDCategoryKit_Private-dummy.m */; }; + DFF1DB48DB0640CE62267571AB775F15 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B6505E069ED9E19E88494F572B8F5532 /* DDAutoUIKit_Private-dummy.m */; }; + E017B4EF323A0EBD732F33B9C92FBD0D /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABEA0196D0AC7313EC1C2B9E11532FB /* UIImage+ExtendedCacheData.m */; }; + E01CDA460DAFCC348AFF41C35B802C89 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 72E5C5E1AB1E35EBAC6D96C5C8E1C712 /* UIView+MJExtension.m */; }; + E034031C40FE734AB1A4ACF321EEB12D /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 075C93D4370E32F7C43C1E5AA40A9546 /* RxCollectionViewDataSourceProxy.swift */; }; + E0528E490DB59F03F3D21D2509CC36E9 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5819EF7BD550DC2DFA3B49505B105807 /* EKContentView.swift */; }; + E0535C22C58CFE61C7FC72412989EE7E /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB68F7F7B71678D1348AD4C1FC7F86E /* SDFileAttributeHelper.m */; }; + E07F5D56A6657C9297ACEF8B1E6047A3 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = F92832974AA6EF3FCE06D2F81AB10BF2 /* ZFVolumeBrightnessView.m */; }; + E0A97352EFF47010A3449A81255CE5FD /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E889469CD4B253CAAD1E37EBD8679DB /* DDCollectionView.swift */; }; + E0CC6E9D3DFD309886FF7628DF68DED5 /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7315D1F8FC4040B2AE061AB9405761EC /* UICollectionViewCell+DDCategory.m */; }; + E186BBBB4B58C407579F3F8EBE863EC1 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472B9B4D8F176723B7B0E2DEA9DA8F42 /* Completable+AndThen.swift */; }; + E1B742B08C2A73502ABF68D9479E4D69 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDD8585E8160D9ADD0939CBD810AAF7F /* ConstraintRelatableTarget.swift */; }; + E1DED8173DF8AFC25EEA07263F8AF666 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4789EA9B6B21AD5B48E88A5803829646 /* PublishSubject.swift */; }; + E1FDB8D42137D8BF8709EE551862079B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F08CFEB7B6DE482CE7F36F4BC4432FA4 /* RxCollectionViewDataSourceType.swift */; }; + E275DC16AFBC1AC8C77052631BFA0E56 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3963BD4966C7DF217C145D8AB8AC2FBC /* Scan.swift */; }; + E27EFB8F48312FC0268C6B922BA3474E /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = E44C4CBA1461C022CD91AEF60BE0AB24 /* MJRefreshTrailer.m */; }; + E2D1C8236E08CA248E758FF3BDDD2BB1 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A9CCF054D7E41116E54A9AE9BA516D /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2D3345435E9F597C1445F09F5BD5FF4 /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68E2A234C44A533BB1D679BD9BBBBCF4 /* EKAttributes+Scroll.swift */; }; + E2EF5387D71F2D5DEC1F9C0FE6026C1A /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D132BDE216349780B8BB26EACEA0199D /* EKEntryView.swift */; }; + E30D053236494B7F13FCF9171D8EF69A /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69DAE254B635FD143074BE1E27FAE60 /* UINavigationController+Rx.swift */; }; + E3E3DE23FC79DC2811F35E5B7E278ACC /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9E4CF343D8B8625D02F1DAAADADBBE /* Errors.swift */; }; + E425B1792B00EFB153A9BCAC85B730F4 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E2B7F7E2BB2CFF86928895CB40897B8 /* DDViewController.swift */; }; + E42BF0E600D0189F7F9AD5329D385334 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2044256119F60107C9F86B722FC4D42E /* DDTextField.swift */; }; + E4C40BEFE20B4E8D845C04FBF78F8162 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5B3710990D2B7BC5721451D81B7490B /* Rx.swift */; }; + E4D5C473FE1076929BCB98EE40EC1C91 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECE8C514F069EE93B6F71A58D3E07D47 /* KFImage.swift */; }; + E539F0D185B36013E1A03A35C27258B9 /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1917A93D07541DC4E0F7ABF9B95B2EE /* ReplayRelay.swift */; }; + E5B3C04F705FCB65441CA1FE35CFC536 /* GCDTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD00A7991FF6430A6A5D5FC44797A155 /* GCDTimer.swift */; }; + E5F6C631FE32C41FFA4610E64AFEBEF6 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D3DF83A584DE08AA687F6DF45C5A12 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E60B45E5647579F76C24F8451C2EB8F7 /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9EF0F840DE02C19D441FC59D2A20D21 /* RxTableViewReactiveArrayDataSource.swift */; }; + E62A2816F9FFAF952C0E47C31B28D461 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA945966346391D0041C870EBE78535 /* ControlProperty.swift */; }; + E62A3E33CD01B815039CCA9622117DC2 /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 51CC0EB4DAE02EE75E2EE3CD27EE74F1 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E64665EEFA44DA067C2F45FD437A5507 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD13D743B74B267A65C7F4B046E22CE /* RedirectHandler.swift */; }; + E674B743DA97272AC8135AF21CF22F80 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9C99F07FE83251B7ED329975DC4660 /* KVORepresentable+Swift.swift */; }; + E6AAEB8C90F798D2176874B496FAED5B /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFC200CB29150616F1B6EEE4FC8D52AD /* ZLPhotoUIConfiguration+Chaining.swift */; }; + E6BD7696EA5DDA8FE1397BA30CF46778 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ECA2DFEF76216F16FCF73FEBA5FD0E4 /* UIScrollView+DDCategory.m */; }; + E71B6E755ECEE68AA709F73CF03711B0 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948B839A01248E739F456F1E4D3F574C /* KF.swift */; }; + E75122710DC5E6C2B7231F89D86281C4 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9A12B786E8D1A2987B94D175404C849 /* ConstraintView.swift */; }; + E7974F958576012A4C096B81F43B5022 /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 25DE850B7532056F2382E4BC4B8DF44E /* DDBaseViewController.m */; }; + E7C0930074475557B4EF8C50659E6C1A /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 70E422A9AC5B99381A21FEFD62C9B812 /* UITextView+DDCategory.m */; }; + E89EA5216E074A8E2073062D8AF5EA40 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 65166A72961F028569EF8F3C436C6577 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8A2CDF5B1D642F2C3225619514140C4 /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CDE96E1CF3780B7F972F125D92DA8D /* EKAttributes+PositionConstraints.swift */; }; + E8F5C10BEE66E0A8E67F786EE75C4DE3 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CF95FDEF841956138F5E00F99EC2E4 /* UISegmentedControl+Rx.swift */; }; + E91856AAFFCCDF982ACDE180CA771300 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C75E78729CB104714ABF4627FF574C26 /* WKInterfaceImage+Kingfisher.swift */; }; + E9466C49123B6DB38997B61FBE1A864C /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D655B246724B348EB3A838C4BA8BCD59 /* SDImageCodersManager.m */; }; + E94B3EE66EBD1003468410DFEEBCA688 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8027DF7A4F3ED2E40FF6E9C358E7DE91 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + E9D877C0FC7A2087F6B5FEC67FFD4CFE /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8B681146BE152ACCA3AA98BB54FE355 /* JXCategoryView-dummy.m */; }; + EA20E7451CE67E411DAE038C6EE49472 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 21FA4AD4233CA0B7D11FA3C779D8E69C /* SDImageCoderHelper.m */; }; + EA68C451D897EEF2F22007A644F8D269 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D04FFDD1595A490645EEACDBBE9000 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB34415A0817B6F0EA97C89773A6FB99 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F0221ECC6EE578BE948BCFEB730EFE /* ZLEditImageViewController.swift */; }; + EBCEE8F5579114E5F617B63B87CF4B48 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553430FD412E81577CC10948DEB10EF9 /* UIView+QLContentWrap.swift */; }; + EBD415C26D6A34A0BD3DC50D43856960 /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B95B104A397B8CAC5FB0A7CBE9FADD /* ZLAnimationUtils.swift */; }; + EC2B3804DBD7244270FE3CBB4076AE22 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBDF95A58A9987FE039371DD70D0C635 /* Bag.swift */; }; + EC9EECF0E331ABEE9BE71F00974E9912 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27EE0A3F44AFD4AAD378A470168986B4 /* AsSingle.swift */; }; + ECA3C9098832D36585005439969C9F8C /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD102BBD93E2897C403C03465F95FF6D /* ShareReplayScope.swift */; }; + ECDA38050E5B86E2E58E7AE6A4E7442C /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFAAE42760F819F0B9EDD24096E8D92 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECDAFF0DD9AB8B67DDD302B944A58D13 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF67331E6FD51792CBF87AA68A8EA90E /* DispatchQueue+Extensions.swift */; }; + ECFA032906B25C329C3B68D61C4B8375 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658FF1A4D43134AA19624EB7BF8316F6 /* SwiftSupport.swift */; }; + ED3F8719AE0C4D9464C372D0CB5D2E14 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD476296FE89880ACD34C9FF3987308 /* SDInternalMacros.m */; }; + ED9F225882E966D67FD120629EE2B926 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = B48D21361DC358E7483130844863A296 /* SDDisplayLink.m */; }; + EDB63409EB6B2D945EB157D8A6CB1E4D /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A03A12AF7240969CAA9B3ED42B900E4 /* MJRefreshBackFooter.m */; }; + EDC4065EC27A50BCC6B13FC3ACD00185 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2699FA5D2F52EA61C508D3F7FB6423BB /* JXCategoryTitleView.m */; }; + EE379B4848EDB17BE1C4D32E97B930A8 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DC5AE8EE33062813D1CE352795131D11 /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE4F330BFC8B694E49B714C8A93CC916 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C4134AE784D091B1F01C8D2B3A1631 /* RxTextStorageDelegateProxy.swift */; }; + EE6C58D44961C3217831063619494F1D /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5B9254C4FA7C36D1A857AFCD2D74256 /* Error.swift */; }; + EEDA96A76FB155190923BB27C5EDE661 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = EC1C95C224C45E23CDFF8970AB6F8B0B /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF5F3CF8BBFDE4BEA2A2380A503569E5 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC5138911CE712E46EFE27F4AC2A67D /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F001B72EF2941419AF8310B30D8FF42C /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0AE4B225CDEDF8AD051F01FA5ABB568 /* IQTextView.swift */; }; + F0133CE9DC3178B35F2AF1F29D535F7F /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDF18104446524DD0FBE32F6A9C55B3 /* URLSession+Rx.swift */; }; + F07D944FB9EE7D69319AEA7DF8818876 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5301089EA0B905C173AC702B42B11325 /* JXCategoryNumberView.m */; }; + F0B4282A102ACF883C5664EE6EFB2081 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FA73D6FE1280AC2AABFB8FDD9470C6 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0BFF5608C4202CA0453E53F57D91514 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE812BF3A52DDAC396ECDD9358AE000 /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0F38230060D730610F5815650288F1A /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA8D5FF03C57C77AA2556B61776E1C5 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F152746FB849EF208D83302F893A6658 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB2D04BBE4CCD93BE00F7EE826D6D84D /* ImageProgressive.swift */; }; + F19174B6F08BC6807F7168938A624447 /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BCD5BE277F5749CBA30B3ED833FCF21 /* NSObject+Rx+RawRepresentable.swift */; }; + F1B8D62196F1AEB3E7F0D9B1EFE4FD15 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90103854DF1E0F105821E13A67BFBA08 /* ZFPlayerController.m */; }; + F1CD6661FAFABF16CD930C30A0566C47 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 12FD80DA766E5AA5BCD33318B9B4BCA9 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1E0D664B3B3883C479AAC28AD6D3D7F /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F3EFFD0E2D7B7933DF52B46E5005668 /* CombineLatest+arity.swift */; }; + F2A3C645016E3EA88FA9001E2D6F12EF /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */; }; + F3128567652CC62E62B1B8DBEEC5A304 /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EEE3BF1975EB04E24076DFEA6984957 /* UIEdgeInsets+Utils.swift */; }; + F39F0FA7DEC7786370959E557810E16D /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A7573C19BA5A4A230CE6992965C0AF6 /* SDAnimatedImageRep.m */; }; + F438E226F576E6A0FED2268D83A82AC6 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F5502314CC59CAAEDE080580304B20 /* DDBaseLabel.m */; }; + F4B076723D3EEFEE244EE1009B3CCF28 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4BDC0F324C2CA6FA47BB3C0D64B3A29 /* MJRefreshBackNormalFooter.m */; }; + F4CEE8AEE1D3CC874439E8E5988CB8AC /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 906B5E7E30C9A04D430BFA2687FC55D6 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F502C7E976C0502B97EABBFF8032C7A3 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8482C558D30F73509735C0DC16CC73D2 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F525906C5A016C296FF10CB143F624BD /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFD51A8295EB1971055BA54D2A04615 /* SDWebImageDownloader.m */; }; + F5BB2BEFDB9F1EA2A0A168F46096A065 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 309B1572CF2EFFB32EE342E1C74ED9BF /* JXCategoryTitleVerticalZoomView.m */; }; + F5D8728188EC93EA5FAF5CA84A2C3E3E /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C1C9C21AE3B8A62E7D2F0B24F75D68 /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5E07701094C970A9458F8BFDAB4F3B1 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = DB1C7F33D6C92385800EDEA35CC69C73 /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F610D4583B86C6599C47292F1D1AC91D /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C06AF06F6B544BD354726F0591A3E188 /* UIBarButtonItem+Rx.swift */; }; + F6771DBD2D0EFBDC47030E698BA56780 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F173F6615E1E0DDB16BB37B62A5766D /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7869ECB08349199C0FCBC6ACA0DFA89 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = B58A432C406C47BE98AFD227EC5A6A9C /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F79338C3D732C666311E9A66D3611901 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 55650C47436BA5D733E2B2FF835DDDB4 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F804CEACBCC1AB7CFD580B0076DB9F76 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BAF26AA0328628B4CDF6CD90EA8ECE5 /* ConstraintLayoutSupportDSL.swift */; }; + F844A55CF6790D853D264312D6F883E0 /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = B9E0CDD9B1EFE572A86E3CF1B70B1EB3 /* UIColor+JXAdd.m */; }; + F85954F8ECD9E80718B093791EA95425 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A2C752059CBD7AEEDA303C3DDDE795 /* IQUITextFieldView+Additions.swift */; }; + F87C3F12FA754F2BF1068C663D2E8EDC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = EA02D2EBC28B3BDBCAC13AEE827BCD26 /* SDWebImageError.m */; }; + F8A7F261739C12A8135E4A47FFA7772E /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 978FE1C0126BB0EBC0162C2169991E64 /* SDWebImageDefine.m */; }; + F8DDC9D4E7FFBE6F0911E2D7A4DC9F80 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEB96C68E7AF597875BD6C2A2C16D79F /* Queue.swift */; }; + F8F722B95C950969CB8FCA2543BFE113 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D63A53E06FA33C857AFA8B231F18B1E /* RxCocoa-dummy.m */; }; + F9184E29F1DA762B71C60EB1C951805F /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 344CC90BB1EF5B03398B3EC976FA4FA1 /* Amb.swift */; }; + F93585E000D26239A2916515A4E9B8D4 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71895AE72E93BE32326BAB527EDB2C2B /* LockOwnerType.swift */; }; + F96A3F0B8CDABE0D30C061B8F02BE857 /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80653E3C794492C1132D7E89E109D0DD /* Just.swift */; }; + F9E6C48FEF11BDA55B335E1060721D74 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB326CC9FC67ED01000DF51471C9264D /* EKColor.swift */; }; + FA145D73018E7D2FB142938415DB42E5 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD608EC54B982400638C74B13A81899 /* SDImageFrame.m */; }; + FA398422E4E9153C85204F33651B6414 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 289B5E89C58007C89BFC5A8FFA13E97D /* UIColor+Utils.swift */; }; + FA46D15B11235046C6234111666D3BBE /* DDDateKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF35CF9F41487D85B6306055BF9FD9B9 /* DDDateKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAD6802AC12ADC25F94106A57E5A4661 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0738A91452A5AB8516CD9809C8206672 /* VirtualTimeConverterType.swift */; }; + FB16503E903E5B60EE15B0DD4D8562D1 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = B3533A9857B0CFB1224A0B13CE1D0AD1 /* NSData+ImageContentType.m */; }; + FB543E6A5F8C2EC92FF45630C6D5F49E /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02B5D36893B7C5B2A04CA6311C796209 /* EKAttributes+Presets.swift */; }; + FB547DAE81B162C9D42CE19898164777 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53815EF6EDED65BB92B8C6625841EEF2 /* SchedulerServices+Emulation.swift */; }; + FB6EED41AAC772ABC186A60870F80120 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B1853C5407ECA486162DA334FE78FE0B /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB71719ABC69822A591EC1354D1B4A2E /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCCA66CD5DC4231D2E8336E440AF5F7D /* Observable+Concurrency.swift */; }; + FB726649DB4AFB1EF71F4D6F6F4FA5B0 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF06D4B5118986A9ACEECDCAF03D68F /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBC89193D9C95C427AEB8FAAA0184E43 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611D15D08DBA689FCD039A3C6276081B /* ZFKVOController.m */; }; + FBEB6B48527D13F8A742BF3404733845 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 39CE5EF5ACA417E3A5A55584322ADC67 /* DDBaseNavigationController.m */; }; + FBFC887E3133465DDFE6B3D8A52EC67D /* DDTimerSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA0980ED381B9102BC01EAC35448DB3 /* DDTimerSwiftKit_Private-dummy.m */; }; + FC061D954352F832FBE08C01973F7DF7 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BBCEC4040C15B8C86CAA7C0C59CBC4 /* ResponseSerialization.swift */; }; + FC2E44457138A6E427F9444433ECA19A /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55877E0A0277FE39E64AEDC8ED661944 /* Bag.swift */; }; + FC6847F51D34B767EFA97FA948C924E3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9EB7F4E272B5A6E617B526E6D4807D4 /* GIFAnimatedImage.swift */; }; + FCE1D3599681E6144363C9C86451836B /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F6C7F436169BC1FDA3F622C244D1F1 /* Observable.swift */; }; + FCED5EA34F470E1DE64CB9C632245922 /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3993100651A55041F8EF7B51B222725 /* ObservableConvertibleType+Signal.swift */; }; + FD0574A25469F0713B34ED1B682755F2 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8720B6D35C9E0030D3EF486D254C8738 /* ESTabBarItemContainer.swift */; }; + FD70F673A044AAAE0C5AA9739516065A /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B50ACD6C35DE18B1012B91AFA770E168 /* MJRefreshAutoGifFooter.m */; }; + FD7228A6A8B2236D44BE57275510EEAC /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FFF5015AA2CC23D57CF7884CAD856947 /* ZFReachabilityManager.m */; }; + FDE175AAA2CB3652B67AA421E7AF96AF /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E39E20E88245B6C827AC3000375933DF /* IQKeyboardReturnKeyHandler.swift */; }; + FE20744885FCBBEFACEA58867A812C6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EEF8C8982B1ED735852F8E6ABB1862F /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE4E4F6B2C705CE624BB46C49E7FC233 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70AF3C5468F2854A26AA649CD625C82C /* InvocableType.swift */; }; + FEAFA67E08DB568B43C4401757293A23 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B326312DF712A13555DF3E29A4B91ECF /* NSAttributedString+DDCategory.m */; }; + FED1A8F3BF9F7BF8F946021465C8D7AB /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99B456EA084FF91321A01E0666F686A0 /* CurrentThreadScheduler.swift */; }; + FF09DB3E12CCF2AEC3DC0E4B813B2DCA /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED5385FBB514A746C324203EBEABDE72 /* InvocableScheduledItem.swift */; }; + FF774FDF91BF04B9304411D419586FE5 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2E02A764677ACF75C90EED91376009 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFA171B211AC028D0A9375105738BDC1 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 6918D1561A26E4FF3496D39FE6D77847 /* ZFPlayerNotification.m */; }; + FFAA74F5A2EF6804BF1496B33FF45C9E /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 84415988F58EC4140120E933A009CFA3 /* UIScrollView+MJExtension.m */; }; + FFB9E82FF0E210BFEB30F4D221DD476C /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502609DC32845BBCB996F48B071CF66F /* RxSearchControllerDelegateProxy.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 03A94114A8DBF602C92EA9346A96BBC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 075EF9AF52D8940384DBEDD43B1ED6B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - 0AD55E002EA52367601C0825FFC3EC14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 120843653410676EA4B87675A5076C06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 16E2576D2F7177568475EE7E362B3A1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; - remoteInfo = DDControlsKit_Private; - }; - 17CBDE9562E3D566ABB8BCC9DC066F7D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - 18BBA9958B9A1C0D1A21E70DBE5FEC63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; - remoteInfo = DDMAMapKit_Private; - }; - 1C727528D288B242EEAE7455FF18062A /* PBXContainerItemProxy */ = { + 023E26E4D04A492A1D604294EFFDBFF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; remoteInfo = "AMapLocation-NO-IDFA"; }; - 1D8656C843A0769A2C8A1BA888F81942 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; - remoteInfo = SwiftEntryKit; - }; - 1E77FD1633E202CB2B3A3FEAAA4C1620 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - 270EC1DAF141647B370500AD6610DC9E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 2B2C1C32E001FFA11AE5326C96E89235 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - 2C951DA951C5939736F11A6428694CFC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; - }; - 2E1E7B391DFDDA243A4021C8C7759735 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; - remoteInfo = JPushExtension; - }; - 30780297B2038C61A7E4028F2366A585 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - 30D7F9CCB87E58C05178FE3C82EF36EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; - remoteInfo = DDTimerKit_Private; - }; - 348DF6D0A4270ED3680E3FA30DA24AD1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 39208E0FC8B386B01C096D3505CD9C1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 3B3A30CA13D74D30BF953809701AB702 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; - remoteInfo = Bugly; - }; - 41DD2E1BE4B85B45EF8F7F0955AB178D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - 44124618556E003C3CDDA34EFC578151 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; - remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; - }; - 458C3228DD71805E6666DE616022EC52 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 47BE3027B57CCD9E2BB88EA6EA2F801D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; - remoteInfo = DDAutoUIKit_Private; - }; - 485BDF7C28C63093889C5FC894F4B002 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - 48969AD2FF9FF1DB2C2569E1853FCA54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; - remoteInfo = DDColorKit_Private; - }; - 500D06315D6DA75518AA48D5697A81F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 53D00AC152BDE1BBF3583B85C988A901 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; - remoteInfo = DDNetworkingOfAlamofireKit_Private; - }; - 59BBAD639E27A402BD59C2B25FE6A2E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 59ED8F6F98DBAF2182FCD4DE8B34496F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 59F33E6A6C1EEE0D2E6962244DE78E80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 5E4DEF77EB79F99C893B540EFF7E73CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA849029E6A899F45F613165943A6C68; - remoteInfo = DDDateKit_Private; - }; - 5FEC17592A951ED5579DCD9A4521E7EA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 6A95D51076A53A2B9A98CF08B63ED89E /* PBXContainerItemProxy */ = { + 06C4C58B058D09D49F469AAF35137BDF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; remoteInfo = RxSwift; }; - 6B92D894582EE1677DDA908F9AC4696B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 71348DCA640C0949E2E37B64624C2631 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 7C7690FC0FC9B5BD4CE13E050FA86FDA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; - remoteInfo = RxCocoa; - }; - 848BAECF6F4CEAA762427A275DE7D592 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; - remoteInfo = "ESTabBarController-swift"; - }; - 86346020D40CF4DECE6B55BCA035D400 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 8F0309D672FCE261747349C81F0893F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 93B1C808E8CEE1C6127FB2083566088D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 9764168B055A4BBF12982578E04871AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; - remoteInfo = DDToastKit_Private; - }; - A57200707AB5F7B20C5D3B5E4D5B0FC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - A5BB82D91D0FB640CA9FF5060287B67A /* PBXContainerItemProxy */ = { + 0E5E48C925575BBF6AE7E1A67D0D182C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5C23965029860967865B3429B5E29092; remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; }; - A6667AD9BCB9E146D0026296B38B1D0C /* PBXContainerItemProxy */ = { + 1134C043F41FD47CC85035544AF680DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; + remoteGlobalIDString = FA849029E6A899F45F613165943A6C68; + remoteInfo = DDDateKit_Private; }; - AB0E6DC9E3FBF0ADCF6F3D4E97169F8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A8B712B20F60AB02004557B884A28FD4; - remoteInfo = DDUtilsSwiftKit_Private; - }; - AE35C6DEB8D22BE0B3CBE76C47165BF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - B0B7B4B97E90A1A7F692D7536A1687C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - B53B1704FA126DD127FC16B6F08D48CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - BAC319CC4CA63F163AB063924EC37E67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - BE2A651E22895D4FBAFDDD508DA77A24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; - remoteInfo = DDFontKit_Private; - }; - C762DC93C5961CF1E1650FD83F299DA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2864923095274ACF5E5F99312F360AEB; - remoteInfo = DDZFPlayerKit_Private; - }; - CBDAE6525824911B031244CF27F1A6EC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; - remoteInfo = DDWebImageKit_Private; - }; - CED0C7138C6E42AFD82EA91CDA513312 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - D4EE6C40DB3F0AADEDB4D7E46A919D1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - DB96859380EF12379AB9E2A6AFF5D4C1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; - remoteInfo = JPush; - }; - E288E0A26080BE19937A249F016E7BF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - E6EA1DF411F8258521DD5FFEAD42B1E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; - remoteInfo = DDAudioPlayerKit_Private; - }; - F05CAC90F7A7C3483F433E8C54ED612B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - F2A95839CDEAB0351459E8F471FC0CEB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; - }; - F2ED95891472EFF30F4936B951439E90 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - F6D35D6D5B289F1B441EEE8B55CC997E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - F7DBC565236196BE7AC6B30391F0DB35 /* PBXContainerItemProxy */ = { + 1486EC49BE87F8AEA8A665A5F7D7D5AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; remoteInfo = ZLPhotoBrowser; }; - F91F5516177A10690744948E263DB19B /* PBXContainerItemProxy */ = { + 199B7CCE8DCF6435996E651DD2E97A82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; }; - FAC6910FFE7401A9619D5816E9975877 /* PBXContainerItemProxy */ = { + 1B6E90626B7E21A937490441EE482AFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; - remoteInfo = DDProgressHUDKit_Private; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; }; - FF535838A3C88AF8DD1E6A2B14022009 /* PBXContainerItemProxy */ = { + 1EE2B556EAEAC14889E5052C5340EF60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; + remoteInfo = DDAudioPlayerKit_Private; + }; + 1F6532C8313D989FC9D5EAD4DA197286 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 26FA96BDFC6E3909E35019AB26EFC4C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D4DC618BC2D969E8743E01C79FFB7BD; + remoteInfo = DDTimerSwiftKit_Private; + }; + 321CBAD7B93A88147BBD511E60E8331E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2864923095274ACF5E5F99312F360AEB; + remoteInfo = DDZFPlayerKit_Private; + }; + 35AB7A463C36BF3C9C45984EAB1E7A30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A8B712B20F60AB02004557B884A28FD4; + remoteInfo = DDUtilsSwiftKit_Private; + }; + 3B7DCFC52A335809FC92F1E3634EEEC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 3C917F954E2EF91961A71B0CD7A6711F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; + remoteInfo = DDColorKit_Private; + }; + 40EC0E3C832EA759A99C509A0963DC87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; remoteInfo = "AMapLocation-NO-IDFA"; }; + 50045AACEA8F9AA96A93C46B10A9AA30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; + remoteInfo = DDControlsKit_Private; + }; + 511A460D8C6FBB7ADE809E4CAABEFF20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + 55FC34365F9CE150D5806CDC80863F23 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + 58888A474C78FE6EDFEE33AEB9D0F502 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 6027FF131510BEBF26664CC778FF1E96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 67722F074AEB1CAADDBBA9B68FC9FD53 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + 6799B53635F1BAB7C2172DD34D5C7ECE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; + remoteInfo = JPush; + }; + 68316A7DCF977DEF9801A6BBF6F6D306 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + 69B9033770BAAE728801BB5162B70F61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + 6B0D868681882427E92255C279425765 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 6B937961ACC9C219C2FDB5866DB92833 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 74EDAA8C4D4EF19BE13671B43EFDCFF4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; + remoteInfo = DDMAMapKit_Private; + }; + 7A6F4366038C338073FB81BADC8CCEE6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; + }; + 7BD5064B71BE3B6D0DD1C936D80DC8A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; + remoteInfo = JPushExtension; + }; + 82DC3AD7824B5675DA7EF49B834FD5C2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 8497DB90904BF2EC47B67D9D1B17C700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + 84E8B310CFB7DF17BF7914165CD299E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; + remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; + }; + 86F42CDE3231A7C5FC8837CA039C19EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 886F64332392A44C3DB36DBD6207E5C3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + 8D53C4122979FE2648090F5004F2CFD7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 91C53F4953B344F7F194764516BFAC99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 960F3E5D244D5C90EAED5A6F216B148C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 9F85F7D9923C0371937DA0CA5A574D12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + A0F340B98CA090CEEBF253D8909F9ACC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + A1A2AF473EACBEA2CFF7FB17D2FB32B3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; + remoteInfo = RxCocoa; + }; + A51BE3B132FB004DFF53119441D9C2EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + A7A3314866D810E8A98016890BC6D25D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; + remoteInfo = DDNetworkingOfAlamofireKit_Private; + }; + AA50FCDC7F49FA49B32D49702BA9CAF6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; + remoteInfo = Bugly; + }; + AD7A63D004351E09D1F8FC6971224121 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + B429A74A5D287A426919C34BA28D813A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + B834E6904792EEC524ED10D22F35E21E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; + remoteInfo = DDFontKit_Private; + }; + BA199443FF3B6665D1E08B105C1F0830 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + BE3B294C5EEF87F4B11ABDE44E84D179 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; + remoteInfo = SwiftEntryKit; + }; + BFE659DE4C5A1EFDAAA1C14C39D1C4BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + C2296A09D45C3BC6B89E85DBAD21040E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; + remoteInfo = DDAutoUIKit_Private; + }; + C8CA3A882F45E6E6AE5CBD583C13824D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + CB082E17B1510ED0A064CAE42B7859BB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + CDB37B877ED631BC7802AB5063062727 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + CDEE3FF2C80289148F7F422566F5F318 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + CE614C370F61F9BC707C8CCA2F18AF2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; + remoteInfo = "ESTabBarController-swift"; + }; + CF499DE55346B7E3C3D07FD7E72881A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + D2384274EE77FAF38AC300091224410F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + DA9FB9F96037D000CD2C636334C87757 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; + remoteInfo = DDWebImageKit_Private; + }; + DB3E12A6E5A10C8550D319C0549C0EAE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + DCAEDED64D55BA67BD5C6D78C52E2528 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + DF3A8FA4061E9311F303CE4BA9248FC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + E59CC3E1FE27337A003C945D40767E33 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + ED623CF4F9CA7F4898D362B42C51CBC6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; + remoteInfo = DDProgressHUDKit_Private; + }; + F641F24FFF3261724288571492870D71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + F96105133835B5540F7B99071D775E46 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; + remoteInfo = DDToastKit_Private; + }; + FDE5AD597E46A694E192537D0BF78BAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00A7FD2203B82F4DFAE7477AA953EB06 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; - 00AC4978DA441EF522D23337E654A124 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; - 00BCDCC943536578155AF34FBE207074 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; - 00DA1EA82A1C5727AEB99207CB041DB4 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; - 011FA16A8186F8325BEC83A7535F2B80 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; - 0138E64FA5C1587EAD942A0A856DC135 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; - 01579CDB554B6C284391CD2BF4912B3E /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - 0160F6FD8159973FFAB4A20E2A743403 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - 0161C0EBB6DDC77A360EDE41606AA497 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 01678EEA141E1D96D74F19A5B6362CB8 /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; - 0167C3B919B592A86598D842F0AE85B4 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 017B7474016C73F912F0A6B5DEC29D92 /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; - 01BA2D4ADBA27178CEB62FE3B1F66982 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; - 01E7D7EDB47FF3CA2A48345E45CCF351 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 01EFF50071EFC1950336D014E63FBD6C /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 0229AD3DD24A8F0CBC70E477A6F95486 /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; - 0242FC4A5551C283C4DDEA889803D143 /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; - 027D6D94AAAD9FF43560069A085480FF /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; - 02CA52FA9F2D1D8DBBBD300178CA9B44 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 035E00C82D5A5E1B5D66DF4731F79773 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; - 038D0DE35B1F584AE5BBFF4599172199 /* 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 = ""; }; - 039A90F89D838B0FF683A0B19873AAAB /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 041A2B3D0664A5BC0163B34FD9CEF6A1 /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; - 04435E71EB9F272D73F42E347D9373BF /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; - 044AE157E0EE7C5304AB9F7F4DE9729F /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 047248665275F122285FC5F73A94F06B /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; - 04C4DBE6A8D6E8C5C679616B6279C4AA /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; - 04E62B9225287FBB42F61171907378DA /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; - 04E9E2C6F19AC76CD3A066FED42F2FA6 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; - 054B4AA225C8E94B932E99F38B3039AE /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; - 0550CC0C595342BAA95F93C5409874F3 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; - 055379E8EF6926545B4D2196EFED0A86 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; - 05934A8005C8252E6A6339E9720FCEDB /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 059D93D47C64DD18B501D7C536C27D7C /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 05B08DF269C929927CAB4B9A2973FC14 /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; - 05C38FEFD5B5E8F406E27E2738CE4E14 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - 0622CEE0A4DB63D37F1DD3EAF8DD7DAB /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; - 0632AF20071C8C56A3F7180C760BB9D2 /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; - 06330899C9E05A8D1A2059B4C8AF977F /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 066028E070A31219A3ADE57BFEF7B93C /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - 06C9A69758C490162ADD02D503F60F4D /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; - 0702120AC1E2EEE8879E7C01A10BDCA0 /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; - 0704BE5B3968BDD7FFB01521D8C85308 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - 07243F2B1AB8AE6BB103555F715F4BA2 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; - 073F7EB58D5EC21B226F5B678B883802 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 079039BBA153FEA2D453990B100F16AC /* 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 = ""; }; - 07929A0B50434F2A0CA15E8E6EB620D6 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; - 07A58DF67D30D3765DABEAE7447294BA /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; - 07DB34723702A89C74BEA68A3FA155A8 /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; - 080F40B0058994943890863175C00A38 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 0817F43E1A68B5C20B730A9ACFF911C4 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; - 088CFEFFB923569A2F3E3DC2B63424CF /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; - 0896363B90487407C5E7A3F54355E168 /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; - 089C8E53BFCF809602D82FE084C36EC5 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 08B470708E5DB96A8752E3664D00DE5E /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; - 0900ED007C7DE9D927D6E31766F2662A /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 0907F60EAB1883F72C2DC2519CD54BFA /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; - 0920BE370F75438D0982FD2AF59FF65D /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 0930830E4B5176E1D0E1C4B115D21231 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; + 002BD6FF4A3F9245D1458F92EEE1244E /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; + 003B524C688EE4F0A3E32FAD185FB835 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; + 004B7676058E2407CB5B153CA3FBEA9F /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + 0056123C916B3FAD3792056915881F03 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; + 006D6E3E99459ACD25635521536BE2A6 /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; + 00735EBF786716344798F415F02C9B68 /* 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 = ""; }; + 007F8A46B5AB2BF99C8D477EAB683962 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 00B38C6D2892A8D38AC01651E92585EA /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 00D8DB87FBFCC8DC00439AE693D544B7 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + 015631681C7B83B2C7216F38F9058174 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 0180772D844948DAC2787CB2A6DEF7F3 /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; + 01A48E6579C505EE72815548B5ACF350 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; + 021566689C74C1290910F655F53572B5 /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; + 0216A78851EDD3737472DC9315B386D6 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; + 0224050B0B63BF9A7D7DD2BD7EE823D5 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + 0229B90B8667C9AC8AC2AD9147D4AB3B /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 02310BAF6D639F2ADDC42E15AFBF6A64 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 02B4B812822FD28C0EB03AE09282A465 /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; + 02B5D36893B7C5B2A04CA6311C796209 /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; + 02C5F35C54716819262C5C051CFA98FD /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 0347D13E14D55C9BDBF2D378BD0955C9 /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; + 0353D16E8B939F41899BEC7232690C6F /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; + 039010DA8BFB2C2A6717114B6A9656C7 /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; + 0394A9A8E74881BAA5CDD46CF0FDFB6C /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 03B528C2C0BA2DEEB4ED99E70BC06496 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; + 04026D8D5B7E288F29CAC9DA752D1858 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; + 04328BA6C98D38179D8302972549E0D2 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; + 044034445EF7615ACD20E7DF372ABB33 /* DeviceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceInfo.swift; path = DDUtilsSwiftKit_Private/Classes/DeviceInfo/DeviceInfo.swift; sourceTree = ""; }; + 04A4241915648C1F85271F19998F4D84 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; + 04D693D0E11355F5E5A496FA5A343B60 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; + 04EF83B04CD462E3A7BB4DBA1259E6AF /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + 04F6F30E0DDCBCD183F941ACAF5F8821 /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; + 04F9D22EA2345AB1E9575D922C66DC6B /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; + 050C15D33ADF18EE286B7AB8C6A47802 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + 0523B8FC02288EECEE46034A44A8713A /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; + 05329949F13D28BDF8850D76E94419A4 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 05798AD3B94E8848BA6B0FE935881855 /* 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 = ""; }; + 0595D790A3107AC3743EBE2A2029BF67 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 05E259742E7CC50345FA68160702ED2F /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; + 0611C2AA0070C9BE27566C348DC67D62 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; + 06577ABE3599CAB071738E23F2FB1AC9 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; + 066AEFE319BB79E3553147EA5F93199B /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; + 0690E21A05403897DFDDE0154724753C /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; + 0692BF75289B5D9FA6E065FDCD764DA2 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 06D603CC1BF0357A61F9C28A044D05A6 /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; + 06E757CE2228AE63A091941338F74AE5 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; + 06EF6996074DE7E440328B352F4982B9 /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; + 0738A91452A5AB8516CD9809C8206672 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; + 075C93D4370E32F7C43C1E5AA40A9546 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; + 07753BE8384688A918F9DDED51728CA3 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 077AFFAACDD191C9837E2920BA5B64DC /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; + 07B3D76D696510F49D68B777F3C2F20B /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; + 07E5E01B7CD4199EE3D3ACF9A2248783 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; + 07F3CDCA5004E2643F9C9A09A6498A55 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; + 08118123B3B3A7494D5016580E08E097 /* 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 = ""; }; + 08422740740495AFEC1F956AFBB1962B /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; + 08716B5368601A28F3A4FEE91F97B165 /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; + 0879953FD3BA5ED42848EC138BECD5E9 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; + 095BF2545157350966764C9BD15342A9 /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; 09B4C59FAB38D6054E5993BD78205023 /* DDAudioPlayerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAudioPlayerKit_Private; path = libDDAudioPlayerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0A0D2D5F1A2C4190A6904F5EE6B6B5FA /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; - 0A5D649D2D2D8B3BCD7038AA516EC417 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; - 0B21085AB8AE59E91E3D6A871D0133F0 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 0B26216F8F2D7EBEF94825345CFF292D /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; - 0B352E4F60520F6928A44E1DAE3D34E8 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; - 0B4A853BAC4C6F97E82C4C78AC3BADDD /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; - 0BA6016BF898A9F4CF63A39481BBC167 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 0BB15950C0FF439AEAEBDF2263BFAC9D /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; - 0BB48EE537AEE3D524516A30CF9F904C /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; - 0BBF3AC79DAFC460F4F5A3D36933B3E9 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 0C65D2B7201AD907BE07670AA7C7030B /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; - 0CE3494530E786DA994F7AE58844A787 /* 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 = ""; }; - 0CE7F7F66ADE4956E8581E3A07761D36 /* 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 = ""; }; - 0D0BCAB412E802B3F52B0D6B0EA1748D /* 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 = ""; }; - 0DCF7B370DCD42A3B465B40C4EC3EF25 /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; - 0E2126C944093E4A1BC86CC4763BB2BE /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; - 0E9F740EBA58039D1B012CA9F9C97EC9 /* 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 = ""; }; - 0EBADF3F1A80212A93FA85D32E85E7F4 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; - 0EC81E3F7383C3FAA4A2E0620E974851 /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; - 0EE25EC32F7E7828FEA6375E5D468B53 /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; - 0EE426D9B4937E55426AD7B8F5A57ED6 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 0EEB6947D06DA134EEE6A2127E254610 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 0F029E5D05244D5B52D3AB3232207206 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - 0F1138D30AA4252416F4E1F3F35842C3 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; - 0F192249603E53CF73678BF08250E72C /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 0F403B6FC7BE7AC549244B805809480C /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 0FACB600723394F2E7681C6F4813CCBC /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - 0FCA99E33339E79F32A3038332ACBC33 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; - 0FCC6DEA413F63216206D3995F0357CD /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; - 0FEA38C081FBC2051865C08DD10CD997 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; - 0FFFCBFA311799774F2498D72FC2F553 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - 10055B74B5174CD671B04FE80FF5FD91 /* 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 = ""; }; - 103A45D5195AFF64B380471545AB09EE /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; - 1057AF2DB5498C388CF823D09AEDD541 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 105A3E5EC193BCA88F0A60D627A61DFE /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; - 105C8F03E6C9E97CCCFD1FD90E9623BA /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; - 1087AEBF072F42AFC46976BB86ADAF4E /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - 10BE16FC7595D3620C3EA95F817BDAEF /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 10D9817ABE7B5A4C593F4FDD629F65C5 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; - 10EE738A5851290603905283153BB09E /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - 10EF7C8F67E7B954A07C42F7A33A697C /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; - 1106CB604E789F24DA61177320BDFFDB /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 112298ADCF72F10098E3F6269FDD3406 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - 11A391CF84615F4E5FA8BBD7F242D723 /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; - 11D0271ED6AA92A82E9406D8B667E25A /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 11D99468C50F19DB906CAE58335D4317 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 11DDF585EC59EA8F10E15881799A9ED7 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; - 11E98A4F4789C74D981218349378001D /* 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 = ""; }; - 120F9216545D43298835BAC9F200ACBB /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 121D7DA1FF4D4913BA3CF87290CC5BF3 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; - 122B4A701F0A9F44B6E55D081BD060CE /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 1278A16E01BFF8F9E98550BA6620063E /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 127C85449580E9503450BCE72ADB5F57 /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; - 1296543D48273175558AE913250A7735 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; - 12B3C1F1DB9B9A56E22A20A8E6E2CC8D /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; - 12F999F77A3AC911326B4226CE5F527F /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; - 1351128B33147A48625C38087634ABB3 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; - 138285E000A51FDA49B65AE83954CAD9 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; - 13D1579D0BBD664638A51BEE8101B52C /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 143F634D0774EA2E7C4FD3D5849C8C10 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - 146377397D758D888D0E6CC781ED9C56 /* 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 = ""; }; - 149202F731AADBA983B0DA4056412C92 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 149967663DA7557F5D46428E66B46B69 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - 14C5656372A8C30E7A013650A806E926 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; - 14E47E0078001AA629796E80EB180C2B /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; - 1547D4FE4E338BC1F7A43D64DBB61A44 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 1552FB76EBF86026A36D1DA9E6D3584E /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; - 157764D80F37B7510940103CA120B459 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; - 159FA9471FE1BAE24940ED0212DB1CAB /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; - 15A4C8B726C0D412AED700F4E21ED03A /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; - 15A8BADEE560FED6902E42F108331D47 /* 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 = ""; }; - 1634FC7B4C8372152723DF53AE28432A /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + 09C511CF745FD7F04CFFB08438BB48F3 /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; + 09C846336A32B4467C20350EA19EB9CE /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; + 09D331CEEA7E95D09E74304397A29860 /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; + 09DEA4229B50277B5CE06AD09A47DEC2 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + 0A13083E0A98C1071EA899BE089E438C /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 0A43699697F0F0561FC3098890318835 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 0A74D3FC27F8E931B5DED06F753012FB /* 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 = ""; }; + 0A816803A89C34B7AA317AFA8BB419A6 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 0A82EA26A86196FD9A47A69F0FD1D587 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; + 0A8CE3FF8810EDB63840FFF33E04DC10 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 0AA81637F2194C39E0E0F6D8D7572EA5 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; + 0B78BA6B636238B9C31F3E51CA42F2F1 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 0B9880D07E182A73D7E5DC654EF09F98 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; + 0BABE8E0C1950DCFAED9C826D369049F /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 0BC36D87F5A991C477F3A45ED18DF1A5 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + 0BDA4AC683E6CD5BA939BE8E2492DF68 /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 0BF8B08E94ED39823611F1C11914752E /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; + 0C5D37648AD357B240D7893972BA3F04 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + 0CAF12C2FF61D3A84D919D42918D0EA9 /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; + 0CD8CD31DCBFD0648B52817608836B29 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + 0CEB0E47ED416CB2A2E9BF26DD1069A0 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; + 0D21A6E166E1C325387DDBF2D6C5AB7F /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0D2EA92DEA55E0A1845242A331313205 /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; + 0D539A798A592E1A805F8AD1C35F029B /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.h; sourceTree = ""; }; + 0D6624D2D23A7FC7187240B46006B176 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; + 0D6F30467532F4B97A4773CF1EA2C0B1 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; + 0D875A47581898B0EE8EC036D48EB363 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; + 0D996426A5534AFE860156D879C0E4B6 /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + 0DAC98C51E8808C717CA83F37AD949EF /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; + 0DBEB531B1F522F3456E9FF94DFDFB7C /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0DE823678DFB9EC3AED82E6ED7BF691E /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + 0E034E5ECECDC88610EF0BF573BC451E /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 0E25DA4E9D6BCA5936559018962248F0 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; + 0E889469CD4B253CAAD1E37EBD8679DB /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; + 0EBC85C28088C2DD3C6951CDBF5FDF17 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 0F988E0F7472DAC39FAE8B0965FD1999 /* DDZFPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDZFPlayerKit_Private.modulemap; sourceTree = ""; }; + 104D588A371AE16B55BC8785B047B0B4 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + 10614A3C4111BCD651DF823F8A5DC564 /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; + 10AD19D63439F5D0147DFB073A9DBBD4 /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; + 10BBDD28033680AF8A8FBFF811417FB8 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 10BC660D7095E1F6372297C75F9C7E31 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; + 10D41A889FA71F6D2324DDFB7A0D7481 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 110AA6DB5DAB69B0CF6FD9CFA45592DE /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 112FC61E4E1060E984CEC72D502EFEC9 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; + 117E96269AFF0996443E699F51607FF3 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; + 119031625F6E0D7743796DD56C0C4ABE /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; + 119AA3EDC5E0341791DF4B60B7D82CC7 /* 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 = ""; }; + 119B89ECC5F32181FCC8B832ACECEA96 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + 11A9CCF054D7E41116E54A9AE9BA516D /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; + 11AF65E1A057D2D000B6B96BD704FEDD /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; + 11BF4A900E3ABDA6403DDABCC463BF9B /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; + 11E44DB01BF52DF27DED9F8DA8397B6B /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; + 121BF37FB7425B216A39F55713DA865A /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 12313E05B82F34C44D4EFB7FE6FFA572 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + 12D7425C943C849AC991179033358B36 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; + 12D8FD2DA82FAACBFD29F8B75809BA52 /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; + 12FD80DA766E5AA5BCD33318B9B4BCA9 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; + 1318A1018DFC2324D393BF6FD4C6B034 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; + 1324AB98094E2491A3BCFE2E27AD5CE8 /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; + 13503E40BE9BFB968446C974E4B973BD /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 1351EFD6463F8B4BBAEE63EF2EE86FA4 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 135787B9E3EA1EACAE9CDEBD1BDC0E07 /* 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 = ""; }; + 1357A2222B90BC04F7431511B29007D3 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; + 1361E1085CA4472D06A08023A5FDA022 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; + 13C28AE605451065A4B0A2F27EED634D /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 13F4F3BA0EDE32CBC15E37AEFA1D7D9D /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; + 14540496A0CE90C46867D2F2DA4B108D /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 14546B5A31F28293D7AE7D2AF58EFF11 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; + 14764BDBC84292209D656CEDFE984289 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 1483693586CF0F861D6C658F06438BB8 /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; + 14ACA537DE16E72E13D35E98E51D1023 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 14C2F30E0CE0D640E713EE67AFBD31E2 /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; + 14E9696F1C55DDF2714B3341C80D25FA /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 14F015AD83057233C0016ED273089D78 /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; + 1531C2F1FFDA58C571DCF2FD6C7CBDEC /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + 1573D6F2BDD743C2E08FAA3D4EDD388E /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 157C42EF4F4C5AD5F650DCC543DCDBAB /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; + 15D77BF6119CB3A23E0AAAB10398D027 /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; + 1683F534F15F5021C57B0CD7C64CCACE /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAutoUIKit_Private; path = libDDAutoUIKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 16D09429B446A9759362D4A36189BDBD /* 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 = ""; }; - 16F48A824E8004BB58555652F0A8D6F1 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; - 176FE3B1B26CABD2AE1B70C7D4F3138C /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 17895D9332C84ACFB2AC9E9C0F78585C /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; - 179CF6707D6520BF387CB993DB799419 /* 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 = ""; }; - 179DC9FD866F111308E6329005FDEC3E /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; - 1804583966D21D6DF673B2B3353EF36A /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; - 1811C9A3AAE3809553725B3789401FAF /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; - 18129D3BB6AE0629D2DD8899FF8A4362 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 182E2AF1466A79A6ADB71E3BD129036E /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; - 183B35839BC5B59EAD5A4EF4A1CE3427 /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; - 1842FA2A2C1DCDB244EA37BD32F9E00E /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; - 1877D61211F2B8A85E80BA62CD49108D /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; - 187CD866B28DCABE3356A1373DF77C19 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; - 189CE491A6F69933F32FBC259A0E8E2C /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; + 16D544C7E5FB2109B24DFE9EA4C061A8 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; + 16FDBFED1ADA3202B2F419AFBEC313B6 /* 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 = ""; }; + 17143C82208010DF328DF180C080E036 /* Bugly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.debug.xcconfig; sourceTree = ""; }; + 177F3EA4C54DFAC28DCD2DFE84CCD9D3 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 17BC53768D564CBE5D9786B221596371 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + 17F764BC0FEB96DDCFC6F99DCDB26CEA /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; + 182976190BE532FBD45D1A1D2FF6F952 /* DDSpeechSynthesizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSpeechSynthesizer.swift; path = DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift; sourceTree = ""; }; + 1864E6A8440CE48A822FA7565107CDCF /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; + 1868F75252A361C2DF30AD2748615C77 /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; + 18956B9C51867549899EF02BCB5D92EA /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 18B7926F09F2F43261291956FBEE9165 /* DDTimerSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerSwiftKit_Private-umbrella.h"; sourceTree = ""; }; 18BCA08F5CEEE178EA4B5E4C7521ECB7 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; - 18D6BB570F23EF37A350024FD93B7535 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 18E5C027352A291BA636F5F41DDBB6C2 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; - 18EE44FFEAFC7D597E2DB371F4164EA4 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; - 19153D1BC5FAC90EC30B0A33B5C63468 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 192BB7B689186AF2186F757F728BEEDE /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 1953F11E4271C9B2DF54874CC92A01D7 /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; - 1991085A38C848514EFBF1382B44753F /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 19B931ECC03308AD2A68D467BCD891EA /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 19CFA39C0054141966D6462E48E9B264 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; - 1A74446D9093B68FD13B5879AD272276 /* 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 = ""; }; - 1A9B18182534C82090E58DB04D779DAE /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - 1AC6D512EEA7630BB0D1B48C767A271C /* Bugly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.debug.xcconfig; sourceTree = ""; }; - 1B3796C05E1CCDFE455BEF3CA2DAA83B /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; - 1B59DFD3F06149DDE925D36B885D8650 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 1B73EF9C0BCD822B9E79953F6B4C7E5E /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 1B7D690EEDE5639FE65300A41B64F322 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; - 1BC166160C82E3C5423B6AB413F5F7A9 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 1C042E18F794877CA5CD4DE77D88F40E /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; - 1C0C578BBCEAC1B995C3916F6311F31A /* 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 = ""; }; - 1C3E99FA56F685FC0D656B7C650ECF30 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; - 1C96CA0E3E671C7ED3DD85D7F0AFCF85 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; - 1CA0DBA7A71A9040AC82C53FB5FFA693 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; - 1CA1613E2FB5C66A862F4026CC65E5D1 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; - 1CCF183E231C2AAA94F20DC30D70CDAD /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; - 1CD21D74EAC9F50AF974E5B9B65D0304 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - 1CEA4A7AC12A568AA2425330DD64B315 /* 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 = ""; }; - 1D21D01A0B345F8D5616B76095628336 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; - 1D2ED7F7C0137ACD73822C991410E6E3 /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; - 1D393A2ABA3FAA300436D05422291DA8 /* 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 = ""; }; - 1DC556868C000D693D4BFD462D62A2B7 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 1DE3C9083F97D0971580F1EFE16F1BB9 /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; - 1DF083C518CFA5D9CED753B220966A38 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 1F17003E3E567D617C835C603AFE4E08 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 1F1A096A252F384AD050819C51D9315C /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; - 1F1D11FCFFE294E435CC10C8E6AC3802 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 1F2511884A18425219D09FB873F2E1BF /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 1F35204E96718FC22DB6EDDFAFB93CA3 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 1F3E46432FF546DE83592CD993AC3D88 /* 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 = ""; }; - 1F6C3ABC51EF7E3B1C694AB44954672D /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 1F9D5A4BA72FD6B92811BE2166937F58 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 1FE435A3F00477B6EDA8EF09992D3CB1 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 18C3C1D6155F0495EC02AAD0D4A02B04 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; + 18D7095E0C3DCEED073E9338E84DA8DD /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; + 19131F7D0E51233F8CFD4F7E05385B27 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; + 1991AB6E892409615812B2EED2687B52 /* 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 = ""; }; + 199AC16D395EA9DF9F02A7662ABA908B /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; + 19C743769308B03FCA2671D68216A79D /* 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 = ""; }; + 19DF178EC513B91E53CBE7F7F7A5609B /* 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 = ""; }; + 19F398D5449D360064DE1219A074184C /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; + 1A3D088E102A7F6508999F2E6FC836E2 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; + 1A416963AECB61D2BA0FEEA4E2F3EBA7 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + 1A4867DDF7BDA0C0CBDE30E1158AB2CC /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 1A8EED1B4C47B4B744AE09FEF2A82B65 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; + 1A9499A9E918B4D8DDB32B4E1D9A47A9 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + 1AA40FF681925AC0A68F5741D5D99598 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 1ABEA0196D0AC7313EC1C2B9E11532FB /* 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 = ""; }; + 1B0A951290AE46CAE44F31581E7F33AF /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; + 1B480F71E1485282D0D0C97C7CAE263F /* 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 = ""; }; + 1B86A902E6CA841078C05C22122E4C89 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; + 1BAF26AA0328628B4CDF6CD90EA8ECE5 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + 1BD6D3593D2D580CBB2D686DCD6172B0 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; + 1C5A766F34D5B452765C75B55D3AE05E /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; + 1C81D82CF8AE09B8BC63EDE4176D0489 /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; + 1CC31F0F08A1D77BC76DDE6D4543561F /* 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 = ""; }; + 1CCE5DEA8CCE8273603731872454ADA7 /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; + 1D10E16A1D4CC46E513E113259AF5C16 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + 1D3A610F3B53C6FE46EB6C0FD6EC7D3A /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; + 1D3ECD2F422FC23A517C2886DFDFDB17 /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; + 1D5084E53700F9D4CB8B0160079B41EB /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; + 1DA60B20BBEEE2E19D2F34C5CCCF4041 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; + 1DCF7F5099CC0E14D4DAD1931260F30F /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 1DDB8A1C0D162166C2832595772C3A04 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; + 1DF19A145D99E1641B05CF0530CE80AC /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 1E343DB2D198E792840F40D257D41833 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + 1E79880A738C9D147B2318C112565085 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; + 1EA2120684F1EBC8DB9E4CCB107BE8C2 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; + 1EA5D2DE35E79348D8F178145364AD7D /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; + 1EB63A93B4C54BC9BB3A104149626FB5 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + 1EBF76B7EE5981BFD82B8DE6FD622365 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; + 1F4DFF868C3131775B70DAF016CE71B2 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; + 1F76969A66700A8509CC842EFBC44DA8 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; + 1FAA7DC39FAF63A3A31352D4DD8082DC /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDControlsKit_Private; path = libDDControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 20B424F8C2743097D60C173DD75C8494 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; - 2103A33D58B8500B1CD6BA39C9A78775 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; - 21243850F2DD6C090BBEF68EF9EB2BBE /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 214EDCCC3BACC7764BBD2F3ECEAD6383 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; - 215D921CC227753FA0F86CFCE7088974 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; - 216D994C9014C633F15DC97714A2D2E8 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - 21B656B2EBA47C8BB744C20C88F6C7CF /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 21D3884FD55857FCFEABA509FEEB06A0 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 21FAF4DCC5E27F71C992E1966D6D7784 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; - 220F20CCA3856744AB2F8C455A1B7370 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; - 22854778F06B80CDE50C4A3AE4E00534 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; - 22B9616DB04BAA12135CC48365445016 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; - 22CB455E9DEAFD2AC47F1C40DDF99585 /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; - 22E122AA630289FC4EB57B6406B6AFA2 /* 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 = ""; }; - 22FCCB947BE160F46017115BE63C9199 /* DDBaseSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseSwitch.m; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.m; sourceTree = ""; }; - 231B86CBBBABDA40C6B849D662917A72 /* 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 = ""; }; - 238AD87CD5CE6AE893538CAC2EF1E9E0 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; - 23B851B361642F26265C90E6B07D693F /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; - 23BDC51DC56137F4B2E617BDE43A4084 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; - 23E52295F523D56159E5A98259202AB1 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; - 2400E20667952924C2CDDAD96CF441BC /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 2422F0D03C5F784B1E1401C35C4E4F1B /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; - 24320C721996812A9CE397750134668C /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; - 2447CD5D5497A181267CE79E49E142F7 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - 2468AD18E2FB4DE4AB026769DEB65710 /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; - 24741348A83CCF2390909712C06DFFFA /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; - 248325A738041B7BFFD850D23EC76E3E /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; - 249588B56333B698099DA1C84F414A16 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 24AD022704AB908FD811CD7B52A62C14 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 24AD2F6A5A97D99D4823373553D245BC /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; - 24B7A1C6AE76D8F3B00FD5DAC9249347 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 24B86B94507D2E9AB6750BC34377664E /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 24BD805F7D72C224A090687E419106BB /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 24C5D124D4EFD76BAE8B9697B13EDE56 /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; - 24DCBBBC70DD82764443A32C118788AC /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; - 24F302056ACA1001233FD04D62FAEAA3 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - 25513053895BFEBE8A94A5D252610C32 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; - 2562D23C2C4EEF764A28B74E923D2355 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - 2569D150C3AF61528D6F103D8B2D5A1C /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; - 2591273E11B1B7B06237476608AD1A65 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 25AF5C3C5BB5C7C751DE2DAA41A0F53E /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 25CF2FE00504437B16A2354572C8E626 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; - 25D7D5E6D497668A2C2D8FF076C6F20E /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; - 2615C1A8069626D45070FCDCE723A760 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - 26172BDF6ABD59975527299C82EAAD47 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 261DD1B50ACFDEBDDC9A748732689CEC /* 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 = ""; }; - 261E34ACED33760EE41243B7AE06C67E /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; - 26391F5EA0EF1F9DE1E0022E553BEE24 /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; - 266ED8855F0BC065A5CA20A61AFC5C4F /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; - 26727EC7BB363B45AB06871DC9AE3C4F /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; - 26799165DA9D4982D245318D301CD7A3 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; - 2700C5726CD2C9B21E456489FCBDD93F /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; - 28791026A4971B4123EEE3AE82C70BA3 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; - 28BB25D96E3D9CF7FE784ABC36998E68 /* 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 = ""; }; - 28E03E2837CE0741886BDFCF3E13F322 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 28E4E45CD52C1D8C3CEA7DBBEB4F3793 /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; - 28E6A9CCBBF4482110733D730377F0A3 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; - 2945F41BFB2917CD9005A47FF195D5C0 /* 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 = ""; }; - 294DD3F2A1169D9C1E1D579F32BAF255 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; - 296552D1A2CE9E98C0338402786E10DC /* ApplicationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ApplicationInfo.swift; path = DDUtilsSwiftKit_Private/Classes/ApplicationInfo/ApplicationInfo.swift; sourceTree = ""; }; - 2981CDB2945D00E6DBE0967475E7168B /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; - 2989084CD53B558036E686DF1147B965 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 299CEABEA55FF6F25AAC0C4F078D8255 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 2A073B2E62A94B0A094750014B7B93C2 /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; - 2A4C2E3042699918268458263BA2ED42 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; - 2A8D5AC67AFE14DCBAA245E78F79DC71 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 2A9A3A0D0CB60826581C83BF77D95536 /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; - 2AA1B15831BFFD8CFA3F854647263325 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; - 2AAAE042719B815513557B04D9EEAEA3 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 201E85F3CE93EE726C4ECFB69A6290AE /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; + 20428711223FA2EEFD692FB4CC812F51 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 2044256119F60107C9F86B722FC4D42E /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; + 20877DFA78FCB7701835610228FF22F3 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + 20A36A7A60C705953D5F0D5BB7AB355B /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 20C22FACA8216A7937AF42F35BFD4F52 /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; + 20D9511E52A064AC22F7B35536B6DE6E /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 20EE63BF457A74F011D47A501BFE902F /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + 21056EF70386B0B63763051687680BFB /* UrlLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UrlLinks.swift; path = DDUtilsSwiftKit_Private/Classes/UrlLinks/UrlLinks.swift; sourceTree = ""; }; + 2144EAB4680AB9DA2A29B97199B33BFC /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; + 214F0295D97C1D03AF2F0593069DE07F /* 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 = ""; }; + 216F3B38A6FF8B5888760B254466E3E7 /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; + 2186AD9C0F8699D7ADED23AAD45BE02A /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 21A2C752059CBD7AEEDA303C3DDDE795 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + 21C43279C5D6A8103C35C909E6E5BACF /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 21F46EB9965D0729E9E981650D70C64D /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 21FA4AD4233CA0B7D11FA3C779D8E69C /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 22033B5C1740B4167693EB1C020DD112 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 2226E0F283E96195E5B63F3F889C41E9 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; + 222C30C84A92F0DCC26A6334216C5524 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; + 22563FD1DD659544BDF6B49E6D99F6B8 /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 227048FCB1D4AD413E8728662C063A62 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 228CF9A364CEC746111091A5745189CD /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; + 22BE5BFD77C8D7221E62A474247E9425 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; + 22C007EC445593FC31D8E0C6E62FAB7C /* DDAudioService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAudioService.swift; path = DDAudioPlayerKit_Private/Classes/DDAudioService.swift; sourceTree = ""; }; + 22EF7B5D32E48DEBF2DD4836A20D395E /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 23174A889597C5941C81E63A0387939B /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; + 231EBF69CBA85506A5274BE62ADD97D4 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; + 23412CCD5E7BBEB9BE14D8C1338A7FA9 /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; + 238B849621D41694FC8CF7D7D0024811 /* 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 = ""; }; + 23A12DDF2E1F9F5270A6A0328ECCCEBB /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + 23BA57DD6BDD84A0604E46458343232C /* DDUtilsSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; + 23BA8B15B758E24853743139A2480871 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; + 23C97C126187877839211BCD0396CF88 /* DDTimerSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerSwiftKit_Private.modulemap; sourceTree = ""; }; + 23D4648018F4B3876FCFF65A0571C795 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 23F90E1DD232C968F8F44A0F225CB5E9 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; + 24176330F36B80B178FC6D0E1627E280 /* 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 = ""; }; + 24501A27147C8C7B1C2EB2CE5AA7CEAA /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; + 24555BFF31122F06F8A5E47BE60AE74E /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; + 248D51195B302608803CAAF50529690B /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 24A48F431550187FFB18285C4CB4D317 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; + 24DB106D1D372A587B3C0CEE93D2C8B5 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + 253270FA55C05AB0AAD83DAC109964E0 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; + 25422C95EF0D3CDC2D3E19E86E0B8BB5 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; + 25489DE1B1AC2F5AFF0B516700825821 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; + 2566DCB60204A569F987B6582C64BC96 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; + 256E5B4770ECBFD43BE8B284308F80D6 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 25B5B00802A27779472C545F380B50BA /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 25B878866F487A077F9B5DB099076A8D /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; + 25BD204D0D09017174DB7A29CF5DA8D0 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 25C1DE6AAFAC0C3D16F912FD245BC925 /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; + 25DE850B7532056F2382E4BC4B8DF44E /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; + 25FB7ED435E1F20D3844C8ED1D420354 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 25FFAA9FF4EF5D26CB9A705BFA70B113 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; + 2699FA5D2F52EA61C508D3F7FB6423BB /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; + 26DEA8DD2DF5BE63C02C17FF1C03692C /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; + 27D8C58EFE823354BBDD456D9074A82A /* 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 = ""; }; + 27EE0A3F44AFD4AAD378A470168986B4 /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; + 27F766B573A6D8AA88AA8244A80E1BB5 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; + 2822289EFADDEDA357E11C337FD31401 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 282F39E0364185F7479C64453DBAF621 /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; + 2855FF4DA416EEEA9EDC236A02B45CCB /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; + 285FE3583E043C4A750E8BA616FBF7E2 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 289B5E89C58007C89BFC5A8FFA13E97D /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; + 28C1FAB01E1F1FD6DD5A06A816F9A3DF /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; + 28EE2ACE19B5AFAEBD1265D67683EBE5 /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; + 28F69F02E8B7DAC2FF58E8678FFE81E6 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + 2946C904804C46C6D9F3151FE20A6BBB /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; + 297477CEF1886712CE98ACFF36B98557 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; + 29B51831110DFC6066640AB7A4194454 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; + 29C018D867C46974B25FED3D1C9ED193 /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; + 2A00E4D83E1D0AEAB6109B92CFE5EE30 /* DDUtilsSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-umbrella.h"; sourceTree = ""; }; + 2A524049697F59E68FFBB0F0895F87E7 /* DDTimerSwiftKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDTimerSwiftKit_Private; path = libDDTimerSwiftKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2AA36F8299A5815674D3DF86ACFC67A0 /* 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 = ""; }; + 2AAE81ED01D55BA69F3445DE517D45B0 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; 2AB85225A76FD605AAA4578E1A765164 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; - 2ADE7D5BB4C9F0F67CCAD641EF50E163 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; - 2AE9B9E9B6160A9A95A41ED06FAFB7D0 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; - 2B6AE1A8679322B8BAE24E3099DF35E3 /* 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 = ""; }; - 2BBAC0E92FC6639DF15FB86E05BF2678 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; - 2BC35DDBD7939BF729900486DCAD8B32 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; - 2BCAA7D1C40D6A13E37B4F19CF0924EA /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; - 2C23896AF55BE3D9849813D9E6F43D35 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - 2C3CF77CB8C6A3E840F3A7C00B65D100 /* 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 = ""; }; - 2C5992FA5401E5BC49C5D1F0EE5E0FAB /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; - 2C62D256D777B462DF3CF587AE891793 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 2CBDA7E8B3AE3E68F88858E469CB6F39 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; - 2CD69590B61ED102742AEC7E90AA5CF7 /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - 2CDB36637F17D82E5EAA211141539511 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; - 2D39F7463CA9EBEA75C8FF7080168DFB /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; - 2D81D7A8F3797ACDB5E1E6060CD88992 /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; - 2D96961554F158E92E25569E4F03D333 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; - 2DC5CEFED6478272C00796009206509D /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; - 2DCDB88F1816354F1B405F50B1E3335D /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; + 2AD9564F77189BF3C4782C302327C075 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 2AEEC34B4B44018280F8C712A558DD73 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + 2AF6D3BB344F9F95DB2CA9A4512E1D83 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; + 2B1B34981E426621A043E34E405FFAC3 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + 2B33D4DAD8C3C9D376A94A12C023B798 /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; + 2B37B32CC71B53071C0B4315108026B6 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; + 2B8453A8FD828BC84298F4BE2633CB39 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; + 2B8F998F0509D764E1DA3AB497B1B28A /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; + 2B9963C0E9A1E77D544C48BB78D65EE9 /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; + 2BC878C7D37CB423CE67D0E26B7D0E22 /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; + 2BD4D2C90F7C2FF5A165111A5D8BE1EB /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 2C5D871EFBA8F4ABAAB4CB99214349D2 /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; + 2C6242AF8A69719899FB7275433302FC /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + 2C829C245B6ED7C0797F51184954B99D /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; + 2C94D264B7700198951B4D0CA4C4FF5C /* 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 = ""; }; + 2CB36F47D613D4F194D363953C9AC5E0 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; + 2CC0301C022EBBBC5926E202C0AA5E86 /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; + 2D1DE1BB1244C7C37D60A64BCDBFD2BE /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + 2D292FA1F419BE272DC613389809C2BB /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; + 2D3405BE29B2450918FF4688FECFFFD2 /* 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 = ""; }; + 2D46045A4F34DC280E7BAB2B713A8E18 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + 2D75E316472D8CAD4D7A04ED9446E655 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 2DE26F620D486B79E2D0E1BB318DAAF2 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDNetworkingOfAlamofireKit_Private; path = libDDNetworkingOfAlamofireKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2E41CF886896CB4671A768CB47D410CA /* 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 = ""; }; - 2E48DBBBFBF47CE651F9F9866E0EB5D7 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; - 2EBAEA47F895FA0763B6DED34F643C95 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; - 2EF601E66FB76FE88C17B22F86A1253F /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; - 2EF8A646CA4FB783A2EA47725804CA4A /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; - 2F527FA4AEC697804D57082DBEA53BD0 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 2FBF6154E16E12FA47D0DB0DC43B0FF9 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; - 2FD5855B03C2F665A6EAA5A476D37833 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 2FFDFBBA2E359D1ABAB880FFEC6F4388 /* DDDateKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.release.xcconfig; sourceTree = ""; }; - 30107BDC67EB87234FDCBDD3C4B6BCA3 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; - 3030F1C82CD2B3ACD79460A8C0F50055 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 304A69477C453054756FA9497B42122E /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; - 305B3650681B16CA92FB24FD838ABD80 /* 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 = ""; }; - 308E0A4EA238C857983889FA189E6811 /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; - 30BFD16C3F4AAAFD8E57FA05CE483A76 /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; - 30D14AA1E1A077A84A644E4041E862CB /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; - 3102DDFCBDFB705D2213A8C709D08232 /* 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 = ""; }; - 315D8F333D7484BA32F43912E1D26B5C /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; - 316201DAFFB75C5A201FBAFC8BB8410C /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 3169092F1841DF691AA021B40173AA69 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; - 31727B5B15E16AA0A0EE67B019B12BFC /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = DDZFPlayerKit_Private/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; - 3173FC743916E0CCBA3F445238154F14 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; - 31EF84849E173992F5C608FE42D240E9 /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; - 32134CDCA6D6E773D10DE435F2145D0C /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; - 322A83102C83E0424AA8B1618788058E /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; - 325B2CE852CAEF2E496580401C05316A /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; - 32682DCF044340FD84D0D8A8AE5A877A /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 326CC2D108A260907866173BD1D7AD81 /* 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 = ""; }; - 326E6BB1DB45ABB38ADCDBAAE6B93AB0 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 32ABA9BBB7D2918DCDF63D6FE4762994 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; - 32AE4E41072F89434EE85772A895139B /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 332D9114752B5BA5EACB734ABCC9B453 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; - 33556DEFF3EA5BB3A5BE08A035E30F4C /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; - 335A1C6BBBC0AA4674EB3A91CD7C0424 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - 337D3A7CB3DC18A3334154794C6A26DF /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; - 338297A7F61B0379A9C716D9C5505B53 /* 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 = ""; }; - 338959886873487E6C4B48895C7CC6D1 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 33CEBA96ED58763BFF4C4374A76870DC /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 341CFCFD406F493123A4C0464B2D17CD /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; - 34245601E93CD65639BB4BC97A51E5C6 /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; + 2DEC07BA62332C1657D8E7D5C67D1B64 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 2E1601C9D7EE9627B9372A707B926155 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + 2E1AED2555F5FAE91D31D0F874767032 /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; + 2E96B1054A938C1E2FE0F1E3CCEF654B /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; + 2ED251BE91562DB5D2BBB9EC0F501568 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; + 2F773D518558BC9DD5D61777B5A0F579 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 2F8601A8857108BFDFEF1F49BC6AF29D /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; + 2F96ACC5D8BD3934552AB06CA7CD59DE /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; + 2FB96029538791C5FD88FC172340E958 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; + 2FF0CBBA7C0C8323055A2EEA40477F66 /* 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 = ""; }; + 300DE89A2F7ADBC14DB79BF4DBE82EF5 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + 303FF4553C3CDEFE6876155427F4CCB3 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; + 304B28324689E2F1A9C909A3E12764E9 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 305B2C100AE9C166D7B3D78277127DF4 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; + 309B1572CF2EFFB32EE342E1C74ED9BF /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; + 30AC4DE219872CCCC676F31042DD6383 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; + 3103722C5007BFDBDF65D444D8EBC59A /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 317DF70697F5B221611CF77D195F71B5 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; + 31C3539003FCA4B8E66043EE4D257BCF /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; + 3256673E401C03AF488AE2331962829B /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 325F5D53AC22A09382114297EEC436C4 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; + 328C9B20CA457C1DF86AF4FCE9C59638 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; + 32D2617A39A86A964BABBA589F6ADFD6 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; + 334BD71E49CDC6FD5EA690F2BDDB8ABA /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; + 33AA03C584B96D4142793A0259961CEB /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; + 33F30AAC022B3BC27BBF053C746D88E1 /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; + 340A8E77F040DA28F1B47170333B5780 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; 3431A513DD5CF052B33F1798DE98E1E6 /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; - 3434DD5E111CF4AEDE665BC8839AE19C /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 34790E1A4F3080B981EA6D4A90FD3AFA /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; - 347F6D04DAA033B2E6B2108A3EAA060D /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 34ABE908714AD31DB0667A6E5EC82687 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; - 34AD7DA3FDBA9FCD9A779B68012C3D27 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - 34E4620859EEB9F588790A3702B0C7C5 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; - 3502A8357572ED44A46F5B8D04BCC933 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 353194570D89116C4EF9A04C31A4DD42 /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; - 359559AC850A1BAE834A4068B60FE2E7 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 343F0E9AED13F8EF7A8F57966500D103 /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; + 34428B1CD3A2658F076F7809E8CA421E /* 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 = ""; }; + 344CC90BB1EF5B03398B3EC976FA4FA1 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; + 3460C97BA222660A04E788388AC0C4F5 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 34617073F05D6CD8E57CF67782166986 /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; + 346297812E42F8240610B4E53E52A25D /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 34671F5A3C932CD618EE9C53BD3F4D84 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; + 352F283BEA42FF56347394E09329D0F8 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 353047EA4B439CE3C9714DE0075CE343 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 35AA5E880B7E0D7DADD5393B684DC504 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDProgressHUDKit_Private; path = libDDProgressHUDKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3605F62B47321020AED46DF5F62BC04A /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; - 3631F00D1A0F0A38CB80108145F515BB /* Bugly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.release.xcconfig; sourceTree = ""; }; - 36712C3C5D3A634AC697517A5EA75019 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; - 36C79443BED6F856B2935F7F6E7DA004 /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; - 36CF534D7A8E1656DAC7A487478FD28C /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - 36F1827B1AA9659403EFEDE764C29EC7 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; - 3724FE209B726CD64884970BCDFD621C /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; - 376C57F881E74060FE92AB9BCD6E6CFA /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; - 37733D6A0D3FE4C6B87F6D2DCAFFB9A2 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; - 378D64D02D706EFA77FE59DDBF14F60C /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; - 380D9FAF46FF7AA26DC5CA60CE5EFC7A /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - 385AE2C50B3464A92E601416482E2BD2 /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; - 38CDEE51F82EBFED919723D37CE57DC5 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; - 38E4E52A40BA01D9711F6FD5A7056F6C /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; - 39120564A22FB043BCC19BDA133556E8 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 393120837B03D51082141425C1726639 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; - 3931F27C0DD180DB85ABB4AE58947082 /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; - 39B2DC2B9161ECFA458334E7E3DD5B6B /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 35C4E058939B165EA7A9F72D9D24FFBD /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; + 35CFF054128B6004713157DD54DB7456 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; + 35FD1B1FD037DC8ADC1DAF6011072FF4 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + 36107D87BAEE075A7933E67A6FC3F4D8 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; + 3644CB9DF250B7074CCFDBA46EB7CB56 /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; + 3673AC5FFD1B1FDCCF7CEB74E2E2AD37 /* 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 = ""; }; + 36874ADC928A388570813D66EBDA580F /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; + 368CCA9458C05A49453BC77266CFE580 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 368D7F8E6B424CED8232EE2446B37D1F /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; + 36A82A47CF4A2D8F5CCDB11BAB77A7F7 /* 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 = ""; }; + 36AC962C6154C096EEB832F99F99A210 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 36F5E5588E4443121C21058AF10D1B85 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 374E6381F829B3000D3915C6482B1552 /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; + 377CB21060FA6F9B7EA42A9C457D0C1F /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; + 37892E5E5F78A04EBAE84B5CA7F748BD /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = DDZFPlayerKit_Private/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; + 37AF71AB75F24B4F362A54E47EE060D1 /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + 37CE8E20567A1429DB73B6698DA0D6EA /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; + 383128B167C6E3FB94FDDCEEB52CDDF3 /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; + 38441A4343C53FD902D9963465007F9B /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; + 38A21DACD2941F79049D13E21B0C122E /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; + 38AF7E45FF849891D04CF3A829CCEA71 /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; + 38E53FFD53BD7A0186116E3F1A42A6A4 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; + 38FA73D6FE1280AC2AABFB8FDD9470C6 /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; + 391201AB80FDA01B5D8BAF4BE4C2D525 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + 391FE9ADDC7D4885E0294A4C4CE7A04C /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; + 392A78509504041615B989297021879E /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; + 394E40451A5794ADACD8ABF69704BB1C /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; + 3963BD4966C7DF217C145D8AB8AC2FBC /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; 39C2ABB7EE85CD6B4D61998636DB33BB /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderSchedulingNotificationService-acknowledgements.plist"; sourceTree = ""; }; - 3A0EBC7EE280AA915A37A7C1FD2391DE /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; - 3A28412B4100207F2579B1840C35544C /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - 3A320506AAD5DD6652DB5090280DFED5 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; - 3A4A122571DF1EAA2341B6FE98B8B44A /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; - 3A52E97A23EE99D369A833D1288A2F0A /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; - 3A5CE1B13397F2FCBD247DA2EC8E95DB /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; - 3A8A5F6A8D8E8F4D99C76CFE3CA98F2E /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; - 3AE079811C122769F0EE12B7410C6550 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; - 3AE163CF130C183D34BA13532BCFB8E0 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 3B3E3D4A05B1EE49D71C1056B52EFD9D /* 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 = ""; }; - 3B62DD58F10805445B6B8CD05393C247 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - 3BACC6476F6E89EE236580F8D66A40BF /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 3BB88FD1C1AB01B3899C6DD8BF381282 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 3BC7A97F86AEBF9A9C428117267265EE /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; - 3BECA5FD1F715A6DBBE2ED63DDEEAE38 /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; - 3BFE4CD36F6CA408F0A1C1A85D2A218F /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; - 3C0461438B7691228F7AE5C6DA38CA5A /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 3C0C987E326E5530712A502C7EAEBEC9 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; - 3C1A234B9F68DFAD7C2F8062FA8F167A /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; - 3C1CD2F19864903C4CCBFEB6F8D2E235 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; - 3C36EA87B4C0E3BA164AA13FDE7416CA /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 3C4D2805C259A8B073D87BAB2B8A3691 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; - 3C5E093153A7746E0DCD674AA42B1DAA /* 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 = ""; }; - 3C6D0D2E5ADA0AEE0B04D397C647A995 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; - 3C87DCA1B6BC5F021FA8B439DC91F422 /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; - 3CA5C35CA1EE55D99430961ACFADF351 /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; - 3CC64D941C4E6282482F3C6D9872B41C /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; - 3CD8EB273FAC6397A4712FF6BFF654FC /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 3D0218CE0B1D24C747F8AF435DA302D9 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; - 3D1C6A698AF28AC47CAC9322CE868E92 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 3D329C8C2305CDBE854056C569E328C0 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; - 3D569B22E5660851E0AFE72F05126E24 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 3D5BCCACE9B25FB7A7C803B19FE4E8CD /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; - 3D60492B3EE8D99D76AFC85FBA3169A2 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; - 3DC721D1540F3026D5D6BA9B9E536FD0 /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; - 3DC939D0DAEADEAD5DD3DBAC7CEADE5B /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; - 3E1B2E666A7B09DA82DC0DCB7430D92D /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; - 3E24ACE1BD97978BF2B726C9B1BCB584 /* 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 = ""; }; - 3E2EB0D13761DCDD362246B19029CF26 /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; - 3E31DF7B4DFCD477A3099555AF7F5BD1 /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; - 3E47A721BB71C7F5C04C5C01BE889FB2 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - 3E4E46CE39B2085AA93A80E70C9FC003 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 3E8213A3504D0152B3B18FD1165897C8 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - 3EB51E9C8702AD9F6AEA2E3589DBD63A /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; - 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDTimerKit_Private; path = libDDTimerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F82F98052B220E2FDC964E41196ECF5 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3F9CED0D79962620B6A55C8AE5474652 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 3FB82583E6EA446FB57458AB5C21C2B6 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; - 3FF3F05AC3337C5E8E6ADAA6761B612A /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 4037220FA1899FCC6EABCA00E0EA1442 /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; - 40D4013F253E69E437F85675153227E2 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; - 40E7E4C6E44A7E71BD29D9AD66E8C2FA /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 4100E0A21D9A4C742325A507F8DD1A6E /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; - 415A5772CE5C8420A2E249C6693CAF44 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; - 417C108D499F8C87184800743FBE3EB6 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; - 41F1427DF8BB355C086EE1E108D254F4 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; - 422530661585894FEE7913B97C1093CA /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; + 39CE5EF5ACA417E3A5A55584322ADC67 /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; + 39F69AA20A9FDEB59538B4D684BB2E6C /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; + 3A37031298F3F03FEDA465150A6B4A79 /* 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 = ""; }; + 3A45420DEA7D14A0F00A68A851F6C35C /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; + 3A5AEF6C190C4999008E57AA2DEACDB0 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; + 3A6A99C658C7DF2F349243618D009104 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; + 3AB327CC41CFB8078932FF524FDE05C2 /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; + 3AB8836A95D9B137254DE9F5B7A11ECD /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + 3B14E6773280A3A1AA3C06219B625ED1 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; + 3B1AF430A20634C0C897E693C8CEB5FC /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 3B3FA4B8149BC16A09E820CD7C317F3A /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; + 3B4F5FFC139FCA68D183351A168C7233 /* DDUtilsSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDUtilsSwiftKit_Private.modulemap; sourceTree = ""; }; + 3B82B0174D8E95BD64F64DA3AFBC8F35 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 3B947ED4D63BA3A6DC939AF726C67AA9 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + 3BCD5BE277F5749CBA30B3ED833FCF21 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; + 3BDE6A9594C2F90A716B6FD94A486AC2 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; + 3BF9A1BA2C1B54202E413A20BEAD34DA /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; + 3C0FE2779D602C0F58390EE1EBF952E1 /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; + 3C2015C8B031D2E62CF147549785FF37 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; + 3C4F57F7CF426BE85ABCBDC7626F408B /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 3C543D5219E23684C46AA814A1BB70E7 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 3CA16C0EE9E7FEEED580354937148624 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; + 3CD13D743B74B267A65C7F4B046E22CE /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 3CD476296FE89880ACD34C9FF3987308 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 3CE32FB7ED9036D38FCC9C79BEBED0EE /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + 3D1AD495A986F358261AE1B554E7F116 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + 3D2CC3247D5805A8EADC12856BEF4BE8 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; + 3D36193E88A18A35D11FD1689CE00421 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; + 3DCFE93E3AD5FDDFFEDA57728DBCD584 /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; + 3DDCC40736D53910BD4135AF6D966AF0 /* DDUtilsSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.release.xcconfig; sourceTree = ""; }; + 3E155B626E66E2B1681FB616C94EAF8C /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; + 3E2B7F7E2BB2CFF86928895CB40897B8 /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; + 3E845D090132AEEE1BF189AAD8ABDCC0 /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; + 3EC46DD4C720F9A8A99140A61A40CD7E /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; + 3EC5F897D862231ADD2E5CAB3064A937 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 3ECA2DFEF76216F16FCF73FEBA5FD0E4 /* 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 = ""; }; + 3F1F52C0CCD850CAB94FE3A243344DB0 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; + 3F3CC406E106C8FB3CE703635E2107C5 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 3F7C328CD9427E4337E25F7E00D9D45B /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; + 3F9255664EA85AF612C5C32B0DA3E1F2 /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; + 3FA0F91C85098969D6719C32DA9A7723 /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; + 3FB68F7F7B71678D1348AD4C1FC7F86E /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + 3FCF8B2A102CF70C19904183D3E0C0ED /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; + 3FF904BEDCD44014E41A486E324E95BD /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + 400A757755E542045BDBAEFCDC701913 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + 401F9E794185C12C1416496BACC8EA3B /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 408A73F9A0F0DA11E9077B11842D8A0E /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + 40CDE96E1CF3780B7F972F125D92DA8D /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; + 40DC7161085F83F485166ED150FC9C60 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 40DDFCFA0CC26608B58AA4F90FCB5DC5 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 4103CEF88F0FFF9B8FF139A60D54B150 /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; + 4110E450D6CCA335410E88DBC5F489F6 /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; + 411AE86E1CE98BB32903D57C6DD25941 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; + 415FF56667CEFEC4309D9034D84F5926 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; + 41A7E12D7449C557A15701F5D8476387 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; + 41D326DCF5FD97C219C578A03D9C04F3 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 41D3DF83A584DE08AA687F6DF45C5A12 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 41D9C6D24CF59A2360F269D903BBDDBB /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 423CE869BCA170735AED0E2FD16C720E /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; + 4275C172F5D5C448E6B2382B2D5685CD /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDBasicControlsKit_Private; path = libDDBasicControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4341F3CC57F6F091736FC3F541FEFFE1 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 433FD5552B5B815DE3A3B966224E42BC /* 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 = ""; }; + 4366C2DB17849D0D06803343D50595ED /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; + 4371332B4B841F7D627B1E42DE9DC1A9 /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; - 43A475425CE21DB78CB1FA1FBF144101 /* 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 = ""; }; - 43B635F08587AB9F6AE82002311C4046 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - 43BC2A1ACB7C5A630803C8E3643EB05D /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - 43CC32FAE0BDD825C027B74FAA110C47 /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - 43FB6FA0C2603EEC11912265F31C2264 /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; - 4401A18C4EADB04CAA6BF6AF0FFE7670 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 440CA1662691003D498C9531625978C0 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; - 44A6AB8B1D0DB1302E6EE63318058C81 /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; - 44BCC58FE020B0AE8116225430A15FD9 /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; - 44DDD5C339FCAA7AE13CAD4D00805174 /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; - 44F2391B1E1E4E7E1374BC5197ACD2B2 /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; - 45958EE5D2C5101237FA52B9B78E32CE /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; - 45A19A5A608CB729F67059555986760A /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 463C20650CD8F87B4E46EFD1F1D3012A /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - 464FF2329C468F24DD1815D71DF6E761 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; - 465E4C6DE4D109F83F13BAA662D680A7 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; - 468689286A2D650167215A64BCDF6915 /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; - 469239486827A293C26C52EFBD649019 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - 46A031DFF12B1AB023E4A1D066CF76D9 /* DeviceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceInfo.swift; path = DDUtilsSwiftKit_Private/Classes/DeviceInfo/DeviceInfo.swift; sourceTree = ""; }; - 470FCCDCFEB2A392D366F09E9D89A309 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 4712840F4F1AC3327E80608F7B688354 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 47407AC45EB4C27C30CCF4CE26C87D64 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - 474DD244ACFCC8251EC780A60B1C4B9C /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; - 475EECDA4DEF561BA533E6D0F1D20F57 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - 4793AFC2143FAC4EDF34218247222855 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 47C0673E0C4FC144923D36E576964020 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; - 47DBA24824B97337C83BEE3C2FFB4D22 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - 47F0F09E42F6B18ACBD05DA4D54FDAAB /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; - 483A9A3E6A809CDFC5FF0EFDB604CF84 /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 4846764A10595EB32A950AFFD0791F1D /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; - 484CF055F75754411FF81239F5342BFF /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.h; sourceTree = ""; }; - 48673B9406A594DCE4AE22FF8743D29F /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 48779F59FBC3EE518EE3F192496E1F3C /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - 4894A997BE84F5811A9B8AC2633F37F6 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 48A40761A8C6A1BA15C9EA0E314F315F /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; - 4939A030CEA8E0F6F397B07FE62D73D7 /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; - 494BC4FCEB22C620EF527634531507AE /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; - 4956C0D903DB739ED1878A70B98E9F1A /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 49864792E77DF47EEC32AE762B6CF7BC /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 49873A1C53F3C5625FE288C5393633F3 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 4994964013920579118939E1D5C715DF /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; - 49A93B7B3F6E61B94180F937B09DEA60 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - 49C2963C36264974DBDDE2761F84D556 /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; - 49D9B4EF35B091BF0E8CDE5F77AF5D2F /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; - 49F47C84EF7D282C564D8645C66407FD /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; - 4A0C1F5AD87F4679E1837990A6FCBD80 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; - 4A59E71F8877BFC8F6E98F9CEC789D8A /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 4AB8F78BBE158E2638C5E35C0EBD4FD8 /* 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 = ""; }; - 4ADAFEB85AFC3C772C45EE80D0ECE8A3 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - 4B19F92535B93D2740F8B49F8462DB49 /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; - 4B8E1DF1176374E6DA3C6115EAEA13C8 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; - 4BB7025B0CD0787B2C427E381B04D77E /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; - 4BBA6CE07A310B7B3C360769FA222931 /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; - 4BE2F1E78D0C305D9D92DEE22825119E /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; - 4C7BE23FA8543426FF1853228895B64A /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - 4CAEE39FA3D729AF8AE08D03CE5CC0B6 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; - 4CD264BE40262B63B89935350F3CF1E5 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 4CD61DEF0074FA03DF2A6271E393E5FE /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - 4D0744B8272FF139CD3A9247B84F72A4 /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; - 4D57C5B540BD6A98A2DDA18477A65B93 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; - 4D9615DF90969DBC8D5A3EA546621908 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - 4DB89922A0AFE072F61D9988C94C8184 /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; - 4DD0B23331711FAB869B1C14B74E1B27 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 4DFCFCFC4C8C12C0C363EA8683270FE4 /* DDDateKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-umbrella.h"; sourceTree = ""; }; - 4E0D134250F1950C307FD0CC46AAAC90 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 4E1BBA9258E7FB323C86308C136D0AC0 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; - 4E3F5B1B6D07566D4AD5ADD161DA299D /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; - 4E473F6A4460984AD114DA9F52288797 /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; - 4E7786C9A5EA86CB795ACFD792FE6E3E /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; - 4F166DE32B764C857D11B2430096F53B /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; - 4F4D381C64812E13BBB4175BA1E4D492 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 4F6421ED7E4B678FF457A167A8F2A8C8 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; - 4F7B4966E97C81F45599EF84CF75F7B1 /* 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 = ""; }; - 4FC6EF6F753593A025BDF3EC77740B24 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; - 4FE14B72FB9CBDA4593FEA80FF5DE154 /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; - 508CAD4E29C6EFB3331076D7A41DAB07 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; - 508E6D9BDB26DCA328DA2D437D5D6F94 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; - 50B80C6B5109E706CAF6CA302F9491A1 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; - 50E8015D1AD58220F4531E18E8509ABF /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 5116075C1BE17FAEF773D8D3FE680F3A /* DDDate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDDate.swift; path = DDDateKit_Private/Classes/DDDate.swift; sourceTree = ""; }; - 51385B2416FE7EB9285621EC754BEDD9 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; - 51ECCD05E578112F7A5CBF6B0D9F1568 /* 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 = ""; }; - 5235BC376553EF41AF92C16892613CFE /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; - 5271F3D8F22CE049084AEBB6A2A46550 /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; - 527488DD2EDC6F019CFE6C319A9A260A /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; - 52971AA06683284279A557240C366AA0 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - 52B89C51C15FD056CF174EA68174BF8C /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; - 530D99556876E047998942CFD466E11E /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - 531D057B064ED9BA0D084F00A6EEAC32 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; - 531D319ADFBBBBAADC9A50326C43529D /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - 534FBA07B02E46285A1EBC5915AC1F19 /* 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 = ""; }; - 5373F5CEDEEDD915BDC9C8A396CF13AB /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; - 537765FDE0D6224AA6D69FB4270F623C /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; - 538132E504EC8C69BEE5A1A58BAAD35C /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 5396DB99944BD5458014FDFFB5D2AEEB /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; - 53EBAC3090EE1AB4D72C9AC74BA21102 /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; - 53FD9629B42223876FBB586D04553189 /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; - 54171EC9B6DD46F08B70719EC9BBB847 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; - 541C7DAAAA960BEFC8D0E74282DAB126 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - 5434D1649FD9D876B3B0DB8F20E7E810 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 547CAEEF424C69497C30AFF38230F47D /* DDDateKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-prefix.pch"; sourceTree = ""; }; - 556D14297F5801CB58D66D00F10E79C4 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; - 55843ABBCE0BD5FBB0F9383A4C7B4010 /* 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 = ""; }; - 55AAE15BAEE64283755FCBB51BBF4F61 /* 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 = ""; }; - 55B19E560D19931595D66D3A1B0D6313 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; - 55CB439CF52BBBB7303E73D235A108AA /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; - 55DDA24E5D21A9F9C01E07459546113C /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 55E914F3B614477D7B94E4926F4D8358 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - 55FEE97F4A65F30F2781618238B0F080 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; - 570439952D48B28A7ECBFB9E93B9772D /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; - 5705D5FA91F9DCDEB22E4DBEA4632D38 /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; - 570DFBE958956832645CCF8AC2B542CC /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; - 58030A1F442208E740CF0D83C76BA630 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; - 58104345FC989149101DAB2BFE2D4C10 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; - 585068BD55FBAAA422F56D3745D1EB38 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; - 58515758EA3542A04EDB17B706B6B1F1 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; - 587C4619B080FDF6CFE9B494C34E48E6 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; - 58AF8BE44721710FA2DDBCB59E32BC37 /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; - 58B659EAFDC08E66158EA30B82A533F8 /* 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 = ""; }; - 59337434B153543826ABA205A587F65B /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; - 5936091740A409E024446B5A63194D34 /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; - 59A7CE4CCBF866045535312295CC9B45 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5A0C283A41F3CF4D739C3D8B50351873 /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; - 5A109819AA106FA4A09411324D83DEB5 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; - 5A2BEA93EB02F3498E73365B75BA15F0 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 5A454BAEFF9952B5165D5CA8B8BAE6CC /* 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 = ""; }; - 5A7806C9E9C2DB9CB93925BF67EA6B4B /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 5A80B84B95E2D953E9B1BBA04C543FC1 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 5A818E8C5D3594BD19672F444492A595 /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; - 5A9824AAFC848BE22F730A25DDF0F8D9 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; - 5AE3D83BFBD15962C0AF8D1A568117D8 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; - 5AE938B0DC17045EF61196CD890D9B30 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 5B46E4CF3ADE3EA215A349B9E4F7E517 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; - 5B579B2FAC19A0D8199076CEFBF8B96B /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 5B5BE9A41CD394703FF1123F60540D51 /* 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 = ""; }; - 5B5CF4B45E622F35C987D5DE00033A0C /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 5B6ECEDAFCBADD11CE346033F266AD8D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 43F6848D026328464B3DCE921865669C /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 44326326E1354D83F29CBDD31E20E41A /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; + 45333FA22189D74CF65B48DCE466AAB1 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 453B2B23FC765F01A08AA54918C4BF6A /* 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 = ""; }; + 455D4D179C6BAC5024988764D38F71F9 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; + 4592A97076DC43EC1CA42FE2426C39B8 /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + 45D0BB6745267604069A277EF8A5AE5E /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 45ED69ED49823D4F64DF378E7195D69E /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; + 46515A431C5F4CFB0DAAF858494B3D75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 465C38925725FF7B78D8DFA590B1BDED /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; + 4662639DAAED2F88DB72EB50DDFE562D /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; + 46A6FE3E0A53F6E41F0843BDB3624CAF /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + 46AC1878DBB677161004D4EAD00FA363 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + 46BAF0103037A757F2288651AB1528FB /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; + 46C98A704A8627C192D6CE40270D2C1C /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + 46DA6E01143FC50288567F8CFFC9D77A /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + 46ED510D0812087CCB271554E5EEBAB8 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; + 47260BD316016B0165ECE3FEC77708F2 /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; + 472B9B4D8F176723B7B0E2DEA9DA8F42 /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; + 475EF125361012AC460FE01F3180D043 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; + 4789EA9B6B21AD5B48E88A5803829646 /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; + 4885940A4C963688B843340C55A68A30 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + 49462E78AAE7AB2228588FA0741EE354 /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; + 49656CF20129649D3E14CF905B81CFF6 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; + 49AA02DE7A1B10CC1A95E2F5D6FFC329 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 49BBCEC4040C15B8C86CAA7C0C59CBC4 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + 49E663AD18F7E4AA6D93670C80BCFBE7 /* 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 = ""; }; + 49FA22E03468F51313078175FD154328 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; + 49FB6ECB6E5451BF8B13EF7018069983 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; + 4A03A12AF7240969CAA9B3ED42B900E4 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + 4A1211D200A27A7CBD6B289843398102 /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; + 4A1875199BE7601B0BB3D9FF2EFB3585 /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; + 4A26F4231E4C1E4FE11823C57F0B8940 /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; + 4A26FF9605C0FD3F2DF1DBB60F264CA0 /* DDTimerSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerSwiftKit_Private.release.xcconfig; sourceTree = ""; }; + 4A2BE8CCEAB482914D15928511EC2A0F /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 4A4D78F4D13AAD9D7FB91EDEC86795C8 /* 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 = ""; }; + 4AC8DCCD4A523646F547C06B6076E817 /* DDDateKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDDateKit_Private.modulemap; sourceTree = ""; }; + 4AE2418D3C0D9ED510341C6C6D0BF76C /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; + 4BF58BCECAA172E9567605DB776B2DF3 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; + 4C9C2E74200568C92155788BF5004AD0 /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; + 4CF52881112EB4299F18008AF32F3271 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; + 4D3D6A64720DBCCB832E299585A65F94 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; + 4D58E99807CF2BD369069ADF8AE1E5BE /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; + 4D5E65EB1DAEA97E4D899831185C58FF /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 4D7FF3F7882BDA960B3EE27630ECC52E /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; + 4D97BE25F8B450489CF9F769C3840249 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; + 4DD40F237AC4F444D5E75962E20F0B53 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; + 4E45448822E000C45FF1C8BD832CC5F4 /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; + 4E7C6DA9AC6FFE9C47AA6FEB47B72950 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 4EC8968A3C7DF18A21437BD54203B9DA /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + 4EF5C4CF324223E196EB51E678EC8C3A /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; + 4EF6930081CB7743A2BAA4EF375F7A0E /* 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 = ""; }; + 4F18B10F41CC61D66C4EA3775D3D6312 /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; + 4F57EF387408E38EF207C57D9AAA89A6 /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; + 4F5C90D1734FFE9DA560CD12C00ECE27 /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; + 4FCE1E3801073184B1DCA2B8D8A03C2F /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 4FE80BECD70B7AFC4A0BE16D6AF9CBD9 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + 50045BEDC006232F1145178957264C10 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + 502609DC32845BBCB996F48B071CF66F /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; + 5048C7F77A5504F5CD50BA270E6A9DAB /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; + 5065582A1F6674B4C8E25D4D49E666E2 /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; + 50A8B84CF54591E1C379E2F67D45633D /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; + 50B186E6E33CAD87FE374DAAB053AA7C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 50E2CA64CFBA7E29B8A0EB19E2E3D0E0 /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; + 51098A5A2BB7992179E3038F8A2762D9 /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; + 512B17B9AE0A44182F8D41770A87CBA6 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; + 51B42753A1542307234ADE6B131626EA /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; + 51CC0EB4DAE02EE75E2EE3CD27EE74F1 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + 51DA72AEA7C4697DF354A89E5DDD03AA /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; + 5233A69B2FCEECDCBCC281C8BFADD628 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; + 52702C38A8C11CC5F67511B8C07427B7 /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; + 52711E835B7CB62852CCC7CF517256C1 /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; + 527BC155E9716452B05B3581FE8575AE /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; + 5301089EA0B905C173AC702B42B11325 /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; + 5308E8AC9A9F088C0686243A99721769 /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; + 5341AAFDD513E552A5340CE204E9E469 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + 53779230E135054E524900D2D9C9B642 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; + 53815EF6EDED65BB92B8C6625841EEF2 /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; + 53AE7C875D9075BCD8F63AA1A564BA86 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 53DACE7BC7309D00BB5EE8F27D2733D6 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; + 543EF8325614DE6B4F19A4BDB8E6BA96 /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; + 5445A304A26640347396ACF2150F8C77 /* 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 = ""; }; + 54764FA18A5FF5ED9944B4B3864F7F88 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; + 54A59EB183EA9B1F132DB5C1A332B840 /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; + 54C25597E1C495A444AE8B8FBD45E3F5 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + 5509E95D91730075FB04DFC65292FA9C /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + 552CB06391411C18B08E69A649A49322 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 553430FD412E81577CC10948DEB10EF9 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; + 55650C47436BA5D733E2B2FF835DDDB4 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; + 55877E0A0277FE39E64AEDC8ED661944 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 5597CB7C974D830D96D5BB6356B8813F /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 55AAD7948F5F9CC7105DCB28EDD764E2 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 55C8C677D3099B96D8FF00200EDC4401 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; + 55E531FEBDD5EDC25FB5A7C3994FA0EC /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; + 55F0221ECC6EE578BE948BCFEB730EFE /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 5606A629706F0449B60ED55D870A52A5 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 56100DC03413AA89CB3DC2E0DAD70BA3 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5627918B00ED9D2DA678F69C7D4CA855 /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; + 5661F3044C7C43A423BEFCE326E57FCD /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; + 56C00E1D61AB43F5D85A6EFBC1562C1B /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 57153152FAF1026EBCE4F6A8835F0FBC /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; + 571C4D6EC55FA2C68F148FDFC089AF36 /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; + 5723D61BE5A98018D1B95A1E2773B542 /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 5801E47347FB246A74D2EEFCA83BF43E /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; + 580A0EA4E8A25CB777C788831808B197 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; + 580E6C3275E20D03CC987846B3349DDF /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; + 5819EF7BD550DC2DFA3B49505B105807 /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; + 58575539F2B16240439FDA9E052A3480 /* 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 = ""; }; + 58800C915D760D1972528AE5A8E4237A /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; + 58993A17C507E474CB498513D8B2FCF1 /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; + 58EE9FDB06A93C858C6AED2F43A0DFDA /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; + 5920A499DAEED2F8B2B171A2039A970C /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; + 5932AB031B0BD7656410F19C37957495 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + 5938C2EB08C4483692032862CFB1E5C1 /* 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 = ""; }; + 595D14D8704EB2ADC9FA2C36B93B5DD9 /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; + 5AD7DAF61E619DC662122C8646468611 /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; + 5ADB985E89230DF44A4025B7EB687ECE /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; + 5AEF2C1130160AD2AC47AEBF284AE834 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; + 5AEF5A7F32156BC29326C5FFC9C56F12 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 5B0932EE95E6051BB1F7F9F4A31E5750 /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; + 5B3509411D7FFF974C0977BF50960CC0 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + 5B483C04B3556CAAA755402AA16E94DE /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 5B7C6E22CBAA9E40494008F39258119B /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; + 5B82C0A7943BA43A4304EA24ECEA0963 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = BRPickerView; path = libBRPickerView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5BCA97BE545C91818E227788C9C199D6 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; - 5BF45A451B0B4D77A89F01C61ABC3B59 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; - 5C21E30483EAD2304B449B5F86F82467 /* DDDateKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDDateKit_Private-dummy.m"; sourceTree = ""; }; - 5C4F140FD12B0D408029DF81D7197D19 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; - 5C62BEB07BC1B5B0069882E3F988AEA8 /* 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 = ""; }; - 5C9ABC8A6F26683627F92EF3AA594F0F /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; - 5CC34666254AE38A45C7CB063581650E /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; - 5D1E6657730568219720257E07FC6A1C /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 5D1E93F0E7EC1DBCF5E202C5579D9459 /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; - 5D639307670357B7BC0F98C56FAA1114 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + 5BE76812CCED0E714DF0AB082A233886 /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; + 5BFA1D5B1924B7A4310D330D30A5F4E2 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; + 5C21EC68536C7F6ED53451BCBA20FC0C /* 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 = ""; }; + 5C4F9344026C6D2E5936C737B8814DB4 /* 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 = ""; }; + 5C983F5C5B34E3138D32BB369340C636 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 5C9E4CF343D8B8625D02F1DAAADADBBE /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; + 5CCA46243E9A7DE1A26677A2E51D5E3E /* 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 = ""; }; + 5D59389EDDB898E20CF461F0693D47C0 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Alamofire; path = libAlamofire.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D87FF1C98FAA852B6A14ABB10628F60 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 5D8914B0865E8F113771F3A527DD2B95 /* DDUtilsSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-prefix.pch"; sourceTree = ""; }; - 5D8CCB514F2F22EC0A165D74ECBA798A /* 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 = ""; }; - 5DB41B7E4889EB04EB4E16C70944661F /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 5DC6512907D6E365BDF6A0A31BE077EA /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; - 5DFABFBA4F197E1C01A5E850E48A93EA /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - 5E0A883A944CF99327092FBED29562E8 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 5E1D66D750C4545F71A9DE88B999422C /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; - 5E47081B21FDD60300895E07D0A8E44D /* 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 = ""; }; - 5E6F3871AB4802569561B119C8FE6317 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; - 5E967AC509767C726A37DAA3A8D2AB8D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - 5E9DE9A0CE8CC944481D24F61A52E731 /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.h; sourceTree = ""; }; - 5EAA6DA0DE6D079BC9B4F19B58AB9D63 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; - 5EAE92ED7F41004474543BDC2F1DD9DD /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 5EC9D949FF5C827C068F24594711BDF0 /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; - 5ED634C4B51F92E62CE9A1C6E8804746 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; - 5EF9AB7344EF87D87F3F0F7754D3E58D /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 5F56E7334EAEFCFD9AB9798FE0117974 /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; - 5FD557348618D63F917CF562A001EDA8 /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; - 6032B0C24E82C79CD8AC501AEC909D1A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 603966CBF29ED3882018332A377A6DBE /* 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 = ""; }; - 60638EEC174AD59C71F240EC65248789 /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; - 60644A4A571D4CA99F218AA9B3F723A6 /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; - 609BD23D80593E1928041C81D33C57F0 /* 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 = ""; }; - 617487D1179FB4B974AF265D93DC6F9A /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; - 61A71E392DE084C531B190994C9C3520 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; - 62088B2AB847E886E18CF2D2B1838593 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; - 62217E13E81AF3FC98B564913A7DB104 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; - 623096332110E22B50FB0CC3AA422998 /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; - 62591286BACD010D952846B311781312 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 62A40D3A6E12C03743E05269D8B6C9D5 /* DDSpeechSynthesizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSpeechSynthesizer.swift; path = DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift; sourceTree = ""; }; - 63561DEAFF15B94684EE352FDF94EA0B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 63A8815751DBEC814BF76266DF3B28CA /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; - 63D6611F229347D1E1E2D205404CE711 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - 63F31D319FD1681C87A2F78A7C20DFC4 /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; - 643CD2D8AB4337ACBA7E313595EA0DA7 /* 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 = ""; }; - 644ECDF15D87BCB8757BC788BDB5BB1D /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - 646C08CBFFAC9F02A821663763978111 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 647C0384D5D99AE8688C5E4724C0AF05 /* 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 = ""; }; - 64C18A005BB095B7AE69695EF0FD97BA /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; - 64EB649CA7D02FDA53DF0EE930258482 /* Bugly.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bugly.framework; sourceTree = ""; }; - 65180D6DB329BB4142BD39C5CDBEC823 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 6544EA2C925409624BC938D6A2D11071 /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; - 655ED08084CF139E3290C1FAB5A2F9B3 /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; - 6598066C272137FD5B25D21DD02913D4 /* 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 = ""; }; - 65A11D1C1C951AEA8EAD00E3C7F391CE /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; - 6608376716ED6C16F4D51DC38B029DC5 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; - 66233234AEBC4B322768BC595790239D /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; - 66636452F72A4D5618CDD1707DE24235 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - 66736BB02C87938E8923936B57CFDDA4 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 6688D78CFE5E30400166CBAB38E7B04B /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - 66CFB4EBAA473F3D5F4F44B0DFA3496F /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; - 66F9628C8FFAD7E163328195DDA19F8C /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; - 67150094A86F18EE8D22724CD3C4A1A2 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; - 671F50638618423F12C514205899C357 /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; - 674D407715B86F5C1BD3B30F3AE84B50 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; - 67968F4377451131AEDEB2ADFB4FFC87 /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; - 67AED7EF3D9DD71B741DC989D56C8EBC /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 67B8F003A91C3550766DD6FCE7CCE9BE /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 67BE6A24B88FD53BBFC7FCA03E5444F4 /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; - 6806FE5716AA79ED4F52F3DD0EF44213 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 68209544F61D05BA068846520DB13752 /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; - 68765117918F2F31A0C2278D1E93E5D7 /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; - 68A3249FDAF33B85081E022F6785424A /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; - 68F42A9F366DF312078D4AB1CFBE9430 /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; - 695ED07A38CA04415909F700FC0F4AE1 /* 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 = ""; }; - 69AFA8F9BDDBE367685A582A2F673FE1 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; - 69DAE5BA6B9B4EE4A097AA46ED5BFED6 /* 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 = ""; }; - 69DD746F92A084EE5E13DF25FEB66FBD /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 69E76CB8D4A25C754020863B0C4814D3 /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 6A22F56155C3699283477634DA4CAB7D /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; - 6A4B87B7C1F5A51CE324C59B3A15C371 /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; - 6A8999DBABA34056FB4F3CBE3EEB3AB4 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 6AB351E62963347D0FBBAA3AC5D802FE /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 6B0BE18B2C63702CCEBF6648E0EDC08C /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; - 6B478E018E8645D876F1A1AF37AB531A /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; - 6B653D56C0A1A417CC2E9DD7B4B496AD /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; - 6BA0821E3F4CF23D21E43E07AF635FEB /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; - 6BD33DFF24773835322733D1C9563EC0 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; - 6BE2DE4F488B1AC0A083DB7924EAE42D /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; - 6BE71BD130A57F0F5742842C91040E3E /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; - 6C2A506F1D6B455ACAB3191E2179EA52 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; - 6C514AB80CECE296D37A7BA7B673ED3E /* 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 = ""; }; - 6C528AE65F43B70585F8A1B42AB659D1 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; - 6C56CE8FDD65946B5C54084E56A58E25 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 6C77BEEE84893ACDD3ED5FC3393AAB2F /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - 6C845CA15C336A09ADB2F7A53C149987 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 6CCE9D0FA5D93F52E96CAFD509C128C9 /* 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 = ""; }; - 6CDF3B7BA154E1B825063784C6266F59 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; - 6D1547EF82E92B574A6041DF2AA89FAC /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; - 6D39654B54DBA7DACAEC653A7EE4159A /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; - 6D633465C3E5BEEE7E1DD15B791CBCE3 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 6D67E8EF00BC470D242F229827E037FB /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - 6D6E065C772EFCF926DC6CD87026DC9D /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - 6D77C7C36886CB8CC632B686B491EDAA /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; - 6D952265E4D13FECC917596BDA2F36DC /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; - 6DA5EB75250AA50A8793772D31CA8AFF /* 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 = ""; }; - 6DCE19C4CEE10003951B972F41466F12 /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 6E391FE849DA05DEB538E71FA6E52007 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - 6E65689E0B65110D0742D7A05C0D83DD /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; - 6E947D22A590154CDB995F366E8B5074 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 6EB4944C6A3B5969319D3A08AFCC0CDB /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; - 6EB4F2921EF1A694D2FF277CBA237BE4 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 5D9E7FEEDF68A097952258F2F8C0D237 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; + 5DA35FFAAE82152550BC1CA21EC6D8B7 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 5DCCFDF90F6D31713C3B5E7B0465EF61 /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; + 5E53C3CC11EB6251FB7BE1FEA574C715 /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; + 5E5B35B1C92B7AB51D793E9A8720CD20 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; + 5E6E237710D6BDF2DBE78D00F398B8E6 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 5E77753F99553FBEDB039A64563A72E8 /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; + 5F30D98624DC44042FBDDB65805500FA /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 5F32BABA9B19C9AA4376675817F87D75 /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; + 5F33C7CDF9E104871CBC09BCBABF90FA /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + 5F9246BF5AF8832E4280C5813A891D38 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 5F99D64EAF616911F7733090C9191762 /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; + 5F9AE79DCFF9BB44FED08BF5F57A9D99 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; + 5FA535B062BE9652CF973BE2D6BEC5C8 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + 5FD2FA73DCD1313BDC01ADBA4C7AE0B4 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + 6050BF6597C91DDC2E72FC549D0A7FC4 /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; + 606066ABAE1228440F800F1F68BA9490 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; + 607E8AB09F9266B64024BBC46BD3CC1C /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; + 609BFFA24CC3A1AB4F0B26C3273404B5 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; + 60BC838C8FE9A41C4CC796070A644735 /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; + 611D15D08DBA689FCD039A3C6276081B /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.m; sourceTree = ""; }; + 617250433353A1FCCB13C69612CF2A28 /* 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 = ""; }; + 617AB3AB0846F148F5CC02FD0CFD35B5 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; + 62633E6852F52F12AC2F20524E2B4EAA /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 62A1CC181C807926A95A1B09578C3B94 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; + 62F841B46F1041DF819825F70ABEC3D6 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; + 630C63E59A9C61FDD778A152ABD08757 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; + 63208BE112E3A35C84402FFFE9A89324 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; + 635D1CC0DE7DE513D1EDB1110C49C474 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + 63B8B55E9EB6419F9E4646F067AA431B /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + 63D501B982F85E1B7C3D94860C3BB932 /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; + 6409138F32D244119B647A25386194F8 /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; + 65066E58B23F8F0CE11F53C68967D652 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; + 65166A72961F028569EF8F3C436C6577 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; + 65670E5A24053A3DE3CC549FEDF04DC0 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; + 65718780E4BD17347E4328307F222C86 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 658FF1A4D43134AA19624EB7BF8316F6 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; + 65975CE3EC921F5C1ECB54A0142386D9 /* 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 = ""; }; + 65985E2632A712F550DADE94E94A63CF /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; + 659F307E25D4612CDD665BF9042ED974 /* DDAudioPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-prefix.pch"; sourceTree = ""; }; + 65A34732D04A23A249E9F76A13628162 /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; + 65A9BC05D23E282469BBC44E1A47D783 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; + 65B41C551ABF5C9C751D1FABC2036E2E /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; + 65C4BED199ABEB28A2C0F8F75F472566 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 664865F1F88E59952B64216BD28222F2 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + 66DF5A99F3791AC430BB2288688FF18A /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; + 66F43DADB538C6EA730642FF38F6D1AA /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; + 673DAC60377CFBBAC8CA17C1F49297FD /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 674447B8A13FEE19A5DB8F7E1C335C90 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; + 675C562A7C5BC320FE76E9A9A8F558CB /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; + 6786167D48718F3FDB3CF78310422087 /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; + 67A7905348EB819D1AE5101B1447A798 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; + 67E4CF43F3746867DCEE94E782BC055B /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + 67F10E17A23637E4DAA74983A944C0EE /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; + 682D157A18CFC49DAB38947AF4345680 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; + 683CDE8E08785AEC088F65BC702CEE90 /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; + 688D6436288BDA270587FFA272BA32A5 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; + 68C333CA59CB7D80808A68FB34032821 /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 68E2A234C44A533BB1D679BD9BBBBCF4 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; + 68EEC89353AAA8C4EA17EE726CD9F524 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; + 6918D1561A26E4FF3496D39FE6D77847 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; + 69A2E5EC61D55FEE02197BFFC9AA2E01 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; + 69F11A2F6ED55199A0F7869FD34F0914 /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; + 6A593C7614E5564B5B81B4456B909A0B /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; + 6A773735160F96E8056704CD7F33F08A /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; + 6A8821E73AAE958884AABA88ED0B8BE0 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 6ADA3B01E5118CD5240871CCAD1CFD0C /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; + 6AE6028DC86FDF3A8D5644B7F3063F39 /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; + 6B50011F978BE26CC85707F1C2565114 /* 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 = ""; }; + 6B81040535DC7B45FFA730026E49F3F0 /* 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 = ""; }; + 6B971F5E1C49FF835F89CF93C1DD1B55 /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; + 6BEFF4D18B13895079AFA907BF75528A /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 6C0D685854FD982E7BCCAF5618193C3F /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + 6C13E096E3F54642F733C3F6465A992B /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + 6C247708A536E7F458B14AAE011AE757 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 6C3681F10090C608EDBF944893B13E0E /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 6C440069B224C9753698A1ACAD7B0D64 /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; + 6CAE1874EFF0F3D7C9F7532133A44899 /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; + 6CC5138911CE712E46EFE27F4AC2A67D /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; + 6D058CFBE5B1FC61CCE7DD9BA50CD0FB /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + 6D444AB38756B46325663640BAE3A6D5 /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; + 6D605A1BB80026B134D544632120A9B0 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + 6D87798D77B34D965F45F54DE6908196 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 6DC21D3334FA123A2E691A0818A6DF46 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6DF4065EFC063D3C7EE57D4EF1A98083 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; + 6E2FE3338ADB9BA3A8E9CCF3B5124846 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; + 6E6DCD5C9C94DC21C530E24396C47267 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; + 6EC1F209A08E73D6CB48FB1B136B40C1 /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; + 6EDAB6198F03A97D685DFC848B76F115 /* 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 = ""; }; 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDMAMapKit_Private; path = libDDMAMapKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F01E0928809D5F78AE626270483F1C8 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - 6F67C92AB9DDDECF075878484C26D16A /* 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 = ""; }; - 6FB73410E324E3292EA6D713952BB2C6 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; - 70138D53831150D30A9174C7A439E686 /* 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 = ""; }; - 7030217260E5C5FDD7FBD9203F3D7AD7 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; - 70461BC08F0DDFFD7D981839273A2588 /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; - 706659B90F0C4E3DD20181BB449ED19C /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; - 7075BDF0D860A0E860171F127574C768 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; - 70C813FBC400D26B187BC2E6BDD6145B /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; - 70F6C3CE2FD1079686F0D5FD26BE9D00 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 6EEC451A837CFCA8AA411E6E0379AE46 /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; + 6EEF8C8982B1ED735852F8E6ABB1862F /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + 6F1E7DAC2519512F7E53A79CF03B72C7 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; + 6F3EFFD0E2D7B7933DF52B46E5005668 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; + 6F5A069E9AF156CF36534056DEF59626 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; + 6F5C9F9A45BC837F4ADF9A89BF310EFF /* 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 = ""; }; + 6F9E26AA058DAF34E104B15F180E0E17 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 6FB142D088781B2F8833F359CF938030 /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; + 6FC7642FFE3CF735D1E0B606448D7D38 /* 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 = ""; }; + 70AF3C5468F2854A26AA649CD625C82C /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; + 70E422A9AC5B99381A21FEFD62C9B812 /* 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 = ""; }; + 70E4CAD83781D87B930AA12830BB3268 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDBasicControlsKit_Private-DDBaseViewController"; path = DDBaseViewController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7139FD08F359BB8E40109BEEB63FC369 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; - 717484AA1BFA95044C5B88B8C32C0652 /* 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 = ""; }; - 718E6CF1400D038C497A352CC54DC83B /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; - 719B436AB6CA95E4030A780524BBA34C /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; - 71EB8BF3D06DE02F36C477A4A4BA8DCC /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; - 72031BC851B75D50026BD60614F5F003 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; - 72C3478C74509AC92C7C5EF98EDBF629 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 72EDBC7254BE790B6AD86975DF4026F2 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; - 733A13C068DFDC39E7FEC288E6C4AD54 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; - 7350E49516457E74C862C114D885ABE6 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; - 73854AABD28109AF60200833BE0FF3EA /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; - 739FF337476322BE4122FA1076E970F1 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - 73A4DBB4E49D13A6993AB2975A7F6BCB /* DDZFPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDZFPlayerKit_Private.modulemap; sourceTree = ""; }; - 73C32F421CC3988E6BA9217D8F506281 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 73D0AB58CCC7544895813E785D475A99 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; - 73D4C425FB469F74208E60499EF8C98F /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; - 74122461A3B3C14412899ABAFE3F2BBD /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; - 7412B4283A3720404BD934FEBB337AE1 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; - 74687D54FBFB9678A23D1ADA07FCCCC2 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; - 74768582106A5A35C475018FBE166D8B /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; - 74769D48235EFC838235C6382C032033 /* DDAudioPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - 75292BEEE9BF7063DF5446187F0D98C8 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 752E7157BCC6D03429AA08785A303D5D /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; - 754A131A0586966DF417DF4FAA255311 /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; - 754F933516567255B0866922880B5C8B /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; - 75A8D6A91EA6C66429FA24B4BAC6C3BE /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; - 75F6FB443898FD308DDA105501F23E18 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; - 76918CA7349F3E6A5F226592C7E67AC4 /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; - 76992BA805757495DFB8171EF9EB9AB0 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 76CB5A6650173A28ACE697B852EF24FA /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; - 76E4F87E0DFA075F1D5B365B5E5FDE22 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; - 77191EE64EB4A9C37B61DF98C91192E0 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; - 7721E29CE17F9108705DB1B884EC15AB /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; - 77722556D62B61754AE5C42E3B971A5F /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; - 782FACA646F0764B7D5D92B2FC31F91E /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; - 7847F961CD4A25C3899D59FE9AC2F907 /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; - 7867C241D8C1248A95F3ADEF82FB963E /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - 78753C7ACACB2BC7DEC93E733E760369 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - 78A625370656560AC40CEE8EE9F905EA /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; - 78BBF79A4EEE922ACAF8E7BFDEFF4B9F /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - 78D6B2DF09486AC8C5CBF8BC783930A8 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 7908728EA471C017FBABE735879EF417 /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; - 791AE958912FD9C6E9048928C711C005 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - 7925FAF1250939D4894D0530168ED722 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; - 7927B6B575737F1A81B0D0957633EC3A /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - 79447482A03FA682A38142FB9A6873C8 /* 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 = ""; }; - 79590BFC58EE7F723B96884BB78FE837 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 796571E0AD15CC00977309A58C327D4B /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; - 797723DF7DC18AE8560A98CEDC07BD74 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; - 797989A215F968EA9F2D6B4F3103777E /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - 7997B8BAFA30655585A6C95CC44DA602 /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; - 79B61FEDE42C2EF79980EF8021927B99 /* DDAudioPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAudioPlayerKit_Private.modulemap; sourceTree = ""; }; - 79BB58D2DE758EABA3BAD2CE25F4E273 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; - 7A318AF7276888D12138A1F2762515E4 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7A35904B0864C0B6EBACB47551BD225D /* 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 = ""; }; - 7AB43AE0EFB54F37F32D6E30C77BBC2D /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; - 7AC2251A2D308ACBD206F8FBFA3277D4 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; - 7AC4B6BD19EFC000CC18E12EB02E16BB /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; - 7ADA7CC09EC3D7AA4DF6D4B183768044 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; - 7AECD2532EB91AD1EE01A7433BF501CF /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; - 7B3C07E96008A58C0217CD874224DE73 /* DDUtilsSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDUtilsSwiftKit_Private.modulemap; sourceTree = ""; }; - 7B9014471E57A861E7D36F1D952524F4 /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; - 7B9878C7E42BB6D279A956C5131CEEC8 /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; - 7BDB47FD0CCCDC7C68EC383D2494B722 /* 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 = ""; }; + 71743E97BDAB73159A7FB2D6A2C981AD /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; + 71753458CF7BE1B42F79ECEC9DB875B8 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; + 71855AFB5A015EBF844F74786A52BE73 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; + 71895AE72E93BE32326BAB527EDB2C2B /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; + 719714C42C68865E2824629BC7F06EDA /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 7263E45249205740176535A3BC4F0134 /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; + 72787076375CCEB6F9299494CDDACED9 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 729765C8A9163366DB689F28BA6FDDAB /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 72B27217D7C7D06E2883F8A0B7EE7EF9 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + 72BAD5BCC8A38686C4E1D280206DFEB6 /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; + 72E5C5E1AB1E35EBAC6D96C5C8E1C712 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + 72EB53DA6F52BAB7BB5276EE1845A96B /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + 7315D1F8FC4040B2AE061AB9405761EC /* 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 = ""; }; + 7320760DE614C265E883DB2439601A3A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 734437D2CA2C62A30A50876700E58539 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; + 734BB1CFA1A272740C3DEAC958AC58D1 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + 73704ACCC073B718DEFF7A653C87F86C /* 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 = ""; }; + 73889F9FFA0D03812A7E5CB2DB1F9D97 /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; + 73A6AE5BAED73536F1EE0CEE4214A319 /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; + 73D2E47462F864116BA95A38589526B1 /* 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 = ""; }; + 73E560D5F0D67C08040281A349936CCC /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 7425B2B089DAF86482D45B05A28556A0 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; + 7449B61B25D2D0B991C8DD7F21644F5C /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; + 74A1497D810F2C9D5696FFBD9A33ABB0 /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; + 74F8FB391BC1C3305BA5E1F5ED344200 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; + 750465AFC14AD05FD830401372949A63 /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; + 75340C28B849B14C21BA4BDAA0C8E109 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; + 753649BCE16000A2A81D11ED3EF52FAC /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; + 7550D4B472027B15D778CB33CFF78B0B /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 75BE8875B06FED44318EC0DE718B8B63 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 75D19B864A1CE5CDDC97EB1FCF2DE887 /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + 75F3A6BB6BE874B794FEF50E4215FDEA /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; + 76543AC22593AF1DED91FF40EA424D11 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; + 76859C8AD2DDED3F8F534DB60DE98480 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + 76CF3351198D0AB4F67C55887815CF0D /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; + 76F4355DCEA46C5894DEAAAE1241E0A7 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; + 77065C3F8C2B680B392FA15C2B7C446F /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; + 7735B24B4BF60517D4B8F83118F09B78 /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; + 776E64ED84A334E13A4CBEC5F4C6AAF2 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; + 778A0767A67C37C73C630096B37EBD47 /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; + 77A2D131F423BFAB076592544D3A4F93 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + 782BF5068144A165F49905B11D6A3190 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 783BF1E23DE6E1225BF7BD4EB7802972 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + 787D60C0B6B9BD1BBA05184F86EEB50F /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 787D935F929840FED118AC822D56CE53 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + 78ACB724688E4414116FEA7A515B42AB /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; + 79174E1AC5AA323C3F6D898E0B643E07 /* 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 = ""; }; + 7926448B28E0AF2A3BC28A811DBD9D21 /* 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 = ""; }; + 792F75E1B244129571FAF5CF17E0FAC5 /* 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 = ""; }; + 796B0AAE7CCDF9046E3470AEAA20731B /* 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 = ""; }; + 79C5942DCC47FC446D765A79C40FBA96 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; + 7A2371B9B217C44DC8BC20DEA7D688FA /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; + 7A44F15ED1A918AE70EE2FC4DEF79EFE /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; + 7A49B0105A67B516C482796366B010F4 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 7A856A1BC7617917946BCFC728062FFB /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; + 7ADEF939FBDFCD6A9298633F47913B5B /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + 7AE0498267DCDAFA665DB8B9313CDD33 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 7B473C85AA69FF7DCF917368F0F7E0CB /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 7B5B68B96186D8C5E2E08A08F304A93E /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; + 7B624D0C833B83D8C1630965FCEB5387 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 7B75B6D6C4942554E4813A608ACDE00D /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; + 7BAADECCCBAA883D5E081950FD327C21 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; 7BF437F1301E282D248141EA0E4FDED5 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.debug.xcconfig"; sourceTree = ""; }; - 7C90A2EF3D42C22EFF7E36A0217D22E7 /* 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 = ""; }; - 7C9572C403DB977B48D99C2263718B3E /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 7CDA83203D3B5A08DA3D38EF8F4685A6 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; - 7D1AA58F6C36AA975B1EFBB357F686DA /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; - 7D315FAA0493DEC710853D46FB98D369 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; - 7D31803E34A9E384465D41589337EFB9 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 7DA73F037BB6746EA4906B99C8C17E80 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; - 7E11FE51CC6461B0E5741EC311ADC23B /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; - 7E295B1D55E4C79C188F287BF9A65263 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; - 7E31CD17329E4C64305A0E80BF1C1F12 /* 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 = ""; }; - 7E7CF2ED1DA97ABF7BA7A655CDA6B382 /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; - 7ECE581AB7A194F7741A1A5028F7288E /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; - 7EE10519D1069F12EDE53D54E5D966C1 /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; - 7F1D800BE094DE8DF25A95823C799612 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 7F4429F26B0AB7296359F12274F5B0A7 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - 7F4CAD606B229C8DCB280A3808B245A8 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; - 7FB25524B6DE4C04BB61427A55E84E0D /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; - 8007F65AE4FAB8BC11B36545C9D71F1B /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; + 7C67F2EC50454CE9ED8CF539C8E97973 /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; + 7C7E9939D878E853E558391118E42AF8 /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; + 7C89558C15E2F75BFC66DEA8DE01627A /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + 7C916F3D312496F40E31E50017DD7721 /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; + 7C9CA04CB7BD8C48A1ED47CC6CDE995F /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; + 7CABD3F10C9CB2FDB473CF28792DE9E9 /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; + 7D27CE4CE6AC389141A20F870A32D1D0 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + 7D2816F3BF008AD0426EA4CB65CFF606 /* DDBaseSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseSwitch.m; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.m; sourceTree = ""; }; + 7D7961855C94E4064A620A5631CFDFBC /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; + 7DB11CF373D6CB1B1F7E9588B4A0A717 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; + 7DBDF90007BED71E419B9CB1D9F73BAA /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; + 7DC84570EA92E74568E6ED52FFE17CB1 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; + 7DD608EC54B982400638C74B13A81899 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 7E45EF58AA52D9725148F2932C263B9F /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 7F10D25D07F0A58907C7800478073CED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + 7F642D0506F0D46349D7D8D0DC29D001 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 7FC7342404573E9074F76A788234C892 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 7FE0F22D5D3E5BF946B93D92651CB0F6 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 8027DF7A4F3ED2E40FF6E9C358E7DE91 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + 80653E3C794492C1132D7E89E109D0DD /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; + 808467A47E23421FAD3248ED1B324A54 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxSwift; path = libRxSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80C996C317BA79B1C73C543EF4D5E312 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; - 80F308761B42038E9678FD431070C525 /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; - 812AFBCFFEEB441AC51F7BEC34FA3AE3 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 81882DA633B9E510F49EE43DDE4EFF1A /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; - 81914E354BC1E2B962BD9B800AE08F64 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - 819CA6B0E96C24260C371EB3DA41FFC0 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 81C4040DC9E61AC235E52ACA4DD385AE /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - 81CA830F99449AB702AE26140E862FBD /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; - 81FADD75E7A9C13FB4B450CB3673DB93 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 8213197DE203080F80B35C552BAEA44A /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 823F23D3EB8743A6C07C9A549661CD19 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; - 82ACB77CBE8501025AEE247D67DD57FC /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; - 82BFD58791F294F4DC3DB2A19F96F2A9 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; - 82D693601D96006E2833D93B8A6E99C7 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; - 82E2C162D33695B454070BA2DB1FAE78 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; - 836165779E43673E1D7FA9A5F8C92705 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - 83DDE81EAED799D148B72BFE4D8A158B /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - 83E4D521CB123DB1C9F73D5F208F5E4E /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 842B1C95B9D4E9A5B6946AD323564DA2 /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; - 848545E4EB82AAEBC55171E15DCAE377 /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; - 84AAF213CB064B7B3BD6A0578875D7FE /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; - 84FA17267760FC8B73830F3654BCD1CC /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; - 8506604899031128C3CA3374825A562E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - 85282EB6B7A0AC020D188CB783E762D6 /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; - 85675299EEAFE97772A77C3BC8A4EF21 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; - 8581E42278DF0386B6984D883FC57BC4 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; - 85A8F8C57AD44C626FEDAE4DE9BBC46A /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; - 85B9C52C7DFA94F64FDA648D1AF90B65 /* DDUtilsSwiftKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-umbrella.h"; sourceTree = ""; }; - 85D11FDBB0C183F9556B98B65CF9CA8D /* 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 = ""; }; - 85DCD01F49C650FA15DFA01D2EF07C22 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; - 85F7A667F0E10183727E7F3A674CAE9C /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; + 812213673FCA1F30EBD75BC7A13B0C6E /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + 81D710FFC2759DBCFFACC1DA4938801C /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; + 81F3B9E64882B4BC95DE34E7C626A048 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; + 8214272BFE46A73504D112C11C304815 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 8216FC04928FEFD3CE5FEC4E25D23EFC /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 826A699BF0EE6BA19B85A120492DF2DD /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 826E23D70747E00E977AA1E65A0CC03F /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; + 827EE5636996526C781300566E8044E0 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; + 82AB15252286DBCAEED0EE8D07A212C8 /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 82BFAF857404613C07D03CEA71B3D184 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; + 82E06DC3CA040833089EE3F00984904B /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; + 82E171A4D62AE8024DF0362C28DF48FB /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; + 833F92B56F331D09792B0F54E11049F4 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 834C0A1EADDB7A86DF76F7320280147D /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 8353A62F8173729E9D4C133CB7B73B8E /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + 839EE7F72D504AADBBCFDB1DEB8E16D0 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; + 84414641A761BE6348DB78E6906D8ECE /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; + 84415988F58EC4140120E933A009CFA3 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 8482C558D30F73509735C0DC16CC73D2 /* 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 = ""; }; + 84B64B18CEDCC06E58B433C67801EE6A /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; + 84BCF483457586DBFF5BD91123792AA9 /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; + 855A39BD939011389138F8CB02C7D9FD /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; + 85789EB7DABBE8B96D877B4695EFE5CA /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; 861E3EABF816A1CA179B292C434C7624 /* Pods-OrderSchedulingNotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderSchedulingNotificationService-dummy.m"; sourceTree = ""; }; - 86245922FADAC2EBEDB30C800A1AB876 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 8647CB3EB073E41C3049DA75E8728C84 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; - 865E2DB0EE69A555B713BD154937984B /* 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 = ""; }; - 8676ECECEBF4E704B81A04D7CCD1E3C5 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 86D1B6743A9B1425FBDA6AE1B6F321D2 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - 86F5F0BB278D6D79863AC4B52FEC4C3B /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; - 883760D678B37ABCB1556CE9807AC8FC /* 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 = ""; }; - 885EC2C5B4E462C2A099259D458FC510 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - 8864CEC98412AEDBE4A09276CF4BFFD9 /* 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 = ""; }; - 88896868DB190AE1FC08273E608AA92E /* 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 = ""; }; - 88AF34AB5E8EBEDF0D0E34BE601B3205 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; - 88BEB83998DF810F949479B533EE98E7 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 891008F7476ED15C4B22CDF30A0957AD /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - 8937AF120DD58817489BF58216BABAA8 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; - 89952B48A18518306018D1595FEA0EE2 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - 89ADAB0CBCDE02D979E54BFD3748ECCF /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 89C4C2D46BB6B463D0B3B3548B5335AF /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; - 89E952B75850475D14EC64468E7C199A /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; - 8A23A5DE9C4806FBE343B308D6343114 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; - 8A2DF7236C64FA6EF6C5DA836A725465 /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; - 8A45E80A67CFE6F591C8FF339EF333FF /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; - 8A4600DD44443B0806C5FED07A51050C /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 8A4EC27F9A38C8B639D397B66A33944B /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; - 8A945C68536B23FFDF133BFB30C7A152 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; - 8AC6FDD8304AC7B935BD2E42FA100046 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 865171DDF8198197CCEC9892CE41BB5D /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; + 865BBF2C1E8F266D668395EB5428826B /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; + 8668E90E6B996F76811B861823E68F22 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; + 868682BD7EB6DCF62D62C5183EA0B4F7 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; + 86ECE9E234066976273BF3BA7CDB8AA5 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 870241BB0746A9775C2D6CE5F3AB38A2 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 8720B6D35C9E0030D3EF486D254C8738 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; + 8738F1DAC39249AFCF88AC4939C35883 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 879900D0C7344A606121D7D6FD59FD85 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + 883338514E414313038E1B5EA4A6A87F /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; + 887C9A2B88D0F233DC9AC81ACF12637B /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; + 888A46AE546820686D32F4CAF469341D /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; + 88C994A13E5EEA1112B5D7AA7E396C89 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; + 88F69A7DA37120A46865E1A6A42C74A3 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + 89330007318EB76C042A6EE08C36FF68 /* 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 = ""; }; + 894570F29B4D45C0FFBC34E891468913 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; + 894E1447CEC2C5613BE9EB50DBE142BF /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 8AB8FF8E0F3AE5014C886BAC9307A876 /* 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 = ""; }; 8AD026CF2FA53C314E8C799B9A40528A /* DDZFPlayerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDZFPlayerKit_Private; path = libDDZFPlayerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8AF2C2FE88432E1F0A79E4FD3739B2D9 /* 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 = ""; }; - 8B187436262050FBF35B54C7C83DD002 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; - 8B39B8D7FCFE5ADEAC42B9B345D1A28E /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; - 8B6AF19A2989368FC9245A1DEA7A6F55 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; - 8BC8E2F1D3BAB5012DE924135B204832 /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; - 8BD174D229B189F907BA4BF1C51B19F1 /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; - 8C10536B2ED2E6CA0EF2CF3A607B0D80 /* DDZFPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-prefix.pch"; sourceTree = ""; }; - 8C37C6611B5535CB81C5929064F12013 /* 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 = ""; }; - 8C3A37804A5D398D94ABC707A4118AB3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - 8C412D5C2FD1152724F499D2666DDA65 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; - 8C493E05F34E23F261FC050A86557537 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 8C67595A23D1913899CD65D6A092640E /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; - 8C8E65D573864AD270086FC9D46EE331 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 8D1C79500B0FF1A14A3F650DDF77E685 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; - 8DEFCDFA6795981D6A0AEB2149BBD9C1 /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; - 8E257F1F77708A46D57F7C984B5F165A /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 8E290D8F2940215D19393D10674FECE2 /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 8E5D3B4897C628ABA6B795773AB1CF2D /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 8E5E5E6886130DD7EC492A9927B68242 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; - 8E6E0B08E457050E88C54D30A4A9314A /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 8E954E73C3837DFB8BEF3B8F5B7D1471 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 8EF4FC1C8C7769A1BA4F45BC7734D3DD /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; - 8F9A18BF9D890B53704DAF5BC7C2B63A /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; - 8FB03D47F53DCF0CFEBD12240EA195F7 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - 9036744FAC2D93836BDC5D5518107E67 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; - 903CADD5937D4C7EB38DD970317462EC /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; - 9060B8EC8CA9750E0A1B5045F874DF53 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 90643D3F5588D9F7C40734B326B0C1D1 /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; - 9084A0CC197FC8F2F3136D8FDF2EC6D1 /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; - 90917CCCE73A87F0166F2AC9D559A6BC /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; - 90A47D2F58A6AD03B47B0444066EE462 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; - 911F012A603F31A3B49F33BE7E58BE85 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; - 912E5A3F30678AEC99E62BA0F90AD2F9 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - 913B125036C3BF6896D2C10E96361A49 /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - 913EFE243B6CB1A6D0ABCE4D3A7D9085 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 9161069AC502EBFEB19252F26CFA960B /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; - 91E5768A52C0F458EB75349E0BF8DCB2 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 9220FDC373ED2EC137393C41B258DC32 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; - 9227C45D11306442F0D423E2ECE44A41 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 922A2B69872C884D1F24B956C8F5E35C /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; - 92353BD2EFBAB23ABEA3FF4BADD5FA12 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; - 92490B3672A2B56676EE477CB07A0BF5 /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; - 92A12515AE6BB02E8025B676144351F8 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; - 92B6561103C8973A5EF96DD2CF6D485B /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - 92C2EFE99B76A17F6928ACFB4D44012B /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 92CA13BE4EC17370F32BAFDFA9520F5C /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; - 92DA54692494CE61632216945ABF8FF6 /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; - 92EE2C7330ECE40006D122E2B22831DC /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 92FF81B287988C1A96B59AFF95D7EEEF /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; - 9335510DEADB857A4DA688BD82898C99 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 936EDD8D6DA41F42F7BD5C26CD21129C /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; - 93769584BF566B9C7A4D32BB8C79E0FF /* 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 = ""; }; - 9383AB8BFCA54B71E7CDB52C3D99D7AB /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; - 93CDA44511C71B07D39D0D5806B83BE9 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; - 93E3835065EBF7CEC0EF199E1CEBA0A2 /* 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 = ""; }; - 943EDF926BE45D259A159B52EF89E7A4 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; - 944FB1FEB3FFD3BAF6A2ACB3549177A2 /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; - 948E5D323E3881D6D598CF459774D812 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; - 94D1127448F2ECF0EEFC4D011FAD1FC2 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 94E16A684AB87B6B91445764A7436CF0 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; - 94F2E22862A6F54F8BCABBFC99901DF5 /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; - 94F7C18DBDB961B81A12352C91FE44C4 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - 950DCB951DB339655E7D0646C95D3290 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 95557FC0DAFA19A9367C28DA1683345B /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; - 955E40D080E255317FC1497B3349F319 /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; - 956450E13FC44F04D1CCCCA026338684 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; - 956E86C35E46F463DB002FD1E0DC86A1 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; - 95746AF2C1EBF9629071B40951913E1E /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 958C657925EFDB1786AAD65EBE4AC73A /* DDZFPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; - 95B1992500FE86112964E133E22DBBB8 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 95CD588627300285E87B1051C6CED0D6 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - 95D7DF55BDFC1959FD75C1C196F276D6 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - 95E30B62D86832A4F89B3C174199F30F /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - 95E59A1A8A49B98E6C368E2F66CC7C5B /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; - 95EDFE34E972CAD2F3A5D0B91EACABEF /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - 95EE442D56D57F06619A365DB1D150B9 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 9674E02D90B7EA28357763FADD598C96 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; - 96DDD9BEFBDB4042BA25FC5B0882ED18 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 96E0A9D7FE38F885856263E4FDD7C831 /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; - 96E4A806A0FF23238F1848B065428869 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; - 9763162343AA655F9D8104B1B3B907D0 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 9783D038C1F7DC1035B0D2AD968FD915 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; + 8AE9471A5D951EBDC27A1773783B7356 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; + 8B07E932DBC0734C33DCC0BB028EE683 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; + 8B13BCDF72CCF01B041DF1DB8DDD3617 /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.m; sourceTree = ""; }; + 8B4542F80096A081FD205AF333D1F1E6 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 8B7F344EAF8AE8766FE71D1B9FEB85B8 /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 8BA75886E1B8FB4B4449F4D2E77A8150 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; + 8BDDA910A2545C56F3DA7374AC447D64 /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; + 8C7630A806E49CBF9755E62B890A64B9 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; + 8CA3785F3CA31DDFC0575C45B92C815D /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; + 8CBA7194CF97A92BB445257AE91B53CF /* 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 = ""; }; + 8CC82094FDD87DD86C5B20E3F7D73243 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 8CD51EBCA7A5E184847140FEAB482F7F /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; + 8D52B703883C3CD209CEFDCD05645AB2 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + 8D63A53E06FA33C857AFA8B231F18B1E /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; + 8D68D428863CC7F679C6FFEC6C5DC87E /* 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 = ""; }; + 8DD766E42CF6343A4D0C8D57C3752AE3 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + 8DEC5ECD3E288FE90A1AB02D4827DF98 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; + 8E2E02A764677ACF75C90EED91376009 /* 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 = ""; }; + 8EA8D5FF03C57C77AA2556B61776E1C5 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; + 8EBBF0355FB46923D9BA640526D5CAF7 /* DDDate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDDate.swift; path = DDDateKit_Private/Classes/DDDate.swift; sourceTree = ""; }; + 8ECFEF1748C17A9FC8A242DF28145B4B /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; + 8ED7E80ADB027A3A94C6992138D0B9E2 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 8EFD51A8295EB1971055BA54D2A04615 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 8F540C21E7C87E1B10437CC9438EB9F8 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; + 90103854DF1E0F105821E13A67BFBA08 /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; + 905AFE4E58F2C9CC141268D17E868292 /* 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 = ""; }; + 906B5E7E30C9A04D430BFA2687FC55D6 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; + 907E84D896ECCB7DDAA374F2EC43F6FF /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; + 909AF99047FC816DAC213AE9209F7FB3 /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; + 909CF0E87B9CE3B66AA6161FF926411D /* 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 = ""; }; + 90BBEC74A0EF3144171388AC02834395 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 90CF95FDEF841956138F5E00F99EC2E4 /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; + 90D2371A637826F3DCFBD9454BD51948 /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 90D69B16A5403DBF1D5078B2976068B0 /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; + 913E4BF242B4B6433A57CA772F05454A /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; + 914A6A0B993B5E2A064E969B1AD4A2DA /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; + 91B9C7936002BA2922C0FB2817F7A095 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; + 91CA148273E0597C90FBA74F835AE82C /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 91F2CCD1B74E31E6954EA668F6F7AD7C /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; + 921270A228473867367B472DE26A5F16 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; + 9234A3EC985B22D73D50F3640A565644 /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; + 923692DFCD1D31CE3752072D5A039CAF /* 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 = ""; }; + 92E540B4CDE5ADD6909B40FB1C81A1E4 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; + 933DF10E37590DC093C8A8CCDF270863 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; + 93E82EF7B77F504BEBCC77D9B4114C04 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 943823ACEC91D87ABE7431E8FB5F58BB /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + 9446994BF8295489840DD9BBFB1A09E8 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; + 948B839A01248E739F456F1E4D3F574C /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 9491656224D0FCF6159A00459E9BE193 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; + 94B03752321A6AD71D5ED7D8044DC805 /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; + 94BEE5D0A91056C553B19BFDA246B4E4 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + 950C07D28671A7517257971A3F02F71B /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + 956B3259745F9ECAD88ED174FAC6E910 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 95798E2EB446E4C96264C72F2FB45CD2 /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; + 958CE1BAF88CC3E230DDCDF85F0E35A4 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; + 959311BE8BD4EFCE883148EAC38F6EDE /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; + 9598D22FD904D913FC242E7E7334AC62 /* DDDateKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.debug.xcconfig; sourceTree = ""; }; + 95FCC036495C437AF2D73A78930091D1 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; + 95FE9F70E8BDE20CFAB12C102912B5A6 /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + 96141B81E25A9313CBB94C0D808B048D /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 96426533D61188385D0DB5D1E17BAAE7 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; + 968A6889F19E63FFE765ACE1D520D8F6 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; + 968C6AB1C80AD0DC463AE741E5E03664 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 968FC31249EC7E0B80ACF589964AABB1 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; + 96B2323EFFD1F02BCDF3AB9563603564 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; + 978FE1C0126BB0EBC0162C2169991E64 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 9790E802E6A709CED62C680BBEF565F7 /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SnapKit; path = libSnapKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 97B63FC34B814E4AC17D7967DC2A0854 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; - 97D4606AAE5C1A5553B255F64E097F8D /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 97D6B043DBBDF85729B2BE55F5F8F3FD /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; - 97F0120F0F2AF4A77E3913001C9A4C06 /* 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 = ""; }; - 98060322BA217834C9E32F2D2F334BD4 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 98223317F344280910E9A688A6ECFC5F /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; - 983502A3E1482E46E115D3FD9BF1B194 /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; - 98AA89AC1C1C4CA555B1C69C5491FF35 /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; - 98ACD75EEC6E1B4D8A151D57541055F9 /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; - 98FED5A77C1CC0EB7C1D344337251C61 /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; - 990D16E0FCBCAF8C4DF57C9BE9C3570F /* 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 = ""; }; - 9947B7538993B3C0B8ACC9F269C2066A /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; - 9969C0C078A922CE0C5FBF1831A8746A /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; - 99E75B303D0020B6F1C68365659DA32D /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 9A9221BDE055876081E3BE2350D49730 /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; - 9A953E017A672C2ECE915E6A15E10EED /* DDUtilsSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; - 9AD9BBBAE3831167ED37A8B3944F1F1B /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; - 9B062825B4E663350D54785A5086DA2A /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; - 9C872A42623381B7A38F76C583631D18 /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; + 97EE270AAD66F02E99430C16113DD861 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; + 97F00CDFCAF0A0D24CB04BF069480F65 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + 984F6D667E39097D351CDBD2E50CCC2C /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; + 98C2A38A3AA675001A5347619AE4125E /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; + 98DD26FF9ADE9C310E452F4B50BAF17E /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; + 98F3231C59A42C8AEA7B63C4A51F70C5 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; + 998861B6B8CEB9642FF20F15E5A620D8 /* 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 = ""; }; + 999E8C176BED31FB67EE772AFCB201C4 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; + 99AE0D87126F008CAA523D29DB05D2D5 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; + 99B456EA084FF91321A01E0666F686A0 /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; + 99CD496753F992CECCDED02B0DB1BFBD /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; + 99D297C3494057083644A41F794333E3 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; + 99FB096955E5FD8D958A56ADC1ED1BCE /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; + 9A06B5E513D6E3F30DF38AC40F6CB963 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; + 9A539818A9CCEC9EC81FDA7E4D7574A8 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 9A7573C19BA5A4A230CE6992965C0AF6 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 9A7A510E3D6AA305EE01758698B2C29B /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; + 9A7D4A74EB8F3B275870A1ECBF0217FF /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; + 9AB31979218AF040346148B7E0A7907F /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; + 9AC8A6EE8C754B29E0ED85A6C40D18BD /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; + 9AFAAE42760F819F0B9EDD24096E8D92 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; + 9B1A01407C3E2C2C84D752D9D699FD26 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; + 9BCAD19BEB660A26B67A718ED3B7A897 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; + 9BE812BF3A52DDAC396ECDD9358AE000 /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; + 9C080C3E98143E38724494499CE5C34E /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; + 9C2229F12DA1B9FF74076CC126DC1860 /* DDAudioPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAudioPlayerKit_Private.modulemap; sourceTree = ""; }; + 9C6321471B8CA0F20D07E3380BD74AEF /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDFontKit_Private; path = libDDFontKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CD96A7860AF65367B8804E8BFA658DC /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; - 9CE66C6DD94032CAA1EA8C8F99E68073 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 9D1DDCE1F387BB88A21D08321091CEBD /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 9D3AD779609B9CBCA3CB68FCA8BA3436 /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; + 9D085A98C98E065563AFB0061C6B62DE /* 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 = ""; }; 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDColorKit_Private; path = libDDColorKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D75A6541042FF1AFA46FDB39E415E88 /* DDAudioPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + 9D4C26F1FA10BD706793FE4580231F36 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + 9D5F00BA713F5548E5C7AD4C983EBF8F /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + 9D7B5E74D6A613FB9B755736964543C4 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 9D7C66792FA8E258D05F7AC66E848E6A /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 9D8DFB0FB35B13642FF519F954F41053 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.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; }; - 9E53FE07671C72A45D10E3A9C53F1954 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; - 9E8679F111465E72F7118A3F70C03E05 /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; - 9F14B9ACFB026DFD9EE12308B69A3F5D /* DDAudioPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-prefix.pch"; sourceTree = ""; }; - 9F3EAD287CE941655BBEBC46C4397062 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 9F4E33E0011880F3387264268EF4FBFB /* 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 = ""; }; - 9F96C44C47AE1FA31C797965029596D3 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; - 9FC7F1C9BC874DA22646A88E4F04F84B /* 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 = ""; }; + 9DB0AFC92C225302DC0A93143839638F /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + 9DD636F70C3086BCF155C8317C7E152B /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 9DFC2021A4B2B7BDCDC4EE31E3DB9DAA /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; + 9E32489C0A7584447ADED5CC14784DD5 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 9EA006107F648AA0A601418BB6B86798 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; + 9EE03D151A9D3F92A4CB48BDDDA9C2ED /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 9EEE3BF1975EB04E24076DFEA6984957 /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; + 9EF52AD859FF4492897D6AF6DD1CD185 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + 9F0FB20085827A24B5FF66F5CDAFF804 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + 9F173F6615E1E0DDB16BB37B62A5766D /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; + 9F310841CAE46C6FECFA4F3204902078 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; + 9F4DE8A8C832F275F11961DF9DB4B01D /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; + 9F5ED53BF3CA697464A0A1DBFE85E76C /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; + 9F706378D0BDBC464721A7127C1AAD5F /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; + 9FA0980ED381B9102BC01EAC35448DB3 /* DDTimerSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerSwiftKit_Private-dummy.m"; sourceTree = ""; }; + 9FA1ACD3BC30A0EE7C3D81116675A3A2 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; + 9FAD987247AE6D541997BCEDB8CB6099 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; + 9FB381CDE56D73D02FC149FC95548B68 /* 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 = ""; }; A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; - A01098F29CC97C9F75203498B1F5D90A /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; - A0345741A0C5E022CBDC66F9CA1360F5 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; - A04DAFB4A5E4A5BA900BF8E16C93AF1B /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; - A06A6113F0690E598E021577B605FBA7 /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - A078956D5153122F64FFEDF4CDB62BFD /* 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 = ""; }; - A08755E225C370015D89DB82D2330A9A /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; - A0A365B3A173A6764A92C9F44E7F2328 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - A0DD293BD4E3F8939D3CC9ECA77E932C /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - A0E83445C7EF92002803734CDCF10979 /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; - A12D1238A3BFA4640F61AB4B56531B25 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; - A15FEAE57D70FFAD7251D5362A44BDC4 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; - A182FF5A6DEE43D211E8909F3393724C /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; - A1B9BF88316C65B0B301151E711710EB /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; - A1CB1C0D68378DB1FC407601C585635A /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - A1FAAC99C623CA0C4711B212256949EB /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - A20DB907998A1399ACAE8A05070415D9 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - A20DF7F6B511C11F107E4168AB33CF37 /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; - A244910BDA7FF356CE5F4A2B413D5107 /* 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 = ""; }; - A2AF54D3879C72FF107999427C0C7F95 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; - A2CD8CD696F14EF3AC2BEA83335E100E /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; - A2CEDE183EE16613530C56F4096BD124 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - A2F0F7E7C1696828AD2AF8ED9C01AFB9 /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; - A3163AFD8E9A32BCA6453BD60FDD7926 /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; - A31E2220681ADE7C2A21BBE41FC7643B /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - A327C28BB338233841FECBAA5732511C /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; - A368D588310D7BB8A74112D4693344C8 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; - A36A183A354E30D64AD7EBCCAF0A32EF /* 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 = ""; }; - A3B2C7758265293A82341B163D451D85 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; - A3BD46C47E0B15C21FE21B40739B3B6D /* 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 = ""; }; - A3DFD3780352A6A1B2472685D337FCE3 /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; - A41C328CF5D722A228FAE0AD6851FBDA /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; - A4379092DBD92F3D2991057037E59D1E /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - A4B2998DC2C806A3E2DFA396C9EBD981 /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; - A55932DAF5DC4DDB8970B6F51F2C8B81 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - A5872FF4BC8823242DCB21B34340D96D /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; - A5B5E91030EE939590DD1E94AC21BCBF /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; - A5B63D4F41E4AFBCFC233BDD829D1FD9 /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; - A632AD081906FB0A4AEFFD4FF07729A4 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - A64192F97039B36F0C2B908A0E752A47 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - A6CB06CA2A6133F104AA992772D420A4 /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; - A720647D6C3DC5F5685C40C6D69BD34E /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; - A74C769B9EF7930F062DF39773940B1D /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A7A87EB65B11B198C4F3F7FBE72B1BAE /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; + A00EC21AF157327CFDEE126EE993E57E /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; + A03130E2AC36730055AA404789DB6308 /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; + A06CD23429DDB6B7E05AB9604F19DD5B /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; + A09E6DD1A2A5D7FC85E05DAD65C3FF8F /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; + A0CFBB713C8C6E7F9461F13204953DE6 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + A0F631DFE9C6B55494D7E0B825FABC19 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + A1255D7396AB74C3A771627693F644AD /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; + A1701A9110B0037F53DE181C42DD8E3C /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + A173D351418C590DD3EABDE5AD81C8A2 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; + A1917A93D07541DC4E0F7ABF9B95B2EE /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; + A19D321ECE75B0C53F59F403F7CD2DBF /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; + A1B3263B0399513B0A98FEC04A1D7873 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; + A1B5881FDA30E8F57447CF1998BF5B64 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + A1B95B104A397B8CAC5FB0A7CBE9FADD /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; + A1C4248E6EA38F4DA7525BAC5853E312 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; + A1E9997BFE0AC6AA3DF4B5A4E9C7EE48 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; + A32480A770366DCD672EE1CB2788800B /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; + A331812F9E9382022C16C05684CA7803 /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; + A3383791880EACB6BC29B9C34C80A17C /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; + A340556F7651E05B30B051B4A060D6A5 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + A34F6D5B31A94793FA93893AD9489E80 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + A36F8EA5116CF54B086110B7BB6DB944 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; + A391BDA39A05D8D6A0C828AA4B07FB8E /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; + A4164D3DD94910463949C20A7DFDF997 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + A41A11923F3B276CEA2FECBF048D2FC9 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; + A43F0AECE80A5C799252047BA07CC012 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + A4A76A22C5CAC8CEEE0EEE78F3F89C40 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; + A4CD60CE23587456408A17B3B51297DC /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; + A5089462C60FA435676D686DA9BEC421 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + A508CD34620EF8EF95ABF2A6C0C7133E /* 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 = ""; }; + A5222B468DF4612E2CC005CC8D1DDF01 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; + A529BCC5EE9042D34104C7FC97FE146D /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + A54615DEE24C0CF147A1ECE1DBA6A3C0 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; + A5492D1B2C80E15A2BB0CAB086A9D5BB /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; + A5A81EB012CB505904B9A8F19C4B8528 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; + A66798E1084179C032C7F07084395238 /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; + A66E038C3C039574C45DFACE896C2151 /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; + A687006D017C285764BB07EFA2FB1B64 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + A6DC2BADCD2D34034A9248C7B94DCE3C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + A716D15E63610DF5E8DFBF795EDFEAEA /* DDDateKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-prefix.pch"; sourceTree = ""; }; + A725E4F30CC496FC2FFCB8E9ECB39799 /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; + A7580AB0BC5791854DDB01B142714B16 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + A7D5BECA776C74B5B894A9491EBEFC6C /* 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 = ""; }; + A7E07F4EE12D316EF0C45A55B9C24203 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; A7EC9B31B72E86761444A2C60DB92CC6 /* Pods-OrderSchedulingNotificationService.prerelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.prerelease.xcconfig"; sourceTree = ""; }; - A8073C33C719FF0C994530B22DFE60CC /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - A81F916A203A94B36D5AE604157C6CBC /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; - A8867CB08972B9273B15C2B9AF88C5C7 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - A8950B57C2B08091736FF30F46253F2D /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; - A8B56C795A91C0388075107F3FDEFD8D /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - A8C5C1EB38D76849E6A0D82A0BBBEEFB /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - A8D1796588E94E756A33A32D685F89E3 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + A8347B08AF62D9BB4FE0507E8906FE53 /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; + A84B251F1464D0807B1954B5AD1FDF3A /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; + A85537A001B917E500E27F2E22BB7A7F /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; + A87F11018A56CCF078C956001689709A /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = IQKeyboardManagerSwift; path = libIQKeyboardManagerSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A8EF82128A155083FF532B32EF44F283 /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDToastKit_Private; path = libDDToastKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A9459685E4A9EDE9752320BE7A96E2A1 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - A946CD5A6308C873DB8C61E158DAB9CE /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; - AA341DF83B246670B89452FB9C5D8BD6 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; - AA54F86DA9C6E94DB0B71C77B284A950 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - AAA080F3F237467F526A858C2E97AC62 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - AABCB5A16A66DEF255F30D5DA19CECAB /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - AAEFE015F209EBCB733B19F77F8BD0F3 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; - AB24289E6721D67470DFD403167E3834 /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; - AB2B4900E20666E91666EEDC19873784 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - AB35A5353C96D6A8BF13B8012AF2BB9A /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; - AB4D2D40E825AC6C3B6F969BE9DDD81B /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; - AB81BD680F73625206ADDAC815C4981C /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; - ABBFBFE1D062065A983C14488D206C78 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - ABC21B9EFB5F32171364F0030B363250 /* 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 = ""; }; - ABEAAFFA8214A4FFD855BA771E64C7E8 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; - ABFA60F4C24756E2F167BC623441065F /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - AC2E8CC2BA13A0A664D179C0553EEDCA /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; - AC4D0A4C3C4785114CF6DAE7320A3B75 /* 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 = ""; }; - AC549488AC8F0AB452614E0BEFA62540 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - AC5F19848DE4819055A51325F954050B /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; - ACAA86813BF0D16DF48AA9BFF0EC60F6 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; - ACAD4C996996162902CE8F1E0C65B4D0 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; - ACCFC676EFF0A63773D3DA085068AF6D /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - ACE3CBB7B0AA2F6F638A1244527AD191 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + A92BC967E0500942BDA16B59E9BC4CDC /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; + A9335700EF042ACB9755CF184D043BCE /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + A95EF92B56232FE565FA7CC180D92CD4 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; + A97CE6EBC902F34FE9E31A98B51187F4 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; + A9850D3BAD33467A54DA84A848342BE5 /* 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 = ""; }; + A99D0C472E8D8414E6CCB572632D2CA4 /* 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 = ""; }; + A9E5E186EE3DDCB813159E86BD4BA1AB /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; + A9F50235626C5B298CF101588E701184 /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; + AA4D99F70761F684EFDD3966F25F222B /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; + AA655D3728A0335166429374743C0E1C /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; + AAAC27DFDB7B0FC587EAEC2A24B69F2E /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; + AABEEBB60BAE17FAFFC07B02385632D5 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + AAD1DCC8DEC9D6975D6C9B02C621C27E /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; + AB57949A1955101BFD6D2EB615E2B7A5 /* 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 = ""; }; + ABA5D9A02FE45280E21304C27D44D4EB /* 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 = ""; }; + ABAC71276ED9289FA06791F0D6B14F15 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + ABC11A51D9A9CF993D50530BC1535E61 /* 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 = ""; }; + ABC263DDB37E37D731E73E92FA013A0F /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + AC794916BA0BFB03EBE41BD319C9D1D2 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + AC857A55AAB76C1E5E59F0100374FE44 /* 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 = ""; }; + AC8A8F26B1B4EFFBA96BB700047E3E79 /* Bugly.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bugly.framework; sourceTree = ""; }; + ACC03CB68C21702633F3C3E61CFF59FA /* ApplicationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ApplicationInfo.swift; path = DDUtilsSwiftKit_Private/Classes/ApplicationInfo/ApplicationInfo.swift; sourceTree = ""; }; + ACD6140ABCC464155886AF913FC14EB0 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + AD27B05D136D4982C9883879542DCF3B /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + AD2B964D75DA9FDB1AA239213B7BC9D6 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + AD81CD29F9C066947AE037E19BC59353 /* DDTimerSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerSwiftKit_Private-prefix.pch"; sourceTree = ""; }; AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDWebImageKit_Private; path = libDDWebImageKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ADA3C0CC648B6C59A14F772810E1965A /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - ADBC9B074C4BE883D7D9B6A66FD23A80 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - AE179B7B47ADF15008342AD60F62054D /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; - AE1CF4E5A2CE07CA6B720E0995AA46F1 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; - AE379D0E437F3AC91856ED4922DC0DB0 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; - AE8E211F1B5551FEB27C70E95C48D98C /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; - AE98F7C9223FBA653EFB1EEC9965C197 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; - AEC319088F0981CF9D520252A8874C74 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; - AEE79276933A89B7247BBBA444D16FA0 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; - AF0028898DE94E952EC5546339658EED /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; - AF181ECCD2D7844A2CAB7EAC7375AB09 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; - AF2B2C47CD9078820F8ABF0E51703A57 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; - AF40F4A68B4CB2C55058BFB24F149F12 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - AFAF095E0D7C9A5AD84FA69EB964608F /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; - B010DBC63FBD9A3A1F0BB93F3699681D /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; - B0166A15A4ABF29A42B5D675D9AD88B6 /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; - B05E64AF775FCC94549B00F971693C38 /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; - B0AEA4A9E4FCBAD9E3CBE6644A4C81EF /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; - B0F1F0DD44B4ADB8A928E1A3C0364CED /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + ADAA857CABFE869DB223504BB206F415 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; + ADB6F0E32EBD1BD43E54CB97D1D574C3 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; + ADCC53B7BA62FDF39E1B06E53E3B144A /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; + ADFA99000B844ABE847BC9C41A75C55A /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; + AE110A2FD8940BCF2F317B58CE24FF20 /* 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 = ""; }; + AE13221096A540D05CE6CD50C556255B /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; + AE1DD225E2A11C4350D364780CD0CFB0 /* 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 = ""; }; + AE7019311FC20F2A70A7DF6DA45B765A /* 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 = ""; }; + AE843BDF86A120FD32E1704B95A4C977 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; + AEDBDE165E803530984FAC86234EBAC9 /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; + AEFCFF9C48D740365F424CD812C7553F /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + AF35CF9F41487D85B6306055BF9FD9B9 /* DDDateKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDDateKit_Private-umbrella.h"; sourceTree = ""; }; + AFDE1964AD28F3F00EAD07B378039483 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; + AFE421663773AD2B2B5B8A854968D4BF /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; + AFEA776E777234B81C7F43133A610AB5 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; + B00AD2741CEF7EE754B0DB060572D297 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + B039B0A1123986BAB8B20CDE267AACAE /* 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 = ""; }; + B03E6E8DB8C6627860A3C7658CAA813A /* 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 = ""; }; + B05282F1EB1DE05D743FD9380A0A2887 /* 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 = ""; }; + B0AD3E8A0110FE8805BC0C38700419A4 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; + B0AE4B225CDEDF8AD051F01FA5ABB568 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + B0BE59DAB5D20B89ED51B0570CF1D917 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; + B0D04FFDD1595A490645EEACDBBE9000 /* 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 = ""; }; B10BE75A37E306EDA52A1E38B89F97ED /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; - B116755B9644E9E65CFBA02940C82AC3 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; - B13829AD12A2F23C4AE9EE6EB2FF7B20 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; - B148C699B11DCBD00CDC077C0296C839 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - B14BF9764BD209339A8B77A456EF54A6 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - B1B4583D5B96CFEC55307F96663F08DB /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; - B1DBC86B57F7D82876D1050548838839 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - B1EF3A974106E034FDE3A2411606DE50 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; - B21B5609C3598EBCF5E138302A3CD115 /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; - B2320F675B792947DDB93A2DA8C23452 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; - B23C0407B61ED5DCD7E39EC1D67DF268 /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; - B2544B0E28013C3D3494567EDEB1CFAE /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - B26282438E9A770BA51F6BEC6BC4E4EA /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - B270428104ECDEFED60B658DA3863ED9 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - B2ABAEE7544691ABCBDE881DC5BB0458 /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; - B2BFBAC5B97EDFFD1EB0F0453FD74EB5 /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; - B31C47C70A94494B3C0493E47C9EC509 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; - B346BAC02701B910E185131A48B39FF3 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; + B112AA3A179C7F3F491CD26D463D4309 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; + B11A9785C9EE33E1DD7C4274EEDDD532 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; + B12E71F7D5301E7521747E2F08E95F2F /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; + B12F9BE0B48B49C235A875EF6F76EF82 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + B15EAB49AFFAFAA3DE571789B6CD8FBC /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B160E96E68CD8BE27304CB5211F0E61E /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; + B17278A0AFF96EDBE6C7D5350F663FFB /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; + B1853C5407ECA486162DA334FE78FE0B /* 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 = ""; }; + B1B5C4AC1979FFA94AB79854440E00C6 /* 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 = ""; }; + B1D2FE0D1EEE60E80B4EE59DB3F72ECF /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; + B1F5502314CC59CAAEDE080580304B20 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; + B213C50BEC5B1B230951411789CDC49B /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; + B223691BBCF54B8A7EF60F5FD53FD240 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; + B249EF95159E287452145F38FE463D90 /* DDZFPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + B26DF45AFF10F837DB456BE513E87829 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + B27193FF05E4C704CA10DFF0BCC168A0 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; + B290C66B8603F95872F704B4F05A4F53 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + B2E9E4E55388144C95AE53B4DF21063A /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + B326312DF712A13555DF3E29A4B91ECF /* 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 = ""; }; + B343C8BBEC0441005F89D6A885BBE338 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; + B34DD70CCBCBC0917F8BAA1B1E548407 /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; + B3533A9857B0CFB1224A0B13CE1D0AD1 /* 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 = ""; }; + B3784FFB06A5C7C181407D8888CF3536 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderScheduling"; path = "libPods-OrderScheduling.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B413CE7286F4936585798B5A40AB9E50 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - B4308F41BB8BC5169275D93A295C770B /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; - B47BCB33A631BFCCF4B8022B7141C57E /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; - B481D5E26922ED4165869C77FB3E7487 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; - B488C72595EBEB2A3DE508C1F20C4FA1 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; - B49D8FDC3312415F7236F5268546F8F1 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; - B4CFFC671ACCA572C5B3A03579D14A0E /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - B4E495FA33D9ED22556BF0910C942496 /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - B57D69EA103D7A3B2388E5F4496FBB2A /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - B58692D98ABF36114F55D3F425095863 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - B5CD93C17691BEDAC519C7BEA11AF2CC /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; - B60B43FA6B2079356ACABC41DB566B78 /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; - B64C37121B09A0BE61666C3AF14C396E /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - B66B853CCCF5DD9AADD65153409E2BAC /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; - B6CE924505E227B3A082EE3317295675 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; - B710BC8EE99F47A5ABDDDCE91175667A /* DDAudioPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAudioPlayerKit_Private-dummy.m"; sourceTree = ""; }; - B7614B2AF9DD61EE96FD4A25BB08B6D2 /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; - B7644FFFAB77D70A694FDC77A120219E /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; - B7996F30A6D34466AB9348795F7D721B /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; - B824A098ED1D6D50115C973C68FEFE3F /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B879A52CF55C062AC91D43DF934FFF93 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - B87CCD930217E7423E711BD0C20A7F25 /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; - B9110B6CB98288E01D76F48855B1BAED /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - B91E5506CCA65DE800E1B76BE6E1E6FD /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - B924C4EB05701335A08DCE4FCA88B0E9 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - B97C900E476E895D4046C7A9D32997FA /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; - B99DD7412AC037599B6F461A0474A739 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - B9BE5A852EC438098B8985FE07413AA7 /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; - B9D5028097308059357733D5B64E08B0 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - BA30460ED745C23D17226F36AF515345 /* DDDateKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDDateKit_Private.modulemap; sourceTree = ""; }; - BA975E75F26AF7203C09EC04FC733709 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - BAA7A3BF952AC9AEC5EF5627F34C7E5F /* 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 = ""; }; - BAC73B98C76B75215447527AB4A5C41B /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; - BAF11C5290A27492FACB62A8D533E19F /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + B3B64B7CCECE62CF972E36286186F6AF /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; + B3B64D8C9A226FD608FD9EBF6A82F2C8 /* 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 = ""; }; + B3BAC2A852BEA40FA0EB2C1E8FBCA895 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + B3BDE5E3CF2D6CF78FD74F06BD31FB06 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; + B3EAB6AF3007CC24709932F9198FCF79 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + B48080F0352A9394A500743240C92F84 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; + B48D21361DC358E7483130844863A296 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + B48D695C1AE4DBDA5D3E2939D8A99EED /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; + B49156FE5276F1E5A3B4DDAB83DD8B74 /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; + B49ABB0610DD445711241D5D6B205387 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + B4A862B395B2882C18234B93D2B5EB6A /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + B4B082A8E1ADC53D3EDC60D6D723DA08 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; + B4B26C83A6B122014374739170A3368F /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; + B4BCBBEB28B21C5331CBD2304519336F /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; + B4D9FBB88A4639833CCC17674F0EE640 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; + B4FDA486925B72CC9E2262349C7DAB92 /* 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 = ""; }; + B50ACD6C35DE18B1012B91AFA770E168 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + B574E9F61933BFBF5B422ECA6427DFB0 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + B5885F01752A607BE3D973BBA005BFC5 /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + B58A432C406C47BE98AFD227EC5A6A9C /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + B5AEB777E8972518F98FE5F367E63E2A /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; + B5B9254C4FA7C36D1A857AFCD2D74256 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; + B5C6D6BB728D919FE85CD8B0263B5572 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; + B5CB77B1480A0D5B30BC268F56EA3E09 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + B5DB21E4FF2B71810E29BB24087712E0 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; + B6505E069ED9E19E88494F572B8F5532 /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; + B67033836F38C6C5BD8C0E8EA07E6AFF /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B692C78AA698D69225DC9CF080EEBAC8 /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; + B6ACC61A280432131E1C5800F87924B0 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + B7151A93EDDAD5A714FC7F422D61B61C /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; + B7347AD876C0951159791F4449F4AE05 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; + B73A02022E6D78F10B838520F62A5C7B /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + B74249BB803E679AD35730C5EA3D5B96 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + B747057E538D5B398EEAE33F59D459D1 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; + B767CAA310D518D351C34415DE702090 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; + B7A51095F92713E761DD0581FECB063B /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; + B7B6566DCF4640B1C4204401B1C648F6 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + B7CBC7E03E4001710375AFD8BFF5BAD3 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; + B7E902E779A4E406A58F4F40F32DBDDB /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; + B7E9A77C4A4296171B8896199B4C9F80 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + B8088DDAC37BD14953B0D8275B9E110C /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; + B808A6EF4C1BD25BA645D85283C64CAC /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; + B832466743AB9679FD1F033D5A8030BC /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + B863E98237CD6BA132AF50DB0C317377 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; + B8877230786DB2BFF61544011CB86C6D /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; + B8A67F76A0FBF589BBC41E6F1D2E6129 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + B8ABAABF63F9462123B7153ACD786807 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + B8AF86C4C6196A16B24354F7FD7E3302 /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; + B8AF99C20C639F9C6F836B8CEFF438DF /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + B90125D9384C1FDAD8F9CAE624D8BE9A /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; + B902D7C0FC4DD8E99D4C55DD1AD56614 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + B9217F326B5B5DB148D05A25D58F6135 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + B9A12B786E8D1A2987B94D175404C849 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; + B9BC81A8E042C54CF49C8C68B399563C /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; + B9C5209C5EED33DE8BED2EC8CC567079 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; + B9E0CDD9B1EFE572A86E3CF1B70B1EB3 /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + B9E47669CEBD49E4D244D4B9C0324973 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; + BA0101469C3D26C830F15B506E1B31E3 /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; + BA2FD13518A7C84C6812EF2C6B5E1C1C /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + BA58C60D0E596ADDB1F29E7FAAA1DE71 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; + BA64476659E713AD34F7FE1E3603F3FE /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + BA9C99F07FE83251B7ED329975DC4660 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; + BB228E49D692925FB8D85D58D4F19C7D /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZLPhotoBrowser; path = libZLPhotoBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BB4F7C8C950EACBDA0A3D84A0286E24B /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; - BB6F9C456A2C393156483A91945E4E5E /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; - BB753B2BEDC3C9C5480C862C69F7641D /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; - BBF563D63CFAFFF656FCEB682921C510 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; - BC157BC8C0515541C3B22114CD108872 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - BC16426442578A6CCCF01FC734E35D73 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; - BC19A21BC67ECCDC5103A3AC1EFC6A20 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + BB2E1934D855D58CB8997996CC4114F7 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + BBA5353C3182294E96C4E2872EEC5231 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; + BBC23D9DFDCF92A0F1322A14068CEE14 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; + BBD8D42E128DF183C6436920A1B31C1B /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + BBEB62077C59332CC345945943E503AF /* 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 = ""; }; + BBF21A1235FC33C3D737603917814DCB /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; + BC1843AF00F812C3310733754CF8F991 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxCocoa; path = libRxCocoa.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BC47D39E4F2B92167623C6A2FACB4812 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; - BC547E6A691E9E25C50BCAF6190A5F14 /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; - BC5A62BBB281465B1C74699718896C44 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - BD2624E458A00F1B8C8E3CA35385C51E /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; - BD2E66ABC590DA27BB47B5CC3BC43A80 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - BD4753071A75B500F55B95E7479F7C86 /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; - BDA4A675C0C258EF581C92743A2FDA84 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; - BDD140B0BECFEA1B45518304AC33F375 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - BDE5B365446ED291C0224D5056006B98 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - BDE7DE5B376F831FE7A72353CADB1535 /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; - BE1C5250871FE2FEB25B7D94E8234875 /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; - BE7291751D7713B158ECFC8B5F4B8891 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - BE9ED6A52BF8952A438C8207A6E42D08 /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; - BEA1E5FB881FA8E4A1CFDEF87A647524 /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; - BEA68BA837AC65319009DF57791EF615 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - BEB7F8F8A7B75A5EC495D4B07C759C1C /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - BF2A61715E22A4498F6FB59F81A186FF /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - BF6912C46E9DB1C118530256A105A22E /* DDUtilsSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDUtilsSwiftKit_Private-dummy.m"; sourceTree = ""; }; - BFA107A494149F480DAB8EE4A08EA84B /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; - BFBB14E7E34F42011D65F395B2BBE9B0 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; - C005648DD8E083C642868D987D091615 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; - C05134D671E7639C7E2370515EFF8F60 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - C05FF6C8207555338353CF37A1FB32BB /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; - C06D3111761CF17D644BF41786CF61A2 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - C090D502D3E8267F397161BD405A7F46 /* 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 = ""; }; - C0F8A71E2B7F47EEFA40749DDE038CA2 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - C0FAF479971ACAEF39A4EA67D087F670 /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; - C1260E2D2D5072ECB485D29E66533ACE /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; - C1364488BFDE89932F53C8EF60F64C13 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - C13F3A37113EAD06C12074B24AD03282 /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; - C1DEA5C2B04AE9C9983DC5943DCF2A72 /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; - C202E5126C3916C316C8CF2A5C467D6E /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; - C20469423795806E48DE5DC874F19F62 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; - C209F5C52DF87BC5FDE2DFA24A98C374 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - C2234E9BF0C2F5FBA179BDC6BB619624 /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; - C226A4906A7D38A48DC9C622EFBFC7C5 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; - C23AFBD2D9734B6711101AADD56CE15C /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; - C27A6635370E981E1BC51C3DCFACBB4A /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - C2D24B0179AB038D24CF5A64BF5613B1 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; - C2D4A445AF49D7C2BD5EA2B73EFACA11 /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; - C2F11E4384A73480864660EC4D81A588 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; - C3108F82669DFA7C6EC784E78E1165CB /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - C38820ECB717BD2C8BBF4F6306C462C1 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; + BCB5302391AE7FD050E225B72E343683 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + BCCA0007B09D54C0D60438EDDD62DD52 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; + BCE3D8A705A988458190D6C9AF6479E6 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; + BD00A7991FF6430A6A5D5FC44797A155 /* GCDTimer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GCDTimer.swift; path = DDTimerSwiftKit_Private/Classes/GCDTimer/GCDTimer.swift; sourceTree = ""; }; + BD08052E8A10F338CB0FCBDDA09E0160 /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; + BD28A99679DC1C9E3F8906D7A2A2C7C3 /* 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 = ""; }; + BD5F63A608DDF15C0311E2FED33DBFCC /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; + BD6A7C3F4858CCD12F04F5F2A6DFA678 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; + BDB618C02095A50D3413D55177281E9F /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; + BDD1A7EBDD7AA14C5557D9393034623F /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; + BDE202FFE7C586F29124DB5C0BF7CA0C /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; + BE0B02BA0088968EF4BA6A0C289103C8 /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; + BE13ED9AB8EE3729080CDCE28A719A8C /* 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 = ""; }; + BE5C366329F00E2B266C195EFDCFEE3B /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + BE73AB34AC33C638DD67B75E47D3676C /* 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 = ""; }; + BE8C3AC0959D0018D3A546F58C2EE91F /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; + BEA50139297229F53F9E2AF4FEFF60FB /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + BEB96C68E7AF597875BD6C2A2C16D79F /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + BF5D374C16C43C9F4DE3D9994CE4C5AA /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; + BF7FDEB7080037B3B60F15FA1743E368 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; + BFA945966346391D0041C870EBE78535 /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; + BFB77A83B722CFF43C37D98569C29438 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + BFCE1748D564D5DE55D1103735C83731 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + BFF44AD1C9B81D750CEC4818EC2A8636 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; + C001A5262D2778263FC4343A80ADA1D9 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; + C01A7C2F75C61BB6E79976BAD0D1D36F /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; + C040264393F5A611D0BE66D8882D79B0 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; + C04BA1357ADE21939E83082F00E99533 /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; + C064D653075CC04EE2692C0F3099046F /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + C06AF06F6B544BD354726F0591A3E188 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; + C0A19DE6FDCE0A39CB8A91103AC223F5 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; + C0B3C5821D94A1D2DAEC87B8D1BDA934 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + C0EB5F5F5E3EAAC360B7F6D37086DA30 /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + C102200CFF4DC2D77C0B21989BCB284C /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + C13744DA57FB380F2AC38B7F17899A4B /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; + C142C25A2CA01252A832B8837CD82326 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; + C1CC795E45EA83375201D56945655CD1 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + C2590A47DF7BB6FFF934B2C222FD3D37 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; + C305061A43F4C2FC103B2F00149C126D /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; + C33B6D4EE73F8919DCDC11769A7D6215 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + C3841C467F2A4BBC4517660271F9044B /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + C38A47289011B4962A32CA698984B4EB /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = JXCategoryView; path = libJXCategoryView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C3CDC9DB1D3F7E1B205AA5EFB3CBA0FF /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; - C3E22FADCB1942CAEE53079149754C7B /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + C3C6DA9DA2237E9F725750A81AF777C4 /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Kingfisher; path = libKingfisher.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C4352E058858C78438E0D3D51CB7C817 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; - C48ECDBB0E140FF51B2CB09FBCE8B39C /* 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 = ""; }; - C4CD84EF45CA5E62B4F42992AFB5D92D /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - C5CE924C4C94D565801216A0B19E3BB9 /* 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 = ""; }; - C5F4B16FDDF3CC744442818806F9C259 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - C5F623956C0230A54CA4D4B2CDCF66CB /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; - C6020643023306EFE3CB9876F4A861DD /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; - C60383264AC6E90678661A3C493A03B2 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - C64693BDCF1245DB29B7FF70AA899459 /* DDDateKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.debug.xcconfig; sourceTree = ""; }; - C6967512369D8B99A180F871D81BD471 /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; - C6CD3A52C6DF14C436CDE8535570980D /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - C6EBAE079274BE7D4D335E6D7DB38E0E /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; - C7C202A7910DB97458F4E0146F16A655 /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; - C7C6D1E9110DEDE5D89B4FE3C90C8DE6 /* 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 = ""; }; - C7E5C6B73AD14597152D7B56E02A438A /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - C7E8653D963BBDF9ED5127CEDBA7EBAE /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - C82DCAD61D967FD8142270B0C7CA2BA8 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; - C85021923D31B30F7355A3AACA222B8C /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - C88AE0AB4BF8304576A2CF45EEA66EA6 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; - C8929A4B557656FE1086DC4AB8E33289 /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; - C8D3DC4C53409EAD126C68E93581EBFC /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.m; sourceTree = ""; }; - C91C2A08E423D1533A526BABEFDD252D /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; - C969A0A4DB1951927B67F132724B5159 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - C990ACDB8F47B5F5B1858F9C2CEC8C08 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; - C994ED3DFE14CCFA3E6723B8B7F5ADDC /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; - CA81CB8B25D1A2F37EA7F2BD33C8BE07 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; - CAC21706DAFE4D4B0B5428F6BDFF9C2E /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CAE325EE340CD0C3FD9F0DB0DC3329D0 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - CB2840396796D1DB83989BBC221A345A /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - CB888CA374BB473CD52A7C9B6A576BFD /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; - CBA798CDF604586428A09CC1B0022180 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; - CBE306C2BF2B82C9BCA0C986D25146B6 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - CC2AF0752219D3135D8DEFCEF31E9A52 /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; - CC34B63B7706D58078B3E1A98D2B26EF /* 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 = ""; }; - CC507A936A36F445DEB0F0D45E74551B /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; + C414FED7CA91C45F797978B14FEECBC9 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + C43DA3DA46B9EC7A7CFA4AEC1DB3D60E /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + C474E7090A2245A3EAE6A8FED55B2B1C /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + C505C4637CD0CDC276DD389FE83AC6E2 /* 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 = ""; }; + C5A33DB253AE286C6BB5DBE7ED28CB44 /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; + C5A48D8AE5E1638BC2FFFE44CA517637 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; + C5B714EA4B79DFE35A21A6C1F4F10BDF /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; + C5E52F77B81E14DF15C980259A682C45 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; + C5F6C7F436169BC1FDA3F622C244D1F1 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; + C64007593D82A1A28CF181C26549E715 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; + C6562FD6AC7855689B026A8FDF727D9D /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + C67127AF172CEA5A5047E71618BB7DF7 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; + C679E9F9E8403F4914AD2C950FFF4C38 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; + C67B5DC0191315FEFF1ADAD2EF99F15E /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; + C69DAE254B635FD143074BE1E27FAE60 /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; + C6B2253346C55F71B5E30501DA19B3AC /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; + C6D10805D39D3C5591827C0727B185C5 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; + C6D5812F779AA355D077553F3859ABF8 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; + C6E7B62BC9B89B9FD818F3EC3B328C4B /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; + C737A6DA550A7158672FF63C22032126 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + C75E78729CB104714ABF4627FF574C26 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; + C77FEF37C7BC00E2BF4604538ED5BAD4 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; + C7B3ED1541570E9B4F7968DFF4E83D6E /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + C81726FEED259C11255DDE395DB7FD89 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; + C822678A2620D67BAB54C0EDAC8E8BFB /* 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 = ""; }; + C84B04F9B1C9A1FDB61426B5C0B7ABAC /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + C84DD7B27A28654CFBEB7C3C759B7014 /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; + C887E676D52B10BA3C80332DC0F57F9A /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + C88C9A17D426951ED1ABD44196792E01 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; + C8A34EF75E1CC5016422FBD866C8AF3C /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + C8B681146BE152ACCA3AA98BB54FE355 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; + C8E07B5FD3034EC6514B3721CA26C2D7 /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; + C9282CC4026E9463EACA4FAB7DC5F2A5 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; + C981A7858AA3E6C4544557336A16B662 /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; + C9E01B5A1EC0A12D4FF1814DF5EFD436 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; + C9E4D521B533D3E7BC56DA28F006D8CD /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + C9EB7F4E272B5A6E617B526E6D4807D4 /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + C9EF0F840DE02C19D441FC59D2A20D21 /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; + CA7B573537BF4D792140EF7517B75916 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + CABC1A12B7913966A57DC395AE57A8CD /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CADDE85EDA99316C69ADB86C22135B4E /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; + CAF9CE2464B2626F13EDB6037C5A029D /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + CB0DA7C290319AD6912C6D0A1C6B3FE6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CB165A3C24CDB382753D9E46CE9BE1A0 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; + CB326CC9FC67ED01000DF51471C9264D /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; + CB668FDF926ACA5507745A6BDF7C1812 /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; + CB71FDF698E3712319A3DEEF96D6CDB9 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; + CB7233238924743AD44A47F035056D8F /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; + CB787AD95BC28E864CD32C11BE6DDDB3 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; + CBD8895F322CCC81BBB3E27B490B59F4 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + CBDDD7AB1FDF258E58644E3469831164 /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + CBDF95A58A9987FE039371DD70D0C635 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + CBE79E695A7F99B84E897884A3704CF1 /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; + CBFB3F03EA44106BEF279C16D5EFD754 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; + CC0807B20EF7D3B28FC2D3635EBF18DA /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; + CC3EC4410F8728AEDC7753B6B51C3C28 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + CC9336BF47AA2E4BCA7CBC3F051D1C52 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; CCA25F5644BF0246ABFFF775553FEEAE /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; - CCBA69595F428D834FD8A8F69F3FA2C6 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - CCE5B6164023E0034F521C66FD02ECB8 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - CCEDCE6E01752525EE032BB8BB3EFCF2 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - CD0033A86B3300DA77A5FFD23C0375A1 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - CD516CFA21A631D4FF5C3A808D7A8C47 /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; - CD9CCC6C7DF0FCA93DD0423CB84A2A64 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - CDA4C4F1062C689209B638919F02D223 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; - CDC5FEE36E5BF2571932B66ED7B080FA /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; - CDEAD2B1445C1510A51609F7E6C98EC1 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; - CDFFD0A6480AB56762ADAB46E1F816B0 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; - CE0A91C332E483B6F4A632F2E5853F5C /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; - CE41C550759BC5DFE8FCD772F186AE7B /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; - CE8B9F07F1B04502EDFB0A39DC1D2DF0 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; - CEC43DDE1C32A5BCE70863C60372EB58 /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; - CEC61DC01AEA7BA745EDD576DB6F8E61 /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; - CECECDD95683417E8F44263554B9FEBD /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; - CEEFCEFC97B0EEDE50381DE39B9905EB /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; - CEF6FE05431D510754AB125B5B97FB9A /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - CF3F09D43C5E1A2C8E804569FBF598B8 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - CF560B2355E348A46B6C1F8656EE0A4B /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - D024378AA1A8A89CE187DE8443185447 /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; - D027D6AE80D2D85C4B56AE9736A8AACE /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - D031AF3FDDC7BAEFA9B4C7C40721EA85 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; - D0B91A05BBE9FD2BF693218C556EBDF9 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; - D0CE3CFDAEB2D95291E173A2BC2BC478 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; - D0E188FB6B4A7051C3D8946DB0A1EC8A /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - D106EE07E3674FEFA0EFF475070F4A80 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - D10E17111610DB23847BE97FCECDA2EC /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; - D1345C5578444761FC68932996B1D617 /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; + CCC2613325445CAA21D3DA0D8A72289D /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; + CCCA66CD5DC4231D2E8336E440AF5F7D /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; + CCED49F89C7F388CDA4B20E7C6028516 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; + CCF5CA9B836CAC8B7C83EBDE88EDDB8A /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; + CD3853FA17077DAC37E79CF9015BF45B /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; + CD4510A734CB7E62092057269093222E /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + CD46052CA7A84F6BC67489D6E4B5CC22 /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; + CDA826319A7709DF4B10602332014921 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + CDD25F94466CBB0E034622E3B7E094CC /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; + CDD8585E8160D9ADD0939CBD810AAF7F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + CDDFA0F69688FF8C84E1373F41141AC4 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + CE00F67CFB7D63406FE9C5166CE02748 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + CE17369456B9410137FA837FC66E8911 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + CEBA2AB8214A5B56284A891D5E20A94E /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + CF1C0B8414B50C6F5781ABD1EF36EDEA /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; + CF1CA0F8B1D42E6C9A74315A669ED156 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; + CF4A071A92CD2BA0140A07F828D24761 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + CF91FF430A4B977E5EACAD9490FC1C53 /* 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 = ""; }; + D015DDF6AF2E6A3C19F327F74809B0A7 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; + D07FD1E695CAFE982A2DED3FA121AB93 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; + D09F7BDD2F81F164EAB649775043EED4 /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; + D0BADB35A89B9240A279929E29DAA9DA /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; + D132BDE216349780B8BB26EACEA0199D /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; D13827848C413A76ADD18E47761D2B20 /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; - D150A01BEBC4CB9B662FE0B6788EAB6D /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; - D15DF2EC30A47CE487A7E45439C14A63 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; - D1820C74A60464999BB412471CFBF133 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; - D18647A8E9844CFB83BCA8EF2C490BD1 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - D1B6B78F8333F22374DBE4C76EB255E2 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - D1FE42A83EEF638E9F3FA052CC3FA2E9 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; - D211A8BD1029E3602E0B4BB99130EB94 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; - D23283CEBB4B6EDDA7C5E13DB2850094 /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; - D2665BE0A9C565E4CB7D29864C688D7B /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; - D266C32B3D4ABF13BF4B05232085CC4B /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; - D26ACAC5011E0F964D790B5A9DD9BDFF /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - D2A47FD172D5D793123BE18997E6802C /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; - D2BA3B90FA07670EF5563D321C82185C /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; - D2BF302A4E7136BCA578EAE1AA27EA41 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - D35693C6D9DAF6ACBA72EF624DC37A0D /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - D3642ABFC3FE4B301B0432EC11BDD05D /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; - D37855B303DC3EA97C90607F92DF9EE0 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - D38817BCBF2E19273F04C0814378D5FE /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; - D39A522A1C726B01DFE825318A0046E8 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; - D3FD4FA7159ECA34102CEBF1A6B9E5A4 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - D46058685401683DBB249DFE9F701C42 /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; - D4D7F978ED571DDD9289F64513B832C5 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - D4E9DE9C15AD10A65A8F6364F258573D /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; - D543A5576780E23DE78D2A10A5E30609 /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; - D56AD3ECF3CADD4A80B6B8AA73C10B52 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; - D57D3C771E34F23D2D169F51F03526EB /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - D57EDE56F379F40AF814BFF48E0043E9 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; + D181EE58A708672953DD8ECE735B4FBC /* DDDateKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDDateKit_Private.release.xcconfig; sourceTree = ""; }; + D1A42F043DEA078C48226209468FF71A /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; + D1B612D8F9B5C5A226CD425BB8302D93 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + D1F78DFAA342DAE7481C773A49B9F6CF /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; + D21D305BD58373651099702A4D8CA7CA /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; + D24F06D3F2234224653BC2087BDEAA9C /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; + D25EC97FF2C88FD99AB6443EF5757A1B /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; + D275F8BB39EBDA512E48922B2AAD9AD5 /* DDZFPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-prefix.pch"; sourceTree = ""; }; + D2A35F6D3F919B412501C68DBD1DA69E /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; + D2C3F70813F2CA0D869E152269094AF1 /* 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 = ""; }; + D382AB844EBFE33D9BB393B03D31DF37 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; + D39CCFADDD23EE97B84042A09AF14A00 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; + D3C4FE0AA5ECB75330B72BDFE09623E9 /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; + D421BD9BE4E766EC6EAFBB0544F533B7 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + D4E1E287BA0A855BAB8EB194E5967B31 /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; + D58C52ECB8FE201437A6C70AFD6DCC56 /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; D5A3880A46506555230D960A979C59EA /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; - D6274429EF59DB3727D6FB2A53AE64DE /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; - D64763F5F296BA626690BE6648A6191B /* 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 = ""; }; - D65721D71C2EA3C17CE433560865CEDB /* 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 = ""; }; - D6737CE4725600F615A38FCC1BA73A8D /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - D69FA4D41281FC36F4DB0EE0462A9AE6 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; - D6C1A7169C42D9F70E5B82B6C3C85829 /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; - D717026FD63E6FFCBB3157BA4C66326B /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; - D7380724DC2427B37C1C4FCCD7F4D92C /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; - D778969A93E83E979169F3F0EE2C2B07 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; - D791DF5D64ED8D0CCE3FB62B0952E523 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; - D7C56F6491BCB51997252340C8387E40 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - D8070A272CD13A1C70DB88B33A1FB98C /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; - D8166BDD64E8DCC4197341F25F9B7F3B /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; - D82402BE89DDCC5C1658D9BFD52F6A9D /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; - D85E43E7F50CFF65A334470E92CA295F /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; - D87BBB8A59C9A11B8E1F0FFF5699DDA2 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - D886D2985D912F882A8E09BCAEA6AB28 /* 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 = ""; }; - D8ADB9D276C5C8044484270A80C76D36 /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; - D8B58DA27DDA94C47B2387843C0D6ED8 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; - D9009E3154DFDDE4B6648DED7226C78B /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; - D975B4045810B55EA9B89E5493F63FFC /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - D99E9C674A59F02949D02344386D4AF5 /* 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 = ""; }; - D9CA483F1512906D0EC3AE5A7410329F /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; - D9CCF92C90283BB1200E34A29F238760 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; - D9D3A55C2E9D148DB903C90848D92C83 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; - D9D60A56C5588E49136ADFF69F158D8F /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; - D9D79628966BE97AA19F3988F635AB5A /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - DA00D5C88F0DEAD34C16A2F0100D7D96 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - DA2DA663AE6C16686209A68D315714C1 /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - DA3FAA794B2EB0276BF5E758FEF50F3D /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; + D5C7DFFBECF8971041749B0E8045B4B3 /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; + D5F1C751CBDB75BB7958FD07D3CFFD63 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; + D5F22163A5EAC7CFD9E2A7E6E0E2B2CD /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; + D63A2D4698D6DA524D3E951F1E60C18E /* DDUtilsSwiftKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDUtilsSwiftKit_Private-dummy.m"; sourceTree = ""; }; + D65029969113C8B5F34E94519062380B /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; + D655B246724B348EB3A838C4BA8BCD59 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + D659F99D5D5B56E6932DACCDACF8B0EC /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; + D67125470956189C05422416F6677D31 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; + D67E388D90999D91306A6DE067462C50 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; + D6C4134AE784D091B1F01C8D2B3A1631 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; + D6DCF163578872878648CC466F428F02 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + D6F326CB15C71F6927A7EAB044C94185 /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; + D75EB1C7D1B785770E75EB82FA738B4C /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; + D76B18626ECCD765BC643925241B886E /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; + D77F46D2D03933C34020561BA0646677 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; + D78205C97B87BB446B81EADBA4B66827 /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; + D78AC15084216DAD64AFF6833DDDD171 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + D78E1804922CFE72C188F2E6C9F739E7 /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; + D7B7F3E9F7E277284425118203CC1AFC /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; + D7BD49B9D3DC4D45A9DBBEBF900123BC /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; + D85EE17441BED4D6D99DA0EF0C272B50 /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; + D8714CE0730169DFC0AFA7B3C2238380 /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; + D88A897BE9D9044188FC72324976D484 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + D8B654F72BB86C03F4F2F3FDE92A8513 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; + D9932AB7EC6F5C2BFAFF8867FD58BB4B /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; + D9AF11C8D1E4FCD7AF45B18C74C29AF8 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + D9BDF273B8399921F90B8E3437F75A7E /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; + DA57832C676ECAFCF9B50F05A8FDC235 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftEntryKit; path = libSwiftEntryKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DAAA000FF02EE7F20A643BF63B71156C /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; - DAADB353F6442967529A34076F84171F /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; - DAC00DF28808B2424F78110E617139F0 /* 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 = ""; }; - DAE5EBD58B94AEED721A3E08150DCB5F /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; - DAEEBC72EA482D441DC1E975A0FB7D15 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + DA8557B991AD71743790C4CE07803FD2 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; + DA8D74F8F51B529D3F6B5A76870013B6 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + DAAE63F3777728AF65C625115CCC5B40 /* 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 = ""; }; + DAB8E8676BF62815CF345E12B50300FF /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + DAEAE2CC7883036FC04565C586054AB8 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + DAF2F5F59F438943BE587DB290E62059 /* 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 = ""; }; DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDLogKit_Private; path = libDDLogKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DB084A94B5159E9E7DCFE3ABFE8A3DD6 /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; - DB35DC8794D8D2088BF447F09E3710CE /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; - DB5D1F605863835B13565564B0DA34EB /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; - DB88A645EBBDCCA1F712116D05DFAC7D /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - DB99673CFA6104B6FD3E1B212059EB6A /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; - DBF7AA98548E6AD31128148A0EEADF36 /* 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 = ""; }; - DC271803ECC26D33CA8982B0A2D87F1B /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - DC6A47D7A536F9D623FF1060D756E0EC /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; - DC8053B97A2BF0F72855A477D43F9EBD /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - DCA45B2FF8C5277215777063356454CB /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; - DCA844DD32FA74882B1D1EB394217A42 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; - DCED876A8F35095B5A6BA8330F54249C /* 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 = ""; }; - DD2AB59B6FFB4EFE1651B385CA554580 /* 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 = ""; }; - DD2F3BFF43ADF118092B306BC48005DD /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; - DD3081357097225C1DF5EDCC2815DE21 /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; - DD4A1C056FD637BC43213E19FAB080D4 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - DD603D02C2AB8D3A00EA1DDD2B30E894 /* 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 = ""; }; - DDEA811BA9ABE1872B82AA139A0115E5 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - DE3A55FFC095C157EEBEC4316416E83D /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; - DE4715FA389E044C018A4ECAD0CD6E53 /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; - DE5F9980470F542678C5837E2FFD81FC /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; - DE902EA30D9B39A3C4E21EFD5ADCA84E /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; - DE9E4664BFD239332FE31AF7ABD661B6 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + DB1C7F33D6C92385800EDEA35CC69C73 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; + DB2D04BBE4CCD93BE00F7EE826D6D84D /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + DB74AF39FF7548771887C65014656F73 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + DBA42D9377B1B78FACA09CA7672E1EA9 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + DBCF27F45E9DE45ABEF79FA31DF55835 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + DBF9607BBD5C250AC1BFE409374D1400 /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; + DC097C832C807AC9339AEC04939796C5 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; + DC2C50294271C5414E5AD15FDBE0EAF7 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + DC306E0DEC44A0F1CE2894629AA14EFA /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + DC3C06E584E3CE037F926ABB333EA321 /* DDAudioPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + DC4E3C946666140434A45A5F6763C9DE /* DDDateKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDDateKit_Private-dummy.m"; sourceTree = ""; }; + DC5AE8EE33062813D1CE352795131D11 /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; + DCC0E6521B4FAD5E720B895D923673CC /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; + DCFB67AD657FB845D937C14120A6C5BC /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; + DD0B379D6FA193591BC151DF5BCA89BB /* 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 = ""; }; + DD102BBD93E2897C403C03465F95FF6D /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; + DD69C21D499D59D8C493FC502F4FD4C8 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; + DDA6AEE76B896CAAA3185693AB3A568C /* 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 = ""; }; + DDB2695D3AB4AA404E435E8DC3754495 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; + DDD0286B991CB002AC157319F25B9F36 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + DDDBFE7F3374657114978F5BF7F84C24 /* DDUtilsSwiftKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDUtilsSwiftKit_Private-prefix.pch"; sourceTree = ""; }; + DE0F4EB1AD2A9B2CA09EC05742128CED /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; + DEC46E1E6DF0538049A2AF266E62F15A /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; DF07F7B964C7E3CE99FEEC54FC37F050 /* DDUtilsSwiftKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDUtilsSwiftKit_Private; path = libDDUtilsSwiftKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DF1DD08DB63AF3A8D431F3926407A0B8 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; - DF9BA2001F064F6887F55B64AA41052F /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; - DF9F18B190E49868DB25A36E78C9C5D1 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - DFAA426F5365A824120726F570A25E47 /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; - DFC92999E7024A7BC049D111B0C09C6F /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; - DFEAEE8287C3CDD19B0BB4C0D74BD23E /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; - E02AB259954C7934851D90D05704C08A /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; - E02EB47FFC0DEEEC7157A4BE5A7C6480 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; - E0413F116A25493D7B80B7582F9C69BA /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; - E05BA01BA5ED0126CC3946BD2B32DB15 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; - E0938FF2D0E59D7EE932D3BA25359435 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; - E107B3B9A30FCA95CDDB719F712FA5CA /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - E11A10E75703509483DB27C543DD9B82 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; - E132B3D6E2FE67D2426330DF0B936E21 /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; - E1422B645015BAFA2C470527637DD973 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; - E16CC39F09D8BDD9EFB0FE8E1D4C07BA /* 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 = ""; }; - E1AB1BF0A3C952F1DE003448FFED7981 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; - E1AEAF46EDCACF0D73C2EB725962EFEF /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; - E1F3D6A023430C57AC10C6B03FA69082 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E20F2CC667DA17403E1121B822FD5040 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - E22E36DD71A04B164BFB3B85E5F99F45 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; + DF0B649B3C24355B1C73D50621ADE732 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + DF410CD66631A84A9062C6262918C6B3 /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; + DF67331E6FD51792CBF87AA68A8EA90E /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + DF7CDEFBFDC15F31A3D57759A5F8AC31 /* 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 = ""; }; + DFE773BA39AE03034786833AD298F30C /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + E053D25DE90A57C15BAD9A968CDC85DB /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; + E094270E419C931EE0AB21CD1AAFA583 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + E09F9C403C9CEF50048860D22813DDB7 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; + E0AC9E9FECCD4C42E328CBDE1989F8A5 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + E183831CA96CDAEA2796BCF68F16035B /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; + E1C15641EED614D586EEDA3AE5CC21B5 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; + E1D34754CCA9B3CCD8F012A884999BA5 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; + E1DAE2005D7D704199C19E4F53121B2B /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; + E1FBC5DA5E6E0A221E23C070460B6833 /* 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 = ""; }; + E21DD430F1A6E4A83F924BEAB9AB767F /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; E270ABDB05C1E6CDFF8AB4EB055CE66E /* DDDateKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDDateKit_Private; path = libDDDateKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E2CDAA1ACB41376C4E2371C35B1E52FD /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; - E2D5C7B8640CEF99B9B5D46F17E57345 /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; - E378886F31B66380D73CA57FAB3FAD03 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - E37F7657A9B465F79E9F0EBD975CB42D /* 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 = ""; }; - E38943A628CDC32CC8881452A16789F3 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; - E3932ACF358A5E59944241B6EDA934C2 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - E3B9EBD65F6611839847D60EAEE81AD6 /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; - E3EC4979C30F4828AA228098E0A855E1 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; - E43AEA11B14E79327192A0EA1A35E40B /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; - E44AC3DE799147C39C85A8D1F06B530F /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + E2A100665375D61C156030465F19B2A9 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + E2F279088DB8ED76596B6453C94A0B5E /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; + E2F70CE0517833590AFACEBB1154FAEC /* DDAudioPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-umbrella.h"; sourceTree = ""; }; + E3283D19F2122A432BAD5AE5BF4E37BB /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; + E33F090E20488E7EF23B0847B4217DB1 /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; + E38CC8CF4CC8A3387DBD7DC394515CD9 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + E3993100651A55041F8EF7B51B222725 /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; + E39E20E88245B6C827AC3000375933DF /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + E3A4B96D5ADBEBF88288089ADA4A65A1 /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; + E3F1078BF94F10EFF0546E71C5CE8D1C /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + E3FD7892E89631CA9E6DD8451359C16F /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; + E424068A845397B847A041B8F1EC9A34 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; + E44C4CBA1461C022CD91AEF60BE0AB24 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + E458D361902E90FAD7E2DB101B93C99B /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; + E46B9635C5DB65CFDA43A3A927BC9041 /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; + E4706DEE9CB56BB795F5A8B77791C166 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; E4863DBFE563EB129CD7414E7C378616 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderSchedulingNotificationService-acknowledgements.markdown"; sourceTree = ""; }; - E486A11093E6F62240646A3361A1E95A /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + E487E8E8F95B531073B46AEC2862FC5A /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + E4896C5FF987C30DD4AC710D9DC8B9DB /* DDZFPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + E48F63A5FA775CAAB9B9BCBE2671F732 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = MJRefresh; path = libMJRefresh.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4BE7A1EC54A1E4ED06488CB0C5D8167 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - E53CB8133C4A74166C95D75FCDA2D6A7 /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; - E56146C96D49D8D87B895BC2F5EF9375 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; - E5AF7F0A16B1A96ECC397ECEEE2F5818 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; - E5D6A8A1F79445429DFD5322DB69E39E /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; - E5E310752FB3492F6504F97848F1907D /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; - E5FA19F1D5A5EEE38175BC9DB2F7CA22 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; - E65F25A3B4BFBFF48CCBC290C6CE6AB6 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - E67C206042BDFF9A271E3DD8B38FB59D /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; - E68370E0FB1DB6AC7E62FED6A56ED408 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; - E68C3F49E19446A5ED2E2488D1EF0289 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; - E6A5C81191A882048BB805AB56EF213B /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; - E6C7E16964AAF594D5B3968198E77477 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; - E6F3C0FFC466924F3087E0750C9CB834 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; - E71F3AAE9945BBB091603AB330C58B6E /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; - E75FF94D7AC942F00076EF07F3EFC75C /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; - E77815A599406291D83F904013C51C4D /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; + E4DB31C7FFAFC4A228B69504164C88DC /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; + E5812B4BDC5A155CD05F1BFAEE39C0E0 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; + E585EDE50BC515FA05386D11900A482C /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; + E5B1B6C2E01B5939920DF97D44D4A5E6 /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + E5B3710990D2B7BC5721451D81B7490B /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; + E5C35BF0045E5F8D0EB398B4CD912A71 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; + E5E270942D6D8009D7520FCC2165EC93 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; + E5E468093677718B056672F6E25AD379 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + E6084A4D73F707B79D9DA16C6794E7EF /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; + E649A4C072B03C6A71CBEACEAEAD9D7F /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; + E7015B7BD9626DA7351C9FA79FE92FF5 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + E719D89281DD264E3477C5EA9113D1D5 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + E732171930153202A865940D4D246200 /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + E74A4EB595A86E1DCA3D45FF3CD87CB6 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; + E782DC25216533407AE5CEE4FE82A450 /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; + E794B9011528ACBD36460D8706565CAB /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + E7A73E608D315879088C4E1402D5634A /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; + E7C513BFC3602B60D7BE0A37B18518DB /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderSchedulingNotificationService"; path = "libPods-OrderSchedulingNotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E8194F20F01EA3F0C9A2957666001981 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - E829C31454160BEFC96E6432CCA7ECAC /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; - E86314F394444EEDA3A7712FE66B0CF0 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; - E88412FC37408D38D830508D1AF63187 /* DDZFPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.release.xcconfig; sourceTree = ""; }; - E8BCB5DA2D6E8461BED85037F3637B0F /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; - E8DA6108915688E106354AEE9B2160C9 /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; - E8DD1B82CE71EE7F601C169B2E2873B7 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; - E8F557093B6D67E7BF8AEEC30F609892 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; - E8F769BEC2B87152DFBBD04F2F6AED85 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; - E9199966F7BD131727AD23122AFF63BC /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - E95F2F653B234E055F171BBD91FD42DC /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - E96CC0CE3457BDB43B63C943573FB407 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; - E98957EF409B0E3207ECB5DB16980E93 /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; - E9912FB98EBC8B0595F78838D1FC9AB6 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; - E9A627E4E3A842688B5AC96812C61FD5 /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; - E9FEDF1A899FD99C80B5E6A933FCD1FF /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - EAB133040702CFA0AB21B8E842B463A8 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; - EB09AAA6960E9F895B113138A493F1A6 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; - EB2B709AC417CE39E4A4D2070733B892 /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; - EB3249DAADB3CEFAD8FF08A12A3CB768 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; - EB518A4B0E08DD0A258A30B810698D67 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - EB6148B6D5D803A858CB5DC4C4262A71 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - EB877D97112AA85D3BED1EFC52EDCC5A /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; - EB9F3FAFE3ADE9CDE353686B03BCC060 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; - EBEFC516917FCDF93675EF2966D04DC6 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; + E82292FCB37E57D391C3EA2755302C93 /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; + E84DD6F4959B5D39B5672BC7D51220EE /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; + E8908981577082D4123356CFCD5A8FBC /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + E8BA0816E9780C140F663194DC2B9D01 /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + E8ED2FA12810B65137DBC3738A7A6421 /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; + EA02D2EBC28B3BDBCAC13AEE827BCD26 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + EA405383F8305DB71A9AA54851F5F11C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + EA8425C2B88F38D68AD8FC0E7B9E0ED9 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + EB2F6BC7F9D1C819CEFFF1FA0C88CBA3 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + EB5960725B05CBD8CD6674EC9080BF0D /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; + EB5E8034249F90B7D3F4C99FF0E651AE /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; + EB6FCC479670EB2A01B5DFA36075D664 /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; + EB9329A4C194CD450F9FC2099F11ADD3 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + EBB621CD5274F828FE010136A01E20EA /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + EBB67E96967CC364DA7FE698EC4FDB39 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + EBCFE09785A08AB78094777B828ADD46 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + EBD0C5E5ED79E4E769F3473FEE00038F /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + EBE8E25E0B16AC0F4A5286F68506D493 /* 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 = ""; }; + EC03F0CDDF54A611723C83568BBEC269 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + EC1C95C224C45E23CDFF8970AB6F8B0B /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDCategoryKit_Private; path = libDDCategoryKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EC9574E42FA928B015289D733A97D040 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - ECA144465DC8C44C54FD07753C36004B /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; - ECD1AF592E2D3828A99691252F884605 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - ECF4198AA05D8699DCB910CBA80F5CC1 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - ECF8FA48245640C1DD2508BA7FFA276D /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - ED332836B8EC2DD0BAE7C566999935E5 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - ED3D624D99041EF6C95666869876984A /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; - ED43E5BEE00F2B2E11ED5D18A96D53BE /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; - ED5AC105862C995822A47AB6CEDBC335 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; - ED63701EE8C5F81EF19E08BB287A5F6E /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - ED9729431D735DBE676445A6B74F8876 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; - EDACE046D7386D286DB82F6279CB1C68 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - EDAE1B8309F8EF9ADC3D7E779BBEE8EE /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; - EDE87EFDAA19DA6A3D70E7BFC93E8494 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; - EE367A173DE36B00062A6E0187368194 /* 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 = ""; }; - EE5BBC816588563B5EF204AC51B8EE4C /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; - EE732C37890399FB69BB8878FABB7607 /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; - EE9F32537A7D74FF7715EE09E646AB48 /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; - EEAF968327B07567671689EA7314156B /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - EEB0C4B877C99763F847104C4917ED9E /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - EED99A957420D5C5591B6D23BD87AC44 /* DDUtilsSwiftKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDUtilsSwiftKit_Private.release.xcconfig; sourceTree = ""; }; - EEEA8A67D1793DAEA530AC30AA6A8AAC /* 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 = ""; }; - EF0734AD419D6CD454184572C34FCF89 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - EF53AE75568ACB5B709B790AF1F7CB2E /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; - EF8F77C7F215C7D7AA4DE263E0A6EBC4 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - EFD8B652739A98D299B1F9A054A4A24B /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; - F001B54610286DECB0EF63371D3EC450 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - F0933A31FBE5D24866E286DB85D13CBA /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - F0A39BA35DF56871465541643FA5F51C /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.m; sourceTree = ""; }; - F0ADD3FF1E9DB39E2E58BAAC7BDFDF8E /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - F0C50B8C16BDC1C2DFA182776605709D /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; - F0C7528C68C1FA96348A65C8DE719BA7 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; - F0E878B1A2A33C049730B46FBD7B40E2 /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; - F0E944727B9A04E0A514B1E7F71FE3A1 /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; - F0F228F0C1CD658D1D378BEFD7FBC863 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; - F105263AB0474C50B4F49B96B2B1FB82 /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - F154693FA025CA60C9B32D5A5C0F8124 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; - F1A503CF76759DAAFC3A96DC20FA1720 /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; - F1CC639B7B6826F1BADA9CAD9F22994D /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; - F1FAC9CEA55D34BDA0D4E0460065A3F0 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - F2B405FCCDA21810394A2D6E837CFDB7 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - F2E212C0284EF025A6D96FDFB5E50F5B /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - F2E57B1042C557247A38A54FA67E9401 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; - F2E96C021C669A6516172DA7D5D55AFB /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; - F3184A99F7723E4CBAD1A1A15346D5DA /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - F324D58A6E4AA898B10D7BCCE1A3F510 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; - F35B00C541D354856C31031379495300 /* 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 = ""; }; + EC7A02742212AEC991D88A48D8540B61 /* 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 = ""; }; + ECCC4D8D8B4B7FA7CD45695779BA1517 /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; + ECE8C514F069EE93B6F71A58D3E07D47 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + ECF9E618F54FDB3FD844023C7FEBE3E8 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; + ED1C04ACD5B97539303C81D8A117F6A5 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + ED2F69B0FF3E5AEFCA7A7A633CAC97D3 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + ED5385FBB514A746C324203EBEABDE72 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; + EDDBB0D06D34E9E5BB97A82BCA8C015B /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; + EDF06D4B5118986A9ACEECDCAF03D68F /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; + EE5C4E1446B1BD93752C4071AB9DB085 /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; + EEDB6443D9B5DA090BB6449BF21D4B73 /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; + EF0C3A6AB0E2B2D38E29A633E5BDE266 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; + EF40A21DB8B3B14377B5DA372BBE4B6D /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; + EF808C98ABEB3DF36AB8A3B66B23A9B1 /* 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 = ""; }; + EFC200CB29150616F1B6EEE4FC8D52AD /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; + EFDB1257807DC774E3A91DBC1843F5ED /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; + F03801CD55C5815947FBBCC6BB9F2A59 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; + F071832D34041825D64A09CD28D1F9DE /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; + F08CFEB7B6DE482CE7F36F4BC4432FA4 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; + F08D351D57071BF3E95609D73BE2522C /* 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 = ""; }; + F0A799D4DE45F91381795844A53C1165 /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + F0BDE8DB100A615A5126257E4AAAC5A4 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + F0D77DA6A90860B0CAAEEE1B0E8BDFA5 /* Bugly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.release.xcconfig; sourceTree = ""; }; + F0EA45E09EEBA178ED37347EE76E1EA3 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; + F0F586240E620691D8273389CC249A72 /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; + F100096589BA2D54CD38EAC19CA5BF86 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + F1371DA95C1CC1196B644EA4CCF0AC1E /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; + F1601D79B8AD74CF5B308A532C476FE5 /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; + F18A60746E6B044E7E7A0BDCECB564D9 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; + F1DAA71272825B03F553A107A7FC9B97 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; + F1E83AE68D5C8CD3B2789417D8760B53 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F236A0546D056A59B2E0E68E79FE5586 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; + F2495D849DB68E39CFD64EB94247A7BC /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.h; sourceTree = ""; }; + F29962E6C8B6CFAD7726EA32B42A562E /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + F29990B802D7742CA79E930159194BBB /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; + F2D7652CC61AFD814CAAAA60C3C79FE4 /* 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 = ""; }; + F35F170A08FF23AAD1E59243389C2D2C /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + F36B0B0E74EF1A627B9699CF5F9D753C /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.prerelease.xcconfig"; sourceTree = ""; }; - F3AC59F0FF0FDB218AB80723093241E9 /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; - F3B7CC61BD1D12062B7EDFB6435E02E3 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - F3CC23DF0CD38F55CC59AB5412DC9566 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - F435FE4BFE26BB05FFCDB827D0F0F0B9 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - F436E812A78DC83759E77F5DE874F0E2 /* 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 = ""; }; - F44AF052C7938428F402351BFF3BE182 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - F46218078846F2177B15D73B30407869 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; - F47693F96E23A548DE7E2E571AA944BA /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; - F48572C09D3E183B21698E7405EDA17D /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - F4A1791D3B4940756C697107FF72939B /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; - F4B6334EE8CB242891E875B75A4BB326 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; - F51BE95C8E22C48CCE5EE3B1937FD4CC /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; - F5BE577CDCAB5D18860941BEF11BD7D8 /* 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 = ""; }; - F5DE615FA6CA6AAA44080A07EF1229BC /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; - F5E4C093F7F3AAD0F72D14449A48C21C /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; - F5FC5FBCCB17AEE18371E5C4EB7ACDEB /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; - F60531A14977DA8FA1B0CBA0128BB289 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; - F60A4620273AF48A09F58F460B846C25 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; - F63174A9DA86A1318B080E0D4A313A09 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - F6C5DD625870C7AB05A9FDDA35F69B04 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; + F3A76F36DE5C2DF739DB48C0DDCBD4C3 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + F3B9BF958EB824C91B454E74AD49A90D /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + F3C1C9C21AE3B8A62E7D2F0B24F75D68 /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; + F3EF6887A1F81458BA2A3C75CAFF57C2 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + F42C7789E2FE6C8DF075C6A31D72A63F /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; + F49F445A1D95C76B019BA1E49720F0CE /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; + F4A07461099EE18E761CD93004D08C0C /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; + F4B88DFDD7067FB92AA564486EF117EA /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; + F4BDC0F324C2CA6FA47BB3C0D64B3A29 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + F543760F4305BCAD9A4079C335C4609F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + F5477E0BD8E7B59FB422BBB5A716C13F /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; + F62D1987268D7EE112CD8BAFE3DD0F2F /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; + F6545EF3519DBA6D2CC1D7333CB82528 /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; + F69A7F76DC5CD4B6CF9D7BF52DF1E9D3 /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "ESTabBarController-swift"; path = "libESTabBarController-swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F7261D815F8CF7CFB63E5E228DD84572 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; - F72F9F9836EEF8F1D07655416801261E /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; - F766C1C596EBE1FF9F13AC3E0B0793AA /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - F79BC1E0920EC865F71B3A903EFD18E0 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - F7AF1EBF406324B2F7C95D498676FF43 /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; - F7EA3557F85C574467F7800AE4F42BDB /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - F80BD2701814ADD704585A86E9A546AE /* 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 = ""; }; - F831049B11961906294954FAAA6C09D8 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - F8390ACE2D4C14442CCBBE9407972D79 /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; - F845EF3C2F07582B2F8E96E09AB090A6 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - F8BE9FBD48F731EAA31F35CA75231A52 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; - F9437B4FEB653CC9917DE0A5E0DF4DD2 /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; - F9449C218A47679A2AA7189BD97F0DBE /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; - F9AF3438C30958669D84B96EB333DC1B /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; - FA50150971B65DDC0E550868A8F4A4DE /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - FA7F93CEF474A840DF4A47D0863D010B /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; - FABAFC24C602A75352623ED0B3DEA45F /* 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 = ""; }; - FAC46EC1A552B7BD24DCAD3E59FC7513 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - FACBDC3C28C6DEBD7A259F36FAEE9FBB /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; - FAE50E5696B293073DD0CA8D24D19944 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; - FB296D3AA698AB589E39CE2AE04252F6 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; - FB36DE4E092527EDCC2070D6691826E7 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + F706F18A5273A3F9B90A4061CF9D5FA4 /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + F70A5C616D9DF03B2365D40F1E6CB76C /* DDAudioPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAudioPlayerKit_Private-dummy.m"; sourceTree = ""; }; + F72F59F68F128DEB970DED4608D9DB36 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + F7395AA8D2D4013763EE4EDD39C3DFBD /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; + F7E6E6142C0451F72572E41BDF4ADD0B /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + F887C492A4256DB8E3A977760D63B5C5 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F88A3DA427B75E20AB17D0725C389162 /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; + F892D45AC92BDA17949E2E1B035837C1 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; + F8961D07281C0CAF01626D7D03EFCD35 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + F8F0C99C6968A131E53483F729EE5FB2 /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; + F92832974AA6EF3FCE06D2F81AB10BF2 /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; + FA45A0BC44609D6AC505D69F748B60E7 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + FA6CBE3F5BE5217AD2E63EE63CAFCB09 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; + FA8A0B93848F0C09BAF621D89D9FF6A1 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + FADA75115A1DA47436098A306B011A6C /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; + FAEFA0643177B6BD7BC8E91CC71501B2 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; + FAF2FFBB4B1005A22FF744431E3A5076 /* 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 = ""; }; + FB48E95EA0E597BA72BD6CD684CCEFC2 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; + FB57CF2D401147CEBF560B85C0796A08 /* 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 = ""; }; + FB59A552432C79E45A72F45AA49F674D /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + FB807DC64D58264EF7EC4D5A12C55B8B /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; 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; }; - FB9C60390A1F6A458E374FA6E79A16FA /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; - FBEFF9AF97085F94E46BDC157070BDF9 /* 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 = ""; }; - FBF77C3B5600C6A9C8BADF35015376C3 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - FC0E107EA34ABC885A78E58C3B1374AF /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; - FC1884896C64F4484B3F3C9915165DF8 /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; - FC31E1077E0FEF82FA9649028F76C532 /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; - FC44606D718CC384AE2683A7BE690967 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; - FC7A15561DA3038C994FEADF0B0EB17A /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - FC980F97286AED70D5B8F14113506C95 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; - FCDD21366F052543C8EE02105C71BC3B /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - FD1693978550C4909CFDBD41B70A9125 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - FD562AE0CB335AA742B39BA6D981FFB6 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; - FDAD663F01CA2CFAB984F89187EFDB69 /* DDAudioService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAudioService.swift; path = DDAudioPlayerKit_Private/Classes/DDAudioService.swift; sourceTree = ""; }; - FDD540431A4DCE034D81C565727230C9 /* 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 = ""; }; - FDE19D26FC88CC13A076C58005AA9D5A /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; - FE0DF47328833A62462644848DD32797 /* 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 = ""; }; - FE1B37C26A0B0F461FF4C1A7C9F034C6 /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; - FE55C9EB02C7BD6E7B32AC0D3F637F15 /* UrlLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UrlLinks.swift; path = DDUtilsSwiftKit_Private/Classes/UrlLinks/UrlLinks.swift; sourceTree = ""; }; - FE597B10B9093FD433433527F42BF0A7 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; - FE68866E78141CE1E28EA55B3A316199 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - FE86838FBF8F44898256D65D5ACE0EB4 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - FE981792BE6C5160C5284040B0AB3848 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; - FE99E0175394F670A12BDFA3E52EE674 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - FEF52F74F0A9D4B85A79950D3D59DE94 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - FF00275D715DC4C377002A6E8CB6D12D /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - FF5B7B2DA9410D8D251AC443D23A59F6 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; + FBD7D73C6E3BDC6CE30096053F489B6B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + FC267FBE0FB5C2B2DDC4FDB7E06B3DBB /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; + FC4B927D7346793DC31F43D68D808AE4 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + FC6C813CCE308FA5ECDA17F2003E8261 /* 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 = ""; }; + FCC7F26EA0DC17F3F2A98FAC8CF2658C /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; + FCDF1740C575CAC041200730ED2BCE33 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + FCDF18104446524DD0FBE32F6A9C55B3 /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; + FCE5BD169DF00F2C122F6F290DBC81BD /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; + FD0C6E606F532F530EB774688AF9593D /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; + FD428B8E6012DF1EB6224593C04415EB /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; + FD64C82BFDD29537BDD3D0C8090B0253 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; + FD7553E272C9C158BBF40247D05CF64B /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + FDB7327C66E1407EAE8B40BDFF74ADA2 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + FDC123468C4BD629D91322876B934658 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; + FDCDD4393AD5CA136ED63236611F220C /* 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 = ""; }; + FE11902623D0B8995AD80BA2AFAEB5A9 /* 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 = ""; }; + FE97E1B7BE8AC311FEF01BC655335FEC /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; + FE9FC90507135F077DB4052C57170128 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + FECA46204700BBEA8561B46E37AF33B6 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + FEDEC5F1FADB219540524B3A333F5EDA /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + FF177E34E7EDB14FE437787A0220671D /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; + FF209C790276F0D0EE0345FB7A4EAF86 /* DDTimerSwiftKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerSwiftKit_Private.debug.xcconfig; sourceTree = ""; }; FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxRelay; path = libRxRelay.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FF9EF0C2FADAF266582EF9B976394DC1 /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; - FFA29CF9217EA3277FDC5092D7FCA78E /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - FFB82BE931D10C0FA4D3269BE4B77B48 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; - FFBE82637495064E342C72C2B0869EF3 /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; - FFF1157D7156CE5115CE50A4457E3964 /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; - FFFB1BA80DC8F58E306A8A7CA20FDF63 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + FF9C0448D9AD37B95A8958F6FF563DA5 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + FFABF90431F3CBDC38B1BEB64B67C27E /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; + FFEDF0AF68E964F07F0A9459FAD5E84D /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; + FFF5015AA2CC23D57CF7884CAD856947 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 07F7B904DD31B3DA996C811D31BFC025 /* Frameworks */ = { + 08B9FD08F7FD6D30F434840C8FA714DA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 08B9FD08F7FD6D30F434840C8FA714DA /* Frameworks */ = { + 0B0A2AD8C50113CEC2458863E2729181 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 118AB94E2F461ED5A72F554A4A5DCC1A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3269,7 +3277,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 243C291F1E70C6A6455C10EF95B7C442 /* Frameworks */ = { + 3E6C047B16A9080FC2FBD743CA72D1EC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 44C99E28BAA044D23CC6DC6956EFC9BF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3290,13 +3305,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 59FE47EEFF6ED89A54BB580D5F030297 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6354BA5A50CD9F6F6D3A053F7625822B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3318,6 +3326,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 735D53E4A76ADCACD9D3D368EB7A6AA4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7B69698A79B96F0728678FB96AC01A84 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7BE34CE79874D23ADEC700E1B18C4EA7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 81D4EA84926136F0D0AEEBAEE01452A4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3332,7 +3361,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8B5BFFE3F578B8AB6C9EA746998A8E53 /* Frameworks */ = { + 8D3CF96446E1D49C5F50475CC9EBEC71 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8F164D174C2DD2C483D6EE0580B825B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3353,14 +3389,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B261ACB09669EEE46E9D879D87E30EA1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C08225C606FDF2928A5D4BD39BEE417D /* Frameworks */ = { + A56708D2783ED056AAD2A298503CEBBB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3374,20 +3403,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C82DFA2F0D9C5C9BFB6CEC4BCB4979EC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CECCB95A7880F7E4F1C935D60213DF2E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; CF451192F24DBFBE08BF82B332BFD0E7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3444,20 +3459,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F28EC6180308CC5903E6744057C568B9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F713BFD71B1BE12E82CE8A4AD738CC2B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; FFB565781B9EA643F3320C8E128DB90C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3468,2332 +3469,605 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 006BA73706437C6C427F3F0C780F4F4F /* DDMALocation */ = { + 00BEB59DF19BA592CF9D1771209815E2 /* DDBaseButton */ = { isa = PBXGroup; children = ( - EE9F32537A7D74FF7715EE09E646AB48 /* DDMALocationManager.h */, - 94E16A684AB87B6B91445764A7436CF0 /* DDMALocationManager.m */, + 3644CB9DF250B7074CCFDBA46EB7CB56 /* DDBaseButton.h */, + D9932AB7EC6F5C2BFAFF8867FD58BB4B /* DDBaseButton.m */, ); - name = DDMALocation; + name = DDBaseButton; sourceTree = ""; }; - 021B74B0BAF63BC2B5008B26351CBE53 /* UITableView+DDCategory */ = { + 03325C6075B16B677DCD2FBBDED5DEE3 /* AMapTrack-NO-IDFA */ = { isa = PBXGroup; children = ( - 22E122AA630289FC4EB57B6406B6AFA2 /* UITableView+DDCategory.h */, - 5C62BEB07BC1B5B0069882E3F988AEA8 /* UITableView+DDCategory.m */, - ); - name = "UITableView+DDCategory"; - sourceTree = ""; - }; - 0399CD9F37FAC33B37E935BD596DC0F3 /* JCore */ = { - isa = PBXGroup; - children = ( - 82E7AAC1CEFD92EC70020F4D9902EF5E /* Frameworks */, - 0CD0A18A536253804E0258A915865354 /* Support Files */, - ); - name = JCore; - path = JCore; - sourceTree = ""; - }; - 03AE2EAF26CCF13013CDBB8BEB705E44 /* AMapFoundation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 6C56CE8FDD65946B5C54084E56A58E25 /* AMapFoundationConst.h */, - 4793AFC2143FAC4EDF34218247222855 /* AMapFoundationKit.h */, - C4CD84EF45CA5E62B4F42992AFB5D92D /* AMapFoundationVersion.h */, - B1DBC86B57F7D82876D1050548838839 /* AMapServices.h */, - 3BB88FD1C1AB01B3899C6DD8BF381282 /* AMapURLSearch.h */, - 089C8E53BFCF809602D82FE084C36EC5 /* AMapURLSearchConfig.h */, - 913EFE243B6CB1A6D0ABCE4D3A7D9085 /* AMapURLSearchType.h */, - A182FF5A6DEE43D211E8909F3393724C /* AMapUtility.h */, - 84BE95CD76607C7E349F0DC8848659C3 /* Frameworks */, - 85E6E7D43E86D74EC08469759F40504F /* Support Files */, - ); - name = "AMapFoundation-NO-IDFA"; - path = "AMapFoundation-NO-IDFA"; - sourceTree = ""; - }; - 0454E298632E6BD30516B283CE55B6FB /* DDBaseImage */ = { - isa = PBXGroup; - children = ( - 19CFA39C0054141966D6462E48E9B264 /* DDBaseImage.h */, - 23BDC51DC56137F4B2E617BDE43A4084 /* DDBaseImage.m */, - ); - name = DDBaseImage; - sourceTree = ""; - }; - 068515F30A07198BB5FDB75F8DAE3438 /* DDCategoryKit_Private */ = { - isa = PBXGroup; - children = ( - 6B0BE18B2C63702CCEBF6648E0EDC08C /* DDCategory.h */, - FE688108DCB4818DB556B1D11049CA51 /* CALayer+DDCategory */, - 8A24ED91A422B4E2242C3C8F0C18B176 /* NSAttributedString+DDCategory */, - E9F2FED95342CA7DBA4315B577986BE3 /* NSBundle+DDCategory */, - FCC57BF99A4EF03D2491B21DF297FC76 /* NSObject+DDCategory */, - 11865C3473480E2F93B042699D90ACC2 /* NSThread+DDCategory */, - D56D56EDC643ACD84EB0AA7286DE2B4C /* NSURL+DDCategory */, - 66435A8529D445577EFD9257D43B68D9 /* Support Files */, - D1F7F94023C4EF96C13A7236AE234F1E /* UIApplication+DDCategory */, - 809D18DDF204B80A629CF983308F12BC /* UIBarButtonItem+DDCategory */, - 481F104ED3FD4F620793079F4819D948 /* UIButton+DDCategory */, - 593FBCF406A23B91CDD36D07A6712732 /* UICollectionView+DDCategory */, - CB53F16FA4F070563DD67D7E8CEB6704 /* UICollectionViewCell+DDCategory */, - 55A54B898CBFFFB58D50597EE93C6F90 /* UIFont+DDCategory */, - DE3436D19F5F2B680D49BE0846A10B7B /* UIImage+DDCategory */, - 572F07ACB9F80F070A95F1C3BE10AF94 /* UIImageView+DDCategory */, - 4E95B65A63612A29712D4E742952CFE0 /* UILabel+DDCategory */, - E999A675D4F1C8233BED5010725FBB87 /* UINavigationBar+DDCategory */, - FAE2D47D20B0F3452E3EB6B9B0500B80 /* UINavigationController+DDCategory */, - E78CDFE3702315EF521EA7C7A84235D1 /* UINavigationItem+DDCategory */, - 74AFC7016350F4A99749B349026DF86D /* UIScreen+DDCategory */, - 6456CAA613019DDE7F8B9C807D9C1D75 /* UIScrollView+DDCategory */, - 827D53B917C34663EA11A92566C5DA96 /* UISwitch+DDCategory */, - 5974E02AAF7B9636FE12C0853C3AA516 /* UITabBarController+DDCategory */, - 021B74B0BAF63BC2B5008B26351CBE53 /* UITableView+DDCategory */, - 626BB09534618676F90FE95EEDACFDC8 /* UITableViewCell+DDCategory */, - E5C436A7DEDE8B7D4D27CC4AEDBA5D2F /* UITextField+DDCategory */, - 5D298D589DD221808E8D5BFD639E9A99 /* UITextView+DDCategory */, - 8E5DCC240BB561828E9818B2A3298F7D /* UIView+DDCategory */, - 9866B2FA339BED03018EBAE552D98E2B /* UIViewController+DDCategory */, - 7DABD9D73DC8E818FA051FD38A602F30 /* UIWindow+DDCategory */, - ); - name = DDCategoryKit_Private; - path = DDCategoryKit_Private; - sourceTree = ""; - }; - 0CD0A18A536253804E0258A915865354 /* Support Files */ = { - isa = PBXGroup; - children = ( - 53EBAC3090EE1AB4D72C9AC74BA21102 /* JCore-xcframeworks.sh */, - 955E40D080E255317FC1497B3349F319 /* JCore.debug.xcconfig */, - 754A131A0586966DF417DF4FAA255311 /* JCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JCore"; - sourceTree = ""; - }; - 0E7812F4D2332938CCA4CB20B886D79E /* BRPickerView */ = { - isa = PBXGroup; - children = ( - 214EDCCC3BACC7764BBD2F3ECEAD6383 /* BRPickerView.h */, - 68078BAB4E9E65D850B52A210C580B53 /* AddressPickerView */, - FD5D2F17C0A07192119C2D60F78C6925 /* Base */, - 3997CBADE3105BE33035160B59BA401E /* DatePickerView */, - 45C2135B2EE6AD17D176D10D67E9390E /* StringPickerView */, - 7761E079DCD2F14C0D2F3CCEBBE8C18C /* Support Files */, - ); - name = BRPickerView; - path = BRPickerView; - sourceTree = ""; - }; - 0F11AD6543F94291EE2A41FA11B850E4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1C042E18F794877CA5CD4DE77D88F40E /* RxSwift.modulemap */, - 4F6421ED7E4B678FF457A167A8F2A8C8 /* RxSwift-dummy.m */, - B7614B2AF9DD61EE96FD4A25BB08B6D2 /* RxSwift-prefix.pch */, - 2BBAC0E92FC6639DF15FB86E05BF2678 /* RxSwift-umbrella.h */, - 6BA0821E3F4CF23D21E43E07AF635FEB /* RxSwift.debug.xcconfig */, - CECECDD95683417E8F44263554B9FEBD /* RxSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxSwift"; - sourceTree = ""; - }; - 0F3A827CEBD5BB8C8047C1083BD7E635 /* Sources */ = { - isa = PBXGroup; - children = ( - C0A8E68D90B34C19E382EA5BCBB400B5 /* Resources */, - ); - name = Sources; - sourceTree = ""; - }; - 0FB1D69ADE903EC55386060FD89F4868 /* DDTimerKit_Private */ = { - isa = PBXGroup; - children = ( - ACD778E615DE97123F3C4204935B57B3 /* GCDTimer */, - 3CCD0F495C5757EFFBA34BDFBADC969F /* Support Files */, - ); - name = DDTimerKit_Private; - path = DDTimerKit_Private; - sourceTree = ""; - }; - 10283B2322FE891C46B9D5F09BED2DA2 /* Frameworks */ = { - isa = PBXGroup; - children = ( - BFA107A494149F480DAB8EE4A08EA84B /* jpush-extension-ios-2.0.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 10446E0ABB12BF5F3E81DE078B39E256 /* DDBaseImageView */ = { - isa = PBXGroup; - children = ( - E02AB259954C7934851D90D05704C08A /* DDBaseImageView.h */, - 05B08DF269C929927CAB4B9A2973FC14 /* DDBaseImageView.m */, - ); - name = DDBaseImageView; - sourceTree = ""; - }; - 107149417BFD12031EB76A0B8FC9361D /* Support Files */ = { - isa = PBXGroup; - children = ( - A632AD081906FB0A4AEFFD4FF07729A4 /* IQKeyboardManagerSwift.modulemap */, - FFFB1BA80DC8F58E306A8A7CA20FDF63 /* IQKeyboardManagerSwift-dummy.m */, - 791AE958912FD9C6E9048928C711C005 /* IQKeyboardManagerSwift-prefix.pch */, - A0DD293BD4E3F8939D3CC9ECA77E932C /* IQKeyboardManagerSwift-umbrella.h */, - 49A93B7B3F6E61B94180F937B09DEA60 /* IQKeyboardManagerSwift.debug.xcconfig */, - DB88A645EBBDCCA1F712116D05DFAC7D /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - 11865C3473480E2F93B042699D90ACC2 /* NSThread+DDCategory */ = { - isa = PBXGroup; - children = ( - D64763F5F296BA626690BE6648A6191B /* NSThread+DDCategory.h */, - 990D16E0FCBCAF8C4DF57C9BE9C3570F /* NSThread+DDCategory.m */, - ); - name = "NSThread+DDCategory"; - sourceTree = ""; - }; - 13D12D7FBB1DEA3840CC5F5C73A2A25D /* Support Files */ = { - isa = PBXGroup; - children = ( - D46058685401683DBB249DFE9F701C42 /* RxCocoa.modulemap */, - B488C72595EBEB2A3DE508C1F20C4FA1 /* RxCocoa-dummy.m */, - AB24289E6721D67470DFD403167E3834 /* RxCocoa-prefix.pch */, - D56AD3ECF3CADD4A80B6B8AA73C10B52 /* RxCocoa-umbrella.h */, - 3CA5C35CA1EE55D99430961ACFADF351 /* RxCocoa.debug.xcconfig */, - 6B653D56C0A1A417CC2E9DD7B4B496AD /* RxCocoa.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxCocoa"; - sourceTree = ""; - }; - 142A403C0D8690ACAC9B68E150E05E0C /* DDTransitionAnimation */ = { - isa = PBXGroup; - children = ( - 3A320506AAD5DD6652DB5090280DFED5 /* DDViewControllerAnimatedTransition.h */, - CD516CFA21A631D4FF5C3A808D7A8C47 /* DDViewControllerAnimatedTransition.m */, - ); - name = DDTransitionAnimation; - sourceTree = ""; - }; - 1692BDBB6DAC9FBD1CF808290F8B34C3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 34245601E93CD65639BB4BC97A51E5C6 /* JPush-xcframeworks.sh */, - 26391F5EA0EF1F9DE1E0022E553BEE24 /* JPush.debug.xcconfig */, - A8EF82128A155083FF532B32EF44F283 /* JPush.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JPush"; - sourceTree = ""; - }; - 18199B9D9FFF6FAE03039AF0B67D01EB /* DDBaseTableViewCell */ = { - isa = PBXGroup; - children = ( - D8ADB9D276C5C8044484270A80C76D36 /* DDBaseTableViewCell.h */, - A04DAFB4A5E4A5BA900BF8E16C93AF1B /* DDBaseTableViewCell.m */, - ); - name = DDBaseTableViewCell; - sourceTree = ""; - }; - 1AD55B9B0AA6C36E4D9F0CD546F6590F /* DDBaseNavigationController */ = { - isa = PBXGroup; - children = ( - E5E310752FB3492F6504F97848F1907D /* DDBaseNavigationController.h */, - FACBDC3C28C6DEBD7A259F36FAEE9FBB /* DDBaseNavigationController.m */, - 77191EE64EB4A9C37B61DF98C91192E0 /* DDNavigationControllerDelegateReceiver.h */, - D1345C5578444761FC68932996B1D617 /* DDNavigationControllerDelegateReceiver.m */, - ); - name = DDBaseNavigationController; - sourceTree = ""; - }; - 1B782564408735A3483946235727E0B4 /* DDMAUtil */ = { - isa = PBXGroup; - children = ( - 5A9824AAFC848BE22F730A25DDF0F8D9 /* DDMAGeometry.h */, - A368D588310D7BB8A74112D4693344C8 /* DDMAGeometry.m */, - ); - name = DDMAUtil; - sourceTree = ""; - }; - 1C3021736BACC8663D561EACAF59D4CD /* DeviceInfo */ = { - isa = PBXGroup; - children = ( - 46A031DFF12B1AB023E4A1D066CF76D9 /* DeviceInfo.swift */, - ); - name = DeviceInfo; - sourceTree = ""; - }; - 1CFE498B151CE568D4CFB9C639564F72 /* DDMAMap */ = { - isa = PBXGroup; - children = ( - 3055CF0BD04202506F5B813AA1EB561D /* Annotation */, - DF7ED2789CC321A762B5F56529617AE7 /* AnnotationView */, - 8FF3E4B5A14ADCFB280370EA3403F210 /* MapView */, - 8DDA713D9FEEBCB86B139FA61B3ED87E /* Overlay */, - 0F3A827CEBD5BB8C8047C1083BD7E635 /* Sources */, - E1CAFBE3CDE80387F9072BA541FB4A73 /* Trace */, - ); - name = DDMAMap; - sourceTree = ""; - }; - 2449C34051735DA2B7C2C515D6DD941A /* Support Files */ = { - isa = PBXGroup; - children = ( - 7AC4B6BD19EFC000CC18E12EB02E16BB /* DDProgressHUDKit_Private.modulemap */, - 82E2C162D33695B454070BA2DB1FAE78 /* DDProgressHUDKit_Private-dummy.m */, - 3A5CE1B13397F2FCBD247DA2EC8E95DB /* DDProgressHUDKit_Private-prefix.pch */, - E43AEA11B14E79327192A0EA1A35E40B /* DDProgressHUDKit_Private-umbrella.h */, - 0138E64FA5C1587EAD942A0A856DC135 /* DDProgressHUDKit_Private.debug.xcconfig */, - 1F1A096A252F384AD050819C51D9315C /* DDProgressHUDKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDProgressHUDKit_Private"; - sourceTree = ""; - }; - 250157E55767E95FB3489AB50F8D9CB3 /* DDColorKit_Private */ = { - isa = PBXGroup; - children = ( - 671F50638618423F12C514205899C357 /* ColorUtil.swift */, - E6C7E16964AAF594D5B3968198E77477 /* UIColor+Hue.swift */, - 6DBF3300A914125D219EEF3180763E02 /* Support Files */, - ); - name = DDColorKit_Private; - path = DDColorKit_Private; - sourceTree = ""; - }; - 25A8A110819EAA30A6C78DE150EF2B88 /* JPushExtension */ = { - isa = PBXGroup; - children = ( - 10283B2322FE891C46B9D5F09BED2DA2 /* Frameworks */, - E17B451E3CC143D062CDF71FB630B0B8 /* Support Files */, - ); - name = JPushExtension; - path = JPushExtension; - sourceTree = ""; - }; - 2926C689D7FAB971F82E33585EE2BE3A /* DDAutoUIKit_Private */ = { - isa = PBXGroup; - children = ( - 28791026A4971B4123EEE3AE82C70BA3 /* AutoUI.swift */, - 4D27D62F289B0B658C6C0C88C9A7DFEE /* Support Files */, - ); - name = DDAutoUIKit_Private; - path = DDAutoUIKit_Private; - sourceTree = ""; - }; - 2C59FD121E2E004C9F01AE3269FD58D1 /* DDBaseAnimation */ = { - isa = PBXGroup; - children = ( - 142A403C0D8690ACAC9B68E150E05E0C /* DDTransitionAnimation */, - ); - name = DDBaseAnimation; - sourceTree = ""; - }; - 2D72382B7E5A4151AF57CE16F9DE2AE7 /* DDMASearch */ = { - isa = PBXGroup; - children = ( - A12D1238A3BFA4640F61AB4B56531B25 /* DDMASearch.h */, - 332D9114752B5BA5EACB734ABCC9B453 /* DDMASearch.m */, - ); - name = DDMASearch; - sourceTree = ""; - }; - 3055CF0BD04202506F5B813AA1EB561D /* Annotation */ = { - isa = PBXGroup; - children = ( - 440CA1662691003D498C9531625978C0 /* DriveRouteCustomAnnotation.h */, - 55CB439CF52BBBB7303E73D235A108AA /* DriveRouteCustomAnnotation.m */, - 8AF2C2FE88432E1F0A79E4FD3739B2D9 /* MAPointAnnotation+DDCategory.h */, - 51ECCD05E578112F7A5CBF6B0D9F1568 /* MAPointAnnotation+DDCategory.m */, - ); - name = Annotation; - sourceTree = ""; - }; - 344B6854DDAD6217997E73EB3421937B /* Frameworks */ = { - isa = PBXGroup; - children = ( - AEC319088F0981CF9D520252A8874C74 /* AMapLocationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 37B79C39CB94C0461BB4F69186AA3164 /* DDBaseCollectionViewCell */ = { - isa = PBXGroup; - children = ( - 4D0744B8272FF139CD3A9247B84F72A4 /* DDBaseCollectionViewCell.h */, - 054B4AA225C8E94B932E99F38B3039AE /* DDBaseCollectionViewCell.m */, - ); - name = DDBaseCollectionViewCell; - sourceTree = ""; - }; - 394203C585DA0986FC12CFE4DC2F5515 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - E107B3B9A30FCA95CDDB719F712FA5CA /* MJRefresh.h */, - DC271803ECC26D33CA8982B0A2D87F1B /* MJRefreshAutoFooter.h */, - 5A109819AA106FA4A09411324D83DEB5 /* MJRefreshAutoFooter.m */, - 6032B0C24E82C79CD8AC501AEC909D1A /* MJRefreshAutoGifFooter.h */, - 5434D1649FD9D876B3B0DB8F20E7E810 /* MJRefreshAutoGifFooter.m */, - 0EE426D9B4937E55426AD7B8F5A57ED6 /* MJRefreshAutoNormalFooter.h */, - 95E30B62D86832A4F89B3C174199F30F /* MJRefreshAutoNormalFooter.m */, - D26ACAC5011E0F964D790B5A9DD9BDFF /* MJRefreshAutoStateFooter.h */, - A9459685E4A9EDE9752320BE7A96E2A1 /* MJRefreshAutoStateFooter.m */, - 885EC2C5B4E462C2A099259D458FC510 /* MJRefreshBackFooter.h */, - 249588B56333B698099DA1C84F414A16 /* MJRefreshBackFooter.m */, - 216D994C9014C633F15DC97714A2D2E8 /* MJRefreshBackGifFooter.h */, - 836165779E43673E1D7FA9A5F8C92705 /* MJRefreshBackGifFooter.m */, - 3C36EA87B4C0E3BA164AA13FDE7416CA /* MJRefreshBackNormalFooter.h */, - 5D639307670357B7BC0F98C56FAA1114 /* MJRefreshBackNormalFooter.m */, - 2F527FA4AEC697804D57082DBEA53BD0 /* MJRefreshBackStateFooter.h */, - 6E391FE849DA05DEB538E71FA6E52007 /* MJRefreshBackStateFooter.m */, - 1BC166160C82E3C5423B6AB413F5F7A9 /* MJRefreshComponent.h */, - 0EEB6947D06DA134EEE6A2127E254610 /* MJRefreshComponent.m */, - 587C4619B080FDF6CFE9B494C34E48E6 /* MJRefreshConfig.h */, - 338959886873487E6C4B48895C7CC6D1 /* MJRefreshConfig.m */, - A8C5C1EB38D76849E6A0D82A0BBBEEFB /* MJRefreshConst.h */, - 2AAAE042719B815513557B04D9EEAEA3 /* MJRefreshConst.m */, - 9227C45D11306442F0D423E2ECE44A41 /* MJRefreshFooter.h */, - CF560B2355E348A46B6C1F8656EE0A4B /* MJRefreshFooter.m */, - 8C493E05F34E23F261FC050A86557537 /* MJRefreshGifHeader.h */, - 5E0A883A944CF99327092FBED29562E8 /* MJRefreshGifHeader.m */, - F435FE4BFE26BB05FFCDB827D0F0F0B9 /* MJRefreshHeader.h */, - F831049B11961906294954FAAA6C09D8 /* MJRefreshHeader.m */, - 89952B48A18518306018D1595FEA0EE2 /* MJRefreshNormalHeader.h */, - EEB0C4B877C99763F847104C4917ED9E /* MJRefreshNormalHeader.m */, - 5A80B84B95E2D953E9B1BBA04C543FC1 /* MJRefreshNormalTrailer.h */, - 32AE4E41072F89434EE85772A895139B /* MJRefreshNormalTrailer.m */, - 538132E504EC8C69BEE5A1A58BAAD35C /* MJRefreshStateHeader.h */, - 3AE163CF130C183D34BA13532BCFB8E0 /* MJRefreshStateHeader.m */, - 5B6ECEDAFCBADD11CE346033F266AD8D /* MJRefreshStateTrailer.h */, - 469239486827A293C26C52EFBD649019 /* MJRefreshStateTrailer.m */, - D4D7F978ED571DDD9289F64513B832C5 /* MJRefreshTrailer.h */, - 8E6E0B08E457050E88C54D30A4A9314A /* MJRefreshTrailer.m */, - 78BBF79A4EEE922ACAF8E7BFDEFF4B9F /* NSBundle+MJRefresh.h */, - 4CD61DEF0074FA03DF2A6271E393E5FE /* NSBundle+MJRefresh.m */, - 22CB455E9DEAFD2AC47F1C40DDF99585 /* UICollectionViewLayout+MJRefresh.h */, - E38943A628CDC32CC8881452A16789F3 /* UICollectionViewLayout+MJRefresh.m */, - 3CD8EB273FAC6397A4712FF6BFF654FC /* UIScrollView+MJExtension.h */, - 9060B8EC8CA9750E0A1B5045F874DF53 /* UIScrollView+MJExtension.m */, - 97D4606AAE5C1A5553B255F64E097F8D /* UIScrollView+MJRefresh.h */, - 337D3A7CB3DC18A3334154794C6A26DF /* UIScrollView+MJRefresh.m */, - DD4A1C056FD637BC43213E19FAB080D4 /* UIView+MJExtension.h */, - 2989084CD53B558036E686DF1147B965 /* UIView+MJExtension.m */, - D1E9866D06B4F0FD0F151036A1A9C8ED /* Resources */, - 80E5A5D4FC228A47CFA8688C9B6A342E /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 3949C9E437BB0B8AB1D9FF98D8F59D25 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 64EB649CA7D02FDA53DF0EE930258482 /* Bugly.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 3997CBADE3105BE33035160B59BA401E /* DatePickerView */ = { - isa = PBXGroup; - children = ( - DAADB353F6442967529A34076F84171F /* BRDatePickerView.h */, - C6020643023306EFE3CB9876F4A861DD /* BRDatePickerView.m */, - 585068BD55FBAAA422F56D3745D1EB38 /* BRDatePickerView+BR.h */, - 848545E4EB82AAEBC55171E15DCAE377 /* BRDatePickerView+BR.m */, - E67C206042BDFF9A271E3DD8B38FB59D /* NSDate+BRPickerView.h */, - 0B26216F8F2D7EBEF94825345CFF292D /* NSDate+BRPickerView.m */, - ); - name = DatePickerView; - sourceTree = ""; - }; - 3A71A8565519F9ECD21CCF2335103187 /* Support Files */ = { - isa = PBXGroup; - children = ( - 10BE16FC7595D3620C3EA95F817BDAEF /* AMapSearch-NO-IDFA.debug.xcconfig */, - 78D6B2DF09486AC8C5CBF8BC783930A8 /* AMapSearch-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapSearch-NO-IDFA"; - sourceTree = ""; - }; - 3A865D9A60BB585F8ABC874B25BE6F5C /* DDImageView */ = { - isa = PBXGroup; - children = ( - ); - name = DDImageView; - sourceTree = ""; - }; - 3CCD0F495C5757EFFBA34BDFBADC969F /* Support Files */ = { - isa = PBXGroup; - children = ( - FDE19D26FC88CC13A076C58005AA9D5A /* DDTimerKit_Private.modulemap */, - A41C328CF5D722A228FAE0AD6851FBDA /* DDTimerKit_Private-dummy.m */, - 3BC7A97F86AEBF9A9C428117267265EE /* DDTimerKit_Private-prefix.pch */, - D024378AA1A8A89CE187DE8443185447 /* DDTimerKit_Private-umbrella.h */, - A4B2998DC2C806A3E2DFA396C9EBD981 /* DDTimerKit_Private.debug.xcconfig */, - FE1B37C26A0B0F461FF4C1A7C9F034C6 /* DDTimerKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDTimerKit_Private"; - sourceTree = ""; - }; - 4090E0A6D616563C254EAB6A6D297717 /* DDBaseTableView */ = { - isa = PBXGroup; - children = ( - 179DC9FD866F111308E6329005FDEC3E /* DDBaseTableView.h */, - B010DBC63FBD9A3A1F0BB93F3699681D /* DDBaseTableView.m */, - ); - name = DDBaseTableView; - sourceTree = ""; - }; - 40F107534C937BC69E9FBEA4420D7509 /* Pods-OrderScheduling */ = { - isa = PBXGroup; - children = ( - D13827848C413A76ADD18E47761D2B20 /* Pods-OrderScheduling.modulemap */, - 3431A513DD5CF052B33F1798DE98E1E6 /* Pods-OrderScheduling-acknowledgements.markdown */, - D5A3880A46506555230D960A979C59EA /* Pods-OrderScheduling-acknowledgements.plist */, - 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */, - B10BE75A37E306EDA52A1E38B89F97ED /* Pods-OrderScheduling-resources.sh */, - A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */, - CCA25F5644BF0246ABFFF775553FEEAE /* Pods-OrderScheduling.debug.xcconfig */, - F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */, - 2AB85225A76FD605AAA4578E1A765164 /* Pods-OrderScheduling.release.xcconfig */, - ); - name = "Pods-OrderScheduling"; - path = "Target Support Files/Pods-OrderScheduling"; - sourceTree = ""; - }; - 413C80EAEEF3366E790DE47CCE58AD9C /* Support Files */ = { - isa = PBXGroup; - children = ( - 24F302056ACA1001233FD04D62FAEAA3 /* SnapKit.modulemap */, - 4341F3CC57F6F091736FC3F541FEFFE1 /* SnapKit-dummy.m */, - A8073C33C719FF0C994530B22DFE60CC /* SnapKit-prefix.pch */, - 94F7C18DBDB961B81A12352C91FE44C4 /* SnapKit-umbrella.h */, - 88BEB83998DF810F949479B533EE98E7 /* SnapKit.debug.xcconfig */, - 73C32F421CC3988E6BA9217D8F506281 /* SnapKit.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; - sourceTree = ""; - }; - 44EDA1101BBD7BAD6786C99E4056D490 /* AMapTrack-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 0702120AC1E2EEE8879E7C01A10BDCA0 /* AMapTrackCommonObj.h */, - C0FAF479971ACAEF39A4EA67D087F670 /* AMapTrackError.h */, - C4352E058858C78438E0D3D51CB7C817 /* AMapTrackHistoryObj.h */, - D82402BE89DDCC5C1658D9BFD52F6A9D /* AMapTrackKit.h */, - 7CDA83203D3B5A08DA3D38EF8F4685A6 /* AMapTrackManager.h */, - D69FA4D41281FC36F4DB0EE0462A9AE6 /* AMapTrackManagerOptions.h */, - 72031BC851B75D50026BD60614F5F003 /* AMapTrackTerminalObj.h */, - 8647CB3EB073E41C3049DA75E8728C84 /* AMapTrackTrackObj.h */, - 5271F3D8F22CE049084AEBB6A2A46550 /* AMapTrackVersion.h */, - AD0E675181ED3AA2B51767BD32448920 /* Frameworks */, - F91C6D66A361722768798D4C43393410 /* Support Files */, + C84DD7B27A28654CFBEB7C3C759B7014 /* AMapTrackCommonObj.h */, + 5F99D64EAF616911F7733090C9191762 /* AMapTrackError.h */, + 0056123C916B3FAD3792056915881F03 /* AMapTrackHistoryObj.h */, + 4F18B10F41CC61D66C4EA3775D3D6312 /* AMapTrackKit.h */, + 25489DE1B1AC2F5AFF0B516700825821 /* AMapTrackManager.h */, + 96426533D61188385D0DB5D1E17BAAE7 /* AMapTrackManagerOptions.h */, + 04A4241915648C1F85271F19998F4D84 /* AMapTrackTerminalObj.h */, + B9E47669CEBD49E4D244D4B9C0324973 /* AMapTrackTrackObj.h */, + 4103CEF88F0FFF9B8FF139A60D54B150 /* AMapTrackVersion.h */, + 66B8C13751DE066F3B3C7D166315ECE5 /* Frameworks */, + 54CB06928671B8EE1E39185D0BD80CF0 /* Support Files */, ); name = "AMapTrack-NO-IDFA"; path = "AMapTrack-NO-IDFA"; sourceTree = ""; }; - 45C2135B2EE6AD17D176D10D67E9390E /* StringPickerView */ = { + 036ADF0F372A7AA446DF22D524677C49 /* DDBaseView */ = { isa = PBXGroup; children = ( - 3BECA5FD1F715A6DBBE2ED63DDEEAE38 /* BRResultModel.h */, - FFF1157D7156CE5115CE50A4457E3964 /* BRResultModel.m */, - 248325A738041B7BFFD850D23EC76E3E /* BRStringPickerView.h */, - B60B43FA6B2079356ACABC41DB566B78 /* BRStringPickerView.m */, + 78ACB724688E4414116FEA7A515B42AB /* DDBaseView.h */, + 1868F75252A361C2DF30AD2748615C77 /* DDBaseView.m */, ); - name = StringPickerView; + name = DDBaseView; sourceTree = ""; }; - 464A5E9A24ABD37EC4DD3ECC0ACCDD01 /* DDCollectionViewCell */ = { + 03BA03453F84B5F71729C4BCEC9CC917 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDCollectionViewCell; - sourceTree = ""; - }; - 470D1E675195DBCE7ED183A808C89FF8 /* DDMAMapKit_Private */ = { - isa = PBXGroup; - children = ( - 006BA73706437C6C427F3F0C780F4F4F /* DDMALocation */, - 1CFE498B151CE568D4CFB9C639564F72 /* DDMAMap */, - C58324F772971B1792DD6BE792A18D09 /* DDMANaviManager */, - 2D72382B7E5A4151AF57CE16F9DE2AE7 /* DDMASearch */, - EB9DF1A65DCEB7FD46F8B6D61C25C939 /* DDMATrackManager */, - 1B782564408735A3483946235727E0B4 /* DDMAUtil */, - 93D4333F12556CEA18203D0D4FF30518 /* Support Files */, - ); - name = DDMAMapKit_Private; - path = DDMAMapKit_Private; - sourceTree = ""; - }; - 47EEF8D7FC033149F0EC2ECA0DCAA727 /* DDSwitch */ = { - isa = PBXGroup; - children = ( - ); - name = DDSwitch; - sourceTree = ""; - }; - 481F104ED3FD4F620793079F4819D948 /* UIButton+DDCategory */ = { - isa = PBXGroup; - children = ( - AC4D0A4C3C4785114CF6DAE7320A3B75 /* UIButton+DDCategory.h */, - 55843ABBCE0BD5FBB0F9383A4C7B4010 /* UIButton+DDCategory.m */, - ); - name = "UIButton+DDCategory"; - sourceTree = ""; - }; - 4B018B2F61612DD9C3E02348DB225689 /* ESTabBarController-swift */ = { - isa = PBXGroup; - children = ( - D6274429EF59DB3727D6FB2A53AE64DE /* ESTabBar.swift */, - 72EDBC7254BE790B6AD86975DF4026F2 /* ESTabBarController.swift */, - B9BE5A852EC438098B8985FE07413AA7 /* ESTabBarItem.swift */, - F9AF3438C30958669D84B96EB333DC1B /* ESTabBarItemBadgeView.swift */, - D0CE3CFDAEB2D95291E173A2BC2BC478 /* ESTabBarItemContainer.swift */, - EE732C37890399FB69BB8878FABB7607 /* ESTabBarItemContentView.swift */, - E68C3F49E19446A5ED2E2488D1EF0289 /* ESTabBarItemMoreContentView.swift */, - C0C42F6131467C49F8E378C8289CA717 /* Resources */, - DC27646C78A40144E18CF800CF1734E3 /* Support Files */, - ); - name = "ESTabBarController-swift"; - path = "ESTabBarController-swift"; - sourceTree = ""; - }; - 4C1C65ECF9F87B5A3AD6219B5B0BF71D /* DDToastKit_Private */ = { - isa = PBXGroup; - children = ( - 8B6AF19A2989368FC9245A1DEA7A6F55 /* SwiftToast.swift */, - EBEFC516917FCDF93675EF2966D04DC6 /* Toast.swift */, - C0E63D429AA4331323AD61CF1F01A7E4 /* Support Files */, - ); - name = DDToastKit_Private; - path = DDToastKit_Private; - sourceTree = ""; - }; - 4D27D62F289B0B658C6C0C88C9A7DFEE /* Support Files */ = { - isa = PBXGroup; - children = ( - EB2B709AC417CE39E4A4D2070733B892 /* DDAutoUIKit_Private.modulemap */, - A3163AFD8E9A32BCA6453BD60FDD7926 /* DDAutoUIKit_Private-dummy.m */, - 7075BDF0D860A0E860171F127574C768 /* DDAutoUIKit_Private-prefix.pch */, - 215D921CC227753FA0F86CFCE7088974 /* DDAutoUIKit_Private-umbrella.h */, - 01678EEA141E1D96D74F19A5B6362CB8 /* DDAutoUIKit_Private.debug.xcconfig */, - 44BCC58FE020B0AE8116225430A15FD9 /* DDAutoUIKit_Private.release.xcconfig */, + B49156FE5276F1E5A3B4DDAB83DD8B74 /* RxCocoa.modulemap */, + 8D63A53E06FA33C857AFA8B231F18B1E /* RxCocoa-dummy.m */, + BDD1A7EBDD7AA14C5557D9393034623F /* RxCocoa-prefix.pch */, + 63B8B55E9EB6419F9E4646F067AA431B /* RxCocoa-umbrella.h */, + CB7233238924743AD44A47F035056D8F /* RxCocoa.debug.xcconfig */, + AEDBDE165E803530984FAC86234EBAC9 /* RxCocoa.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDAutoUIKit_Private"; + path = "../Target Support Files/RxCocoa"; sourceTree = ""; }; - 4D4046A24506F2C2E43014A4BC6B5F47 /* DDView */ = { + 04E8A0FC31A04AEA36C0E93D2D7E3804 /* AddressPickerView */ = { + isa = PBXGroup; + children = ( + FFEDF0AF68E964F07F0A9459FAD5E84D /* BRAddressModel.h */, + 07E5E01B7CD4199EE3D3ACF9A2248783 /* BRAddressModel.m */, + A19D321ECE75B0C53F59F403F7CD2DBF /* BRAddressPickerView.h */, + F6545EF3519DBA6D2CC1D7333CB82528 /* BRAddressPickerView.m */, + E4C5BA89F6ADF3C64B30E908DDACE9B3 /* Resources */, + ); + name = AddressPickerView; + sourceTree = ""; + }; + 0526263D3C8B93A948200CDB2B48FDE7 /* DDAutoUIKit_Private */ = { + isa = PBXGroup; + children = ( + 69A2E5EC61D55FEE02197BFFC9AA2E01 /* AutoUI.swift */, + 19EC103FC5F6138622B934A0E7A48A1E /* Support Files */, + ); + name = DDAutoUIKit_Private; + path = DDAutoUIKit_Private; + sourceTree = ""; + }; + 075B78564BDF6A408EE73E1420335975 /* ZLPhotoBrowser */ = { + isa = PBXGroup; + children = ( + CC571AE395EDD11063966B60A4772261 /* Core */, + C93BC8D2AB7234D8541D88EE6B7B8159 /* Resources */, + 98A2DD5190E13C08D1620361BAD1E7F8 /* Support Files */, + ); + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; + sourceTree = ""; + }; + 079A0ACAC84C89FAEBF00C2DB5804EE1 /* DatePickerView */ = { + isa = PBXGroup; + children = ( + 3F7C328CD9427E4337E25F7E00D9D45B /* BRDatePickerView.h */, + 6EC1F209A08E73D6CB48FB1B136B40C1 /* BRDatePickerView.m */, + BFF44AD1C9B81D750CEC4818EC2A8636 /* BRDatePickerView+BR.h */, + C67B5DC0191315FEFF1ADAD2EF99F15E /* BRDatePickerView+BR.m */, + EDF06D4B5118986A9ACEECDCAF03D68F /* NSDate+BRPickerView.h */, + BE0B02BA0088968EF4BA6A0C289103C8 /* NSDate+BRPickerView.m */, + ); + name = DatePickerView; + sourceTree = ""; + }; + 084CD6A1F490DDA6C97AE12DA824C899 /* DDMATrackManager */ = { + isa = PBXGroup; + children = ( + ADCC53B7BA62FDF39E1B06E53E3B144A /* DDMATrackManager.h */, + A1C4248E6EA38F4DA7525BAC5853E312 /* DDMATrackManager.m */, + ); + name = DDMATrackManager; + sourceTree = ""; + }; + 086918150764B70477CEBAAF9F24512A /* Frameworks */ = { + isa = PBXGroup; + children = ( + E782DC25216533407AE5CEE4FE82A450 /* jcore-ios-4.2.1.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 0B879AAAD96430BF86F81B509DAB782C /* UITextField+DDCategory */ = { + isa = PBXGroup; + children = ( + B1853C5407ECA486162DA334FE78FE0B /* UITextField+DDCategory.h */, + 4A4D78F4D13AAD9D7FB91EDEC86795C8 /* UITextField+DDCategory.m */, + ); + name = "UITextField+DDCategory"; + sourceTree = ""; + }; + 0C015819B287066B35595C3697B20C6F /* DDBaseLabel */ = { + isa = PBXGroup; + children = ( + 13F4F3BA0EDE32CBC15E37AEFA1D7D9D /* DDBaseLabel.h */, + B1F5502314CC59CAAEDE080580304B20 /* DDBaseLabel.m */, + ); + name = DDBaseLabel; + sourceTree = ""; + }; + 0CF0BC63DEDE66AD6B7F28FD931A9F9D /* DDMAMap */ = { + isa = PBXGroup; + children = ( + D287CE85056A20ADCC7BC1441BBB4E85 /* Annotation */, + B30D0CF137B02E9B7AE06CB84E030A2E /* AnnotationView */, + AEEEA55B008BC40EA728AC8FDA231573 /* MapView */, + BF6EDF02B76810BA06441567FCB4F1AB /* Overlay */, + 524B4F3EB95A2A25EBE7839F5C6F10D5 /* Sources */, + FC701CAEA9A75868F6FBDB9B943E2EA1 /* Trace */, + ); + name = DDMAMap; + sourceTree = ""; + }; + 0EFD49861691A736D97F26CAEDEBC565 /* DDTextField */ = { isa = PBXGroup; children = ( ); - name = DDView; + name = DDTextField; sourceTree = ""; }; - 4D662182C9E4E39F9C30100C086CF069 /* SwiftLog */ = { + 102F53BDE896C8B7D7AD4F7D2998FCB4 /* DDUtilsSwiftKit_Private */ = { isa = PBXGroup; children = ( - 189CE491A6F69933F32FBC259A0E8E2C /* DDSwiftLog.swift */, - ); - name = SwiftLog; - sourceTree = ""; - }; - 4E95B65A63612A29712D4E742952CFE0 /* UILabel+DDCategory */ = { - isa = PBXGroup; - children = ( - EE367A173DE36B00062A6E0187368194 /* UILabel+DDCategory.h */, - 28BB25D96E3D9CF7FE784ABC36998E68 /* UILabel+DDCategory.m */, - ); - name = "UILabel+DDCategory"; - sourceTree = ""; - }; - 50784D6A307AC0AFFF0FD7D72C4CEA37 /* Resources */ = { - isa = PBXGroup; - children = ( - 95E59A1A8A49B98E6C368E2F66CC7C5B /* ZFPlayer.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 53988944855705F6EB39B1BAD8F9EAAD /* JXCategoryView */ = { - isa = PBXGroup; - children = ( - D9D3A55C2E9D148DB903C90848D92C83 /* JXCategoryBaseCell.h */, - 75F6FB443898FD308DDA105501F23E18 /* JXCategoryBaseCell.m */, - ACAA86813BF0D16DF48AA9BFF0EC60F6 /* JXCategoryBaseCellModel.h */, - 7EE10519D1069F12EDE53D54E5D966C1 /* JXCategoryBaseCellModel.m */, - 017B7474016C73F912F0A6B5DEC29D92 /* JXCategoryBaseView.h */, - F72F9F9836EEF8F1D07655416801261E /* JXCategoryBaseView.m */, - E9912FB98EBC8B0595F78838D1FC9AB6 /* JXCategoryCollectionView.h */, - 74768582106A5A35C475018FBE166D8B /* JXCategoryCollectionView.m */, - 733A13C068DFDC39E7FEC288E6C4AD54 /* JXCategoryDotCell.h */, - A6CB06CA2A6133F104AA992772D420A4 /* JXCategoryDotCell.m */, - EE5BBC816588563B5EF204AC51B8EE4C /* JXCategoryDotCellModel.h */, - C994ED3DFE14CCFA3E6723B8B7F5ADDC /* JXCategoryDotCellModel.m */, - 79BB58D2DE758EABA3BAD2CE25F4E273 /* JXCategoryDotView.h */, - 30D14AA1E1A077A84A644E4041E862CB /* JXCategoryDotView.m */, - 0A5D649D2D2D8B3BCD7038AA516EC417 /* JXCategoryFactory.h */, - D39A522A1C726B01DFE825318A0046E8 /* JXCategoryFactory.m */, - 55B19E560D19931595D66D3A1B0D6313 /* JXCategoryImageCell.h */, - 82ACB77CBE8501025AEE247D67DD57FC /* JXCategoryImageCell.m */, - 754F933516567255B0866922880B5C8B /* JXCategoryImageCellModel.h */, - 75A8D6A91EA6C66429FA24B4BAC6C3BE /* JXCategoryImageCellModel.m */, - 8937AF120DD58817489BF58216BABAA8 /* JXCategoryImageView.h */, - 66F9628C8FFAD7E163328195DDA19F8C /* JXCategoryImageView.m */, - 80C996C317BA79B1C73C543EF4D5E312 /* JXCategoryIndicatorBackgroundView.h */, - A1B9BF88316C65B0B301151E711710EB /* JXCategoryIndicatorBackgroundView.m */, - B0F1F0DD44B4ADB8A928E1A3C0364CED /* JXCategoryIndicatorBallView.h */, - 782FACA646F0764B7D5D92B2FC31F91E /* JXCategoryIndicatorBallView.m */, - F9449C218A47679A2AA7189BD97F0DBE /* JXCategoryIndicatorCell.h */, - F0F228F0C1CD658D1D378BEFD7FBC863 /* JXCategoryIndicatorCell.m */, - 69AFA8F9BDDBE367685A582A2F673FE1 /* JXCategoryIndicatorCellModel.h */, - D031AF3FDDC7BAEFA9B4C7C40721EA85 /* JXCategoryIndicatorCellModel.m */, - D9D60A56C5588E49136ADFF69F158D8F /* JXCategoryIndicatorComponentView.h */, - D10E17111610DB23847BE97FCECDA2EC /* JXCategoryIndicatorComponentView.m */, - 26727EC7BB363B45AB06871DC9AE3C4F /* JXCategoryIndicatorDotLineView.h */, - CDEAD2B1445C1510A51609F7E6C98EC1 /* JXCategoryIndicatorDotLineView.m */, - 0BB15950C0FF439AEAEBDF2263BFAC9D /* JXCategoryIndicatorImageView.h */, - 76E4F87E0DFA075F1D5B365B5E5FDE22 /* JXCategoryIndicatorImageView.m */, - E6F3C0FFC466924F3087E0750C9CB834 /* JXCategoryIndicatorLineView.h */, - 82D693601D96006E2833D93B8A6E99C7 /* JXCategoryIndicatorLineView.m */, - 36712C3C5D3A634AC697517A5EA75019 /* JXCategoryIndicatorParamsModel.h */, - 1C3E99FA56F685FC0D656B7C650ECF30 /* JXCategoryIndicatorParamsModel.m */, - 62088B2AB847E886E18CF2D2B1838593 /* JXCategoryIndicatorProtocol.h */, - 34E4620859EEB9F588790A3702B0C7C5 /* JXCategoryIndicatorRainbowLineView.h */, - 4E3F5B1B6D07566D4AD5ADD161DA299D /* JXCategoryIndicatorRainbowLineView.m */, - D38817BCBF2E19273F04C0814378D5FE /* JXCategoryIndicatorTriangleView.h */, - 4CAEE39FA3D729AF8AE08D03CE5CC0B6 /* JXCategoryIndicatorTriangleView.m */, - C6EBAE079274BE7D4D335E6D7DB38E0E /* JXCategoryIndicatorView.h */, - E1AEAF46EDCACF0D73C2EB725962EFEF /* JXCategoryIndicatorView.m */, - 7412B4283A3720404BD934FEBB337AE1 /* JXCategoryListContainerRTLCell.h */, - 3D0218CE0B1D24C747F8AF435DA302D9 /* JXCategoryListContainerRTLCell.m */, - DC6A47D7A536F9D623FF1060D756E0EC /* JXCategoryListContainerView.h */, - 85675299EEAFE97772A77C3BC8A4EF21 /* JXCategoryListContainerView.m */, - 2EBAEA47F895FA0763B6DED34F643C95 /* JXCategoryNumberCell.h */, - 61A71E392DE084C531B190994C9C3520 /* JXCategoryNumberCell.m */, - D9009E3154DFDDE4B6648DED7226C78B /* JXCategoryNumberCellModel.h */, - 24DCBBBC70DD82764443A32C118788AC /* JXCategoryNumberCellModel.m */, - 105A3E5EC193BCA88F0A60D627A61DFE /* JXCategoryNumberView.h */, - E5D6A8A1F79445429DFD5322DB69E39E /* JXCategoryNumberView.m */, - A0345741A0C5E022CBDC66F9CA1360F5 /* JXCategoryTitleCell.h */, - 5EAA6DA0DE6D079BC9B4F19B58AB9D63 /* JXCategoryTitleCell.m */, - BB6F9C456A2C393156483A91945E4E5E /* JXCategoryTitleCellModel.h */, - 12B3C1F1DB9B9A56E22A20A8E6E2CC8D /* JXCategoryTitleCellModel.m */, - DD3081357097225C1DF5EDCC2815DE21 /* JXCategoryTitleImageCell.h */, - 739FF337476322BE4122FA1076E970F1 /* JXCategoryTitleImageCell.m */, - A5872FF4BC8823242DCB21B34340D96D /* JXCategoryTitleImageCellModel.h */, - D211A8BD1029E3602E0B4BB99130EB94 /* JXCategoryTitleImageCellModel.m */, - 4D57C5B540BD6A98A2DDA18477A65B93 /* JXCategoryTitleImageView.h */, - BFBB14E7E34F42011D65F395B2BBE9B0 /* JXCategoryTitleImageView.m */, - 07929A0B50434F2A0CA15E8E6EB620D6 /* JXCategoryTitleVerticalZoomCell.h */, - 10EF7C8F67E7B954A07C42F7A33A697C /* JXCategoryTitleVerticalZoomCell.m */, - EAB133040702CFA0AB21B8E842B463A8 /* JXCategoryTitleVerticalZoomCellModel.h */, - 7AC2251A2D308ACBD206F8FBFA3277D4 /* JXCategoryTitleVerticalZoomCellModel.m */, - D1FE42A83EEF638E9F3FA052CC3FA2E9 /* JXCategoryTitleVerticalZoomView.h */, - BC47D39E4F2B92167623C6A2FACB4812 /* JXCategoryTitleVerticalZoomView.m */, - D1820C74A60464999BB412471CFBF133 /* JXCategoryTitleView.h */, - A2AF54D3879C72FF107999427C0C7F95 /* JXCategoryTitleView.m */, - C2234E9BF0C2F5FBA179BDC6BB619624 /* JXCategoryView.h */, - 23B851B361642F26265C90E6B07D693F /* JXCategoryViewAnimator.h */, - BDE7DE5B376F831FE7A72353CADB1535 /* JXCategoryViewAnimator.m */, - FE597B10B9093FD433433527F42BF0A7 /* JXCategoryViewDefines.h */, - 2AE9B9E9B6160A9A95A41ED06FAFB7D0 /* RTLManager.h */, - 1842FA2A2C1DCDB244EA37BD32F9E00E /* RTLManager.m */, - 3FB82583E6EA446FB57458AB5C21C2B6 /* UIColor+JXAdd.h */, - 0B4A853BAC4C6F97E82C4C78AC3BADDD /* UIColor+JXAdd.m */, - F0E516B433DF36BEAE60E7FE47D97E02 /* Support Files */, - ); - name = JXCategoryView; - path = JXCategoryView; - sourceTree = ""; - }; - 53EAC3B0EA4D9475E7378AE0CD8EF2D2 /* SnapKit */ = { - isa = PBXGroup; - children = ( - 21D3884FD55857FCFEABA509FEEB06A0 /* Constraint.swift */, - B346BAC02701B910E185131A48B39FF3 /* ConstraintAttributes.swift */, - C85021923D31B30F7355A3AACA222B8C /* ConstraintConfig.swift */, - AA54F86DA9C6E94DB0B71C77B284A950 /* ConstraintConstantTarget.swift */, - 475EECDA4DEF561BA533E6D0F1D20F57 /* ConstraintDescription.swift */, - B64C37121B09A0BE61666C3AF14C396E /* ConstraintDirectionalInsets.swift */, - 18D6BB570F23EF37A350024FD93B7535 /* ConstraintDirectionalInsetTarget.swift */, - 3E47A721BB71C7F5C04C5C01BE889FB2 /* ConstraintDSL.swift */, - F3CC23DF0CD38F55CC59AB5412DC9566 /* ConstraintInsets.swift */, - 891008F7476ED15C4B22CDF30A0957AD /* ConstraintInsetTarget.swift */, - D35693C6D9DAF6ACBA72EF624DC37A0D /* ConstraintItem.swift */, - 950DCB951DB339655E7D0646C95D3290 /* ConstraintLayoutGuide.swift */, - 3F82F98052B220E2FDC964E41196ECF5 /* ConstraintLayoutGuide+Extensions.swift */, - 55E914F3B614477D7B94E4926F4D8358 /* ConstraintLayoutGuideDSL.swift */, - 3A28412B4100207F2579B1840C35544C /* ConstraintLayoutSupport.swift */, - FE99E0175394F670A12BDFA3E52EE674 /* ConstraintLayoutSupportDSL.swift */, - 7927B6B575737F1A81B0D0957633EC3A /* ConstraintMaker.swift */, - 67B8F003A91C3550766DD6FCE7CCE9BE /* ConstraintMakerEditable.swift */, - 7F4429F26B0AB7296359F12274F5B0A7 /* ConstraintMakerExtendable.swift */, - 34AD7DA3FDBA9FCD9A779B68012C3D27 /* ConstraintMakerFinalizable.swift */, - 4D9615DF90969DBC8D5A3EA546621908 /* ConstraintMakerPrioritizable.swift */, - DE9E4664BFD239332FE31AF7ABD661B6 /* ConstraintMakerRelatable.swift */, - 5DFABFBA4F197E1C01A5E850E48A93EA /* ConstraintMakerRelatable+Extensions.swift */, - 7D31803E34A9E384465D41589337EFB9 /* ConstraintMultiplierTarget.swift */, - 66736BB02C87938E8923936B57CFDDA4 /* ConstraintOffsetTarget.swift */, - ECF4198AA05D8699DCB910CBA80F5CC1 /* ConstraintPriority.swift */, - 2FD5855B03C2F665A6EAA5A476D37833 /* ConstraintPriorityTarget.swift */, - 83DDE81EAED799D148B72BFE4D8A158B /* ConstraintRelatableTarget.swift */, - 6D6E065C772EFCF926DC6CD87026DC9D /* ConstraintRelation.swift */, - EEAF968327B07567671689EA7314156B /* ConstraintView.swift */, - 4CD264BE40262B63B89935350F3CF1E5 /* ConstraintView+Extensions.swift */, - 1087AEBF072F42AFC46976BB86ADAF4E /* ConstraintViewDSL.swift */, - 4ADAFEB85AFC3C772C45EE80D0ECE8A3 /* Debugging.swift */, - A2CEDE183EE16613530C56F4096BD124 /* LayoutConstraint.swift */, - 6688D78CFE5E30400166CBAB38E7B04B /* LayoutConstraintItem.swift */, - FB36DE4E092527EDCC2070D6691826E7 /* Typealiases.swift */, - 05934A8005C8252E6A6339E9720FCEDB /* UILayoutSupport+Extensions.swift */, - 413C80EAEEF3366E790DE47CCE58AD9C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; - sourceTree = ""; - }; - 540EE9927BA410FC7306F59BF1B3790F /* Core */ = { - isa = PBXGroup; - children = ( - 0BA6016BF898A9F4CF63A39481BBC167 /* Array+ZLPhotoBrowser.swift */, - C2D24B0179AB038D24CF5A64BF5613B1 /* Bool+ZLPhotoBrowser.swift */, - E9FEDF1A899FD99C80B5E6A933FCD1FF /* Bundle+ZLPhotoBrowser.swift */, - B824A098ED1D6D50115C973C68FEFE3F /* Cell+ZLPhotoBrowser.swift */, - F0ADD3FF1E9DB39E2E58BAAC7BDFDF8E /* CGFloat+ZLPhotoBrowser.swift */, - BE1C5250871FE2FEB25B7D94E8234875 /* NSError+ZLPhotoBrowser.swift */, - 8E290D8F2940215D19393D10674FECE2 /* PHAsset+ZLPhotoBrowser.swift */, - CAC21706DAFE4D4B0B5428F6BDFF9C2E /* String+ZLPhotoBrowser.swift */, - 79590BFC58EE7F723B96884BB78FE837 /* UIColor+ZLPhotoBrowser.swift */, - 59A7CE4CCBF866045535312295CC9B45 /* UIFont+ZLPhotoBrowser.swift */, - 06330899C9E05A8D1A2059B4C8AF977F /* UIImage+ZLPhotoBrowser.swift */, - 0920BE370F75438D0982FD2AF59FF65D /* UIView+ZLPhotoBrowser.swift */, - 4956C0D903DB739ED1878A70B98E9F1A /* UIViewController+ZLPhotoBrowser.swift */, - F766C1C596EBE1FF9F13AC3E0B0793AA /* ZLAddPhotoCell.swift */, - 1CA1613E2FB5C66A862F4026CC65E5D1 /* ZLAdjustSlider.swift */, - 149202F731AADBA983B0DA4056412C92 /* ZLAlbumListCell.swift */, - 21243850F2DD6C090BBEF68EF9EB2BBE /* ZLAlbumListController.swift */, - 19153D1BC5FAC90EC30B0A33B5C63468 /* ZLAlbumListModel.swift */, - 7721E29CE17F9108705DB1B884EC15AB /* ZLAnimationUtils.swift */, - 30BFD16C3F4AAAFD8E57FA05CE483A76 /* ZLBaseStickerView.swift */, - 1CD21D74EAC9F50AF974E5B9B65D0304 /* ZLCameraCell.swift */, - D85E43E7F50CFF65A334470E92CA295F /* ZLCameraConfiguration.swift */, - F3184A99F7723E4CBAD1A1A15346D5DA /* ZLClipImageDismissAnimatedTransition.swift */, - 6E947D22A590154CDB995F366E8B5074 /* ZLClipImageViewController.swift */, - BB753B2BEDC3C9C5480C862C69F7641D /* ZLCollectionViewFlowLayout.swift */, - FC44606D718CC384AE2683A7BE690967 /* ZLCustomAlertProtocol.swift */, - E65F25A3B4BFBFF48CCBC290C6CE6AB6 /* ZLCustomCamera.swift */, - 89C4C2D46BB6B463D0B3B3548B5335AF /* ZLEditImageConfiguration.swift */, - 8E5D3B4897C628ABA6B795773AB1CF2D /* ZLEditImageViewController.swift */, - 67968F4377451131AEDEB2ADFB4FFC87 /* ZLEditToolCells.swift */, - FD1693978550C4909CFDBD41B70A9125 /* ZLEditVideoViewController.swift */, - 073F7EB58D5EC21B226F5B678B883802 /* ZLEmbedAlbumListView.swift */, - 3D329C8C2305CDBE854056C569E328C0 /* ZLEnlargeButton.swift */, - 24B86B94507D2E9AB6750BC34377664E /* ZLFetchImageOperation.swift */, - 2CD69590B61ED102742AEC7E90AA5CF7 /* ZLFilter.swift */, - 1F17003E3E567D617C835C603AFE4E08 /* ZLGeneralDefine.swift */, - 5A7806C9E9C2DB9CB93925BF67EA6B4B /* ZLImageNavController.swift */, - DA00D5C88F0DEAD34C16A2F0100D7D96 /* ZLImagePreviewController.swift */, - 4DD0B23331711FAB869B1C14B74E1B27 /* ZLImageStickerView.swift */, - 531D319ADFBBBBAADC9A50326C43529D /* ZLInputTextViewController.swift */, - 0F029E5D05244D5B52D3AB3232207206 /* ZLLanguageDefine.swift */, - B270428104ECDEFED60B658DA3863ED9 /* ZLPhotoBrowser.h */, - 21B656B2EBA47C8BB744C20C88F6C7CF /* ZLPhotoBrowser.swift */, - 3BACC6476F6E89EE236580F8D66A40BF /* ZLPhotoConfiguration.swift */, - EB9F3FAFE3ADE9CDE353686B03BCC060 /* ZLPhotoConfiguration+Chaining.swift */, - FA50150971B65DDC0E550868A8F4A4DE /* ZLPhotoManager.swift */, - D7C56F6491BCB51997252340C8387E40 /* ZLPhotoModel.swift */, - 83E4D521CB123DB1C9F73D5F208F5E4E /* ZLPhotoPreviewAnimatedTransition.swift */, - C6CD3A52C6DF14C436CDE8535570980D /* ZLPhotoPreviewCell.swift */, - C3E22FADCB1942CAEE53079149754C7B /* ZLPhotoPreviewController.swift */, - 0FACB600723394F2E7681C6F4813CCBC /* ZLPhotoPreviewPopInteractiveTransition.swift */, - F63174A9DA86A1318B080E0D4A313A09 /* ZLPhotoPreviewSheet.swift */, - 2981CDB2945D00E6DBE0967475E7168B /* ZLPhotoUIConfiguration.swift */, - 041A2B3D0664A5BC0163B34FD9CEF6A1 /* ZLPhotoUIConfiguration+Chaining.swift */, - 92B6561103C8973A5EF96DD2CF6D485B /* ZLProgressHUD.swift */, - 63D6611F229347D1E1E2D205404CE711 /* ZLProgressView.swift */, - FB296D3AA698AB589E39CE2AE04252F6 /* ZLResultModel.swift */, - 86245922FADAC2EBEDB30C800A1AB876 /* ZLTextStickerView.swift */, - 8FB03D47F53DCF0CFEBD12240EA195F7 /* ZLThumbnailPhotoCell.swift */, - 0B21085AB8AE59E91E3D6A871D0133F0 /* ZLThumbnailViewController.swift */, - 6C77BEEE84893ACDD3ED5FC3393AAB2F /* ZLVideoManager.swift */, - B9110B6CB98288E01D76F48855B1BAED /* ZLWeakProxy.swift */, - ); - name = Core; - sourceTree = ""; - }; - 553FC67BE4EF0642822864848D6B3376 /* DDFontKit_Private */ = { - isa = PBXGroup; - children = ( - 417C108D499F8C87184800743FBE3EB6 /* FontUtil.swift */, - 7E06FA52F189CD7644A55E3197C5CBFB /* Support Files */, - ); - name = DDFontKit_Private; - path = DDFontKit_Private; - sourceTree = ""; - }; - 55A54B898CBFFFB58D50597EE93C6F90 /* UIFont+DDCategory */ = { - isa = PBXGroup; - children = ( - 305B3650681B16CA92FB24FD838ABD80 /* UIFont+DDCategory.h */, - C7C6D1E9110DEDE5D89B4FE3C90C8DE6 /* UIFont+DDCategory.m */, - ); - name = "UIFont+DDCategory"; - sourceTree = ""; - }; - 572F07ACB9F80F070A95F1C3BE10AF94 /* UIImageView+DDCategory */ = { - isa = PBXGroup; - children = ( - 43A475425CE21DB78CB1FA1FBF144101 /* UIImageView+DDCategory.h */, - DBF7AA98548E6AD31128148A0EEADF36 /* UIImageView+DDCategory.m */, - ); - name = "UIImageView+DDCategory"; - sourceTree = ""; - }; - 593FBCF406A23B91CDD36D07A6712732 /* UICollectionView+DDCategory */ = { - isa = PBXGroup; - children = ( - 8C37C6611B5535CB81C5929064F12013 /* UICollectionView+DDCategory.h */, - EEEA8A67D1793DAEA530AC30AA6A8AAC /* UICollectionView+DDCategory.m */, - ); - name = "UICollectionView+DDCategory"; - sourceTree = ""; - }; - 5974E02AAF7B9636FE12C0853C3AA516 /* UITabBarController+DDCategory */ = { - isa = PBXGroup; - children = ( - 1A74446D9093B68FD13B5879AD272276 /* UITabBarController+DDCategory.h */, - 88896868DB190AE1FC08273E608AA92E /* UITabBarController+DDCategory.m */, - ); - name = "UITabBarController+DDCategory"; - sourceTree = ""; - }; - 5A6BF5B8722E111C51041143AE61EE5F /* DDUtilsSwiftKit_Private */ = { - isa = PBXGroup; - children = ( - 6F77299DD04AA4AF8C219C0D2D5F4EF6 /* ApplicationInfo */, - 1C3021736BACC8663D561EACAF59D4CD /* DeviceInfo */, - FE3077B35237BD48646BB7E3A03BC257 /* Support Files */, - 9FE238F99BB2623B2C707C75A728720D /* UrlLinks */, + 88F00A7DB65BDB85BCD61D13DDF1CBD9 /* ApplicationInfo */, + 89A73E2674C8C6A3FE33E9174B8D6CC2 /* DeviceInfo */, + 9872038E63CC2659C475F39D8E765824 /* Support Files */, + 51050228E3AABDBA902DC099FCCD29E5 /* UrlLinks */, ); name = DDUtilsSwiftKit_Private; path = DDUtilsSwiftKit_Private; sourceTree = ""; }; - 5D298D589DD221808E8D5BFD639E9A99 /* UITextView+DDCategory */ = { + 1466BB93D3F3D2EB619B569D903292D4 /* Support Files */ = { isa = PBXGroup; children = ( - 695ED07A38CA04415909F700FC0F4AE1 /* UITextView+DDCategory.h */, - DD2AB59B6FFB4EFE1651B385CA554580 /* UITextView+DDCategory.m */, - ); - name = "UITextView+DDCategory"; - sourceTree = ""; - }; - 5ECBFD9928387E11DB4F6420230D9544 /* Support Files */ = { - isa = PBXGroup; - children = ( - 192BB7B689186AF2186F757F728BEEDE /* ZLPhotoBrowser.modulemap */, - CD0033A86B3300DA77A5FFD23C0375A1 /* ZLPhotoBrowser-dummy.m */, - 47DBA24824B97337C83BEE3C2FFB4D22 /* ZLPhotoBrowser-prefix.pch */, - 7A318AF7276888D12138A1F2762515E4 /* ZLPhotoBrowser-umbrella.h */, - ECD1AF592E2D3828A99691252F884605 /* ZLPhotoBrowser.debug.xcconfig */, - 0160F6FD8159973FFAB4A20E2A743403 /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 625B61D23DF083E7FF9CA03829715159 /* Support Files */ = { - isa = PBXGroup; - children = ( - E3932ACF358A5E59944241B6EDA934C2 /* AMapNavi-NO-IDFA.debug.xcconfig */, - 039A90F89D838B0FF683A0B19873AAAB /* AMapNavi-NO-IDFA.release.xcconfig */, + 0EBC85C28088C2DD3C6951CDBF5FDF17 /* AMapNavi-NO-IDFA.debug.xcconfig */, + D58C52ECB8FE201437A6C70AFD6DCC56 /* AMapNavi-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapNavi-NO-IDFA"; sourceTree = ""; }; - 626BB09534618676F90FE95EEDACFDC8 /* UITableViewCell+DDCategory */ = { + 1607EC582E9304E3FEF568923C44B8F5 /* ESTabBarController-swift */ = { isa = PBXGroup; children = ( - 883760D678B37ABCB1556CE9807AC8FC /* UITableViewCell+DDCategory.h */, - 7A35904B0864C0B6EBACB47551BD225D /* UITableViewCell+DDCategory.m */, + 32D2617A39A86A964BABBA589F6ADFD6 /* ESTabBar.swift */, + B7E902E779A4E406A58F4F40F32DBDDB /* ESTabBarController.swift */, + F1601D79B8AD74CF5B308A532C476FE5 /* ESTabBarItem.swift */, + BBA5353C3182294E96C4E2872EEC5231 /* ESTabBarItemBadgeView.swift */, + 8720B6D35C9E0030D3EF486D254C8738 /* ESTabBarItemContainer.swift */, + B5AEB777E8972518F98FE5F367E63E2A /* ESTabBarItemContentView.swift */, + 9F5ED53BF3CA697464A0A1DBFE85E76C /* ESTabBarItemMoreContentView.swift */, + 5527EA43543D2B4B660A23EB61E87AB0 /* Resources */, + F59B4B83ED61B60B46C11BE37CCF476A /* Support Files */, ); - name = "UITableViewCell+DDCategory"; + name = "ESTabBarController-swift"; + path = "ESTabBarController-swift"; sourceTree = ""; }; - 6366D0FBA788604054AE6FAC468C014F /* Kingfisher */ = { + 17D75F5DC2997193F923CF7F067C0745 /* JXCategoryView */ = { isa = PBXGroup; children = ( - 76992BA805757495DFB8171EF9EB9AB0 /* AnimatedImageView.swift */, - 99E75B303D0020B6F1C68365659DA32D /* AuthenticationChallengeResponsable.swift */, - B57D69EA103D7A3B2388E5F4496FBB2A /* AVAssetImageDataProvider.swift */, - 28E03E2837CE0741886BDFCF3E13F322 /* Box.swift */, - 6DCE19C4CEE10003951B972F41466F12 /* CacheSerializer.swift */, - 43CC32FAE0BDD825C027B74FAA110C47 /* CallbackQueue.swift */, - D4E9DE9C15AD10A65A8F6364F258573D /* CPListItem+Kingfisher.swift */, - 4E0D134250F1950C307FD0CC46AAAC90 /* Delegate.swift */, - 95EE442D56D57F06619A365DB1D150B9 /* DiskStorage.swift */, - 936EDD8D6DA41F42F7BD5C26CD21129C /* ExtensionHelpers.swift */, - F1FAC9CEA55D34BDA0D4E0460065A3F0 /* Filter.swift */, - 66636452F72A4D5618CDD1707DE24235 /* FormatIndicatedCacheSerializer.swift */, - 81C4040DC9E61AC235E52ACA4DD385AE /* GIFAnimatedImage.swift */, - 483A9A3E6A809CDFC5FF0EFDB604CF84 /* GraphicsContext.swift */, - D106EE07E3674FEFA0EFF475070F4A80 /* Image.swift */, - EF0734AD419D6CD454184572C34FCF89 /* ImageBinder.swift */, - ADA3C0CC648B6C59A14F772810E1965A /* ImageCache.swift */, - 159FA9471FE1BAE24940ED0212DB1CAB /* ImageContext.swift */, - 5D1E6657730568219720257E07FC6A1C /* ImageDataProcessor.swift */, - BDD140B0BECFEA1B45518304AC33F375 /* ImageDataProvider.swift */, - 69DD746F92A084EE5E13DF25FEB66FBD /* ImageDownloader.swift */, - 86D1B6743A9B1425FBDA6AE1B6F321D2 /* ImageDownloaderDelegate.swift */, - 10EE738A5851290603905283153BB09E /* ImageDrawing.swift */, - EB518A4B0E08DD0A258A30B810698D67 /* ImageFormat.swift */, - 5E967AC509767C726A37DAA3A8D2AB8D /* ImageModifier.swift */, - D3FD4FA7159ECA34102CEBF1A6B9E5A4 /* ImagePrefetcher.swift */, - F845EF3C2F07582B2F8E96E09AB090A6 /* ImageProcessor.swift */, - FAE50E5696B293073DD0CA8D24D19944 /* ImageProgressive.swift */, - 3502A8357572ED44A46F5B8D04BCC933 /* ImageTransition.swift */, - AB2B4900E20666E91666EEDC19873784 /* ImageView+Kingfisher.swift */, - DAE5EBD58B94AEED721A3E08150DCB5F /* Indicator.swift */, - 4A59E71F8877BFC8F6E98F9CEC789D8A /* KF.swift */, - D15DF2EC30A47CE487A7E45439C14A63 /* KFAnimatedImage.swift */, - A8D1796588E94E756A33A32D685F89E3 /* KFImage.swift */, - ACAD4C996996162902CE8F1E0C65B4D0 /* KFImageOptions.swift */, - 7E7CF2ED1DA97ABF7BA7A655CDA6B382 /* KFImageProtocol.swift */, - 0C65D2B7201AD907BE07670AA7C7030B /* KFImageRenderer.swift */, - 43B635F08587AB9F6AE82002311C4046 /* KFOptionsSetter.swift */, - 1DF083C518CFA5D9CED753B220966A38 /* Kingfisher.swift */, - 0704BE5B3968BDD7FFB01521D8C85308 /* KingfisherError.swift */, - 3FF3F05AC3337C5E8E6ADAA6761B612A /* KingfisherManager.swift */, - 78753C7ACACB2BC7DEC93E733E760369 /* KingfisherOptionsInfo.swift */, - 95EDFE34E972CAD2F3A5D0B91EACABEF /* MemoryStorage.swift */, - DC8053B97A2BF0F72855A477D43F9EBD /* NSButton+Kingfisher.swift */, - AF181ECCD2D7844A2CAB7EAC7375AB09 /* NSTextAttachment+Kingfisher.swift */, - ED332836B8EC2DD0BAE7C566999935E5 /* Placeholder.swift */, - 50E8015D1AD58220F4531E18E8509ABF /* RedirectHandler.swift */, - A20DB907998A1399ACAE8A05070415D9 /* RequestModifier.swift */, - F2E212C0284EF025A6D96FDFB5E50F5B /* Resource.swift */, - 92EE2C7330ECE40006D122E2B22831DC /* Result.swift */, - 4C7BE23FA8543426FF1853228895B64A /* RetryStrategy.swift */, - F3B7CC61BD1D12062B7EDFB6435E02E3 /* Runtime.swift */, - 2C23896AF55BE3D9849813D9E6F43D35 /* SessionDataTask.swift */, - E378886F31B66380D73CA57FAB3FAD03 /* SessionDelegate.swift */, - 49873A1C53F3C5625FE288C5393633F3 /* SizeExtensions.swift */, - 48673B9406A594DCE4AE22FF8743D29F /* Source.swift */, - 47407AC45EB4C27C30CCF4CE26C87D64 /* Storage.swift */, - A06A6113F0690E598E021577B605FBA7 /* String+MD5.swift */, - ADBC9B074C4BE883D7D9B6A66FD23A80 /* TVMonogramView+Kingfisher.swift */, - 5DB41B7E4889EB04EB4E16C70944661F /* UIButton+Kingfisher.swift */, - 95D7DF55BDFC1959FD75C1C196F276D6 /* WKInterfaceImage+Kingfisher.swift */, - 82BE2DFA6CDDB3FBA2A3E992E19B7042 /* Support Files */, + 1EB63A93B4C54BC9BB3A104149626FB5 /* JXCategoryBaseCell.h */, + BF7FDEB7080037B3B60F15FA1743E368 /* JXCategoryBaseCell.m */, + F5477E0BD8E7B59FB422BBB5A716C13F /* JXCategoryBaseCellModel.h */, + 28C1FAB01E1F1FD6DD5A06A816F9A3DF /* JXCategoryBaseCellModel.m */, + 6CC5138911CE712E46EFE27F4AC2A67D /* JXCategoryBaseView.h */, + 4592A97076DC43EC1CA42FE2426C39B8 /* JXCategoryBaseView.m */, + 2DE26F620D486B79E2D0E1BB318DAAF2 /* JXCategoryCollectionView.h */, + B747057E538D5B398EEAE33F59D459D1 /* JXCategoryCollectionView.m */, + 12FD80DA766E5AA5BCD33318B9B4BCA9 /* JXCategoryDotCell.h */, + 98C2A38A3AA675001A5347619AE4125E /* JXCategoryDotCell.m */, + 9F173F6615E1E0DDB16BB37B62A5766D /* JXCategoryDotCellModel.h */, + 0879953FD3BA5ED42848EC138BECD5E9 /* JXCategoryDotCellModel.m */, + E09F9C403C9CEF50048860D22813DDB7 /* JXCategoryDotView.h */, + 8ECFEF1748C17A9FC8A242DF28145B4B /* JXCategoryDotView.m */, + 907E84D896ECCB7DDAA374F2EC43F6FF /* JXCategoryFactory.h */, + B27193FF05E4C704CA10DFF0BCC168A0 /* JXCategoryFactory.m */, + B9217F326B5B5DB148D05A25D58F6135 /* JXCategoryImageCell.h */, + 0611C2AA0070C9BE27566C348DC67D62 /* JXCategoryImageCell.m */, + 37AF71AB75F24B4F362A54E47EE060D1 /* JXCategoryImageCellModel.h */, + 12D7425C943C849AC991179033358B36 /* JXCategoryImageCellModel.m */, + D5F1C751CBDB75BB7958FD07D3CFFD63 /* JXCategoryImageView.h */, + F18A60746E6B044E7E7A0BDCECB564D9 /* JXCategoryImageView.m */, + CC9336BF47AA2E4BCA7CBC3F051D1C52 /* JXCategoryIndicatorBackgroundView.h */, + 7ADEF939FBDFCD6A9298633F47913B5B /* JXCategoryIndicatorBackgroundView.m */, + 54C25597E1C495A444AE8B8FBD45E3F5 /* JXCategoryIndicatorBallView.h */, + D4E1E287BA0A855BAB8EB194E5967B31 /* JXCategoryIndicatorBallView.m */, + 9F4DE8A8C832F275F11961DF9DB4B01D /* JXCategoryIndicatorCell.h */, + FE9FC90507135F077DB4052C57170128 /* JXCategoryIndicatorCell.m */, + A54615DEE24C0CF147A1ECE1DBA6A3C0 /* JXCategoryIndicatorCellModel.h */, + FEDEC5F1FADB219540524B3A333F5EDA /* JXCategoryIndicatorCellModel.m */, + 58993A17C507E474CB498513D8B2FCF1 /* JXCategoryIndicatorComponentView.h */, + 0BF8B08E94ED39823611F1C11914752E /* JXCategoryIndicatorComponentView.m */, + 23F90E1DD232C968F8F44A0F225CB5E9 /* JXCategoryIndicatorDotLineView.h */, + E5C35BF0045E5F8D0EB398B4CD912A71 /* JXCategoryIndicatorDotLineView.m */, + 0D996426A5534AFE860156D879C0E4B6 /* JXCategoryIndicatorImageView.h */, + A97CE6EBC902F34FE9E31A98B51187F4 /* JXCategoryIndicatorImageView.m */, + 65166A72961F028569EF8F3C436C6577 /* JXCategoryIndicatorLineView.h */, + 8BA75886E1B8FB4B4449F4D2E77A8150 /* JXCategoryIndicatorLineView.m */, + 55650C47436BA5D733E2B2FF835DDDB4 /* JXCategoryIndicatorParamsModel.h */, + 1BD6D3593D2D580CBB2D686DCD6172B0 /* JXCategoryIndicatorParamsModel.m */, + B0AD3E8A0110FE8805BC0C38700419A4 /* JXCategoryIndicatorProtocol.h */, + A00EC21AF157327CFDEE126EE993E57E /* JXCategoryIndicatorRainbowLineView.h */, + 9AC8A6EE8C754B29E0ED85A6C40D18BD /* JXCategoryIndicatorRainbowLineView.m */, + B6ACC61A280432131E1C5800F87924B0 /* JXCategoryIndicatorTriangleView.h */, + 0AA81637F2194C39E0E0F6D8D7572EA5 /* JXCategoryIndicatorTriangleView.m */, + 04328BA6C98D38179D8302972549E0D2 /* JXCategoryIndicatorView.h */, + B48080F0352A9394A500743240C92F84 /* JXCategoryIndicatorView.m */, + 1E343DB2D198E792840F40D257D41833 /* JXCategoryListContainerRTLCell.h */, + 3B14E6773280A3A1AA3C06219B625ED1 /* JXCategoryListContainerRTLCell.m */, + 03B528C2C0BA2DEEB4ED99E70BC06496 /* JXCategoryListContainerView.h */, + E1C15641EED614D586EEDA3AE5CC21B5 /* JXCategoryListContainerView.m */, + AE843BDF86A120FD32E1704B95A4C977 /* JXCategoryNumberCell.h */, + 253270FA55C05AB0AAD83DAC109964E0 /* JXCategoryNumberCell.m */, + 2B8F998F0509D764E1DA3AB497B1B28A /* JXCategoryNumberCellModel.h */, + C040264393F5A611D0BE66D8882D79B0 /* JXCategoryNumberCellModel.m */, + 41A7E12D7449C557A15701F5D8476387 /* JXCategoryNumberView.h */, + 5301089EA0B905C173AC702B42B11325 /* JXCategoryNumberView.m */, + 9BCAD19BEB660A26B67A718ED3B7A897 /* JXCategoryTitleCell.h */, + B48D695C1AE4DBDA5D3E2939D8A99EED /* JXCategoryTitleCell.m */, + 2D1DE1BB1244C7C37D60A64BCDBFD2BE /* JXCategoryTitleCellModel.h */, + 72EB53DA6F52BAB7BB5276EE1845A96B /* JXCategoryTitleCellModel.m */, + 11A9CCF054D7E41116E54A9AE9BA516D /* JXCategoryTitleImageCell.h */, + 984F6D667E39097D351CDBD2E50CCC2C /* JXCategoryTitleImageCell.m */, + 383128B167C6E3FB94FDDCEEB52CDDF3 /* JXCategoryTitleImageCellModel.h */, + 8D52B703883C3CD209CEFDCD05645AB2 /* JXCategoryTitleImageCellModel.m */, + 1361E1085CA4472D06A08023A5FDA022 /* JXCategoryTitleImageView.h */, + 18C3C1D6155F0495EC02AAD0D4A02B04 /* JXCategoryTitleImageView.m */, + 7D27CE4CE6AC389141A20F870A32D1D0 /* JXCategoryTitleVerticalZoomCell.h */, + 0353D16E8B939F41899BEC7232690C6F /* JXCategoryTitleVerticalZoomCell.m */, + 1318A1018DFC2324D393BF6FD4C6B034 /* JXCategoryTitleVerticalZoomCellModel.h */, + 46AC1878DBB677161004D4EAD00FA363 /* JXCategoryTitleVerticalZoomCellModel.m */, + 630C63E59A9C61FDD778A152ABD08757 /* JXCategoryTitleVerticalZoomView.h */, + 309B1572CF2EFFB32EE342E1C74ED9BF /* JXCategoryTitleVerticalZoomView.m */, + D77F46D2D03933C34020561BA0646677 /* JXCategoryTitleView.h */, + 2699FA5D2F52EA61C508D3F7FB6423BB /* JXCategoryTitleView.m */, + 39F69AA20A9FDEB59538B4D684BB2E6C /* JXCategoryView.h */, + C102200CFF4DC2D77C0B21989BCB284C /* JXCategoryViewAnimator.h */, + 865BBF2C1E8F266D668395EB5428826B /* JXCategoryViewAnimator.m */, + A09E6DD1A2A5D7FC85E05DAD65C3FF8F /* JXCategoryViewDefines.h */, + B11A9785C9EE33E1DD7C4274EEDDD532 /* RTLManager.h */, + C43DA3DA46B9EC7A7CFA4AEC1DB3D60E /* RTLManager.m */, + 51CC0EB4DAE02EE75E2EE3CD27EE74F1 /* UIColor+JXAdd.h */, + B9E0CDD9B1EFE572A86E3CF1B70B1EB3 /* UIColor+JXAdd.m */, + A209DA517726F08968061D5302DB6223 /* Support Files */, ); - name = Kingfisher; - path = Kingfisher; + name = JXCategoryView; + path = JXCategoryView; sourceTree = ""; }; - 6456CAA613019DDE7F8B9C807D9C1D75 /* UIScrollView+DDCategory */ = { + 1969256DAB5CAC33AA851968F8C7DECA /* Resources */ = { isa = PBXGroup; children = ( - 0D0BCAB412E802B3F52B0D6B0EA1748D /* UIScrollView+DDCategory.h */, - 69DAE5BA6B9B4EE4A097AA46ED5BFED6 /* UIScrollView+DDCategory.m */, - ); - name = "UIScrollView+DDCategory"; - sourceTree = ""; - }; - 64845A8A1ECA35B65021AED189E86701 /* DDControlsKit_Private */ = { - isa = PBXGroup; - children = ( - 3C6D0D2E5ADA0AEE0B04D397C647A995 /* DDAttributedString.swift */, - CE8B9F07F1B04502EDFB0A39DC1D2DF0 /* DDButton.swift */, - 9783D038C1F7DC1035B0D2AD968FD915 /* DDCollectionView.swift */, - BC16426442578A6CCCF01FC734E35D73 /* DDCollectionViewCell.swift */, - C6967512369D8B99A180F871D81BD471 /* DDImage.swift */, - 0EBADF3F1A80212A93FA85D32E85E7F4 /* DDImageView.swift */, - 80F308761B42038E9678FD431070C525 /* DDLabel.swift */, - 0DCF7B370DCD42A3B465B40C4EC3EF25 /* DDMutableAttributedString.swift */, - 304A69477C453054756FA9497B42122E /* DDNavigationController.swift */, - 393120837B03D51082141425C1726639 /* DDScrollView.swift */, - 96E0A9D7FE38F885856263E4FDD7C831 /* DDSwitch.swift */, - 8B39B8D7FCFE5ADEAC42B9B345D1A28E /* DDTableView.swift */, - 71EB8BF3D06DE02F36C477A4A4BA8DCC /* DDTableViewCell.swift */, - 7030217260E5C5FDD7FBD9203F3D7AD7 /* DDTextField.swift */, - C8929A4B557656FE1086DC4AB8E33289 /* DDTextView.swift */, - FC0E107EA34ABC885A78E58C3B1374AF /* DDView.swift */, - 6B478E018E8645D876F1A1AF37AB531A /* DDViewController.swift */, - 849909BEC823BF21334E41FB4560CF08 /* DDAttributedString */, - E2A6D45DBD84DC252908EE13C328B5C8 /* DDButton */, - 656CFB632730FDAF4C5CAA510C01F5B4 /* DDCollectionView */, - 464A5E9A24ABD37EC4DD3ECC0ACCDD01 /* DDCollectionViewCell */, - 8F455622FB9F61DB55969A2C019BD6C4 /* DDImage */, - 3A865D9A60BB585F8ABC874B25BE6F5C /* DDImageView */, - ED024563714E3CC86CC91DFE76127C8F /* DDLabel */, - E27E88C2CB8B5B188C59DE6341E10819 /* DDNavigationController */, - F1FAE5A4D8E40D6AE8D3B221B9B05E2C /* DDScrollView */, - 47EEF8D7FC033149F0EC2ECA0DCAA727 /* DDSwitch */, - E8B007223998B3FE9B48017701304FB4 /* DDTableView */, - EE4CFB5F9CC251C472F437768363CE2C /* DDTableViewCell */, - E0288C4A425DA8B25C09A7E06EDB7CE5 /* DDTextField */, - FB3A77BC2EB18334DEA7712C60CB4B91 /* DDTextView */, - 4D4046A24506F2C2E43014A4BC6B5F47 /* DDView */, - D7F76445E999126112FD04FF9DEC6B5C /* DDViewController */, - C52BF59515C9DE1B27F176059C0A1A05 /* Support Files */, - ); - name = DDControlsKit_Private; - path = DDControlsKit_Private; - sourceTree = ""; - }; - 656CFB632730FDAF4C5CAA510C01F5B4 /* DDCollectionView */ = { - isa = PBXGroup; - children = ( - ); - name = DDCollectionView; - sourceTree = ""; - }; - 66435A8529D445577EFD9257D43B68D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 103A45D5195AFF64B380471545AB09EE /* DDCategoryKit_Private.modulemap */, - 7997B8BAFA30655585A6C95CC44DA602 /* DDCategoryKit_Private-dummy.m */, - 294DD3F2A1169D9C1E1D579F32BAF255 /* DDCategoryKit_Private-prefix.pch */, - E98957EF409B0E3207ECB5DB16980E93 /* DDCategoryKit_Private-umbrella.h */, - F46218078846F2177B15D73B30407869 /* DDCategoryKit_Private.debug.xcconfig */, - AE379D0E437F3AC91856ED4922DC0DB0 /* DDCategoryKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDCategoryKit_Private"; - sourceTree = ""; - }; - 669F8E949C3842AA3BC0076E59E129F0 /* Core */ = { - isa = PBXGroup; - children = ( - 0907F60EAB1883F72C2DC2519CD54BFA /* UIScrollView+ZFPlayer.h */, - E11A10E75703509483DB27C543DD9B82 /* UIScrollView+ZFPlayer.m */, - 3169092F1841DF691AA021B40173AA69 /* UIViewController+ZFPlayerRotation.m */, - 484CF055F75754411FF81239F5342BFF /* ZFFloatView.h */, - C8D3DC4C53409EAD126C68E93581EBFC /* ZFFloatView.m */, - 5E9DE9A0CE8CC944481D24F61A52E731 /* ZFKVOController.h */, - F0A39BA35DF56871465541643FA5F51C /* ZFKVOController.m */, - B5CD93C17691BEDAC519C7BEA11AF2CC /* ZFLandscapeViewController.h */, - 6CDF3B7BA154E1B825063784C6266F59 /* ZFLandscapeViewController.m */, - 38E4E52A40BA01D9711F6FD5A7056F6C /* ZFLandscapeWindow.h */, - ABEAAFFA8214A4FFD855BA771E64C7E8 /* ZFLandscapeWindow.m */, - F0E944727B9A04E0A514B1E7F71FE3A1 /* ZFOrientationObserver.h */, - 70C813FBC400D26B187BC2E6BDD6145B /* ZFOrientationObserver.m */, - B05E64AF775FCC94549B00F971693C38 /* ZFPersentInteractiveTransition.h */, - 1CA0DBA7A71A9040AC82C53FB5FFA693 /* ZFPersentInteractiveTransition.m */, - 4E1BBA9258E7FB323C86308C136D0AC0 /* ZFPlayer.h */, - FE981792BE6C5160C5284040B0AB3848 /* ZFPlayerConst.h */, - BD2624E458A00F1B8C8E3CA35385C51E /* ZFPlayerController.h */, - BD4753071A75B500F55B95E7479F7C86 /* ZFPlayerController.m */, - EB3249DAADB3CEFAD8FF08A12A3CB768 /* ZFPlayerGestureControl.h */, - E829C31454160BEFC96E6432CCA7ECAC /* ZFPlayerGestureControl.m */, - 31EF84849E173992F5C608FE42D240E9 /* ZFPlayerLogManager.h */, - 422530661585894FEE7913B97C1093CA /* ZFPlayerLogManager.m */, - 5F56E7334EAEFCFD9AB9798FE0117974 /* ZFPlayerMediaControl.h */, - 4FE14B72FB9CBDA4593FEA80FF5DE154 /* ZFPlayerMediaPlayback.h */, - B21B5609C3598EBCF5E138302A3CD115 /* ZFPlayerNotification.h */, - 00A7FD2203B82F4DFAE7477AA953EB06 /* ZFPlayerNotification.m */, - 4B19F92535B93D2740F8B49F8462DB49 /* ZFPlayerView.h */, - E2CDAA1ACB41376C4E2371C35B1E52FD /* ZFPlayerView.m */, - E9A627E4E3A842688B5AC96812C61FD5 /* ZFPortraitViewController.h */, - 51385B2416FE7EB9285621EC754BEDD9 /* ZFPortraitViewController.m */, - 06C9A69758C490162ADD02D503F60F4D /* ZFPresentTransition.h */, - AE1CF4E5A2CE07CA6B720E0995AA46F1 /* ZFPresentTransition.m */, - AC2E8CC2BA13A0A664D179C0553EEDCA /* ZFReachabilityManager.h */, - 674D407715B86F5C1BD3B30F3AE84B50 /* ZFReachabilityManager.m */, - ); - name = Core; - sourceTree = ""; - }; - 68078BAB4E9E65D850B52A210C580B53 /* AddressPickerView */ = { - isa = PBXGroup; - children = ( - 0EE25EC32F7E7828FEA6375E5D468B53 /* BRAddressModel.h */, - 11DDF585EC59EA8F10E15881799A9ED7 /* BRAddressModel.m */, - DB084A94B5159E9E7DCFE3ABFE8A3DD6 /* BRAddressPickerView.h */, - 903CADD5937D4C7EB38DD970317462EC /* BRAddressPickerView.m */, - B82C74B20DC0C74B1C0A08518720AEF4 /* Resources */, - ); - name = AddressPickerView; - sourceTree = ""; - }; - 6C0C6F32125E95B517E0552FA42CD681 /* AMapSearch-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 9AD9BBBAE3831167ED37A8B3944F1F1B /* AMapCommonObj.h */, - 464FF2329C468F24DD1815D71DF6E761 /* AMapNearbySearchManager.h */, - FA7F93CEF474A840DF4A47D0863D010B /* AMapNearbyUploadInfo.h */, - 3DC939D0DAEADEAD5DD3DBAC7CEADE5B /* AMapSearchAPI.h */, - F105263AB0474C50B4F49B96B2B1FB82 /* AMapSearchError.h */, - B97C900E476E895D4046C7A9D32997FA /* AMapSearchKit.h */, - 24AD2F6A5A97D99D4823373553D245BC /* AMapSearchObj.h */, - 956E86C35E46F463DB002FD1E0DC86A1 /* AMapSearchVersion.h */, - ABBE3E69ADA740CF42824679D69FAE08 /* Frameworks */, - 3A71A8565519F9ECD21CCF2335103187 /* Support Files */, - ); - name = "AMapSearch-NO-IDFA"; - path = "AMapSearch-NO-IDFA"; - sourceTree = ""; - }; - 6DBF3300A914125D219EEF3180763E02 /* Support Files */ = { - isa = PBXGroup; - children = ( - B47BCB33A631BFCCF4B8022B7141C57E /* DDColorKit_Private.modulemap */, - AEE79276933A89B7247BBBA444D16FA0 /* DDColorKit_Private-dummy.m */, - 98223317F344280910E9A688A6ECFC5F /* DDColorKit_Private-prefix.pch */, - CE41C550759BC5DFE8FCD772F186AE7B /* DDColorKit_Private-umbrella.h */, - 5A0C283A41F3CF4D739C3D8B50351873 /* DDColorKit_Private.debug.xcconfig */, - AE179B7B47ADF15008342AD60F62054D /* DDColorKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDColorKit_Private"; - sourceTree = ""; - }; - 6F77299DD04AA4AF8C219C0D2D5F4EF6 /* ApplicationInfo */ = { - isa = PBXGroup; - children = ( - 296552D1A2CE9E98C0338402786E10DC /* ApplicationInfo.swift */, - ); - name = ApplicationInfo; - sourceTree = ""; - }; - 726954E46C3DE5727B65D7DBC7610D0A /* DDBaseButton */ = { - isa = PBXGroup; - children = ( - CB888CA374BB473CD52A7C9B6A576BFD /* DDBaseButton.h */, - F2E57B1042C557247A38A54FA67E9401 /* DDBaseButton.m */, - ); - name = DDBaseButton; - sourceTree = ""; - }; - 734E8D3C5DD1B643FF23CC40FD61B9AB /* Support Files */ = { - isa = PBXGroup; - children = ( - 1F6C3ABC51EF7E3B1C694AB44954672D /* AMapLocation-NO-IDFA.debug.xcconfig */, - 8A4600DD44443B0806C5FED07A51050C /* AMapLocation-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation-NO-IDFA"; - sourceTree = ""; - }; - 73AB274DE851ABB1FE7233B1339A3197 /* Resources */ = { - isa = PBXGroup; - children = ( - AFAF095E0D7C9A5AD84FA69EB964608F /* DDBaseViewController.xcassets */, + 67A7905348EB819D1AE5101B1447A798 /* DDBaseViewController.xcassets */, ); name = Resources; sourceTree = ""; }; - 749E3D569B82AB1B62C3B40569617251 /* AMapNavi-NO-IDFA */ = { + 19EC103FC5F6138622B934A0E7A48A1E /* Support Files */ = { isa = PBXGroup; children = ( - F51BE95C8E22C48CCE5EE3B1937FD4CC /* AMapNaviBaseManager.h */, - 9969C0C078A922CE0C5FBF1831A8746A /* AMapNaviCommonObj.h */, - 98FED5A77C1CC0EB7C1D344337251C61 /* AMapNaviCompositeAnnotation.h */, - 9947B7538993B3C0B8ACC9F269C2066A /* AMapNaviCompositeManager.h */, - 6FB73410E324E3292EA6D713952BB2C6 /* AMapNaviCompositeUserConfig.h */, - DA3FAA794B2EB0276BF5E758FEF50F3D /* AMapNaviDriveDataRepresentable.h */, - 67BE6A24B88FD53BBFC7FCA03E5444F4 /* AMapNaviDriveManager.h */, - 353194570D89116C4EF9A04C31A4DD42 /* AMapNaviDriveView.h */, - BBF563D63CFAFFF656FCEB682921C510 /* AMapNaviEleBikeDataRepresentable.h */, - 2CBDA7E8B3AE3E68F88858E469CB6F39 /* AMapNaviEleBikeManager.h */, - E1AB1BF0A3C952F1DE003448FFED7981 /* AMapNaviHeaderHandler.h */, - C202E5126C3916C316C8CF2A5C467D6E /* AMapNaviHUDView.h */, - E5FA19F1D5A5EEE38175BC9DB2F7CA22 /* AMapNaviInfo.h */, - 92A12515AE6BB02E8025B676144351F8 /* AMapNaviKit.h */, - D778969A93E83E979169F3F0EE2C2B07 /* AMapNaviLocation.h */, - CC507A936A36F445DEB0F0D45E74551B /* AMapNaviManagerConfig.h */, - 92353BD2EFBAB23ABEA3FF4BADD5FA12 /* AMapNaviRideDataRepresentable.h */, - 90917CCCE73A87F0166F2AC9D559A6BC /* AMapNaviRideManager.h */, - D2BA3B90FA07670EF5563D321C82185C /* AMapNaviRideView.h */, - 5235BC376553EF41AF92C16892613CFE /* AMapNaviRoute.h */, - 6C2A506F1D6B455ACAB3191E2179EA52 /* AMapNaviStatisticsInfo.h */, - 00AC4978DA441EF522D23337E654A124 /* AMapNaviTrafficBarView.h */, - 5EC9D949FF5C827C068F24594711BDF0 /* AMapNaviTravelManager.h */, - 34ABE908714AD31DB0667A6E5EC82687 /* AMapNaviVersion.h */, - 78A625370656560AC40CEE8EE9F905EA /* AMapNaviWalkDataRepresentable.h */, - 5C4F140FD12B0D408029DF81D7197D19 /* AMapNaviWalkManager.h */, - 6E65689E0B65110D0742D7A05C0D83DD /* AMapNaviWalkView.h */, - BC157BC8C0515541C3B22114CD108872 /* MAAnimatedAnnotation.h */, - 122B4A701F0A9F44B6E55D081BD060CE /* MAAnnotation.h */, - B413CE7286F4936585798B5A40AB9E50 /* MAAnnotationMoveAnimation.h */, - 2A8D5AC67AFE14DCBAA245E78F79DC71 /* MAAnnotationView.h */, - F2E96C021C669A6516172DA7D5D55AFB /* MAArc.h */, - 01EFF50071EFC1950336D014E63FBD6C /* MAArcRenderer.h */, - 49864792E77DF47EEC32AE762B6CF7BC /* MABaseOverlay.h */, - 2400E20667952924C2CDDAD96CF441BC /* MACircle.h */, - 2447CD5D5497A181267CE79E49E142F7 /* MACircleRenderer.h */, - 91E5768A52C0F458EB75349E0BF8DCB2 /* MAConfig.h */, - 3D1C6A698AF28AC47CAC9322CE868E92 /* MACustomBuildingOverlay.h */, - BC5A62BBB281465B1C74699718896C44 /* MACustomBuildingOverlayRenderer.h */, - 1F2511884A18425219D09FB873F2E1BF /* MACustomCalloutView.h */, - 5A2BEA93EB02F3498E73365B75BA15F0 /* MAGeodesicPolyline.h */, - 48779F59FBC3EE518EE3F192496E1F3C /* MAGeometry.h */, - AB35A5353C96D6A8BF13B8012AF2BB9A /* MAGltfOverlay.h */, - 63F31D319FD1681C87A2F78A7C20DFC4 /* MAGltfOverlayRenderer.h */, - 67AED7EF3D9DD71B741DC989D56C8EBC /* MAGroundOverlay.h */, - 11D99468C50F19DB906CAE58335D4317 /* MAGroundOverlayRenderer.h */, - 0BBF3AC79DAFC460F4F5A3D36933B3E9 /* MAHeatMapTileOverlay.h */, - C5F623956C0230A54CA4D4B2CDCF66CB /* MAHeatMapVectorGridOverlay.h */, - 157764D80F37B7510940103CA120B459 /* MAHeatMapVectorGridOverlayRenderer.h */, - 92C2EFE99B76A17F6928ACFB4D44012B /* MAHeatMapVectorOverlay.h */, - 1547D4FE4E338BC1F7A43D64DBB61A44 /* MAHeatMapVectorOverlayRender.h */, - 2615C1A8069626D45070FCDCE723A760 /* MAIndoorInfo.h */, - CAE325EE340CD0C3FD9F0DB0DC3329D0 /* MALineDrawType.h */, - 63561DEAFF15B94684EE352FDF94EA0B /* MAMapAccessibilityIdentifier.h */, - EC9574E42FA928B015289D733A97D040 /* MAMapCustomStyleOptions.h */, - 1A9B18182534C82090E58DB04D779DAE /* MAMapKit.h */, - 9CE66C6DD94032CAA1EA8C8F99E68073 /* MAMapStatus.h */, - C3108F82669DFA7C6EC784E78E1165CB /* MAMapVersion.h */, - 11D0271ED6AA92A82E9406D8B667E25A /* MAMapView.h */, - AAA080F3F237467F526A858C2E97AC62 /* MAMultiColoredPolylineRenderer.h */, - 45A19A5A608CB729F67059555986760A /* MAMultiPoint.h */, - B148C699B11DCBD00CDC077C0296C839 /* MAMultiPointOverlay.h */, - D6737CE4725600F615A38FCC1BA73A8D /* MAMultiPointOverlayRenderer.h */, - CBE306C2BF2B82C9BCA0C986D25146B6 /* MAMultiPolyline.h */, - 6A8999DBABA34056FB4F3CBE3EEB3AB4 /* MAMultiTexturePolylineRenderer.h */, - 055379E8EF6926545B4D2196EFED0A86 /* MAMVTTileOverlay.h */, - C23AFBD2D9734B6711101AADD56CE15C /* MAMVTTileOverlayRenderer.h */, - A1CB1C0D68378DB1FC407601C585635A /* MAOfflineCity.h */, - 0167C3B919B592A86598D842F0AE85B4 /* MAOfflineItem.h */, - 3F9CED0D79962620B6A55C8AE5474652 /* MAOfflineItemCommonCity.h */, - DF9F18B190E49868DB25A36E78C9C5D1 /* MAOfflineItemMunicipality.h */, - FFA29CF9217EA3277FDC5092D7FCA78E /* MAOfflineItemNationWide.h */, - CD9CCC6C7DF0FCA93DD0423CB84A2A64 /* MAOfflineMap.h */, - 335A1C6BBBC0AA4674EB3A91CD7C0424 /* MAOfflineMapViewController.h */, - F79BC1E0920EC865F71B3A903EFD18E0 /* MAOfflineProvince.h */, - E4BE7A1EC54A1E4ED06488CB0C5D8167 /* MAOverlay.h */, - 7F1D800BE094DE8DF25A95823C799612 /* MAOverlayPathRenderer.h */, - 13D1579D0BBD664638A51BEE8101B52C /* MAOverlayRenderer.h */, - A1FAAC99C623CA0C4711B212256949EB /* MAParticleOverlay.h */, - BEB7F8F8A7B75A5EC495D4B07C759C1C /* MAParticleOverlayOptions.h */, - 5B579B2FAC19A0D8199076CEFBF8B96B /* MAParticleOverlayRenderer.h */, - 8506604899031128C3CA3374825A562E /* MAPathShowRange.h */, - 01579CDB554B6C284391CD2BF4912B3E /* MAPinAnnotationView.h */, - E1F3D6A023430C57AC10C6B03FA69082 /* MAPointAnnotation.h */, - FF00275D715DC4C377002A6E8CB6D12D /* MAPolygon.h */, - 81914E354BC1E2B962BD9B800AE08F64 /* MAPolygonRenderer.h */, - 32682DCF044340FD84D0D8A8AE5A877A /* MAPolyline.h */, - 8676ECECEBF4E704B81A04D7CCD1E3C5 /* MAPolylineRenderer.h */, - 1F9D5A4BA72FD6B92811BE2166937F58 /* MAShape.h */, - 8C3A37804A5D398D94ABC707A4118AB3 /* MATileOverlay.h */, - B4E495FA33D9ED22556BF0910C942496 /* MATileOverlayRenderer.h */, - 6D67E8EF00BC470D242F229827E037FB /* MATouchPoi.h */, - 380D9FAF46FF7AA26DC5CA60CE5EFC7A /* MATraceLocation.h */, - 3D569B22E5660851E0AFE72F05126E24 /* MATraceManager.h */, - D1B6B78F8333F22374DBE4C76EB255E2 /* MAUserLocation.h */, - B99DD7412AC037599B6F461A0474A739 /* MAUserLocationRepresentation.h */, - ED915DBCE9A72CA9A29CA489C6F3BC0B /* Frameworks */, - 79FF16389A39FD152BADB5F423608372 /* Resources */, - 625B61D23DF083E7FF9CA03829715159 /* Support Files */, - ); - name = "AMapNavi-NO-IDFA"; - path = "AMapNavi-NO-IDFA"; - sourceTree = ""; - }; - 74AFC7016350F4A99749B349026DF86D /* UIScreen+DDCategory */ = { - isa = PBXGroup; - children = ( - D99E9C674A59F02949D02344386D4AF5 /* UIScreen+DDCategory.h */, - 2945F41BFB2917CD9005A47FF195D5C0 /* UIScreen+DDCategory.m */, - ); - name = "UIScreen+DDCategory"; - sourceTree = ""; - }; - 7761E079DCD2F14C0D2F3CCEBBE8C18C /* Support Files */ = { - isa = PBXGroup; - children = ( - 7925FAF1250939D4894D0530168ED722 /* BRPickerView.modulemap */, - D8B58DA27DDA94C47B2387843C0D6ED8 /* BRPickerView-dummy.m */, - 58104345FC989149101DAB2BFE2D4C10 /* BRPickerView-prefix.pch */, - FC31E1077E0FEF82FA9649028F76C532 /* BRPickerView-umbrella.h */, - DE5F9980470F542678C5837E2FFD81FC /* BRPickerView.debug.xcconfig */, - F4A1791D3B4940756C697107FF72939B /* BRPickerView.release.xcconfig */, + CDD25F94466CBB0E034622E3B7E094CC /* DDAutoUIKit_Private.modulemap */, + B6505E069ED9E19E88494F572B8F5532 /* DDAutoUIKit_Private-dummy.m */, + 2F96ACC5D8BD3934552AB06CA7CD59DE /* DDAutoUIKit_Private-prefix.pch */, + C2590A47DF7BB6FFF934B2C222FD3D37 /* DDAutoUIKit_Private-umbrella.h */, + B7A51095F92713E761DD0581FECB063B /* DDAutoUIKit_Private.debug.xcconfig */, + 9AB31979218AF040346148B7E0A7907F /* DDAutoUIKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/BRPickerView"; + path = "../Target Support Files/DDAutoUIKit_Private"; sourceTree = ""; }; - 79FF16389A39FD152BADB5F423608372 /* Resources */ = { - isa = PBXGroup; - children = ( - E77815A599406291D83F904013C51C4D /* AMap.bundle */, - 9084A0CC197FC8F2F3136D8FDF2EC6D1 /* AMapNavi.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 7DABD9D73DC8E818FA051FD38A602F30 /* UIWindow+DDCategory */ = { - isa = PBXGroup; - children = ( - 5E47081B21FDD60300895E07D0A8E44D /* UIWindow+DDCategory.h */, - 93E3835065EBF7CEC0EF199E1CEBA0A2 /* UIWindow+DDCategory.m */, - ); - name = "UIWindow+DDCategory"; - sourceTree = ""; - }; - 7E06FA52F189CD7644A55E3197C5CBFB /* Support Files */ = { - isa = PBXGroup; - children = ( - F9437B4FEB653CC9917DE0A5E0DF4DD2 /* DDFontKit_Private.modulemap */, - EF53AE75568ACB5B709B790AF1F7CB2E /* DDFontKit_Private-dummy.m */, - A08755E225C370015D89DB82D2330A9A /* DDFontKit_Private-prefix.pch */, - B0166A15A4ABF29A42B5D675D9AD88B6 /* DDFontKit_Private-umbrella.h */, - 1D2ED7F7C0137ACD73822C991410E6E3 /* DDFontKit_Private.debug.xcconfig */, - E8F769BEC2B87152DFBBD04F2F6AED85 /* DDFontKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDFontKit_Private"; - sourceTree = ""; - }; - 809D18DDF204B80A629CF983308F12BC /* UIBarButtonItem+DDCategory */ = { - isa = PBXGroup; - children = ( - 038D0DE35B1F584AE5BBFF4599172199 /* UIBarButtonItem+DDCategory.h */, - CC34B63B7706D58078B3E1A98D2B26EF /* UIBarButtonItem+DDCategory.m */, - ); - name = "UIBarButtonItem+DDCategory"; - sourceTree = ""; - }; - 80E5A5D4FC228A47CFA8688C9B6A342E /* Support Files */ = { - isa = PBXGroup; - children = ( - 90A47D2F58A6AD03B47B0444066EE462 /* MJRefresh.modulemap */, - 36CF534D7A8E1656DAC7A487478FD28C /* MJRefresh-dummy.m */, - 644ECDF15D87BCB8757BC788BDB5BB1D /* MJRefresh-prefix.pch */, - C0F8A71E2B7F47EEFA40749DDE038CA2 /* MJRefresh-umbrella.h */, - B58692D98ABF36114F55D3F425095863 /* MJRefresh.debug.xcconfig */, - D027D6AE80D2D85C4B56AE9736A8AACE /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 827D53B917C34663EA11A92566C5DA96 /* UISwitch+DDCategory */ = { - isa = PBXGroup; - children = ( - 4F7B4966E97C81F45599EF84CF75F7B1 /* UISwitch+DDCategory.h */, - 261DD1B50ACFDEBDDC9A748732689CEC /* UISwitch+DDCategory.m */, - ); - name = "UISwitch+DDCategory"; - sourceTree = ""; - }; - 82BE2DFA6CDDB3FBA2A3E992E19B7042 /* Support Files */ = { - isa = PBXGroup; - children = ( - F7EA3557F85C574467F7800AE4F42BDB /* Kingfisher.modulemap */, - B2544B0E28013C3D3494567EDEB1CFAE /* Kingfisher-dummy.m */, - 3030F1C82CD2B3ACD79460A8C0F50055 /* Kingfisher-prefix.pch */, - DA2DA663AE6C16686209A68D315714C1 /* Kingfisher-umbrella.h */, - DDEA811BA9ABE1872B82AA139A0115E5 /* Kingfisher.debug.xcconfig */, - A64192F97039B36F0C2B908A0E752A47 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 82E7AAC1CEFD92EC70020F4D9902EF5E /* Frameworks */ = { - isa = PBXGroup; - children = ( - 53FD9629B42223876FBB586D04553189 /* jcore-ios-4.2.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 849909BEC823BF21334E41FB4560CF08 /* DDAttributedString */ = { + 19EC3300018EE4A4E52751859AE33AA4 /* DDAttributedString */ = { isa = PBXGroup; children = ( ); name = DDAttributedString; sourceTree = ""; }; - 84BE95CD76607C7E349F0DC8848659C3 /* Frameworks */ = { + 1B02238BF1310F8069162737AD6BB4D3 /* Support Files */ = { isa = PBXGroup; children = ( - C7E8653D963BBDF9ED5127CEDBA7EBAE /* AMapFoundationKit.framework */, + 887C9A2B88D0F233DC9AC81ACF12637B /* RxRelay.modulemap */, + 2E1AED2555F5FAE91D31D0F874767032 /* RxRelay-dummy.m */, + BE8C3AC0959D0018D3A546F58C2EE91F /* RxRelay-prefix.pch */, + C04BA1357ADE21939E83082F00E99533 /* RxRelay-umbrella.h */, + 0A82EA26A86196FD9A47A69F0FD1D587 /* RxRelay.debug.xcconfig */, + B767CAA310D518D351C34415DE702090 /* RxRelay.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxRelay"; + sourceTree = ""; + }; + 1EA9045CFC17274C8A15BE557BD90625 /* DDBaseCollectionView */ = { + isa = PBXGroup; + children = ( + EC1C95C224C45E23CDFF8970AB6F8B0B /* DDBaseCollectionView.h */, + 24DB106D1D372A587B3C0CEE93D2C8B5 /* DDBaseCollectionView.m */, + ); + name = DDBaseCollectionView; + sourceTree = ""; + }; + 1FF2AD94668EE611FA7FBB9CA5EA0507 /* UINavigationController+DDCategory */ = { + isa = PBXGroup; + children = ( + AB57949A1955101BFD6D2EB615E2B7A5 /* UINavigationController+DDCategory.h */, + BD28A99679DC1C9E3F8906D7A2A2C7C3 /* UINavigationController+DDCategory.m */, + ); + name = "UINavigationController+DDCategory"; + sourceTree = ""; + }; + 208A1C2590677406631694B4B696D097 /* DDToastKit_Private */ = { + isa = PBXGroup; + children = ( + CCC2613325445CAA21D3DA0D8A72289D /* SwiftToast.swift */, + B863E98237CD6BA132AF50DB0C317377 /* Toast.swift */, + B3FB0F4AB9F16D970A3F57E8EA87C0C5 /* Support Files */, + ); + name = DDToastKit_Private; + path = DDToastKit_Private; + sourceTree = ""; + }; + 21D0BA9ABD3CFEE8BA634B84521360D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C9CA04CB7BD8C48A1ED47CC6CDE995F /* DDColorKit_Private.modulemap */, + 2C829C245B6ED7C0797F51184954B99D /* DDColorKit_Private-dummy.m */, + A173D351418C590DD3EABDE5AD81C8A2 /* DDColorKit_Private-prefix.pch */, + 1F4DFF868C3131775B70DAF016CE71B2 /* DDColorKit_Private-umbrella.h */, + ECCC4D8D8B4B7FA7CD45695779BA1517 /* DDColorKit_Private.debug.xcconfig */, + 98DD26FF9ADE9C310E452F4B50BAF17E /* DDColorKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDColorKit_Private"; + sourceTree = ""; + }; + 22263706430E5539F93F8C28254A00E4 /* Frameworks */ = { + isa = PBXGroup; + children = ( + A66798E1084179C032C7F07084395238 /* jpush-ios-5.0.1.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 850C86B30174B5C3C9BAEE5F4054BB9C /* Support Files */ = { + 2445EBDDC7AE208D625612CF8647DDF0 /* Support Files */ = { isa = PBXGroup; children = ( - 1AC6D512EEA7630BB0D1B48C767A271C /* Bugly.debug.xcconfig */, - 3631F00D1A0F0A38CB80108145F515BB /* Bugly.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Bugly"; - sourceTree = ""; - }; - 85E6E7D43E86D74EC08469759F40504F /* Support Files */ = { - isa = PBXGroup; - children = ( - FE68866E78141CE1E28EA55B3A316199 /* AMapFoundation-NO-IDFA.debug.xcconfig */, - 24BD805F7D72C224A090687E419106BB /* AMapFoundation-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation-NO-IDFA"; - sourceTree = ""; - }; - 869DC4B657F05B254EDD3A6C120C397D /* RxRelay */ = { - isa = PBXGroup; - children = ( - 62217E13E81AF3FC98B564913A7DB104 /* BehaviorRelay.swift */, - 97D6B043DBBDF85729B2BE55F5F8F3FD /* Observable+Bind.swift */, - 527488DD2EDC6F019CFE6C319A9A260A /* PublishRelay.swift */, - 5CC34666254AE38A45C7CB063581650E /* ReplayRelay.swift */, - CEEFCEFC97B0EEDE50381DE39B9905EB /* Utils.swift */, - FA4FBEBB0679F256E1374736170CF2DE /* Support Files */, - ); - name = RxRelay; - path = RxRelay; - sourceTree = ""; - }; - 872A23B7613429227DE988209B0F1878 /* DDWebImageKit_Private */ = { - isa = PBXGroup; - children = ( - ED156DE6B9E18CD475A19016C5AD25EF /* DDWebImage */, - D9F673880D2E166FA967D8CF5B401E27 /* SDWebImage */, - E58810DB5202E83F06E39A43ED3DA133 /* Support Files */, - ); - name = DDWebImageKit_Private; - path = DDWebImageKit_Private; - sourceTree = ""; - }; - 8983738934866C487CF6AEEECF42158B /* DDBaseLabel */ = { - isa = PBXGroup; - children = ( - 623096332110E22B50FB0CC3AA422998 /* DDBaseLabel.h */, - 9F96C44C47AE1FA31C797965029596D3 /* DDBaseLabel.m */, - ); - name = DDBaseLabel; - sourceTree = ""; - }; - 8A24ED91A422B4E2242C3C8F0C18B176 /* NSAttributedString+DDCategory */ = { - isa = PBXGroup; - children = ( - 534FBA07B02E46285A1EBC5915AC1F19 /* NSAttributedString+DDCategory.h */, - 179CF6707D6520BF387CB993DB799419 /* NSAttributedString+DDCategory.m */, - 6F67C92AB9DDDECF075878484C26D16A /* NSMutableAttributedString+DDCategory.h */, - 146377397D758D888D0E6CC781ED9C56 /* NSMutableAttributedString+DDCategory.m */, - 2B6AE1A8679322B8BAE24E3099DF35E3 /* NSMutableParagraphStyle+DDCategory.h */, - 2C3CF77CB8C6A3E840F3A7C00B65D100 /* NSMutableParagraphStyle+DDCategory.m */, - ); - name = "NSAttributedString+DDCategory"; - sourceTree = ""; - }; - 8DDA713D9FEEBCB86B139FA61B3ED87E /* Overlay */ = { - isa = PBXGroup; - children = ( - 7C90A2EF3D42C22EFF7E36A0217D22E7 /* MABaseOverlay+DDCategory.h */, - 3E24ACE1BD97978BF2B726C9B1BCB584 /* MABaseOverlay+DDCategory.m */, - ); - name = Overlay; - sourceTree = ""; - }; - 8E5DCC240BB561828E9818B2A3298F7D /* UIView+DDCategory */ = { - isa = PBXGroup; - children = ( - 6DA5EB75250AA50A8793772D31CA8AFF /* UIView+DDCategory.h */, - 2E41CF886896CB4671A768CB47D410CA /* UIView+DDCategory.m */, - ); - name = "UIView+DDCategory"; - sourceTree = ""; - }; - 8EF36DBB486EA13940D7B9AF6F44ED19 /* Support Files */ = { - isa = PBXGroup; - children = ( - BA30460ED745C23D17226F36AF515345 /* DDDateKit_Private.modulemap */, - 5C21E30483EAD2304B449B5F86F82467 /* DDDateKit_Private-dummy.m */, - 547CAEEF424C69497C30AFF38230F47D /* DDDateKit_Private-prefix.pch */, - 4DFCFCFC4C8C12C0C363EA8683270FE4 /* DDDateKit_Private-umbrella.h */, - C64693BDCF1245DB29B7FF70AA899459 /* DDDateKit_Private.debug.xcconfig */, - 2FFDFBBA2E359D1ABAB880FFEC6F4388 /* DDDateKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDDateKit_Private"; - sourceTree = ""; - }; - 8F455622FB9F61DB55969A2C019BD6C4 /* DDImage */ = { - isa = PBXGroup; - children = ( - ); - name = DDImage; - sourceTree = ""; - }; - 8FF3E4B5A14ADCFB280370EA3403F210 /* MapView */ = { - isa = PBXGroup; - children = ( - 6C528AE65F43B70585F8A1B42AB659D1 /* DDMAMapView.h */, - B116755B9644E9E65CFBA02940C82AC3 /* DDMAMapView.m */, - ); - name = MapView; - sourceTree = ""; - }; - 90CD2624469F1F3E1EBE8E06724613CE /* AMapLocation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - A74C769B9EF7930F062DF39773940B1D /* AMapGeoFenceError.h */, - 18129D3BB6AE0629D2DD8899FF8A4362 /* AMapGeoFenceManager.h */, - 1991085A38C848514EFBF1382B44753F /* AMapGeoFenceRegionObj.h */, - E9199966F7BD131727AD23122AFF63BC /* AMapLocationCommonObj.h */, - 7C9572C403DB977B48D99C2263718B3E /* AMapLocationKit.h */, - 8213197DE203080F80B35C552BAEA44A /* AMapLocationManager.h */, - 39B2DC2B9161ECFA458334E7E3DD5B6B /* AMapLocationRegionObj.h */, - B14BF9764BD209339A8B77A456EF54A6 /* AMapLocationVersion.h */, - 344B6854DDAD6217997E73EB3421937B /* Frameworks */, - 734E8D3C5DD1B643FF23CC40FD61B9AB /* Support Files */, - ); - name = "AMapLocation-NO-IDFA"; - path = "AMapLocation-NO-IDFA"; - sourceTree = ""; - }; - 9375399C11EE2A7B579AFBC49E850371 /* Support Files */ = { - isa = PBXGroup; - children = ( - DB99673CFA6104B6FD3E1B212059EB6A /* SwiftEntryKit.modulemap */, - FD562AE0CB335AA742B39BA6D981FFB6 /* SwiftEntryKit-dummy.m */, - 45958EE5D2C5101237FA52B9B78E32CE /* SwiftEntryKit-prefix.pch */, - 537765FDE0D6224AA6D69FB4270F623C /* SwiftEntryKit-umbrella.h */, - 3E31DF7B4DFCD477A3099555AF7F5BD1 /* SwiftEntryKit.debug.xcconfig */, - 3A8A5F6A8D8E8F4D99C76CFE3CA98F2E /* SwiftEntryKit.release.xcconfig */, + A5222B468DF4612E2CC005CC8D1DDF01 /* SwiftEntryKit.modulemap */, + CCED49F89C7F388CDA4B20E7C6028516 /* SwiftEntryKit-dummy.m */, + 959311BE8BD4EFCE883148EAC38F6EDE /* SwiftEntryKit-prefix.pch */, + F3C1C9C21AE3B8A62E7D2F0B24F75D68 /* SwiftEntryKit-umbrella.h */, + 580E6C3275E20D03CC987846B3349DDF /* SwiftEntryKit.debug.xcconfig */, + 19F398D5449D360064DE1219A074184C /* SwiftEntryKit.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftEntryKit"; sourceTree = ""; }; - 93D4333F12556CEA18203D0D4FF30518 /* Support Files */ = { + 24C2C078538F92A513E572FCE3DF8B25 /* DDBaseNavigationController */ = { isa = PBXGroup; children = ( - 3C4D2805C259A8B073D87BAB2B8A3691 /* DDMAMapKit_Private.modulemap */, - EB877D97112AA85D3BED1EFC52EDCC5A /* DDMAMapKit_Private-dummy.m */, - C005648DD8E083C642868D987D091615 /* DDMAMapKit_Private-prefix.pch */, - FC980F97286AED70D5B8F14113506C95 /* DDMAMapKit_Private-umbrella.h */, - CDFFD0A6480AB56762ADAB46E1F816B0 /* DDMAMapKit_Private.debug.xcconfig */, - 027D6D94AAAD9FF43560069A085480FF /* DDMAMapKit_Private.release.xcconfig */, - 035E00C82D5A5E1B5D66DF4731F79773 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, + 11BF4A900E3ABDA6403DDABCC463BF9B /* DDBaseNavigationController.h */, + 39CE5EF5ACA417E3A5A55584322ADC67 /* DDBaseNavigationController.m */, + 0E25DA4E9D6BCA5936559018962248F0 /* DDNavigationControllerDelegateReceiver.h */, + F62D1987268D7EE112CD8BAFE3DD0F2F /* DDNavigationControllerDelegateReceiver.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDMAMapKit_Private"; + name = DDBaseNavigationController; sourceTree = ""; }; - 9866B2FA339BED03018EBAE552D98E2B /* UIViewController+DDCategory */ = { + 28EAB4FA8D2BDD3F394E9C70657F8EB1 /* DDTableView */ = { isa = PBXGroup; children = ( - 58B659EAFDC08E66158EA30B82A533F8 /* UIViewController+DDCategory.h */, - 643CD2D8AB4337ACBA7E313595EA0DA7 /* UIViewController+DDCategory.m */, ); - name = "UIViewController+DDCategory"; + name = DDTableView; sourceTree = ""; }; - 9968BEC1CA6225E8F63E60B50C537409 /* Core */ = { + 29FF86D162533B13550D8FD830297C7E /* UINavigationItem+DDCategory */ = { isa = PBXGroup; children = ( - 7E31CD17329E4C64305A0E80BF1C1F12 /* NSBezierPath+SDRoundedCorners.h */, - E16CC39F09D8BDD9EFB0FE8E1D4C07BA /* NSBezierPath+SDRoundedCorners.m */, - 6598066C272137FD5B25D21DD02913D4 /* NSButton+WebCache.h */, - 326CC2D108A260907866173BD1D7AD81 /* NSButton+WebCache.m */, - C48ECDBB0E140FF51B2CB09FBCE8B39C /* NSData+ImageContentType.h */, - A078956D5153122F64FFEDF4CDB62BFD /* NSData+ImageContentType.m */, - 0E9F740EBA58039D1B012CA9F9C97EC9 /* NSImage+Compatibility.h */, - 603966CBF29ED3882018332A377A6DBE /* NSImage+Compatibility.m */, - 6C845CA15C336A09ADB2F7A53C149987 /* SDAnimatedImage.h */, - D9D79628966BE97AA19F3988F635AB5A /* SDAnimatedImage.m */, - 149967663DA7557F5D46428E66B46B69 /* SDAnimatedImagePlayer.h */, - ABFA60F4C24756E2F167BC623441065F /* SDAnimatedImagePlayer.m */, - 912E5A3F30678AEC99E62BA0F90AD2F9 /* SDAnimatedImageRep.h */, - 080F40B0058994943890863175C00A38 /* SDAnimatedImageRep.m */, - CB2840396796D1DB83989BBC221A345A /* SDAnimatedImageView.h */, - ED63701EE8C5F81EF19E08BB287A5F6E /* SDAnimatedImageView.m */, - DD603D02C2AB8D3A00EA1DDD2B30E894 /* SDAnimatedImageView+WebCache.h */, - 79447482A03FA682A38142FB9A6873C8 /* SDAnimatedImageView+WebCache.m */, - 9D1DDCE1F387BB88A21D08321091CEBD /* SDAssociatedObject.h */, - EF8F77C7F215C7D7AA4DE263E0A6EBC4 /* SDAssociatedObject.m */, - CF3F09D43C5E1A2C8E804569FBF598B8 /* SDAsyncBlockOperation.h */, - 347F6D04DAA033B2E6B2108A3EAA060D /* SDAsyncBlockOperation.m */, - D0E188FB6B4A7051C3D8946DB0A1EC8A /* SDDeviceHelper.h */, - ACCFC676EFF0A63773D3DA085068AF6D /* SDDeviceHelper.m */, - 95746AF2C1EBF9629071B40951913E1E /* SDDiskCache.h */, - F2B405FCCDA21810394A2D6E837CFDB7 /* SDDiskCache.m */, - 819CA6B0E96C24260C371EB3DA41FFC0 /* SDDisplayLink.h */, - 3E4E46CE39B2085AA93A80E70C9FC003 /* SDDisplayLink.m */, - D2BF302A4E7136BCA578EAE1AA27EA41 /* SDFileAttributeHelper.h */, - 112298ADCF72F10098E3F6269FDD3406 /* SDFileAttributeHelper.m */, - 2562D23C2C4EEF764A28B74E923D2355 /* SDGraphicsImageRenderer.h */, - A31E2220681ADE7C2A21BBE41FC7643B /* SDGraphicsImageRenderer.m */, - DAEEBC72EA482D441DC1E975A0FB7D15 /* SDImageAPNGCoder.h */, - 1B59DFD3F06149DDE925D36B885D8650 /* SDImageAPNGCoder.m */, - 0F192249603E53CF73678BF08250E72C /* SDImageAssetManager.h */, - D57D3C771E34F23D2D169F51F03526EB /* SDImageAssetManager.m */, - B924C4EB05701335A08DCE4FCA88B0E9 /* SDImageAWebPCoder.h */, - 1634FC7B4C8372152723DF53AE28432A /* SDImageAWebPCoder.m */, - 2C62D256D777B462DF3CF587AE891793 /* SDImageCache.h */, - 5D87FF1C98FAA852B6A14ABB10628F60 /* SDImageCache.m */, - AC549488AC8F0AB452614E0BEFA62540 /* SDImageCacheConfig.h */, - C05134D671E7639C7E2370515EFF8F60 /* SDImageCacheConfig.m */, - BA975E75F26AF7203C09EC04FC733709 /* SDImageCacheDefine.h */, - 81FADD75E7A9C13FB4B450CB3673DB93 /* SDImageCacheDefine.m */, - EB6148B6D5D803A858CB5DC4C4262A71 /* SDImageCachesManager.h */, - 0161C0EBB6DDC77A360EDE41606AA497 /* SDImageCachesManager.m */, - FBF77C3B5600C6A9C8BADF35015376C3 /* SDImageCachesManagerOperation.h */, - A55932DAF5DC4DDB8970B6F51F2C8B81 /* SDImageCachesManagerOperation.m */, - 4894A997BE84F5811A9B8AC2633F37F6 /* SDImageCoder.h */, - CCBA69595F428D834FD8A8F69F3FA2C6 /* SDImageCoder.m */, - B91E5506CCA65DE800E1B76BE6E1E6FD /* SDImageCoderHelper.h */, - 75292BEEE9BF7063DF5446187F0D98C8 /* SDImageCoderHelper.m */, - 94D1127448F2ECF0EEFC4D011FAD1FC2 /* SDImageCodersManager.h */, - 01E7D7EDB47FF3CA2A48345E45CCF351 /* SDImageCodersManager.m */, - 0900ED007C7DE9D927D6E31766F2662A /* SDImageFrame.h */, - 9763162343AA655F9D8104B1B3B907D0 /* SDImageFrame.m */, - B9D5028097308059357733D5B64E08B0 /* SDImageGIFCoder.h */, - 1106CB604E789F24DA61177320BDFFDB /* SDImageGIFCoder.m */, - 7867C241D8C1248A95F3ADEF82FB963E /* SDImageGraphics.h */, - 8E257F1F77708A46D57F7C984B5F165A /* SDImageGraphics.m */, - 066028E070A31219A3ADE57BFEF7B93C /* SDImageHEICCoder.h */, - FAC46EC1A552B7BD24DCAD3E59FC7513 /* SDImageHEICCoder.m */, - 24AD022704AB908FD811CD7B52A62C14 /* SDImageIOAnimatedCoder.h */, - 96DDD9BEFBDB4042BA25FC5B0882ED18 /* SDImageIOAnimatedCoder.m */, - 6AB351E62963347D0FBBAA3AC5D802FE /* SDImageIOAnimatedCoderInternal.h */, - E486A11093E6F62240646A3361A1E95A /* SDImageIOCoder.h */, - 812AFBCFFEEB441AC51F7BEC34FA3AE3 /* SDImageIOCoder.m */, - D87BBB8A59C9A11B8E1F0FFF5699DDA2 /* SDImageLoader.h */, - BEA68BA837AC65319009DF57791EF615 /* SDImageLoader.m */, - 9335510DEADB857A4DA688BD82898C99 /* SDImageLoadersManager.h */, - 55DDA24E5D21A9F9C01E07459546113C /* SDImageLoadersManager.m */, - 9F3EAD287CE941655BBEBC46C4397062 /* SDImageTransformer.h */, - 5EF9AB7344EF87D87F3F0F7754D3E58D /* SDImageTransformer.m */, - 299CEABEA55FF6F25AAC0C4F078D8255 /* SDInternalMacros.h */, - 4712840F4F1AC3327E80608F7B688354 /* SDInternalMacros.m */, - 316201DAFFB75C5A201FBAFC8BB8410C /* SDMemoryCache.h */, - 2591273E11B1B7B06237476608AD1A65 /* SDMemoryCache.m */, - BAF11C5290A27492FACB62A8D533E19F /* SDmetamacros.h */, - FE86838FBF8F44898256D65D5ACE0EB4 /* SDWeakProxy.h */, - 3434DD5E111CF4AEDE665BC8839AE19C /* SDWeakProxy.m */, - 9220FDC373ED2EC137393C41B258DC32 /* SDWebImage.h */, - 72C3478C74509AC92C7C5EF98EDBF629 /* SDWebImageCacheKeyFilter.h */, - 6EB4F2921EF1A694D2FF277CBA237BE4 /* SDWebImageCacheKeyFilter.m */, - F48572C09D3E183B21698E7405EDA17D /* SDWebImageCacheSerializer.h */, - 4F4D381C64812E13BBB4175BA1E4D492 /* SDWebImageCacheSerializer.m */, - 5EAE92ED7F41004474543BDC2F1DD9DD /* SDWebImageCompat.h */, - FCDD21366F052543C8EE02105C71BC3B /* SDWebImageCompat.m */, - 176FE3B1B26CABD2AE1B70C7D4F3138C /* SDWebImageDefine.h */, - BDE5B365446ED291C0224D5056006B98 /* SDWebImageDefine.m */, - A8B56C795A91C0388075107F3FDEFD8D /* SDWebImageDownloader.h */, - 1278A16E01BFF8F9E98550BA6620063E /* SDWebImageDownloader.m */, - 530D99556876E047998942CFD466E11E /* SDWebImageDownloaderConfig.h */, - 70F6C3CE2FD1079686F0D5FD26BE9D00 /* SDWebImageDownloaderConfig.m */, - C27A6635370E981E1BC51C3DCFACBB4A /* SDWebImageDownloaderDecryptor.h */, - 43BC2A1ACB7C5A630803C8E3643EB05D /* SDWebImageDownloaderDecryptor.m */, - 89ADAB0CBCDE02D979E54BFD3748ECCF /* SDWebImageDownloaderOperation.h */, - EDACE046D7386D286DB82F6279CB1C68 /* SDWebImageDownloaderOperation.m */, - 044AE157E0EE7C5304AB9F7F4DE9729F /* SDWebImageDownloaderRequestModifier.h */, - 120F9216545D43298835BAC9F200ACBB /* SDWebImageDownloaderRequestModifier.m */, - F0933A31FBE5D24866E286DB85D13CBA /* SDWebImageDownloaderResponseModifier.h */, - 62591286BACD010D952846B311781312 /* SDWebImageDownloaderResponseModifier.m */, - 470FCCDCFEB2A392D366F09E9D89A309 /* SDWebImageError.h */, - 6806FE5716AA79ED4F52F3DD0EF44213 /* SDWebImageError.m */, - C969A0A4DB1951927B67F132724B5159 /* SDWebImageIndicator.h */, - BD2E66ABC590DA27BB47B5CC3BC43A80 /* SDWebImageIndicator.m */, - F001B54610286DECB0EF63371D3EC450 /* SDWebImageManager.h */, - CCEDCE6E01752525EE032BB8BB3EFCF2 /* SDWebImageManager.m */, - A4379092DBD92F3D2991057037E59D1E /* SDWebImageOperation.h */, - 143F634D0774EA2E7C4FD3D5849C8C10 /* SDWebImageOperation.m */, - A0A365B3A173A6764A92C9F44E7F2328 /* SDWebImageOptionsProcessor.h */, - 1DC556868C000D693D4BFD462D62A2B7 /* SDWebImageOptionsProcessor.m */, - 059D93D47C64DD18B501D7C536C27D7C /* SDWebImagePrefetcher.h */, - 1F35204E96718FC22DB6EDDFAFB93CA3 /* SDWebImagePrefetcher.m */, - 1FE435A3F00477B6EDA8EF09992D3CB1 /* SDWebImageTransition.h */, - 6D633465C3E5BEEE7E1DD15B791CBCE3 /* SDWebImageTransition.m */, - E95F2F653B234E055F171BBD91FD42DC /* SDWebImageTransitionInternal.h */, - ABC21B9EFB5F32171364F0030B363250 /* UIButton+WebCache.h */, - C5CE924C4C94D565801216A0B19E3BB9 /* UIButton+WebCache.m */, - F5BE577CDCAB5D18860941BEF11BD7D8 /* UIColor+SDHexString.h */, - BAA7A3BF952AC9AEC5EF5627F34C7E5F /* UIColor+SDHexString.m */, - C090D502D3E8267F397161BD405A7F46 /* UIImage+ExtendedCacheData.h */, - 3C5E093153A7746E0DCD674AA42B1DAA /* UIImage+ExtendedCacheData.m */, - 1C0C578BBCEAC1B995C3916F6311F31A /* UIImage+ForceDecode.h */, - 3102DDFCBDFB705D2213A8C709D08232 /* UIImage+ForceDecode.m */, - A3BD46C47E0B15C21FE21B40739B3B6D /* UIImage+GIF.h */, - 93769584BF566B9C7A4D32BB8C79E0FF /* UIImage+GIF.m */, - 6CCE9D0FA5D93F52E96CAFD509C128C9 /* UIImage+MemoryCacheCost.h */, - A244910BDA7FF356CE5F4A2B413D5107 /* UIImage+MemoryCacheCost.m */, - 97F0120F0F2AF4A77E3913001C9A4C06 /* UIImage+Metadata.h */, - DAC00DF28808B2424F78110E617139F0 /* UIImage+Metadata.m */, - 85D11FDBB0C183F9556B98B65CF9CA8D /* UIImage+MultiFormat.h */, - 717484AA1BFA95044C5B88B8C32C0652 /* UIImage+MultiFormat.m */, - F35B00C541D354856C31031379495300 /* UIImage+Transform.h */, - 3B3E3D4A05B1EE49D71C1056B52EFD9D /* UIImage+Transform.m */, - F80BD2701814ADD704585A86E9A546AE /* UIImageView+HighlightedWebCache.h */, - DCED876A8F35095B5A6BA8330F54249C /* UIImageView+HighlightedWebCache.m */, - 9FC7F1C9BC874DA22646A88E4F04F84B /* UIImageView+WebCache.h */, - FABAFC24C602A75352623ED0B3DEA45F /* UIImageView+WebCache.m */, - A36A183A354E30D64AD7EBCCAF0A32EF /* UIView+WebCache.h */, - 8864CEC98412AEDBE4A09276CF4BFFD9 /* UIView+WebCache.m */, - 7BDB47FD0CCCDC7C68EC383D2494B722 /* UIView+WebCacheOperation.h */, - 0CE3494530E786DA994F7AE58844A787 /* UIView+WebCacheOperation.m */, + 2FF0CBBA7C0C8323055A2EEA40477F66 /* UINavigationItem+DDCategory.h */, + 89330007318EB76C042A6EE08C36FF68 /* UINavigationItem+DDCategory.m */, ); - name = Core; + name = "UINavigationItem+DDCategory"; sourceTree = ""; }; - 9B902E0DFBD8BF9C0BFE03194DB7F2F2 /* DDZFPlayerKit_Private */ = { + 2B04003912CEE957EB9DE88AB3759545 /* Frameworks */ = { isa = PBXGroup; children = ( - C38D6872E04CE3EA2071ED549820DC5B /* ControlView */, - 669F8E949C3842AA3BC0076E59E129F0 /* Core */, - B4F3F980633194D864752B9D261A62DA /* ijkplayer */, - DB320AB179D7036BA1817E06F7E55AB3 /* Support Files */, - ); - name = DDZFPlayerKit_Private; - path = DDZFPlayerKit_Private; - sourceTree = ""; - }; - 9FE238F99BB2623B2C707C75A728720D /* UrlLinks */ = { - isa = PBXGroup; - children = ( - FE55C9EB02C7BD6E7B32AC0D3F637F15 /* UrlLinks.swift */, - ); - name = UrlLinks; - sourceTree = ""; - }; - A2B793B7F19CBEC4E0CD1B092DDDC009 /* DDBaseTextView */ = { - isa = PBXGroup; - children = ( - B6CE924505E227B3A082EE3317295675 /* DDBaseTextView.h */, - 6BE2DE4F488B1AC0A083DB7924EAE42D /* DDBaseTextView.m */, - ); - name = DDBaseTextView; - sourceTree = ""; - }; - A6B77FE3E9EAC7602AFAD4472365D4A8 /* Alamofire */ = { - isa = PBXGroup; - children = ( - 65180D6DB329BB4142BD39C5CDBEC823 /* AFError.swift */, - B4CFFC671ACCA572C5B3A03579D14A0E /* Alamofire.swift */, - DE4715FA389E044C018A4ECAD0CD6E53 /* AlamofireExtended.swift */, - E05BA01BA5ED0126CC3946BD2B32DB15 /* AuthenticationInterceptor.swift */, - 96E4A806A0FF23238F1848B065428869 /* CachedResponseHandler.swift */, - DD2F3BFF43ADF118092B306BC48005DD /* Combine.swift */, - 570439952D48B28A7ECBFB9E93B9772D /* Concurrency.swift */, - 52971AA06683284279A557240C366AA0 /* DispatchQueue+Alamofire.swift */, - 8C412D5C2FD1152724F499D2666DDA65 /* EventMonitor.swift */, - F5E4C093F7F3AAD0F72D14449A48C21C /* HTTPHeaders.swift */, - E0413F116A25493D7B80B7582F9C69BA /* HTTPMethod.swift */, - 541C7DAAAA960BEFC8D0E74282DAB126 /* MultipartFormData.swift */, - 182E2AF1466A79A6ADB71E3BD129036E /* MultipartUpload.swift */, - C209F5C52DF87BC5FDE2DFA24A98C374 /* NetworkReachabilityManager.swift */, - B26282438E9A770BA51F6BEC6BC4E4EA /* Notifications.swift */, - EDE87EFDAA19DA6A3D70E7BFC93E8494 /* OperationQueue+Alamofire.swift */, - 2DC5CEFED6478272C00796009206509D /* ParameterEncoder.swift */, - 02CA52FA9F2D1D8DBBBD300178CA9B44 /* ParameterEncoding.swift */, - F0C7528C68C1FA96348A65C8DE719BA7 /* Protected.swift */, - 04435E71EB9F272D73F42E347D9373BF /* RedirectHandler.swift */, - 24B7A1C6AE76D8F3B00FD5DAC9249347 /* Request.swift */, - 325B2CE852CAEF2E496580401C05316A /* RequestCompression.swift */, - 4A0C1F5AD87F4679E1837990A6FCBD80 /* RequestInterceptor.swift */, - 77722556D62B61754AE5C42E3B971A5F /* RequestTaskMap.swift */, - 1057AF2DB5498C388CF823D09AEDD541 /* Response.swift */, - 95B1992500FE86112964E133E22DBBB8 /* ResponseSerialization.swift */, - 474DD244ACFCC8251EC780A60B1C4B9C /* Result+Alamofire.swift */, - 85DCD01F49C650FA15DFA01D2EF07C22 /* RetryPolicy.swift */, - 32134CDCA6D6E773D10DE435F2145D0C /* ServerTrustEvaluation.swift */, - 9036744FAC2D93836BDC5D5518107E67 /* Session.swift */, - 6F01E0928809D5F78AE626270483F1C8 /* SessionDelegate.swift */, - 5C9ABC8A6F26683627F92EF3AA594F0F /* StringEncoding+Alamofire.swift */, - AA341DF83B246670B89452FB9C5D8BD6 /* URLConvertible+URLRequestConvertible.swift */, - 4846764A10595EB32A950AFFD0791F1D /* URLEncodedFormEncoder.swift */, - AF0028898DE94E952EC5546339658EED /* URLRequest+Alamofire.swift */, - 25513053895BFEBE8A94A5D252610C32 /* URLSessionConfiguration+Alamofire.swift */, - 8C8E65D573864AD270086FC9D46EE331 /* Validation.swift */, - B19D5ADE130C42999F9F18117D49FBC3 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - A72D17C0700E19AA5EC07BC98BBD2DE5 /* DDAudioPlayerKit_Private */ = { - isa = PBXGroup; - children = ( - FDAD663F01CA2CFAB984F89187EFDB69 /* DDAudioService.swift */, - 62A40D3A6E12C03743E05269D8B6C9D5 /* DDSpeechSynthesizer.swift */, - E0E8F6A17A2346B1B3980123B36F23EE /* Support Files */, - ); - name = DDAudioPlayerKit_Private; - path = DDAudioPlayerKit_Private; - sourceTree = ""; - }; - A755BD531A438E1B1864D25FD645374D /* Support Files */ = { - isa = PBXGroup; - children = ( - D3642ABFC3FE4B301B0432EC11BDD05D /* DDLogKit_Private.modulemap */, - 2BC35DDBD7939BF729900486DCAD8B32 /* DDLogKit_Private-dummy.m */, - B0AEA4A9E4FCBAD9E3CBE6644A4C81EF /* DDLogKit_Private-prefix.pch */, - 9674E02D90B7EA28357763FADD598C96 /* DDLogKit_Private-umbrella.h */, - 220F20CCA3856744AB2F8C455A1B7370 /* DDLogKit_Private.debug.xcconfig */, - 8A45E80A67CFE6F591C8FF339EF333FF /* DDLogKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDLogKit_Private"; - sourceTree = ""; - }; - AAB4FB5F65E2249C1CDCB7E79D325381 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - 540EE9927BA410FC7306F59BF1B3790F /* Core */, - CE3D3546618320171A623FA34F196342 /* Resources */, - 5ECBFD9928387E11DB4F6420230D9544 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - ABBE3E69ADA740CF42824679D69FAE08 /* Frameworks */ = { - isa = PBXGroup; - children = ( - D0B91A05BBE9FD2BF693218C556EBDF9 /* AMapSearchKit.framework */, + 38441A4343C53FD902D9963465007F9B /* AMapSearchKit.framework */, ); name = Frameworks; sourceTree = ""; }; - ACD778E615DE97123F3C4204935B57B3 /* GCDTimer */ = { + 2B7B6D42E36679FA23E8437E0DC57237 /* Support Files */ = { isa = PBXGroup; children = ( - E3B9EBD65F6611839847D60EAEE81AD6 /* DDTimerManager.h */, - 43FB6FA0C2603EEC11912265F31C2264 /* DDTimerManager.m */, - 468689286A2D650167215A64BCDF6915 /* DDTimerObject.h */, - 85282EB6B7A0AC020D188CB783E762D6 /* DDTimerObject.m */, + F0A799D4DE45F91381795844A53C1165 /* AMapSearch-NO-IDFA.debug.xcconfig */, + 826A699BF0EE6BA19B85A120492DF2DD /* AMapSearch-NO-IDFA.release.xcconfig */, ); - name = GCDTimer; + name = "Support Files"; + path = "../Target Support Files/AMapSearch-NO-IDFA"; sourceTree = ""; }; - AD0E675181ED3AA2B51767BD32448920 /* Frameworks */ = { + 2BC4869B4A1955CBD2C2BCA0A206AF7E /* Support Files */ = { isa = PBXGroup; children = ( - 4FC6EF6F753593A025BDF3EC77740B24 /* AMapTrackKit.framework */, + 08716B5368601A28F3A4FEE91F97B165 /* JPushExtension-xcframeworks.sh */, + E3283D19F2122A432BAD5AE5BF4E37BB /* JPushExtension.debug.xcconfig */, + 4AE2418D3C0D9ED510341C6C6D0BF76C /* JPushExtension.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPushExtension"; + sourceTree = ""; + }; + 2CD7C790B4E5E7E5A5E13482AF0B3AFE /* UITextView+DDCategory */ = { + isa = PBXGroup; + children = ( + 08118123B3B3A7494D5016580E08E097 /* UITextView+DDCategory.h */, + 70E422A9AC5B99381A21FEFD62C9B812 /* UITextView+DDCategory.m */, + ); + name = "UITextView+DDCategory"; + sourceTree = ""; + }; + 2ED981656008DFFE068E14961F3548A5 /* Resources */ = { + isa = PBXGroup; + children = ( + A66E038C3C039574C45DFACE896C2151 /* Sources_DDMAMap */, + ); + name = Resources; + sourceTree = ""; + }; + 2F2422B1BAF1FD1A4350DB3EC80B3230 /* JPushExtension */ = { + isa = PBXGroup; + children = ( + D09A9C3FB1BAF158BEA87DFDEC83CF7A /* Frameworks */, + 2BC4869B4A1955CBD2C2BCA0A206AF7E /* Support Files */, + ); + name = JPushExtension; + path = JPushExtension; + sourceTree = ""; + }; + 30497A8885B6972D74F8313C2F56C998 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 37892E5E5F78A04EBAE84B5CA7F748BD /* IJKMediaFramework.framework */, ); name = Frameworks; sourceTree = ""; }; - AE66803C7B66AA191EBA63A8DFE2F7BE /* DDBaseView */ = { + 321E6140B4CB09C443655558C1F6369F /* DDMANaviManager */ = { isa = PBXGroup; children = ( - 33556DEFF3EA5BB3A5BE08A035E30F4C /* DDBaseView.h */, - 5A818E8C5D3594BD19672F444492A595 /* DDBaseView.m */, - ); - name = DDBaseView; - sourceTree = ""; - }; - B19D5ADE130C42999F9F18117D49FBC3 /* Support Files */ = { - isa = PBXGroup; - children = ( - ECF8FA48245640C1DD2508BA7FFA276D /* Alamofire.modulemap */, - CCE5B6164023E0034F521C66FD02ECB8 /* Alamofire-dummy.m */, - A8867CB08972B9273B15C2B9AF88C5C7 /* Alamofire-prefix.pch */, - FEF52F74F0A9D4B85A79950D3D59DE94 /* Alamofire-umbrella.h */, - 40E7E4C6E44A7E71BD29D9AD66E8C2FA /* Alamofire.debug.xcconfig */, - 39120564A22FB043BCC19BDA133556E8 /* Alamofire.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Alamofire"; - sourceTree = ""; - }; - B480E0E7B54D09CA182A4ABF599A96FC /* SwiftEntryKit */ = { - isa = PBXGroup; - children = ( - 22B9616DB04BAA12135CC48365445016 /* EKAccessoryNoteMessageView.swift */, - 5AE3D83BFBD15962C0AF8D1A568117D8 /* EKAlertMessage.swift */, - 0FEA38C081FBC2051865C08DD10CD997 /* EKAlertMessageView.swift */, - 4BBA6CE07A310B7B3C360769FA222931 /* EKAttributes.swift */, - B66B853CCCF5DD9AADD65153409E2BAC /* EKAttributes+Animation.swift */, - 95557FC0DAFA19A9367C28DA1683345B /* EKAttributes+BackgroundStyle.swift */, - 24320C721996812A9CE397750134668C /* EKAttributes+DisplayMode.swift */, - 20B424F8C2743097D60C173DD75C8494 /* EKAttributes+Duration.swift */, - 2D39F7463CA9EBEA75C8FF7080168DFB /* EKAttributes+FrameStyle.swift */, - 0242FC4A5551C283C4DDEA889803D143 /* EKAttributes+HapticFeedback.swift */, - FF9EF0C2FADAF266582EF9B976394DC1 /* EKAttributes+LifecycleActions.swift */, - 58AF8BE44721710FA2DDBCB59E32BC37 /* EKAttributes+PopBehavior.swift */, - 25D7D5E6D497668A2C2D8FF076C6F20E /* EKAttributes+Position.swift */, - 121D7DA1FF4D4913BA3CF87290CC5BF3 /* EKAttributes+PositionConstraints.swift */, - 18EE44FFEAFC7D597E2DB371F4164EA4 /* EKAttributes+Precedence.swift */, - 68A3249FDAF33B85081E022F6785424A /* EKAttributes+Presets.swift */, - 0F1138D30AA4252416F4E1F3F35842C3 /* EKAttributes+Scroll.swift */, - AB4D2D40E825AC6C3B6F969BE9DDD81B /* EKAttributes+Shadow.swift */, - AAEFE015F209EBCB733B19F77F8BD0F3 /* EKAttributes+StatusBar.swift */, - 1C96CA0E3E671C7ED3DD85D7F0AFCF85 /* EKAttributes+UserInteraction.swift */, - 93CDA44511C71B07D39D0D5806B83BE9 /* EKAttributes+Validations.swift */, - 0EC81E3F7383C3FAA4A2E0620E974851 /* EKAttributes+WindowLevel.swift */, - E8BCB5DA2D6E8461BED85037F3637B0F /* EKBackgroundView.swift */, - 415A5772CE5C8420A2E249C6693CAF44 /* EKButtonBarView.swift */, - A5B5E91030EE939590DD1E94AC21BCBF /* EKButtonView.swift */, - 7ADA7CC09EC3D7AA4DF6D4B183768044 /* EKColor.swift */, - 341CFCFD406F493123A4C0464B2D17CD /* EKContentView.swift */, - 127C85449580E9503450BCE72ADB5F57 /* EKEntryView.swift */, - 32ABA9BBB7D2918DCDF63D6FE4762994 /* EKFormMessageView.swift */, - C2F11E4384A73480864660EC4D81A588 /* EKImageNoteMessageView.swift */, - 570DFBE958956832645CCF8AC2B542CC /* EKMessageContentView.swift */, - 8007F65AE4FAB8BC11B36545C9D71F1B /* EKNoteMessageView.swift */, - 385AE2C50B3464A92E601416482E2BD2 /* EKNotificationMessage.swift */, - 0817F43E1A68B5C20B730A9ACFF911C4 /* EKNotificationMessageView.swift */, - 58030A1F442208E740CF0D83C76BA630 /* EKPopUpMessage.swift */, - 1B3796C05E1CCDFE455BEF3CA2DAA83B /* EKPopUpMessageView.swift */, - 74687D54FBFB9678A23D1ADA07FCCCC2 /* EKProcessingNoteMessageView.swift */, - 30107BDC67EB87234FDCBDD3C4B6BCA3 /* EKProperty.swift */, - 138285E000A51FDA49B65AE83954CAD9 /* EKRatingMessage.swift */, - 1CCF183E231C2AAA94F20DC30D70CDAD /* EKRatingMessageView.swift */, - F5FC5FBCCB17AEE18371E5C4EB7ACDEB /* EKRatingSymbolsContainerView.swift */, - 944FB1FEB3FFD3BAF6A2ACB3549177A2 /* EKRatingSymbolView.swift */, - 911F012A603F31A3B49F33BE7E58BE85 /* EKRootViewController.swift */, - 7B9878C7E42BB6D279A956C5131CEEC8 /* EKSimpleMessage.swift */, - AB81BD680F73625206ADDAC815C4981C /* EKSimpleMessageView.swift */, - 7DA73F037BB6746EA4906B99C8C17E80 /* EKStyleView.swift */, - CA81CB8B25D1A2F37EA7F2BD33C8BE07 /* EKTextField.swift */, - 14C5656372A8C30E7A013650A806E926 /* EKWindow.swift */, - ED3D624D99041EF6C95666869876984A /* EKWindowProvider.swift */, - BE9ED6A52BF8952A438C8207A6E42D08 /* EKWrapperView.swift */, - 2D96961554F158E92E25569E4F03D333 /* EKXStatusBarMessageView.swift */, - E2D5C7B8640CEF99B9B5D46F17E57345 /* EntryAppearanceDescriptor.swift */, - 8A4EC27F9A38C8B639D397B66A33944B /* EntryCachingHeuristic.swift */, - DFEAEE8287C3CDD19B0BB4C0D74BD23E /* GradientView.swift */, - 5D1E93F0E7EC1DBCF5E202C5579D9459 /* HapticFeedbackGenerator.swift */, - CDC5FEE36E5BF2571932B66ED7B080FA /* QLCompatibility.swift */, - B31C47C70A94494B3C0493E47C9EC509 /* QLUtils.swift */, - 531D057B064ED9BA0D084F00A6EEAC32 /* SwiftEntryKit.swift */, - 70461BC08F0DDFFD7D981839273A2588 /* UIApplication+EKAppearance.swift */, - 8C67595A23D1913899CD65D6A092640E /* UIColor+Utils.swift */, - 5936091740A409E024446B5A63194D34 /* UIEdgeInsets+Utils.swift */, - D717026FD63E6FFCBB3157BA4C66326B /* UIRectCorner+Short.swift */, - E8F557093B6D67E7BF8AEEC30F609892 /* UIView+QLContentWrap.swift */, - EB09AAA6960E9F895B113138A493F1A6 /* UIView+QuickLayout.swift */, - 183B35839BC5B59EAD5A4EF4A1CE3427 /* UIView+Responder.swift */, - 5396DB99944BD5458014FDFFB5D2AEEB /* UIView+Shadow.swift */, - 718E6CF1400D038C497A352CC54DC83B /* UIView+Utils.swift */, - 796571E0AD15CC00977309A58C327D4B /* UIViewArray+QuickLayout.swift */, - 9375399C11EE2A7B579AFBC49E850371 /* Support Files */, - ); - name = SwiftEntryKit; - path = SwiftEntryKit; - sourceTree = ""; - }; - B4F3F980633194D864752B9D261A62DA /* ijkplayer */ = { - isa = PBXGroup; - children = ( - 36C79443BED6F856B2935F7F6E7DA004 /* ZFIJKPlayerManager.h */, - E75FF94D7AC942F00076EF07F3EFC75C /* ZFIJKPlayerManager.m */, - DDD62E5C481D84A5F3C2458E2ED268BA /* Frameworks */, - ); - name = ijkplayer; - sourceTree = ""; - }; - B5EC0616CEC446FBB1A03E030D91C3D5 /* Resources */ = { - isa = PBXGroup; - children = ( - A946CD5A6308C873DB8C61E158DAB9CE /* BRPickerView.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - B82C74B20DC0C74B1C0A08518720AEF4 /* Resources */ = { - isa = PBXGroup; - children = ( - DF1DD08DB63AF3A8D431F3926407A0B8 /* BRAddressPickerView.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - B9E03484E1E98646F6458465DB49FD43 /* RxSwift */ = { - isa = PBXGroup; - children = ( - 508CAD4E29C6EFB3331076D7A41DAB07 /* AddRef.swift */, - 3D60492B3EE8D99D76AFC85FBA3169A2 /* Amb.swift */, - 0BB48EE537AEE3D524516A30CF9F904C /* AnonymousDisposable.swift */, - 983502A3E1482E46E115D3FD9BF1B194 /* AnonymousObserver.swift */, - A0E83445C7EF92002803734CDCF10979 /* AnyObserver.swift */, - D2A47FD172D5D793123BE18997E6802C /* AsMaybe.swift */, - 315D8F333D7484BA32F43912E1D26B5C /* AsSingle.swift */, - F47693F96E23A548DE7E2E571AA944BA /* AsyncLock.swift */, - 5373F5CEDEEDD915BDC9C8A396CF13AB /* AsyncSubject.swift */, - 90643D3F5588D9F7C40734B326B0C1D1 /* AtomicInt.swift */, - 98060322BA217834C9E32F2D2F334BD4 /* Bag.swift */, - 4B8E1DF1176374E6DA3C6115EAEA13C8 /* Bag+Rx.swift */, - AC5F19848DE4819055A51325F954050B /* BehaviorSubject.swift */, - 8E5E5E6886130DD7EC492A9927B68242 /* BinaryDisposable.swift */, - 67150094A86F18EE8D22724CD3C4A1A2 /* Binder.swift */, - 2569D150C3AF61528D6F103D8B2D5A1C /* BooleanDisposable.swift */, - C13F3A37113EAD06C12074B24AD03282 /* Buffer.swift */, - D9CA483F1512906D0EC3AE5A7410329F /* Cancelable.swift */, - 5E6F3871AB4802569561B119C8FE6317 /* Catch.swift */, - DCA844DD32FA74882B1D1EB394217A42 /* CombineLatest.swift */, - F8BE9FBD48F731EAA31F35CA75231A52 /* CombineLatest+arity.swift */, - 94F2E22862A6F54F8BCABBFC99901DF5 /* CombineLatest+Collection.swift */, - 922A2B69872C884D1F24B956C8F5E35C /* CompactMap.swift */, - 7847F961CD4A25C3899D59FE9AC2F907 /* Completable.swift */, - 494BC4FCEB22C620EF527634531507AE /* Completable+AndThen.swift */, - 4DB89922A0AFE072F61D9988C94C8184 /* CompositeDisposable.swift */, - 1351128B33147A48625C38087634ABB3 /* Concat.swift */, - 238AD87CD5CE6AE893538CAC2EF1E9E0 /* ConcurrentDispatchQueueScheduler.swift */, - 4E7786C9A5EA86CB795ACFD792FE6E3E /* ConcurrentMainScheduler.swift */, - 508E6D9BDB26DCA328DA2D437D5D6F94 /* ConnectableObservableType.swift */, - DFC92999E7024A7BC049D111B0C09C6F /* Create.swift */, - 6D952265E4D13FECC917596BDA2F36DC /* CurrentThreadScheduler.swift */, - 3A0EBC7EE280AA915A37A7C1FD2391DE /* Date+Dispatch.swift */, - 92DA54692494CE61632216945ABF8FF6 /* Debounce.swift */, - 0B352E4F60520F6928A44E1DAE3D34E8 /* Debug.swift */, - F1A503CF76759DAAFC3A96DC20FA1720 /* Decode.swift */, - 797723DF7DC18AE8560A98CEDC07BD74 /* DefaultIfEmpty.swift */, - ED43E5BEE00F2B2E11ED5D18A96D53BE /* Deferred.swift */, - 25CF2FE00504437B16A2354572C8E626 /* Delay.swift */, - 00DA1EA82A1C5727AEB99207CB041DB4 /* DelaySubscription.swift */, - 63A8815751DBEC814BF76266DF3B28CA /* Dematerialize.swift */, - 3C0461438B7691228F7AE5C6DA38CA5A /* DispatchQueue+Extensions.swift */, - 6BE71BD130A57F0F5742842C91040E3E /* DispatchQueueConfiguration.swift */, - 266ED8855F0BC065A5CA20A61AFC5C4F /* Disposable.swift */, - 6EB4944C6A3B5969319D3A08AFCC0CDB /* Disposables.swift */, - 011FA16A8186F8325BEC83A7535F2B80 /* DisposeBag.swift */, - CEC43DDE1C32A5BCE70863C60372EB58 /* DisposeBase.swift */, - 36F1827B1AA9659403EFEDE764C29EC7 /* DistinctUntilChanged.swift */, - 7908728EA471C017FBABE735879EF417 /* Do.swift */, - A20DF7F6B511C11F107E4168AB33CF37 /* ElementAt.swift */, - E6A5C81191A882048BB805AB56EF213B /* Empty.swift */, - 22854778F06B80CDE50C4A3AE4E00534 /* Enumerated.swift */, - 18E5C027352A291BA636F5F41DDBB6C2 /* Error.swift */, - 9CD96A7860AF65367B8804E8BFA658DC /* Errors.swift */, - 97B63FC34B814E4AC17D7967DC2A0854 /* Event.swift */, - A327C28BB338233841FECBAA5732511C /* Filter.swift */, - 44DDD5C339FCAA7AE13CAD4D00805174 /* First.swift */, - 59337434B153543826ABA205A587F65B /* Generate.swift */, - ED5AC105862C995822A47AB6CEDBC335 /* GroupBy.swift */, - 0229AD3DD24A8F0CBC70E477A6F95486 /* GroupedObservable.swift */, - BB4F7C8C950EACBDA0A3D84A0286E24B /* HistoricalScheduler.swift */, - 2A4C2E3042699918268458263BA2ED42 /* HistoricalSchedulerTimeConverter.swift */, - 8A23A5DE9C4806FBE343B308D6343114 /* ImmediateSchedulerType.swift */, - C82DCAD61D967FD8142270B0C7CA2BA8 /* Infallible.swift */, - 6C514AB80CECE296D37A7BA7B673ED3E /* Infallible+CombineLatest+arity.swift */, - 3EB51E9C8702AD9F6AEA2E3589DBD63A /* Infallible+Concurrency.swift */, - F8390ACE2D4C14442CCBBE9407972D79 /* Infallible+Create.swift */, - 3E2EB0D13761DCDD362246B19029CF26 /* Infallible+Operators.swift */, - D65721D71C2EA3C17CE433560865CEDB /* Infallible+Zip+arity.swift */, - C06D3111761CF17D644BF41786CF61A2 /* InfiniteSequence.swift */, - 2EF601E66FB76FE88C17B22F86A1253F /* InvocableScheduledItem.swift */, - 0632AF20071C8C56A3F7180C760BB9D2 /* InvocableType.swift */, - 1804583966D21D6DF673B2B3353EF36A /* Just.swift */, - 04E9E2C6F19AC76CD3A066FED42F2FA6 /* Lock.swift */, - 10D9817ABE7B5A4C593F4FDD629F65C5 /* LockOwnerType.swift */, - 261E34ACED33760EE41243B7AE06C67E /* MainScheduler.swift */, - DAAA000FF02EE7F20A643BF63B71156C /* Map.swift */, - 7D1AA58F6C36AA975B1EFBB357F686DA /* Materialize.swift */, - 82BFD58791F294F4DC3DB2A19F96F2A9 /* Maybe.swift */, - 49C2963C36264974DBDDE2761F84D556 /* Merge.swift */, - 81CA830F99449AB702AE26140E862FBD /* Multicast.swift */, - 04E62B9225287FBB42F61171907378DA /* Never.swift */, - B1EF3A974106E034FDE3A2411606DE50 /* NopDisposable.swift */, - C38820ECB717BD2C8BBF4F6306C462C1 /* Observable.swift */, - 50B80C6B5109E706CAF6CA302F9491A1 /* Observable+Concurrency.swift */, - EDAE1B8309F8EF9ADC3D7E779BBEE8EE /* ObservableConvertibleType.swift */, - ED9729431D735DBE676445A6B74F8876 /* ObservableConvertibleType+Infallible.swift */, - 44F2391B1E1E4E7E1374BC5197ACD2B2 /* ObservableType.swift */, - 2ADE7D5BB4C9F0F67CCAD641EF50E163 /* ObservableType+Extensions.swift */, - F60A4620273AF48A09F58F460B846C25 /* ObservableType+PrimitiveSequence.swift */, - D2665BE0A9C565E4CB7D29864C688D7B /* ObserveOn.swift */, - D9CCF92C90283BB1200E34A29F238760 /* ObserverBase.swift */, - CC2AF0752219D3135D8DEFCEF31E9A52 /* ObserverType.swift */, - E3EC4979C30F4828AA228098E0A855E1 /* OperationQueueScheduler.swift */, - E86314F394444EEDA3A7712FE66B0CF0 /* Optional.swift */, - 3B62DD58F10805445B6B8CD05393C247 /* Platform.Darwin.swift */, - 4401A18C4EADB04CAA6BF6AF0FFE7670 /* Platform.Linux.swift */, - 5BF45A451B0B4D77A89F01C61ABC3B59 /* PrimitiveSequence.swift */, - CEC61DC01AEA7BA745EDD576DB6F8E61 /* PrimitiveSequence+Concurrency.swift */, - FBEFF9AF97085F94E46BDC157070BDF9 /* PrimitiveSequence+Zip+arity.swift */, - B879A52CF55C062AC91D43DF934FFF93 /* PriorityQueue.swift */, - 8BD174D229B189F907BA4BF1C51B19F1 /* Producer.swift */, - C1DEA5C2B04AE9C9983DC5943DCF2A72 /* PublishSubject.swift */, - 797989A215F968EA9F2D6B4F3103777E /* Queue.swift */, - 4939A030CEA8E0F6F397B07FE62D73D7 /* Range.swift */, - 65A11D1C1C951AEA8EAD00E3C7F391CE /* Reactive.swift */, - C7E5C6B73AD14597152D7B56E02A438A /* RecursiveLock.swift */, - 92CA13BE4EC17370F32BAFDFA9520F5C /* RecursiveScheduler.swift */, - 88AF34AB5E8EBEDF0D0E34BE601B3205 /* Reduce.swift */, - 6D1547EF82E92B574A6041DF2AA89FAC /* RefCountDisposable.swift */, - 3605F62B47321020AED46DF5F62BC04A /* Repeat.swift */, - 6A22F56155C3699283477634DA4CAB7D /* ReplaySubject.swift */, - 2E48DBBBFBF47CE651F9F9866E0EB5D7 /* RetryWhen.swift */, - 752E7157BCC6D03429AA08785A303D5D /* Rx.swift */, - 8B187436262050FBF35B54C7C83DD002 /* RxMutableBox.swift */, - E02EB47FFC0DEEEC7157A4BE5A7C6480 /* Sample.swift */, - 24741348A83CCF2390909712C06DFFFA /* Scan.swift */, - 85F7A667F0E10183727E7F3A674CAE9C /* ScheduledDisposable.swift */, - CE0A91C332E483B6F4A632F2E5853F5C /* ScheduledItem.swift */, - B87CCD930217E7423E711BD0C20A7F25 /* ScheduledItemType.swift */, - A01098F29CC97C9F75203498B1F5D90A /* SchedulerServices+Emulation.swift */, - 5705D5FA91F9DCDEB22E4DBEA4632D38 /* SchedulerType.swift */, - 8D1C79500B0FF1A14A3F650DDF77E685 /* Sequence.swift */, - AE8E211F1B5551FEB27C70E95C48D98C /* SerialDispatchQueueScheduler.swift */, - 4BE2F1E78D0C305D9D92DEE22825119E /* SerialDisposable.swift */, - 3E1B2E666A7B09DA82DC0DCB7430D92D /* ShareReplayScope.swift */, - 92490B3672A2B56676EE477CB07A0BF5 /* Single.swift */, - 7AECD2532EB91AD1EE01A7433BF501CF /* SingleAssignmentDisposable.swift */, - F6C5DD625870C7AB05A9FDDA35F69B04 /* SingleAsync.swift */, - 38CDEE51F82EBFED919723D37CE57DC5 /* Sink.swift */, - 3AE079811C122769F0EE12B7410C6550 /* Skip.swift */, - 3173FC743916E0CCBA3F445238154F14 /* SkipUntil.swift */, - E8DD1B82CE71EE7F601C169B2E2873B7 /* SkipWhile.swift */, - 7F4CAD606B229C8DCB280A3808B245A8 /* StartWith.swift */, - C3CDC9DB1D3F7E1B205AA5EFB3CBA0FF /* SubjectType.swift */, - 1DE3C9083F97D0971580F1EFE16F1BB9 /* SubscribeOn.swift */, - 60638EEC174AD59C71F240EC65248789 /* SubscriptionDisposable.swift */, - 81882DA633B9E510F49EE43DDE4EFF1A /* SwiftSupport.swift */, - 98ACD75EEC6E1B4D8A151D57541055F9 /* Switch.swift */, - 719B436AB6CA95E4030A780524BBA34C /* SwitchIfEmpty.swift */, - 00BCDCC943536578155AF34FBE207074 /* SynchronizedDisposeType.swift */, - 24C5D124D4EFD76BAE8B9697B13EDE56 /* SynchronizedOnType.swift */, - 9383AB8BFCA54B71E7CDB52C3D99D7AB /* SynchronizedUnsubscribeType.swift */, - 7D315FAA0493DEC710853D46FB98D369 /* TailRecursiveSink.swift */, - 16F48A824E8004BB58555652F0A8D6F1 /* Take.swift */, - 68765117918F2F31A0C2278D1E93E5D7 /* TakeLast.swift */, - 14E47E0078001AA629796E80EB180C2B /* TakeWithPredicate.swift */, - 105C8F03E6C9E97CCCFD1FD90E9623BA /* Throttle.swift */, - 2700C5726CD2C9B21E456489FCBDD93F /* Timeout.swift */, - 52B89C51C15FD056CF174EA68174BF8C /* Timer.swift */, - 49F47C84EF7D282C564D8645C66407FD /* ToArray.swift */, - 706659B90F0C4E3DD20181BB449ED19C /* Using.swift */, - 2CDB36637F17D82E5EAA211141539511 /* VirtualTimeConverterType.swift */, - BDA4A675C0C258EF581C92743A2FDA84 /* VirtualTimeScheduler.swift */, - 5FD557348618D63F917CF562A001EDA8 /* Window.swift */, - 378D64D02D706EFA77FE59DDBF14F60C /* WithLatestFrom.swift */, - A2CD8CD696F14EF3AC2BEA83335E100E /* WithUnretained.swift */, - F4B6334EE8CB242891E875B75A4BB326 /* Zip.swift */, - 7350E49516457E74C862C114D885ABE6 /* Zip+arity.swift */, - 0FCC6DEA413F63216206D3995F0357CD /* Zip+Collection.swift */, - 0F11AD6543F94291EE2A41FA11B850E4 /* Support Files */, - ); - name = RxSwift; - path = RxSwift; - sourceTree = ""; - }; - BE2927D3FDAE51B363B94389924F7B17 /* DDDateKit_Private */ = { - isa = PBXGroup; - children = ( - 5116075C1BE17FAEF773D8D3FE680F3A /* DDDate.swift */, - 8EF36DBB486EA13940D7B9AF6F44ED19 /* Support Files */, - ); - name = DDDateKit_Private; - path = DDDateKit_Private; - sourceTree = ""; - }; - C0A8E68D90B34C19E382EA5BCBB400B5 /* Resources */ = { - isa = PBXGroup; - children = ( - F5DE615FA6CA6AAA44080A07EF1229BC /* Sources_DDMAMap */, - ); - name = Resources; - sourceTree = ""; - }; - C0C42F6131467C49F8E378C8289CA717 /* Resources */ = { - isa = PBXGroup; - children = ( - 359559AC850A1BAE834A4068B60FE2E7 /* en.lproj */, - ); - name = Resources; - sourceTree = ""; - }; - C0E63D429AA4331323AD61CF1F01A7E4 /* Support Files */ = { - isa = PBXGroup; - children = ( - DFAA426F5365A824120726F570A25E47 /* DDToastKit_Private.modulemap */, - 60644A4A571D4CA99F218AA9B3F723A6 /* DDToastKit_Private-dummy.m */, - 3724FE209B726CD64884970BCDFD621C /* DDToastKit_Private-prefix.pch */, - 1877D61211F2B8A85E80BA62CD49108D /* DDToastKit_Private-umbrella.h */, - 15A4C8B726C0D412AED700F4E21ED03A /* DDToastKit_Private.debug.xcconfig */, - B7644FFFAB77D70A694FDC77A120219E /* DDToastKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDToastKit_Private"; - sourceTree = ""; - }; - C1262EED5A47FD8578B6A6398C1DDE3E /* OCLog */ = { - isa = PBXGroup; - children = ( - 7AB43AE0EFB54F37F32D6E30C77BBC2D /* DDOCLog.h */, - ); - name = OCLog; - sourceTree = ""; - }; - C38D6872E04CE3EA2071ED549820DC5B /* ControlView */ = { - isa = PBXGroup; - children = ( - F154693FA025CA60C9B32D5A5C0F8124 /* UIImageView+ZFCache.h */, - 64C18A005BB095B7AE69695EF0FD97BA /* UIImageView+ZFCache.m */, - C88AE0AB4BF8304576A2CF45EEA66EA6 /* UIView+ZFFrame.h */, - FC1884896C64F4484B3F3C9915165DF8 /* UIView+ZFFrame.m */, - A8950B57C2B08091736FF30F46253F2D /* ZFLandScapeControlView.h */, - D7380724DC2427B37C1C4FCCD7F4D92C /* ZFLandScapeControlView.m */, - 55FEE97F4A65F30F2781618238B0F080 /* ZFLoadingView.h */, - 6A4B87B7C1F5A51CE324C59B3A15C371 /* ZFLoadingView.m */, - 1B7D690EEDE5639FE65300A41B64F322 /* ZFNetworkSpeedMonitor.h */, - 6D39654B54DBA7DACAEC653A7EE4159A /* ZFNetworkSpeedMonitor.m */, - 26799165DA9D4982D245318D301CD7A3 /* ZFPlayerControlView.h */, - 76918CA7349F3E6A5F226592C7E67AC4 /* ZFPlayerControlView.m */, - 5B46E4CF3ADE3EA215A349B9E4F7E517 /* ZFPortraitControlView.h */, - 556D14297F5801CB58D66D00F10E79C4 /* ZFPortraitControlView.m */, - 8F9A18BF9D890B53704DAF5BC7C2B63A /* ZFSliderView.h */, - DB35DC8794D8D2088BF447F09E3710CE /* ZFSliderView.m */, - F60531A14977DA8FA1B0CBA0128BB289 /* ZFSmallFloatControlView.h */, - C990ACDB8F47B5F5B1858F9C2CEC8C08 /* ZFSmallFloatControlView.m */, - 823F23D3EB8743A6C07C9A549661CD19 /* ZFSpeedLoadingView.h */, - B2BFBAC5B97EDFFD1EB0F0453FD74EB5 /* ZFSpeedLoadingView.m */, - 3A4A122571DF1EAA2341B6FE98B8B44A /* ZFUtilities.h */, - 1811C9A3AAE3809553725B3789401FAF /* ZFUtilities.m */, - D150A01BEBC4CB9B662FE0B6788EAB6D /* ZFVolumeBrightnessView.h */, - 68F42A9F366DF312078D4AB1CFBE9430 /* ZFVolumeBrightnessView.m */, - 50784D6A307AC0AFFF0FD7D72C4CEA37 /* Resources */, - ); - name = ControlView; - sourceTree = ""; - }; - C3B3D4FCB4A4295F3D70CA949895F892 /* DDBaseViewController */ = { - isa = PBXGroup; - children = ( - 9A9221BDE055876081E3BE2350D49730 /* DDBaseViewController.h */, - 9C872A42623381B7A38F76C583631D18 /* DDBaseViewController.m */, - 73AB274DE851ABB1FE7233B1339A3197 /* Resources */, - ); - name = DDBaseViewController; - sourceTree = ""; - }; - C52BF59515C9DE1B27F176059C0A1A05 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7ECE581AB7A194F7741A1A5028F7288E /* DDControlsKit_Private.modulemap */, - 47C0673E0C4FC144923D36E576964020 /* DDControlsKit_Private-dummy.m */, - C20469423795806E48DE5DC874F19F62 /* DDControlsKit_Private-prefix.pch */, - A7A87EB65B11B198C4F3F7FBE72B1BAE /* DDControlsKit_Private-umbrella.h */, - 913B125036C3BF6896D2C10E96361A49 /* DDControlsKit_Private.debug.xcconfig */, - A3B2C7758265293A82341B163D451D85 /* DDControlsKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDControlsKit_Private"; - sourceTree = ""; - }; - C58324F772971B1792DD6BE792A18D09 /* DDMANaviManager */ = { - isa = PBXGroup; - children = ( - 11A391CF84615F4E5FA8BBD7F242D723 /* DDMANaviManager.h */, - 8EF4FC1C8C7769A1BA4F45BC7734D3DD /* DDMANaviManager.m */, + D8714CE0730169DFC0AFA7B3C2238380 /* DDMANaviManager.h */, + A4A76A22C5CAC8CEEE0EEE78F3F89C40 /* DDMANaviManager.m */, ); name = DDMANaviManager; sourceTree = ""; }; - C6B8E905C3FC3AE99863A4315DB25992 /* Products */ = { + 3280457B333B8F216F37EBA59A3BD260 /* DDScrollView */ = { + isa = PBXGroup; + children = ( + ); + name = DDScrollView; + sourceTree = ""; + }; + 33D2F27DE529C5B7E027DC8B20983E89 /* DDControlsKit_Private */ = { + isa = PBXGroup; + children = ( + FDC123468C4BD629D91322876B934658 /* DDAttributedString.swift */, + E424068A845397B847A041B8F1EC9A34 /* DDButton.swift */, + 0E889469CD4B253CAAD1E37EBD8679DB /* DDCollectionView.swift */, + 0CEB0E47ED416CB2A2E9BF26DD1069A0 /* DDCollectionViewCell.swift */, + 423CE869BCA170735AED0E2FD16C720E /* DDImage.swift */, + 3A6A99C658C7DF2F349243618D009104 /* DDImageView.swift */, + 394E40451A5794ADACD8ABF69704BB1C /* DDLabel.swift */, + D09F7BDD2F81F164EAB649775043EED4 /* DDMutableAttributedString.swift */, + FCE5BD169DF00F2C122F6F290DBC81BD /* DDNavigationController.swift */, + 98F3231C59A42C8AEA7B63C4A51F70C5 /* DDScrollView.swift */, + 1CCE5DEA8CCE8273603731872454ADA7 /* DDSwitch.swift */, + 157C42EF4F4C5AD5F650DCC543DCDBAB /* DDTableView.swift */, + 2AF6D3BB344F9F95DB2CA9A4512E1D83 /* DDTableViewCell.swift */, + 2044256119F60107C9F86B722FC4D42E /* DDTextField.swift */, + D9BDF273B8399921F90B8E3437F75A7E /* DDTextView.swift */, + 7CABD3F10C9CB2FDB473CF28792DE9E9 /* DDView.swift */, + 3E2B7F7E2BB2CFF86928895CB40897B8 /* DDViewController.swift */, + 19EC3300018EE4A4E52751859AE33AA4 /* DDAttributedString */, + B04CBA53E3D541AFDD0109323297DB8C /* DDButton */, + B29E69B9F084B48CC362EAD8B538E648 /* DDCollectionView */, + 9FB000422B8E37EDE4B06D4095986693 /* DDCollectionViewCell */, + A882CE975CE43C89F9A8E5DEAA4F0E40 /* DDImage */, + 54ECF719483C242725C4B13D2BBBA528 /* DDImageView */, + 89E23551BBF93DF9B419846D0685137F /* DDLabel */, + E4246C8F1EB4B528D217BAFE7AFF6FDE /* DDNavigationController */, + 3280457B333B8F216F37EBA59A3BD260 /* DDScrollView */, + 4E56FC3DC06C0CE241B16C7F101369A6 /* DDSwitch */, + 28EAB4FA8D2BDD3F394E9C70657F8EB1 /* DDTableView */, + 817D7F4D99DB3A922ED2AC8C980AF7D8 /* DDTableViewCell */, + 0EFD49861691A736D97F26CAEDEBC565 /* DDTextField */, + C92B2ABF27796E873F4B9CD5E26BB4E8 /* DDTextView */, + FFC177ABD4E18B617FC21FA41316EC59 /* DDView */, + F2CDCD87F0C6D8B2B120EB4024A5D31B /* DDViewController */, + C123404932DDF3C27864A08618BFCD51 /* Support Files */, + ); + name = DDControlsKit_Private; + path = DDControlsKit_Private; + sourceTree = ""; + }; + 343EEC3F88EBB91E87EC53D4ADC33AE4 /* DDColorKit_Private */ = { + isa = PBXGroup; + children = ( + 6EEC451A837CFCA8AA411E6E0379AE46 /* ColorUtil.swift */, + 0216A78851EDD3737472DC9315B386D6 /* UIColor+Hue.swift */, + 21D0BA9ABD3CFEE8BA634B84521360D8 /* Support Files */, + ); + name = DDColorKit_Private; + path = DDColorKit_Private; + sourceTree = ""; + }; + 356527E5D24759521B12D158315EC39A /* Support Files */ = { + isa = PBXGroup; + children = ( + FC4B927D7346793DC31F43D68D808AE4 /* AMapFoundation-NO-IDFA.debug.xcconfig */, + E732171930153202A865940D4D246200 /* AMapFoundation-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation-NO-IDFA"; + sourceTree = ""; + }; + 35A47F1BC08B7999EED287D094606532 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3B3FA4B8149BC16A09E820CD7C317F3A /* JPush-xcframeworks.sh */, + 0180772D844948DAC2787CB2A6DEF7F3 /* JPush.debug.xcconfig */, + DCC0E6521B4FAD5E720B895D923673CC /* JPush.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPush"; + sourceTree = ""; + }; + 367CD520393E451B9E6609C74A1DABA6 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5606A629706F0449B60ED55D870A52A5 /* AMapLocationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 3797F45CF97DE9C0C3223C6019166A00 /* Resources */ = { + isa = PBXGroup; + children = ( + 543EF8325614DE6B4F19A4BDB8E6BA96 /* BRPickerView.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 388E2E00E60099DA63D6582BACC3B310 /* DDTimerSwiftKit_Private */ = { + isa = PBXGroup; + children = ( + BD00A7991FF6430A6A5D5FC44797A155 /* GCDTimer.swift */, + 6A293BAF681842852A5C93568EC7FBCD /* Support Files */, + ); + name = DDTimerSwiftKit_Private; + path = DDTimerSwiftKit_Private; + sourceTree = ""; + }; + 3A038659ED8BA62E99BAA5E76679C017 /* Products */ = { isa = PBXGroup; children = ( 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */, @@ -5812,7 +4086,7 @@ FB908FBF9F755AFB285A27A674140F71 /* DDMAMapKit_Private-DDMAMapKit_Private */, 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */, 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */, - 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */, + 2A524049697F59E68FFBB0F0895F87E7 /* DDTimerSwiftKit_Private */, A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */, DF07F7B964C7E3CE99FEEC54FC37F050 /* DDUtilsSwiftKit_Private */, AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */, @@ -5834,6 +4108,1580 @@ name = Products; sourceTree = ""; }; + 3D7183A7694CF31E3BEF441D32923A38 /* UINavigationBar+DDCategory */ = { + isa = PBXGroup; + children = ( + B1B5C4AC1979FFA94AB79854440E00C6 /* UINavigationBar+DDCategory.h */, + 1B480F71E1485282D0D0C97C7CAE263F /* UINavigationBar+DDCategory.m */, + ); + name = "UINavigationBar+DDCategory"; + sourceTree = ""; + }; + 3EAEFE9B210FDE40664704E86A3DDF0D /* DDMAUtil */ = { + isa = PBXGroup; + children = ( + 75340C28B849B14C21BA4BDAA0C8E109 /* DDMAGeometry.h */, + 5AEF2C1130160AD2AC47AEBF284AE834 /* DDMAGeometry.m */, + ); + name = DDMAUtil; + sourceTree = ""; + }; + 404D10DF6C4716E6394C5824F2C4983D /* UICollectionView+DDCategory */ = { + isa = PBXGroup; + children = ( + 05798AD3B94E8848BA6B0FE935881855 /* UICollectionView+DDCategory.h */, + 65975CE3EC921F5C1ECB54A0142386D9 /* UICollectionView+DDCategory.m */, + ); + name = "UICollectionView+DDCategory"; + sourceTree = ""; + }; + 40F107534C937BC69E9FBEA4420D7509 /* Pods-OrderScheduling */ = { + isa = PBXGroup; + children = ( + D13827848C413A76ADD18E47761D2B20 /* Pods-OrderScheduling.modulemap */, + 3431A513DD5CF052B33F1798DE98E1E6 /* Pods-OrderScheduling-acknowledgements.markdown */, + D5A3880A46506555230D960A979C59EA /* Pods-OrderScheduling-acknowledgements.plist */, + 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */, + B10BE75A37E306EDA52A1E38B89F97ED /* Pods-OrderScheduling-resources.sh */, + A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */, + CCA25F5644BF0246ABFFF775553FEEAE /* Pods-OrderScheduling.debug.xcconfig */, + F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */, + 2AB85225A76FD605AAA4578E1A765164 /* Pods-OrderScheduling.release.xcconfig */, + ); + name = "Pods-OrderScheduling"; + path = "Target Support Files/Pods-OrderScheduling"; + sourceTree = ""; + }; + 42D25E80BDDEF0A793C9158C769CB449 /* DDBaseTableView */ = { + isa = PBXGroup; + children = ( + 79C5942DCC47FC446D765A79C40FBA96 /* DDBaseTableView.h */, + 67F10E17A23637E4DAA74983A944C0EE /* DDBaseTableView.m */, + ); + name = DDBaseTableView; + sourceTree = ""; + }; + 45E5E510395402342E2A90ABE094FA6A /* Frameworks */ = { + isa = PBXGroup; + children = ( + AC8A8F26B1B4EFFBA96BB700047E3E79 /* Bugly.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 4B4ECE7B74FE089F754DFB23DEF0474B /* RxSwift */ = { + isa = PBXGroup; + children = ( + 1DA60B20BBEEE2E19D2F34C5CCCF4041 /* AddRef.swift */, + 344CC90BB1EF5B03398B3EC976FA4FA1 /* Amb.swift */, + EDDBB0D06D34E9E5BB97A82BCA8C015B /* AnonymousDisposable.swift */, + 6FB142D088781B2F8833F359CF938030 /* AnonymousObserver.swift */, + 826E23D70747E00E977AA1E65A0CC03F /* AnyObserver.swift */, + 595D14D8704EB2ADC9FA2C36B93B5DD9 /* AsMaybe.swift */, + 27EE0A3F44AFD4AAD378A470168986B4 /* AsSingle.swift */, + 57153152FAF1026EBCE4F6A8835F0FBC /* AsyncLock.swift */, + 4A26F4231E4C1E4FE11823C57F0B8940 /* AsyncSubject.swift */, + D6F326CB15C71F6927A7EAB044C94185 /* AtomicInt.swift */, + 55877E0A0277FE39E64AEDC8ED661944 /* Bag.swift */, + 8CD51EBCA7A5E184847140FEAB482F7F /* Bag+Rx.swift */, + B7151A93EDDAD5A714FC7F422D61B61C /* BehaviorSubject.swift */, + 11AF65E1A057D2D000B6B96BD704FEDD /* BinaryDisposable.swift */, + 1DDB8A1C0D162166C2832595772C3A04 /* Binder.swift */, + 0523B8FC02288EECEE46034A44A8713A /* BooleanDisposable.swift */, + EFDB1257807DC774E3A91DBC1843F5ED /* Buffer.swift */, + 50E2CA64CFBA7E29B8A0EB19E2E3D0E0 /* Cancelable.swift */, + 2566DCB60204A569F987B6582C64BC96 /* Catch.swift */, + B9C5209C5EED33DE8BED2EC8CC567079 /* CombineLatest.swift */, + 6F3EFFD0E2D7B7933DF52B46E5005668 /* CombineLatest+arity.swift */, + F071832D34041825D64A09CD28D1F9DE /* CombineLatest+Collection.swift */, + 20C22FACA8216A7937AF42F35BFD4F52 /* CompactMap.swift */, + 5065582A1F6674B4C8E25D4D49E666E2 /* Completable.swift */, + 472B9B4D8F176723B7B0E2DEA9DA8F42 /* Completable+AndThen.swift */, + CF1C0B8414B50C6F5781ABD1EF36EDEA /* CompositeDisposable.swift */, + 1A416963AECB61D2BA0FEEA4E2F3EBA7 /* Concat.swift */, + FD64C82BFDD29537BDD3D0C8090B0253 /* ConcurrentDispatchQueueScheduler.swift */, + 5920A499DAEED2F8B2B171A2039A970C /* ConcurrentMainScheduler.swift */, + C9282CC4026E9463EACA4FAB7DC5F2A5 /* ConnectableObservableType.swift */, + 2B8453A8FD828BC84298F4BE2633CB39 /* Create.swift */, + 99B456EA084FF91321A01E0666F686A0 /* CurrentThreadScheduler.swift */, + 617AB3AB0846F148F5CC02FD0CFD35B5 /* Date+Dispatch.swift */, + 4D7FF3F7882BDA960B3EE27630ECC52E /* Debounce.swift */, + C13744DA57FB380F2AC38B7F17899A4B /* Debug.swift */, + 9F706378D0BDBC464721A7127C1AAD5F /* Decode.swift */, + 753649BCE16000A2A81D11ED3EF52FAC /* DefaultIfEmpty.swift */, + 1C81D82CF8AE09B8BC63EDE4176D0489 /* Deferred.swift */, + A1B3263B0399513B0A98FEC04A1D7873 /* Delay.swift */, + A3383791880EACB6BC29B9C34C80A17C /* DelaySubscription.swift */, + 855A39BD939011389138F8CB02C7D9FD /* Dematerialize.swift */, + DF67331E6FD51792CBF87AA68A8EA90E /* DispatchQueue+Extensions.swift */, + 0B9880D07E182A73D7E5DC654EF09F98 /* DispatchQueueConfiguration.swift */, + EB6FCC479670EB2A01B5DFA36075D664 /* Disposable.swift */, + 91B9C7936002BA2922C0FB2817F7A095 /* Disposables.swift */, + 8AE9471A5D951EBDC27A1773783B7356 /* DisposeBag.swift */, + ADFA99000B844ABE847BC9C41A75C55A /* DisposeBase.swift */, + 734437D2CA2C62A30A50876700E58539 /* DistinctUntilChanged.swift */, + 1D3ECD2F422FC23A517C2886DFDFDB17 /* Do.swift */, + 74A1497D810F2C9D5696FFBD9A33ABB0 /* ElementAt.swift */, + E46B9635C5DB65CFDA43A3A927BC9041 /* Empty.swift */, + 5233A69B2FCEECDCBCC281C8BFADD628 /* Enumerated.swift */, + B5B9254C4FA7C36D1A857AFCD2D74256 /* Error.swift */, + 5C9E4CF343D8B8625D02F1DAAADADBBE /* Errors.swift */, + 38A21DACD2941F79049D13E21B0C122E /* Event.swift */, + 62F841B46F1041DF819825F70ABEC3D6 /* Filter.swift */, + B160E96E68CD8BE27304CB5211F0E61E /* First.swift */, + 968FC31249EC7E0B80ACF589964AABB1 /* Generate.swift */, + 4D3D6A64720DBCCB832E299585A65F94 /* GroupBy.swift */, + 4371332B4B841F7D627B1E42DE9DC1A9 /* GroupedObservable.swift */, + D78E1804922CFE72C188F2E6C9F739E7 /* HistoricalScheduler.swift */, + 49FA22E03468F51313078175FD154328 /* HistoricalSchedulerTimeConverter.swift */, + DC097C832C807AC9339AEC04939796C5 /* ImmediateSchedulerType.swift */, + C0A19DE6FDCE0A39CB8A91103AC223F5 /* Infallible.swift */, + C822678A2620D67BAB54C0EDAC8E8BFB /* Infallible+CombineLatest+arity.swift */, + 3AB327CC41CFB8078932FF524FDE05C2 /* Infallible+Concurrency.swift */, + 6D444AB38756B46325663640BAE3A6D5 /* Infallible+Create.swift */, + 527BC155E9716452B05B3581FE8575AE /* Infallible+Operators.swift */, + 135787B9E3EA1EACAE9CDEBD1BDC0E07 /* Infallible+Zip+arity.swift */, + 50045BEDC006232F1145178957264C10 /* InfiniteSequence.swift */, + ED5385FBB514A746C324203EBEABDE72 /* InvocableScheduledItem.swift */, + 70AF3C5468F2854A26AA649CD625C82C /* InvocableType.swift */, + 80653E3C794492C1132D7E89E109D0DD /* Just.swift */, + 76F4355DCEA46C5894DEAAAE1241E0A7 /* Lock.swift */, + 71895AE72E93BE32326BAB527EDB2C2B /* LockOwnerType.swift */, + C8E07B5FD3034EC6514B3721CA26C2D7 /* MainScheduler.swift */, + 84B64B18CEDCC06E58B433C67801EE6A /* Map.swift */, + E458D361902E90FAD7E2DB101B93C99B /* Materialize.swift */, + E5812B4BDC5A155CD05F1BFAEE39C0E0 /* Maybe.swift */, + 44326326E1354D83F29CBDD31E20E41A /* Merge.swift */, + 73A6AE5BAED73536F1EE0CEE4214A319 /* Multicast.swift */, + 55C8C677D3099B96D8FF00200EDC4401 /* Never.swift */, + 391FE9ADDC7D4885E0294A4C4CE7A04C /* NopDisposable.swift */, + C5F6C7F436169BC1FDA3F622C244D1F1 /* Observable.swift */, + CCCA66CD5DC4231D2E8336E440AF5F7D /* Observable+Concurrency.swift */, + 6C440069B224C9753698A1ACAD7B0D64 /* ObservableConvertibleType.swift */, + 6F5A069E9AF156CF36534056DEF59626 /* ObservableConvertibleType+Infallible.swift */, + 1D5084E53700F9D4CB8B0160079B41EB /* ObservableType.swift */, + 27F766B573A6D8AA88AA8244A80E1BB5 /* ObservableType+Extensions.swift */, + 8DEC5ECD3E288FE90A1AB02D4827DF98 /* ObservableType+PrimitiveSequence.swift */, + 6ADA3B01E5118CD5240871CCAD1CFD0C /* ObserveOn.swift */, + 38E53FFD53BD7A0186116E3F1A42A6A4 /* ObserverBase.swift */, + 08422740740495AFEC1F956AFBB1962B /* ObserverType.swift */, + 112FC61E4E1060E984CEC72D502EFEC9 /* OperationQueueScheduler.swift */, + 303FF4553C3CDEFE6876155427F4CCB3 /* Optional.swift */, + D1B612D8F9B5C5A226CD425BB8302D93 /* Platform.Darwin.swift */, + 353047EA4B439CE3C9714DE0075CE343 /* Platform.Linux.swift */, + BCE3D8A705A988458190D6C9AF6479E6 /* PrimitiveSequence.swift */, + 54A59EB183EA9B1F132DB5C1A332B840 /* PrimitiveSequence+Concurrency.swift */, + 6EDAB6198F03A97D685DFC848B76F115 /* PrimitiveSequence+Zip+arity.swift */, + C84B04F9B1C9A1FDB61426B5C0B7ABAC /* PriorityQueue.swift */, + 6CAE1874EFF0F3D7C9F7532133A44899 /* Producer.swift */, + 4789EA9B6B21AD5B48E88A5803829646 /* PublishSubject.swift */, + C887E676D52B10BA3C80332DC0F57F9A /* Queue.swift */, + 5627918B00ED9D2DA678F69C7D4CA855 /* Range.swift */, + 7735B24B4BF60517D4B8F83118F09B78 /* Reactive.swift */, + C38A47289011B4962A32CA698984B4EB /* RecursiveLock.swift */, + 465C38925725FF7B78D8DFA590B1BDED /* RecursiveScheduler.swift */, + 1EA2120684F1EBC8DB9E4CCB107BE8C2 /* Reduce.swift */, + 002BD6FF4A3F9245D1458F92EEE1244E /* RefCountDisposable.swift */, + E5B1B6C2E01B5939920DF97D44D4A5E6 /* Repeat.swift */, + 580A0EA4E8A25CB777C788831808B197 /* ReplaySubject.swift */, + 1B86A902E6CA841078C05C22122E4C89 /* RetryWhen.swift */, + E5B3710990D2B7BC5721451D81B7490B /* Rx.swift */, + 5B82C0A7943BA43A4304EA24ECEA0963 /* RxMutableBox.swift */, + 609BFFA24CC3A1AB4F0B26C3273404B5 /* Sample.swift */, + 3963BD4966C7DF217C145D8AB8AC2FBC /* Scan.swift */, + 63208BE112E3A35C84402FFFE9A89324 /* ScheduledDisposable.swift */, + 2144EAB4680AB9DA2A29B97199B33BFC /* ScheduledItem.swift */, + 066AEFE319BB79E3553147EA5F93199B /* ScheduledItemType.swift */, + 53815EF6EDED65BB92B8C6625841EEF2 /* SchedulerServices+Emulation.swift */, + 4275C172F5D5C448E6B2382B2D5685CD /* SchedulerType.swift */, + 4CF52881112EB4299F18008AF32F3271 /* Sequence.swift */, + 5F32BABA9B19C9AA4376675817F87D75 /* SerialDispatchQueueScheduler.swift */, + B8877230786DB2BFF61544011CB86C6D /* SerialDisposable.swift */, + DD102BBD93E2897C403C03465F95FF6D /* ShareReplayScope.swift */, + D25EC97FF2C88FD99AB6443EF5757A1B /* Single.swift */, + 84BCF483457586DBFF5BD91123792AA9 /* SingleAssignmentDisposable.swift */, + 117E96269AFF0996443E699F51607FF3 /* SingleAsync.swift */, + D2A35F6D3F919B412501C68DBD1DA69E /* Sink.swift */, + F236A0546D056A59B2E0E68E79FE5586 /* Skip.swift */, + 65B41C551ABF5C9C751D1FABC2036E2E /* SkipUntil.swift */, + C6D5812F779AA355D077553F3859ABF8 /* SkipWhile.swift */, + 82E171A4D62AE8024DF0362C28DF48FB /* StartWith.swift */, + 377CB21060FA6F9B7EA42A9C457D0C1F /* SubjectType.swift */, + 77065C3F8C2B680B392FA15C2B7C446F /* SubscribeOn.swift */, + 778A0767A67C37C73C630096B37EBD47 /* SubscriptionDisposable.swift */, + 658FF1A4D43134AA19624EB7BF8316F6 /* SwiftSupport.swift */, + D24F06D3F2234224653BC2087BDEAA9C /* Switch.swift */, + 49656CF20129649D3E14CF905B81CFF6 /* SwitchIfEmpty.swift */, + B4BCBBEB28B21C5331CBD2304519336F /* SynchronizedDisposeType.swift */, + 18D7095E0C3DCEED073E9338E84DA8DD /* SynchronizedOnType.swift */, + 1324AB98094E2491A3BCFE2E27AD5CE8 /* SynchronizedUnsubscribeType.swift */, + CD3853FA17077DAC37E79CF9015BF45B /* TailRecursiveSink.swift */, + 81D710FFC2759DBCFFACC1DA4938801C /* Take.swift */, + 0D2EA92DEA55E0A1845242A331313205 /* TakeLast.swift */, + 09C846336A32B4467C20350EA19EB9CE /* TakeWithPredicate.swift */, + D3C4FE0AA5ECB75330B72BDFE09623E9 /* Throttle.swift */, + 5B0932EE95E6051BB1F7F9F4A31E5750 /* Timeout.swift */, + 47260BD316016B0165ECE3FEC77708F2 /* Timer.swift */, + 90D69B16A5403DBF1D5078B2976068B0 /* ToArray.swift */, + 5F9AE79DCFF9BB44FED08BF5F57A9D99 /* Using.swift */, + 0738A91452A5AB8516CD9809C8206672 /* VirtualTimeConverterType.swift */, + CB787AD95BC28E864CD32C11BE6DDDB3 /* VirtualTimeScheduler.swift */, + 4F5C90D1734FFE9DA560CD12C00ECE27 /* Window.swift */, + 9491656224D0FCF6159A00459E9BE193 /* WithLatestFrom.swift */, + 65A34732D04A23A249E9F76A13628162 /* WithUnretained.swift */, + 7DC84570EA92E74568E6ED52FFE17CB1 /* Zip.swift */, + 99FB096955E5FD8D958A56ADC1ED1BCE /* Zip+arity.swift */, + 5661F3044C7C43A423BEFCE326E57FCD /* Zip+Collection.swift */, + D0B998C2067C6640262BD735AA57D732 /* Support Files */, + ); + name = RxSwift; + path = RxSwift; + sourceTree = ""; + }; + 4BB745D5B778FC54E85AEAEEFACA2D16 /* Support Files */ = { + isa = PBXGroup; + children = ( + 894570F29B4D45C0FFBC34E891468913 /* DDMAMapKit_Private.modulemap */, + FD0C6E606F532F530EB774688AF9593D /* DDMAMapKit_Private-dummy.m */, + 4662639DAAED2F88DB72EB50DDFE562D /* DDMAMapKit_Private-prefix.pch */, + 883338514E414313038E1B5EA4A6A87F /* DDMAMapKit_Private-umbrella.h */, + 9FA1ACD3BC30A0EE7C3D81116675A3A2 /* DDMAMapKit_Private.debug.xcconfig */, + 3E845D090132AEEE1BF189AAD8ABDCC0 /* DDMAMapKit_Private.release.xcconfig */, + FCC7F26EA0DC17F3F2A98FAC8CF2658C /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/DDMAMapKit_Private"; + sourceTree = ""; + }; + 4BD6D2855F8E13D16A8212ECB8BFA8B1 /* NSThread+DDCategory */ = { + isa = PBXGroup; + children = ( + 24176330F36B80B178FC6D0E1627E280 /* NSThread+DDCategory.h */, + DD0B379D6FA193591BC151DF5BCA89BB /* NSThread+DDCategory.m */, + ); + name = "NSThread+DDCategory"; + sourceTree = ""; + }; + 4E56FC3DC06C0CE241B16C7F101369A6 /* DDSwitch */ = { + isa = PBXGroup; + children = ( + ); + name = DDSwitch; + sourceTree = ""; + }; + 50A193C1E2E98BCEDFF1497AC20FD5EE /* DDMASearch */ = { + isa = PBXGroup; + children = ( + 4DD40F237AC4F444D5E75962E20F0B53 /* DDMASearch.h */, + 04F9D22EA2345AB1E9575D922C66DC6B /* DDMASearch.m */, + ); + name = DDMASearch; + sourceTree = ""; + }; + 51050228E3AABDBA902DC099FCCD29E5 /* UrlLinks */ = { + isa = PBXGroup; + children = ( + 21056EF70386B0B63763051687680BFB /* UrlLinks.swift */, + ); + name = UrlLinks; + sourceTree = ""; + }; + 5115DCC7E74205EBE12182A90819D82F /* UIButton+DDCategory */ = { + isa = PBXGroup; + children = ( + F08D351D57071BF3E95609D73BE2522C /* UIButton+DDCategory.h */, + 6B81040535DC7B45FFA730026E49F3F0 /* UIButton+DDCategory.m */, + ); + name = "UIButton+DDCategory"; + sourceTree = ""; + }; + 524B4F3EB95A2A25EBE7839F5C6F10D5 /* Sources */ = { + isa = PBXGroup; + children = ( + 2ED981656008DFFE068E14961F3548A5 /* Resources */, + ); + name = Sources; + sourceTree = ""; + }; + 54CB06928671B8EE1E39185D0BD80CF0 /* Support Files */ = { + isa = PBXGroup; + children = ( + B5885F01752A607BE3D973BBA005BFC5 /* AMapTrack-NO-IDFA.debug.xcconfig */, + 82AB15252286DBCAEED0EE8D07A212C8 /* AMapTrack-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + 54ECF719483C242725C4B13D2BBBA528 /* DDImageView */ = { + isa = PBXGroup; + children = ( + ); + name = DDImageView; + sourceTree = ""; + }; + 5527EA43543D2B4B660A23EB61E87AB0 /* Resources */ = { + isa = PBXGroup; + children = ( + 65C4BED199ABEB28A2C0F8F75F472566 /* en.lproj */, + ); + name = Resources; + sourceTree = ""; + }; + 58774742FD585A99FB149105552C09F1 /* Bugly */ = { + isa = PBXGroup; + children = ( + 45E5E510395402342E2A90ABE094FA6A /* Frameworks */, + D094325C611C474781F3B7151C55282A /* Support Files */, + ); + name = Bugly; + path = Bugly; + sourceTree = ""; + }; + 5A54F3B050939F0A915C3B19753F28BC /* Core */ = { + isa = PBXGroup; + children = ( + 933DF10E37590DC093C8A8CCDF270863 /* UIScrollView+ZFPlayer.h */, + 305B2C100AE9C166D7B3D78277127DF4 /* UIScrollView+ZFPlayer.m */, + 5D59389EDDB898E20CF461F0693D47C0 /* UIViewController+ZFPlayerRotation.m */, + F2495D849DB68E39CFD64EB94247A7BC /* ZFFloatView.h */, + 8B13BCDF72CCF01B041DF1DB8DDD3617 /* ZFFloatView.m */, + 0D539A798A592E1A805F8AD1C35F029B /* ZFKVOController.h */, + 611D15D08DBA689FCD039A3C6276081B /* ZFKVOController.m */, + E3A4B96D5ADBEBF88288089ADA4A65A1 /* ZFLandscapeViewController.h */, + 3BDE6A9594C2F90A716B6FD94A486AC2 /* ZFLandscapeViewController.m */, + 5B7C6E22CBAA9E40494008F39258119B /* ZFLandscapeWindow.h */, + 7425B2B089DAF86482D45B05A28556A0 /* ZFLandscapeWindow.m */, + 34617073F05D6CD8E57CF67782166986 /* ZFOrientationObserver.h */, + 4F57EF387408E38EF207C57D9AAA89A6 /* ZFOrientationObserver.m */, + 66F43DADB538C6EA730642FF38F6D1AA /* ZFPersentInteractiveTransition.h */, + 05E259742E7CC50345FA68160702ED2F /* ZFPersentInteractiveTransition.m */, + 2ED251BE91562DB5D2BBB9EC0F501568 /* ZFPlayer.h */, + 1EA5D2DE35E79348D8F178145364AD7D /* ZFPlayerConst.h */, + C6E7B62BC9B89B9FD818F3EC3B328C4B /* ZFPlayerController.h */, + 90103854DF1E0F105821E13A67BFBA08 /* ZFPlayerController.m */, + 4EF5C4CF324223E196EB51E678EC8C3A /* ZFPlayerGestureControl.h */, + B3B64B7CCECE62CF972E36286186F6AF /* ZFPlayerGestureControl.m */, + 4E45448822E000C45FF1C8BD832CC5F4 /* ZFPlayerLogManager.h */, + B8AF86C4C6196A16B24354F7FD7E3302 /* ZFPlayerLogManager.m */, + EEDB6443D9B5DA090BB6449BF21D4B73 /* ZFPlayerMediaControl.h */, + 6B971F5E1C49FF835F89CF93C1DD1B55 /* ZFPlayerMediaPlayback.h */, + 02B4B812822FD28C0EB03AE09282A465 /* ZFPlayerNotification.h */, + 6918D1561A26E4FF3496D39FE6D77847 /* ZFPlayerNotification.m */, + DC5AE8EE33062813D1CE352795131D11 /* ZFPlayerView.h */, + A8347B08AF62D9BB4FE0507E8906FE53 /* ZFPlayerView.m */, + 1B0A951290AE46CAE44F31581E7F33AF /* ZFPortraitViewController.h */, + 1864E6A8440CE48A822FA7565107CDCF /* ZFPortraitViewController.m */, + F8F0C99C6968A131E53483F729EE5FB2 /* ZFPresentTransition.h */, + 7DB11CF373D6CB1B1F7E9588B4A0A717 /* ZFPresentTransition.m */, + A41A11923F3B276CEA2FECBF048D2FC9 /* ZFReachabilityManager.h */, + FFF5015AA2CC23D57CF7884CAD856947 /* ZFReachabilityManager.m */, + ); + name = Core; + sourceTree = ""; + }; + 5BDE511C5C324724A4A3CF892DB12276 /* DDBaseTextView */ = { + isa = PBXGroup; + children = ( + 9C080C3E98143E38724494499CE5C34E /* DDBaseTextView.h */, + 4A1875199BE7601B0BB3D9FF2EFB3585 /* DDBaseTextView.m */, + ); + name = DDBaseTextView; + sourceTree = ""; + }; + 5C4ED4712EA830D95DB75A87EC0E2FAD /* DDBaseViewController */ = { + isa = PBXGroup; + children = ( + 750465AFC14AD05FD830401372949A63 /* DDBaseViewController.h */, + 25DE850B7532056F2382E4BC4B8DF44E /* DDBaseViewController.m */, + 1969256DAB5CAC33AA851968F8C7DECA /* Resources */, + ); + name = DDBaseViewController; + sourceTree = ""; + }; + 5DCBF9A1CA61B68B2A9C5954C7B824F6 /* AMapSearch-NO-IDFA */ = { + isa = PBXGroup; + children = ( + B1D2FE0D1EEE60E80B4EE59DB3F72ECF /* AMapCommonObj.h */, + 24555BFF31122F06F8A5E47BE60AE74E /* AMapNearbySearchManager.h */, + 3BF9A1BA2C1B54202E413A20BEAD34DA /* AMapNearbyUploadInfo.h */, + 222C30C84A92F0DCC26A6334216C5524 /* AMapSearchAPI.h */, + 7C916F3D312496F40E31E50017DD7721 /* AMapSearchError.h */, + 7A2371B9B217C44DC8BC20DEA7D688FA /* AMapSearchKit.h */, + 95798E2EB446E4C96264C72F2FB45CD2 /* AMapSearchObj.h */, + 2B37B32CC71B53071C0B4315108026B6 /* AMapSearchVersion.h */, + 2B04003912CEE957EB9DE88AB3759545 /* Frameworks */, + 2B7B6D42E36679FA23E8437E0DC57237 /* Support Files */, + ); + name = "AMapSearch-NO-IDFA"; + path = "AMapSearch-NO-IDFA"; + sourceTree = ""; + }; + 5EBAD88DF4B0CAA3D4C882E078AD0F24 /* DDAudioPlayerKit_Private */ = { + isa = PBXGroup; + children = ( + 22C007EC445593FC31D8E0C6E62FAB7C /* DDAudioService.swift */, + 182976190BE532FBD45D1A1D2FF6F952 /* DDSpeechSynthesizer.swift */, + 87430EB6E6DCD7D692E1FADF217D8846 /* Support Files */, + ); + name = DDAudioPlayerKit_Private; + path = DDAudioPlayerKit_Private; + sourceTree = ""; + }; + 6072B60EF2728FF5E20C75E73499C339 /* UITabBarController+DDCategory */ = { + isa = PBXGroup; + children = ( + 7926448B28E0AF2A3BC28A811DBD9D21 /* UITabBarController+DDCategory.h */, + BE13ED9AB8EE3729080CDCE28A719A8C /* UITabBarController+DDCategory.m */, + ); + name = "UITabBarController+DDCategory"; + sourceTree = ""; + }; + 64CCCCABA270714A04753643F00B381B /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + CAF9CE2464B2626F13EDB6037C5A029D /* IQBarButtonItem.swift */, + 45D0BB6745267604069A277EF8A5AE5E /* IQInvocation.swift */, + CDDFA0F69688FF8C84E1373F41141AC4 /* IQKeyboardManager.swift */, + 07F3CDCA5004E2643F9C9A09A6498A55 /* IQKeyboardManager+Debug.swift */, + 1D3A610F3B53C6FE46EB6C0FD6EC7D3A /* IQKeyboardManager+Internal.swift */, + EB5E8034249F90B7D3F4C99FF0E651AE /* IQKeyboardManager+OrientationNotification.swift */, + C64007593D82A1A28CF181C26549E715 /* IQKeyboardManager+Position.swift */, + 65A9BC05D23E282469BBC44E1A47D783 /* IQKeyboardManager+Toolbar.swift */, + BD08052E8A10F338CB0FCBDDA09E0160 /* IQKeyboardManager+UIKeyboardNotification.swift */, + 475EF125361012AC460FE01F3180D043 /* IQKeyboardManager+UITextFieldViewNotification.swift */, + AD2B964D75DA9FDB1AA239213B7BC9D6 /* IQKeyboardManagerConstants.swift */, + F72F59F68F128DEB970DED4608D9DB36 /* IQKeyboardManagerConstantsInternal.swift */, + E39E20E88245B6C827AC3000375933DF /* IQKeyboardReturnKeyHandler.swift */, + 73E560D5F0D67C08040281A349936CCC /* IQNSArray+Sort.swift */, + 6F9E26AA058DAF34E104B15F180E0E17 /* IQPreviousNextView.swift */, + B0AE4B225CDEDF8AD051F01FA5ABB568 /* IQTextView.swift */, + 956B3259745F9ECAD88ED174FAC6E910 /* IQTitleBarButtonItem.swift */, + EA8425C2B88F38D68AD8FC0E7B9E0ED9 /* IQToolbar.swift */, + 834C0A1EADDB7A86DF76F7320280147D /* IQUIScrollView+Additions.swift */, + 21A2C752059CBD7AEEDA303C3DDDE795 /* IQUITextFieldView+Additions.swift */, + B5CB77B1480A0D5B30BC268F56EA3E09 /* IQUIView+Hierarchy.swift */, + F35F170A08FF23AAD1E59243389C2D2C /* IQUIView+IQKeyboardToolbar.swift */, + 6A8821E73AAE958884AABA88ED0B8BE0 /* IQUIViewController+Additions.swift */, + B80C856FC17920DF6FF559148C6B9CC1 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + 64E9250F63596164040585B77439D157 /* DDMAMapKit_Private */ = { + isa = PBXGroup; + children = ( + 9D6744389E30334B4F85BFFFE2513108 /* DDMALocation */, + 0CF0BC63DEDE66AD6B7F28FD931A9F9D /* DDMAMap */, + 321E6140B4CB09C443655558C1F6369F /* DDMANaviManager */, + 50A193C1E2E98BCEDFF1497AC20FD5EE /* DDMASearch */, + 084CD6A1F490DDA6C97AE12DA824C899 /* DDMATrackManager */, + 3EAEFE9B210FDE40664704E86A3DDF0D /* DDMAUtil */, + 4BB745D5B778FC54E85AEAEEFACA2D16 /* Support Files */, + ); + name = DDMAMapKit_Private; + path = DDMAMapKit_Private; + sourceTree = ""; + }; + 652CA1CD449E720D45005816546DBB84 /* Support Files */ = { + isa = PBXGroup; + children = ( + B692C78AA698D69225DC9CF080EEBAC8 /* JCore-xcframeworks.sh */, + 3A45420DEA7D14A0F00A68A851F6C35C /* JCore.debug.xcconfig */, + C6B2253346C55F71B5E30501DA19B3AC /* JCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JCore"; + sourceTree = ""; + }; + 6571DEE63F706FD82A2A08179757155A /* DDLogKit_Private */ = { + isa = PBXGroup; + children = ( + E6C35DBE305E1296BA94C5A1EB685FE9 /* OCLog */, + 91F0A21257964C08239FCCEF3A740E43 /* Support Files */, + 96DF11A30145271743BA8528F124DA3D /* SwiftLog */, + ); + name = DDLogKit_Private; + path = DDLogKit_Private; + sourceTree = ""; + }; + 664F80FF57AAC7B800BB91B769E68E0D /* SnapKit */ = { + isa = PBXGroup; + children = ( + 0D6F30467532F4B97A4773CF1EA2C0B1 /* Constraint.swift */, + A92BC967E0500942BDA16B59E9BC4CDC /* ConstraintAttributes.swift */, + 54764FA18A5FF5ED9944B4B3864F7F88 /* ConstraintConfig.swift */, + CCF5CA9B836CAC8B7C83EBDE88EDDB8A /* ConstraintConstantTarget.swift */, + AFEA776E777234B81C7F43133A610AB5 /* ConstraintDescription.swift */, + A7580AB0BC5791854DDB01B142714B16 /* ConstraintDirectionalInsets.swift */, + E094270E419C931EE0AB21CD1AAFA583 /* ConstraintDirectionalInsetTarget.swift */, + 95FCC036495C437AF2D73A78930091D1 /* ConstraintDSL.swift */, + EF0C3A6AB0E2B2D38E29A633E5BDE266 /* ConstraintInsets.swift */, + 76543AC22593AF1DED91FF40EA424D11 /* ConstraintInsetTarget.swift */, + FFABF90431F3CBDC38B1BEB64B67C27E /* ConstraintItem.swift */, + 0A43699697F0F0561FC3098890318835 /* ConstraintLayoutGuide.swift */, + 3EC5F897D862231ADD2E5CAB3064A937 /* ConstraintLayoutGuide+Extensions.swift */, + F543760F4305BCAD9A4079C335C4609F /* ConstraintLayoutGuideDSL.swift */, + A06CD23429DDB6B7E05AB9604F19DD5B /* ConstraintLayoutSupport.swift */, + 1BAF26AA0328628B4CDF6CD90EA8ECE5 /* ConstraintLayoutSupportDSL.swift */, + 68EEC89353AAA8C4EA17EE726CD9F524 /* ConstraintMaker.swift */, + 45ED69ED49823D4F64DF378E7195D69E /* ConstraintMakerEditable.swift */, + 10BC660D7095E1F6372297C75F9C7E31 /* ConstraintMakerExtendable.swift */, + CE00F67CFB7D63406FE9C5166CE02748 /* ConstraintMakerFinalizable.swift */, + 1E79880A738C9D147B2318C112565085 /* ConstraintMakerPrioritizable.swift */, + F887C492A4256DB8E3A977760D63B5C5 /* ConstraintMakerRelatable.swift */, + B223691BBCF54B8A7EF60F5FD53FD240 /* ConstraintMakerRelatable+Extensions.swift */, + A529BCC5EE9042D34104C7FC97FE146D /* ConstraintMultiplierTarget.swift */, + 8ED7E80ADB027A3A94C6992138D0B9E2 /* ConstraintOffsetTarget.swift */, + 99AE0D87126F008CAA523D29DB05D2D5 /* ConstraintPriority.swift */, + 7E45EF58AA52D9725148F2932C263B9F /* ConstraintPriorityTarget.swift */, + CDD8585E8160D9ADD0939CBD810AAF7F /* ConstraintRelatableTarget.swift */, + 392A78509504041615B989297021879E /* ConstraintRelation.swift */, + B9A12B786E8D1A2987B94D175404C849 /* ConstraintView.swift */, + E719D89281DD264E3477C5EA9113D1D5 /* ConstraintView+Extensions.swift */, + ECF9E618F54FDB3FD844023C7FEBE3E8 /* ConstraintViewDSL.swift */, + 9DFC2021A4B2B7BDCDC4EE31E3DB9DAA /* Debugging.swift */, + FAEFA0643177B6BD7BC8E91CC71501B2 /* LayoutConstraint.swift */, + B0BE59DAB5D20B89ED51B0570CF1D917 /* LayoutConstraintItem.swift */, + FB59A552432C79E45A72F45AA49F674D /* Typealiases.swift */, + 3460C97BA222660A04E788388AC0C4F5 /* UILayoutSupport+Extensions.swift */, + 67B20B12968DE4908EFFAF6877A7D979 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 66B8C13751DE066F3B3C7D166315ECE5 /* Frameworks */ = { + isa = PBXGroup; + children = ( + A1E9997BFE0AC6AA3DF4B5A4E9C7EE48 /* AMapTrackKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 67211D3856BC826DDA34BAFD25CAFB0F /* DDBaseScrollView */ = { + isa = PBXGroup; + children = ( + 0CAF12C2FF61D3A84D919D42918D0EA9 /* DDBaseScrollView.h */, + A85537A001B917E500E27F2E22BB7A7F /* DDBaseScrollView.m */, + ); + name = DDBaseScrollView; + sourceTree = ""; + }; + 6763001DD6BD6424C439842D0F4173A3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46ED510D0812087CCB271554E5EEBAB8 /* DDNetworkingOfAlamofireKit_Private.modulemap */, + A1255D7396AB74C3A771627693F644AD /* DDNetworkingOfAlamofireKit_Private-dummy.m */, + DEC46E1E6DF0538049A2AF266E62F15A /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, + D65029969113C8B5F34E94519062380B /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, + 9B1A01407C3E2C2C84D752D9D699FD26 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, + F03801CD55C5815947FBBCC6BB9F2A59 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; + sourceTree = ""; + }; + 67B20B12968DE4908EFFAF6877A7D979 /* Support Files */ = { + isa = PBXGroup; + children = ( + 72B27217D7C7D06E2883F8A0B7EE7EF9 /* SnapKit.modulemap */, + 3B82B0174D8E95BD64F64DA3AFBC8F35 /* SnapKit-dummy.m */, + 1573D6F2BDD743C2E08FAA3D4EDD388E /* SnapKit-prefix.pch */, + 77A2D131F423BFAB076592544D3A4F93 /* SnapKit-umbrella.h */, + D78AC15084216DAD64AFF6833DDDD171 /* SnapKit.debug.xcconfig */, + B8ABAABF63F9462123B7153ACD786807 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 6A293BAF681842852A5C93568EC7FBCD /* Support Files */ = { + isa = PBXGroup; + children = ( + 23C97C126187877839211BCD0396CF88 /* DDTimerSwiftKit_Private.modulemap */, + 9FA0980ED381B9102BC01EAC35448DB3 /* DDTimerSwiftKit_Private-dummy.m */, + AD81CD29F9C066947AE037E19BC59353 /* DDTimerSwiftKit_Private-prefix.pch */, + 18B7926F09F2F43261291956FBEE9165 /* DDTimerSwiftKit_Private-umbrella.h */, + FF209C790276F0D0EE0345FB7A4EAF86 /* DDTimerSwiftKit_Private.debug.xcconfig */, + 4A26FF9605C0FD3F2DF1DBB60F264CA0 /* DDTimerSwiftKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDTimerSwiftKit_Private"; + sourceTree = ""; + }; + 6AAE5056B8DC2AEBFB15E57A65F271AB /* NSURL+DDCategory */ = { + isa = PBXGroup; + children = ( + 79174E1AC5AA323C3F6D898E0B643E07 /* NSURL+DDCategory.h */, + 2C94D264B7700198951B4D0CA4C4FF5C /* NSURL+DDCategory.m */, + ); + name = "NSURL+DDCategory"; + sourceTree = ""; + }; + 6AE3A0BF406761DBADFD73A328BA8E7D /* Support Files */ = { + isa = PBXGroup; + children = ( + 340A8E77F040DA28F1B47170333B5780 /* MJRefresh.modulemap */, + 3F3CC406E106C8FB3CE703635E2107C5 /* MJRefresh-dummy.m */, + 46C98A704A8627C192D6CE40270D2C1C /* MJRefresh-prefix.pch */, + BA2FD13518A7C84C6812EF2C6B5E1C1C /* MJRefresh-umbrella.h */, + 015631681C7B83B2C7216F38F9058174 /* MJRefresh.debug.xcconfig */, + 943823ACEC91D87ABE7431E8FB5F58BB /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + 6AF3899EB30A05022934B7A7321C8066 /* UITableView+DDCategory */ = { + isa = PBXGroup; + children = ( + AE7019311FC20F2A70A7DF6DA45B765A /* UITableView+DDCategory.h */, + A7D5BECA776C74B5B894A9491EBEFC6C /* UITableView+DDCategory.m */, + ); + name = "UITableView+DDCategory"; + sourceTree = ""; + }; + 6C3A49DB5D3288527EBA6C775719C865 /* Support Files */ = { + isa = PBXGroup; + children = ( + F29962E6C8B6CFAD7726EA32B42A562E /* Alamofire.modulemap */, + 808467A47E23421FAD3248ED1B324A54 /* Alamofire-dummy.m */, + 8216FC04928FEFD3CE5FEC4E25D23EFC /* Alamofire-prefix.pch */, + 0B78BA6B636238B9C31F3E51CA42F2F1 /* Alamofire-umbrella.h */, + 1A9499A9E918B4D8DDB32B4E1D9A47A9 /* Alamofire.debug.xcconfig */, + A1B5881FDA30E8F57447CF1998BF5B64 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 7274A6C7EBA92EAA66CA93A86C7E12EC /* UICollectionViewCell+DDCategory */ = { + isa = PBXGroup; + children = ( + F2D7652CC61AFD814CAAAA60C3C79FE4 /* UICollectionViewCell+DDCategory.h */, + 7315D1F8FC4040B2AE061AB9405761EC /* UICollectionViewCell+DDCategory.m */, + ); + name = "UICollectionViewCell+DDCategory"; + sourceTree = ""; + }; + 72B903982879F2E3762CDC9AF7CA15E7 /* Support Files */ = { + isa = PBXGroup; + children = ( + E7A73E608D315879088C4E1402D5634A /* DDCategoryKit_Private.modulemap */, + C305061A43F4C2FC103B2F00149C126D /* DDCategoryKit_Private-dummy.m */, + 9FAD987247AE6D541997BCEDB8CB6099 /* DDCategoryKit_Private-prefix.pch */, + 3DCFE93E3AD5FDDFFEDA57728DBCD584 /* DDCategoryKit_Private-umbrella.h */, + 36107D87BAEE075A7933E67A6FC3F4D8 /* DDCategoryKit_Private.debug.xcconfig */, + B8088DDAC37BD14953B0D8275B9E110C /* DDCategoryKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDCategoryKit_Private"; + sourceTree = ""; + }; + 75BE3A0C95DB361329071D5CD9754943 /* DDDateKit_Private */ = { + isa = PBXGroup; + children = ( + 8EBBF0355FB46923D9BA640526D5CAF7 /* DDDate.swift */, + BBF595F18C386DBD3E8632906D0F116F /* Support Files */, + ); + name = DDDateKit_Private; + path = DDDateKit_Private; + sourceTree = ""; + }; + 76237CAFD5F844B6FEC680761F60D8BC /* JPush */ = { + isa = PBXGroup; + children = ( + 22263706430E5539F93F8C28254A00E4 /* Frameworks */, + 35A47F1BC08B7999EED287D094606532 /* Support Files */, + ); + name = JPush; + path = JPush; + sourceTree = ""; + }; + 7BD3E6F04843D0655F6484FC5B177836 /* BRPickerView */ = { + isa = PBXGroup; + children = ( + 682D157A18CFC49DAB38947AF4345680 /* BRPickerView.h */, + 04E8A0FC31A04AEA36C0E93D2D7E3804 /* AddressPickerView */, + 81727A93D7B2FFF350BBF30CD7AD32BA /* Base */, + 079A0ACAC84C89FAEBF00C2DB5804EE1 /* DatePickerView */, + 94D059A3BAF53313D2C94105FBB8D9ED /* StringPickerView */, + FAFC95CDEB2039BF203631C4A3B5DB73 /* Support Files */, + ); + name = BRPickerView; + path = BRPickerView; + sourceTree = ""; + }; + 7CB614FE8FEB4F73148BD5C32C7E1538 /* AMapLocation-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 41D326DCF5FD97C219C578A03D9C04F3 /* AMapGeoFenceError.h */, + 9EF52AD859FF4492897D6AF6DD1CD185 /* AMapGeoFenceManager.h */, + BBD8D42E128DF183C6436920A1B31C1B /* AMapGeoFenceRegionObj.h */, + CBDDD7AB1FDF258E58644E3469831164 /* AMapLocationCommonObj.h */, + B3EAB6AF3007CC24709932F9198FCF79 /* AMapLocationKit.h */, + BCB5302391AE7FD050E225B72E343683 /* AMapLocationManager.h */, + 0692BF75289B5D9FA6E065FDCD764DA2 /* AMapLocationRegionObj.h */, + 5E6E237710D6BDF2DBE78D00F398B8E6 /* AMapLocationVersion.h */, + 367CD520393E451B9E6609C74A1DABA6 /* Frameworks */, + EE4086C8EF77FD9F291BBD18FA3BFC18 /* Support Files */, + ); + name = "AMapLocation-NO-IDFA"; + path = "AMapLocation-NO-IDFA"; + sourceTree = ""; + }; + 7D757840035991A8A636450C59CC9B85 /* SwiftEntryKit */ = { + isa = PBXGroup; + children = ( + E1D34754CCA9B3CCD8F012A884999BA5 /* EKAccessoryNoteMessageView.swift */, + C9E01B5A1EC0A12D4FF1814DF5EFD436 /* EKAlertMessage.swift */, + 99D297C3494057083644A41F794333E3 /* EKAlertMessageView.swift */, + 5308E8AC9A9F088C0686243A99721769 /* EKAttributes.swift */, + B9BC81A8E042C54CF49C8C68B399563C /* EKAttributes+Animation.swift */, + D78205C97B87BB446B81EADBA4B66827 /* EKAttributes+BackgroundStyle.swift */, + E1DAE2005D7D704199C19E4F53121B2B /* EKAttributes+DisplayMode.swift */, + BA58C60D0E596ADDB1F29E7FAAA1DE71 /* EKAttributes+Duration.swift */, + A725E4F30CC496FC2FFCB8E9ECB39799 /* EKAttributes+FrameStyle.swift */, + E4DB31C7FFAFC4A228B69504164C88DC /* EKAttributes+HapticFeedback.swift */, + 11E44DB01BF52DF27DED9F8DA8397B6B /* EKAttributes+LifecycleActions.swift */, + 343F0E9AED13F8EF7A8F57966500D103 /* EKAttributes+PopBehavior.swift */, + 9A7A510E3D6AA305EE01758698B2C29B /* EKAttributes+Position.swift */, + 40CDE96E1CF3780B7F972F125D92DA8D /* EKAttributes+PositionConstraints.swift */, + B808A6EF4C1BD25BA645D85283C64CAC /* EKAttributes+Precedence.swift */, + 02B5D36893B7C5B2A04CA6311C796209 /* EKAttributes+Presets.swift */, + 68E2A234C44A533BB1D679BD9BBBBCF4 /* EKAttributes+Scroll.swift */, + 2226E0F283E96195E5B63F3F889C41E9 /* EKAttributes+Shadow.swift */, + C679E9F9E8403F4914AD2C950FFF4C38 /* EKAttributes+StatusBar.swift */, + D7B7F3E9F7E277284425118203CC1AFC /* EKAttributes+UserInteraction.swift */, + C81726FEED259C11255DDE395DB7FD89 /* EKAttributes+Validations.swift */, + 07B3D76D696510F49D68B777F3C2F20B /* EKAttributes+WindowLevel.swift */, + 36874ADC928A388570813D66EBDA580F /* EKBackgroundView.swift */, + 3D36193E88A18A35D11FD1689CE00421 /* EKButtonBarView.swift */, + C3C6DA9DA2237E9F725750A81AF777C4 /* EKButtonView.swift */, + CB326CC9FC67ED01000DF51471C9264D /* EKColor.swift */, + 5819EF7BD550DC2DFA3B49505B105807 /* EKContentView.swift */, + D132BDE216349780B8BB26EACEA0199D /* EKEntryView.swift */, + 0DAC98C51E8808C717CA83F37AD949EF /* EKFormMessageView.swift */, + B7347AD876C0951159791F4449F4AE05 /* EKImageNoteMessageView.swift */, + 077AFFAACDD191C9837E2920BA5B64DC /* EKMessageContentView.swift */, + 50A8B84CF54591E1C379E2F67D45633D /* EKNoteMessageView.swift */, + 60BC838C8FE9A41C4CC796070A644735 /* EKNotificationMessage.swift */, + 606066ABAE1228440F800F1F68BA9490 /* EKNotificationMessageView.swift */, + A36F8EA5116CF54B086110B7BB6DB944 /* EKPopUpMessage.swift */, + 2B33D4DAD8C3C9D376A94A12C023B798 /* EKPopUpMessageView.swift */, + 317DF70697F5B221611CF77D195F71B5 /* EKProcessingNoteMessageView.swift */, + FC267FBE0FB5C2B2DDC4FDB7E06B3DBB /* EKProperty.swift */, + BD6A7C3F4858CCD12F04F5F2A6DFA678 /* EKRatingMessage.swift */, + 3EC46DD4C720F9A8A99140A61A40CD7E /* EKRatingMessageView.swift */, + EE5C4E1446B1BD93752C4071AB9DB085 /* EKRatingSymbolsContainerView.swift */, + E82292FCB37E57D391C3EA2755302C93 /* EKRatingSymbolView.swift */, + 839EE7F72D504AADBBCFDB1DEB8E16D0 /* EKRootViewController.swift */, + 94B03752321A6AD71D5ED7D8044DC805 /* EKSimpleMessage.swift */, + 9A7D4A74EB8F3B275870A1ECBF0217FF /* EKSimpleMessageView.swift */, + 325F5D53AC22A09382114297EEC436C4 /* EKStyleView.swift */, + A5A81EB012CB505904B9A8F19C4B8528 /* EKTextField.swift */, + 06E757CE2228AE63A091941338F74AE5 /* EKWindow.swift */, + 0347D13E14D55C9BDBF2D378BD0955C9 /* EKWindowProvider.swift */, + 2D292FA1F419BE272DC613389809C2BB /* EKWrapperView.swift */, + 65670E5A24053A3DE3CC549FEDF04DC0 /* EKXStatusBarMessageView.swift */, + 2BC878C7D37CB423CE67D0E26B7D0E22 /* EntryAppearanceDescriptor.swift */, + E3FD7892E89631CA9E6DD8451359C16F /* EntryCachingHeuristic.swift */, + 8C7630A806E49CBF9755E62B890A64B9 /* GradientView.swift */, + B12E71F7D5301E7521747E2F08E95F2F /* HapticFeedbackGenerator.swift */, + C5A48D8AE5E1638BC2FFFE44CA517637 /* QLCompatibility.swift */, + B90125D9384C1FDAD8F9CAE624D8BE9A /* QLUtils.swift */, + 65985E2632A712F550DADE94E94A63CF /* SwiftEntryKit.swift */, + BDE202FFE7C586F29124DB5C0BF7CA0C /* UIApplication+EKAppearance.swift */, + 289B5E89C58007C89BFC5A8FFA13E97D /* UIColor+Utils.swift */, + 9EEE3BF1975EB04E24076DFEA6984957 /* UIEdgeInsets+Utils.swift */, + A32480A770366DCD672EE1CB2788800B /* UIRectCorner+Short.swift */, + 553430FD412E81577CC10948DEB10EF9 /* UIView+QLContentWrap.swift */, + CF1CA0F8B1D42E6C9A74315A669ED156 /* UIView+QuickLayout.swift */, + F88A3DA427B75E20AB17D0725C389162 /* UIView+Responder.swift */, + D85EE17441BED4D6D99DA0EF0C272B50 /* UIView+Shadow.swift */, + 6DF4065EFC063D3C7EE57D4EF1A98083 /* UIView+Utils.swift */, + 29C018D867C46974B25FED3D1C9ED193 /* UIViewArray+QuickLayout.swift */, + 2445EBDDC7AE208D625612CF8647DDF0 /* Support Files */, + ); + name = SwiftEntryKit; + path = SwiftEntryKit; + sourceTree = ""; + }; + 7FDB574096DB8F9CE12BC9CD2E04D107 /* RxCocoa */ = { + isa = PBXGroup; + children = ( + 1EBF76B7EE5981BFD82B8DE6FD622365 /* _RX.h */, + D1A42F043DEA078C48226209468FF71A /* _RX.m */, + 26DEA8DD2DF5BE63C02C17FF1C03692C /* _RXDelegateProxy.h */, + F42C7789E2FE6C8DF075C6A31D72A63F /* _RXDelegateProxy.m */, + 1483693586CF0F861D6C658F06438BB8 /* _RXKVOObserver.h */, + C001A5262D2778263FC4343A80ADA1D9 /* _RXKVOObserver.m */, + 7A856A1BC7617917946BCFC728062FFB /* _RXObjCRuntime.h */, + 282F39E0364185F7479C64453DBAF621 /* _RXObjCRuntime.m */, + CBDF95A58A9987FE039371DD70D0C635 /* Bag.swift */, + 228CF9A364CEC746111091A5745189CD /* BehaviorRelay+Driver.swift */, + 415FF56667CEFEC4309D9034D84F5926 /* ControlEvent.swift */, + B4B26C83A6B122014374739170A3368F /* ControlEvent+Driver.swift */, + 25422C95EF0D3CDC2D3E19E86E0B8BB5 /* ControlEvent+Signal.swift */, + BFA945966346391D0041C870EBE78535 /* ControlProperty.swift */, + 9EA006107F648AA0A601418BB6B86798 /* ControlProperty+Driver.swift */, + 201E85F3CE93EE726C4ECFB69A6290AE /* ControlTarget.swift */, + 411AE86E1CE98BB32903D57C6DD25941 /* DelegateProxy.swift */, + 15D77BF6119CB3A23E0AAAB10398D027 /* DelegateProxyType.swift */, + E3F1078BF94F10EFF0546E71C5CE8D1C /* DispatchQueue+Extensions.swift */, + 328C9B20CA457C1DF86AF4FCE9C59638 /* Driver.swift */, + 69F11A2F6ED55199A0F7869FD34F0914 /* Driver+Subscription.swift */, + 24A48F431550187FFB18285C4CB4D317 /* Infallible+Bind.swift */, + 4EC8968A3C7DF18A21437BD54203B9DA /* InfiniteSequence.swift */, + 2855FF4DA416EEEA9EDC236A02B45CCB /* ItemEvents.swift */, + A9E5E186EE3DDCB813159E86BD4BA1AB /* KVORepresentable.swift */, + 683CDE8E08785AEC088F65BC702CEE90 /* KVORepresentable+CoreGraphics.swift */, + BA9C99F07FE83251B7ED329975DC4660 /* KVORepresentable+Swift.swift */, + C77FEF37C7BC00E2BF4604538ED5BAD4 /* NotificationCenter+Rx.swift */, + 2CB36F47D613D4F194D363953C9AC5E0 /* NSButton+Rx.swift */, + B34DD70CCBCBC0917F8BAA1B1E548407 /* NSControl+Rx.swift */, + 49462E78AAE7AB2228588FA0741EE354 /* NSObject+Rx.swift */, + 7A44F15ED1A918AE70EE2FC4DEF79EFE /* NSObject+Rx+KVORepresentable.swift */, + 3BCD5BE277F5749CBA30B3ED833FCF21 /* NSObject+Rx+RawRepresentable.swift */, + 5E53C3CC11EB6251FB7BE1FEA574C715 /* NSSlider+Rx.swift */, + 5DCCFDF90F6D31713C3B5E7B0465EF61 /* NSTextField+Rx.swift */, + 37CE8E20567A1429DB73B6698DA0D6EA /* NSTextStorage+Rx.swift */, + 14C2F30E0CE0D640E713EE67AFBD31E2 /* NSTextView+Rx.swift */, + 5048C7F77A5504F5CD50BA270E6A9DAB /* NSView+Rx.swift */, + 62A1CC181C807926A95A1B09578C3B94 /* Observable+Bind.swift */, + F706F18A5273A3F9B90A4061CF9D5FA4 /* ObservableConvertibleType+Driver.swift */, + 827EE5636996526C781300566E8044E0 /* ObservableConvertibleType+SharedSequence.swift */, + E3993100651A55041F8EF7B51B222725 /* ObservableConvertibleType+Signal.swift */, + EBD0C5E5ED79E4E769F3473FEE00038F /* Platform.Darwin.swift */, + 7F642D0506F0D46349D7D8D0DC29D001 /* Platform.Linux.swift */, + BB2E1934D855D58CB8997996CC4114F7 /* PriorityQueue.swift */, + 55E531FEBDD5EDC25FB5A7C3994FA0EC /* PublishRelay+Signal.swift */, + BEB96C68E7AF597875BD6C2A2C16D79F /* Queue.swift */, + 09DEA4229B50277B5CE06AD09A47DEC2 /* RecursiveLock.swift */, + 2FB96029538791C5FD88FC172340E958 /* RxCocoa.h */, + 1C5A766F34D5B452765C75B55D3AE05E /* RxCocoa.swift */, + BF5D374C16C43C9F4DE3D9994CE4C5AA /* RxCocoaObjCRuntimeError+Extensions.swift */, + 999E8C176BED31FB67EE772AFCB201C4 /* RxCocoaRuntime.h */, + 9A539818A9CCEC9EC81FDA7E4D7574A8 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, + 075C93D4370E32F7C43C1E5AA40A9546 /* RxCollectionViewDataSourceProxy.swift */, + F08CFEB7B6DE482CE7F36F4BC4432FA4 /* RxCollectionViewDataSourceType.swift */, + 7C7E9939D878E853E558391118E42AF8 /* RxCollectionViewDelegateProxy.swift */, + BDB618C02095A50D3413D55177281E9F /* RxCollectionViewReactiveArrayDataSource.swift */, + 38AF7E45FF849891D04CF3A829CCEA71 /* RxNavigationControllerDelegateProxy.swift */, + E8ED2FA12810B65137DBC3738A7A6421 /* RxPickerViewAdapter.swift */, + A4CD60CE23587456408A17B3B51297DC /* RxPickerViewDataSourceProxy.swift */, + 76CF3351198D0AB4F67C55887815CF0D /* RxPickerViewDataSourceType.swift */, + DCFB67AD657FB845D937C14120A6C5BC /* RxPickerViewDelegateProxy.swift */, + FD428B8E6012DF1EB6224593C04415EB /* RxScrollViewDelegateProxy.swift */, + 675C562A7C5BC320FE76E9A9A8F558CB /* RxSearchBarDelegateProxy.swift */, + 502609DC32845BBCB996F48B071CF66F /* RxSearchControllerDelegateProxy.swift */, + C67127AF172CEA5A5047E71618BB7DF7 /* RxTabBarControllerDelegateProxy.swift */, + F69A7F76DC5CD4B6CF9D7BF52DF1E9D3 /* RxTabBarDelegateProxy.swift */, + C8A34EF75E1CC5016422FBD866C8AF3C /* RxTableViewDataSourcePrefetchingProxy.swift */, + E84DD6F4959B5D39B5672BC7D51220EE /* RxTableViewDataSourceProxy.swift */, + 674447B8A13FEE19A5DB8F7E1C335C90 /* RxTableViewDataSourceType.swift */, + DF410CD66631A84A9062C6262918C6B3 /* RxTableViewDelegateProxy.swift */, + C9EF0F840DE02C19D441FC59D2A20D21 /* RxTableViewReactiveArrayDataSource.swift */, + 7B75B6D6C4942554E4813A608ACDE00D /* RxTarget.swift */, + D6C4134AE784D091B1F01C8D2B3A1631 /* RxTextStorageDelegateProxy.swift */, + 776E64ED84A334E13A4CBEC5F4C6AAF2 /* RxTextViewDelegateProxy.swift */, + CB165A3C24CDB382753D9E46CE9BE1A0 /* RxWKNavigationDelegateProxy.swift */, + B17278A0AFF96EDBE6C7D5350F663FFB /* SchedulerType+SharedSequence.swift */, + 334BD71E49CDC6FD5EA690F2BDDB8ABA /* SectionedViewDataSourceType.swift */, + 19131F7D0E51233F8CFD4F7E05385B27 /* SharedSequence.swift */, + 9446994BF8295489840DD9BBFB1A09E8 /* SharedSequence+Concurrency.swift */, + 5E77753F99553FBEDB039A64563A72E8 /* SharedSequence+Operators.swift */, + 453B2B23FC765F01A08AA54918C4BF6A /* SharedSequence+Operators+arity.swift */, + FF177E34E7EDB14FE437787A0220671D /* Signal.swift */, + 231EBF69CBA85506A5274BE62ADD97D4 /* Signal+Subscription.swift */, + A95EF92B56232FE565FA7CC180D92CD4 /* TextInput.swift */, + 4110E450D6CCA335410E88DBC5F489F6 /* UIActivityIndicatorView+Rx.swift */, + BBF21A1235FC33C3D737603917814DCB /* UIApplication+Rx.swift */, + C06AF06F6B544BD354726F0591A3E188 /* UIBarButtonItem+Rx.swift */, + 65066E58B23F8F0CE11F53C68967D652 /* UIButton+Rx.swift */, + 1A8EED1B4C47B4B744AE09FEF2A82B65 /* UICollectionView+Rx.swift */, + A87F11018A56CCF078C956001689709A /* UIControl+Rx.swift */, + 455D4D179C6BAC5024988764D38F71F9 /* UIDatePicker+Rx.swift */, + 14F015AD83057233C0016ED273089D78 /* UIGestureRecognizer+Rx.swift */, + C69DAE254B635FD143074BE1E27FAE60 /* UINavigationController+Rx.swift */, + 33F30AAC022B3BC27BBF053C746D88E1 /* UIPickerView+Rx.swift */, + 28EE2ACE19B5AFAEBD1265D67683EBE5 /* UIRefreshControl+Rx.swift */, + 688D6436288BDA270587FFA272BA32A5 /* UIScrollView+Rx.swift */, + 607E8AB09F9266B64024BBC46BD3CC1C /* UISearchBar+Rx.swift */, + 33AA03C584B96D4142793A0259961CEB /* UISearchController+Rx.swift */, + 90CF95FDEF841956138F5E00F99EC2E4 /* UISegmentedControl+Rx.swift */, + AFE421663773AD2B2B5B8A854968D4BF /* UISlider+Rx.swift */, + 16D544C7E5FB2109B24DFE9EA4C061A8 /* UIStepper+Rx.swift */, + D39CCFADDD23EE97B84042A09AF14A00 /* UISwitch+Rx.swift */, + 039010DA8BFB2C2A6717114B6A9656C7 /* UITabBar+Rx.swift */, + 6A773735160F96E8056704CD7F33F08A /* UITabBarController+Rx.swift */, + 868682BD7EB6DCF62D62C5183EA0B4F7 /* UITableView+Rx.swift */, + 46BAF0103037A757F2288651AB1528FB /* UITextField+Rx.swift */, + 88F69A7DA37120A46865E1A6A42C74A3 /* UITextView+Rx.swift */, + FCDF18104446524DD0FBE32F6A9C55B3 /* URLSession+Rx.swift */, + 9234A3EC985B22D73D50F3640A565644 /* WKWebView+Rx.swift */, + 03BA03453F84B5F71729C4BCEC9CC917 /* Support Files */, + ); + name = RxCocoa; + path = RxCocoa; + sourceTree = ""; + }; + 805229952CB2ED16EAE6630400875300 /* AMapFoundation-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 9D7B5E74D6A613FB9B755736964543C4 /* AMapFoundationConst.h */, + 6D605A1BB80026B134D544632120A9B0 /* AMapFoundationKit.h */, + 1FAA7DC39FAF63A3A31352D4DD8082DC /* AMapFoundationVersion.h */, + 7C89558C15E2F75BFC66DEA8DE01627A /* AMapServices.h */, + 7FC7342404573E9074F76A788234C892 /* AMapURLSearch.h */, + 23D4648018F4B3876FCFF65A0571C795 /* AMapURLSearchConfig.h */, + 870241BB0746A9775C2D6CE5F3AB38A2 /* AMapURLSearchType.h */, + 20D9511E52A064AC22F7B35536B6DE6E /* AMapUtility.h */, + 86A9995841D57AFD9D80749824C74B42 /* Frameworks */, + 356527E5D24759521B12D158315EC39A /* Support Files */, + ); + name = "AMapFoundation-NO-IDFA"; + path = "AMapFoundation-NO-IDFA"; + sourceTree = ""; + }; + 81727A93D7B2FFF350BBF30CD7AD32BA /* Base */ = { + isa = PBXGroup; + children = ( + DB1C7F33D6C92385800EDEA35CC69C73 /* BRBaseView.h */, + 4C9C2E74200568C92155788BF5004AD0 /* BRBaseView.m */, + A5492D1B2C80E15A2BB0CAB086A9D5BB /* BRPickerStyle.h */, + E33F090E20488E7EF23B0847B4217DB1 /* BRPickerStyle.m */, + CBE79E695A7F99B84E897884A3704CF1 /* BRPickerViewMacro.h */, + 10AD19D63439F5D0147DFB073A9DBBD4 /* NSBundle+BRPickerView.h */, + BCCA0007B09D54C0D60438EDDD62DD52 /* NSBundle+BRPickerView.m */, + 3797F45CF97DE9C0C3223C6019166A00 /* Resources */, + ); + name = Base; + sourceTree = ""; + }; + 817D7F4D99DB3A922ED2AC8C980AF7D8 /* DDTableViewCell */ = { + isa = PBXGroup; + children = ( + ); + name = DDTableViewCell; + sourceTree = ""; + }; + 8426925FB3F207562085D88FB04E59CC /* Support Files */ = { + isa = PBXGroup; + children = ( + 095BF2545157350966764C9BD15342A9 /* DDFontKit_Private.modulemap */, + 7D7961855C94E4064A620A5631CFDFBC /* DDFontKit_Private-dummy.m */, + 25C1DE6AAFAC0C3D16F912FD245BC925 /* DDFontKit_Private-prefix.pch */, + 10614A3C4111BCD651DF823F8A5DC564 /* DDFontKit_Private-umbrella.h */, + 913E4BF242B4B6433A57CA772F05454A /* DDFontKit_Private.debug.xcconfig */, + F1371DA95C1CC1196B644EA4CCF0AC1E /* DDFontKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDFontKit_Private"; + sourceTree = ""; + }; + 853FD5AB3CDCF4D5BDA54377D0A08659 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 719714C42C68865E2824629BC7F06EDA /* AFError.swift */, + 0229B90B8667C9AC8AC2AD9147D4AB3B /* Alamofire.swift */, + 7C67F2EC50454CE9ED8CF539C8E97973 /* AlamofireExtended.swift */, + 9D8DFB0FB35B13642FF519F954F41053 /* AuthenticationInterceptor.swift */, + 30AC4DE219872CCCC676F31042DD6383 /* CachedResponseHandler.swift */, + 003B524C688EE4F0A3E32FAD185FB835 /* Combine.swift */, + D659F99D5D5B56E6932DACCDACF8B0EC /* Concurrency.swift */, + 14540496A0CE90C46867D2F2DA4B108D /* DispatchQueue+Alamofire.swift */, + EF40A21DB8B3B14377B5DA372BBE4B6D /* EventMonitor.swift */, + 8F540C21E7C87E1B10437CC9438EB9F8 /* HTTPHeaders.swift */, + 4D97BE25F8B450489CF9F769C3840249 /* HTTPMethod.swift */, + 2822289EFADDEDA357E11C337FD31401 /* MultipartFormData.swift */, + DC2C50294271C5414E5AD15FDBE0EAF7 /* MultipartUpload.swift */, + 2BD4D2C90F7C2FF5A165111A5D8BE1EB /* NetworkReachabilityManager.swift */, + 10BBDD28033680AF8A8FBFF811417FB8 /* Notifications.swift */, + 74F8FB391BC1C3305BA5E1F5ED344200 /* OperationQueue+Alamofire.swift */, + 0DE823678DFB9EC3AED82E6ED7BF691E /* ParameterEncoder.swift */, + 0D21A6E166E1C325387DDBF2D6C5AB7F /* ParameterEncoding.swift */, + E183831CA96CDAEA2796BCF68F16035B /* Protected.swift */, + 0224050B0B63BF9A7D7DD2BD7EE823D5 /* RedirectHandler.swift */, + 97F00CDFCAF0A0D24CB04BF069480F65 /* Request.swift */, + 5801E47347FB246A74D2EEFCA83BF43E /* RequestCompression.swift */, + 921270A228473867367B472DE26A5F16 /* RequestInterceptor.swift */, + 812213673FCA1F30EBD75BC7A13B0C6E /* RequestTaskMap.swift */, + 1683F534F15F5021C57B0CD7C64CCACE /* Response.swift */, + 49BBCEC4040C15B8C86CAA7C0C59CBC4 /* ResponseSerialization.swift */, + 6E2FE3338ADB9BA3A8E9CCF3B5124846 /* Result+Alamofire.swift */, + 58EE9FDB06A93C858C6AED2F43A0DFDA /* RetryPolicy.swift */, + DD69C21D499D59D8C493FC502F4FD4C8 /* ServerTrustEvaluation.swift */, + 6C13E096E3F54642F733C3F6465A992B /* Session.swift */, + 6DC21D3334FA123A2E691A0818A6DF46 /* SessionDelegate.swift */, + A84B251F1464D0807B1954B5AD1FDF3A /* StringEncoding+Alamofire.swift */, + 97EE270AAD66F02E99430C16113DD861 /* URLConvertible+URLRequestConvertible.swift */, + 46DA6E01143FC50288567F8CFFC9D77A /* URLEncodedFormEncoder.swift */, + 8668E90E6B996F76811B861823E68F22 /* URLRequest+Alamofire.swift */, + BB228E49D692925FB8D85D58D4F19C7D /* URLSessionConfiguration+Alamofire.swift */, + 36F5E5588E4443121C21058AF10D1B85 /* Validation.swift */, + 6C3A49DB5D3288527EBA6C775719C865 /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + 86A9995841D57AFD9D80749824C74B42 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5AEF5A7F32156BC29326C5FFC9C56F12 /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 872B2AF6AE408785D1185607747815CA /* DDCategoryKit_Private */ = { + isa = PBXGroup; + children = ( + F0F586240E620691D8273389CC249A72 /* DDCategory.h */, + A12A54F0DABE1F126435AF6F6E4AE260 /* CALayer+DDCategory */, + D1614E4D2F0A7692932BB6BF8B6DD8FF /* NSAttributedString+DDCategory */, + F4DB17E270DD973227E4B82870B92A26 /* NSBundle+DDCategory */, + A747084824F4EFB61C5194944E565296 /* NSObject+DDCategory */, + 4BD6D2855F8E13D16A8212ECB8BFA8B1 /* NSThread+DDCategory */, + 6AAE5056B8DC2AEBFB15E57A65F271AB /* NSURL+DDCategory */, + 72B903982879F2E3762CDC9AF7CA15E7 /* Support Files */, + C23442C2897A65D2F1D5E629A5B2BEED /* UIApplication+DDCategory */, + 9D1276915629707433979EC1286CB2E0 /* UIBarButtonItem+DDCategory */, + 5115DCC7E74205EBE12182A90819D82F /* UIButton+DDCategory */, + 404D10DF6C4716E6394C5824F2C4983D /* UICollectionView+DDCategory */, + 7274A6C7EBA92EAA66CA93A86C7E12EC /* UICollectionViewCell+DDCategory */, + E0BA9132A28C3B92DF006739DE671E5A /* UIFont+DDCategory */, + AE94FEA5B87F430245D641C7BDEE2FB4 /* UIImage+DDCategory */, + 97A49A72EA6ECF0F2BE77251E2263FD9 /* UIImageView+DDCategory */, + AB2440CEAB71A50F76E11227F456CD78 /* UILabel+DDCategory */, + 3D7183A7694CF31E3BEF441D32923A38 /* UINavigationBar+DDCategory */, + 1FF2AD94668EE611FA7FBB9CA5EA0507 /* UINavigationController+DDCategory */, + 29FF86D162533B13550D8FD830297C7E /* UINavigationItem+DDCategory */, + E5FE358381F32AA1D8AF258EAAD8A216 /* UIScreen+DDCategory */, + C2CB8FB4E3177B96CFE42397E10C15A3 /* UIScrollView+DDCategory */, + E8EE276048CEC6FFB673CAED9CD52D44 /* UISwitch+DDCategory */, + 6072B60EF2728FF5E20C75E73499C339 /* UITabBarController+DDCategory */, + 6AF3899EB30A05022934B7A7321C8066 /* UITableView+DDCategory */, + 9A7B236DCDFE92120816EE7CDE6F32AA /* UITableViewCell+DDCategory */, + 0B879AAAD96430BF86F81B509DAB782C /* UITextField+DDCategory */, + 2CD7C790B4E5E7E5A5E13482AF0B3AFE /* UITextView+DDCategory */, + 92966A5FD6EC2F7AC4DC790B373BA078 /* UIView+DDCategory */, + 8D959D5FA126845CB3245C13D743D96A /* UIViewController+DDCategory */, + DF8C284AAEA91BD6EA2A96DFD67745F2 /* UIWindow+DDCategory */, + ); + name = DDCategoryKit_Private; + path = DDCategoryKit_Private; + sourceTree = ""; + }; + 87430EB6E6DCD7D692E1FADF217D8846 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9C2229F12DA1B9FF74076CC126DC1860 /* DDAudioPlayerKit_Private.modulemap */, + F70A5C616D9DF03B2365D40F1E6CB76C /* DDAudioPlayerKit_Private-dummy.m */, + 659F307E25D4612CDD665BF9042ED974 /* DDAudioPlayerKit_Private-prefix.pch */, + E2F70CE0517833590AFACEBB1154FAEC /* DDAudioPlayerKit_Private-umbrella.h */, + DC3C06E584E3CE037F926ABB333EA321 /* DDAudioPlayerKit_Private.debug.xcconfig */, + 6C0D685854FD982E7BCCAF5618193C3F /* DDAudioPlayerKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDAudioPlayerKit_Private"; + sourceTree = ""; + }; + 88F00A7DB65BDB85BCD61D13DDF1CBD9 /* ApplicationInfo */ = { + isa = PBXGroup; + children = ( + ACC03CB68C21702633F3C3E61CFF59FA /* ApplicationInfo.swift */, + ); + name = ApplicationInfo; + sourceTree = ""; + }; + 89A73E2674C8C6A3FE33E9174B8D6CC2 /* DeviceInfo */ = { + isa = PBXGroup; + children = ( + 044034445EF7615ACD20E7DF372ABB33 /* DeviceInfo.swift */, + ); + name = DeviceInfo; + sourceTree = ""; + }; + 89E23551BBF93DF9B419846D0685137F /* DDLabel */ = { + isa = PBXGroup; + children = ( + ); + name = DDLabel; + sourceTree = ""; + }; + 8BB2A4A47C4B6E82939250C443AADDC4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 84414641A761BE6348DB78E6906D8ECE /* DDProgressHUDKit_Private.modulemap */, + B343C8BBEC0441005F89D6A885BBE338 /* DDProgressHUDKit_Private-dummy.m */, + 63D501B982F85E1B7C3D94860C3BB932 /* DDProgressHUDKit_Private-prefix.pch */, + 9BE812BF3A52DDAC396ECDD9358AE000 /* DDProgressHUDKit_Private-umbrella.h */, + 06577ABE3599CAB071738E23F2FB1AC9 /* DDProgressHUDKit_Private.debug.xcconfig */, + D67E388D90999D91306A6DE067462C50 /* DDProgressHUDKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDProgressHUDKit_Private"; + sourceTree = ""; + }; + 8D8FFE61E475888C7287127D57753A97 /* Support Files */ = { + isa = PBXGroup; + children = ( + E74A4EB595A86E1DCA3D45FF3CD87CB6 /* DDWebImageKit_Private.modulemap */, + 34671F5A3C932CD618EE9C53BD3F4D84 /* DDWebImageKit_Private-dummy.m */, + 3E155B626E66E2B1681FB616C94EAF8C /* DDWebImageKit_Private-prefix.pch */, + F4A07461099EE18E761CD93004D08C0C /* DDWebImageKit_Private-umbrella.h */, + 4366C2DB17849D0D06803343D50595ED /* DDWebImageKit_Private.debug.xcconfig */, + DA8557B991AD71743790C4CE07803FD2 /* DDWebImageKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDWebImageKit_Private"; + sourceTree = ""; + }; + 8D959D5FA126845CB3245C13D743D96A /* UIViewController+DDCategory */ = { + isa = PBXGroup; + children = ( + 8482C558D30F73509735C0DC16CC73D2 /* UIViewController+DDCategory.h */, + 73D2E47462F864116BA95A38589526B1 /* UIViewController+DDCategory.m */, + ); + name = "UIViewController+DDCategory"; + sourceTree = ""; + }; + 8E7A102A5B8909B19404E71B52B12DF0 /* DDBaseAnimation */ = { + isa = PBXGroup; + children = ( + DF5C03C1EA879B964F82804EFE99138C /* DDTransitionAnimation */, + ); + name = DDBaseAnimation; + sourceTree = ""; + }; + 8EE277EDB70E095D1C8B4A6EBA13707D /* JCore */ = { + isa = PBXGroup; + children = ( + 086918150764B70477CEBAAF9F24512A /* Frameworks */, + 652CA1CD449E720D45005816546DBB84 /* Support Files */, + ); + name = JCore; + path = JCore; + sourceTree = ""; + }; + 8F7C9E4A8C3310765A79B8664CDE5422 /* DDNetworkingOfAlamofireKit_Private */ = { + isa = PBXGroup; + children = ( + C01A7C2F75C61BB6E79976BAD0D1D36F /* DDAF.swift */, + 2CC0301C022EBBBC5926E202C0AA5E86 /* DDAlamofire.swift */, + 6763001DD6BD6424C439842D0F4173A3 /* Support Files */, + ); + name = DDNetworkingOfAlamofireKit_Private; + path = DDNetworkingOfAlamofireKit_Private; + sourceTree = ""; + }; + 91F0A21257964C08239FCCEF3A740E43 /* Support Files */ = { + isa = PBXGroup; + children = ( + B7CBC7E03E4001710375AFD8BFF5BAD3 /* DDLogKit_Private.modulemap */, + D75EB1C7D1B785770E75EB82FA738B4C /* DDLogKit_Private-dummy.m */, + 52711E835B7CB62852CCC7CF517256C1 /* DDLogKit_Private-prefix.pch */, + 82BFAF857404613C07D03CEA71B3D184 /* DDLogKit_Private-umbrella.h */, + 92E540B4CDE5ADD6909B40FB1C81A1E4 /* DDLogKit_Private.debug.xcconfig */, + 06D603CC1BF0357A61F9C28A044D05A6 /* DDLogKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDLogKit_Private"; + sourceTree = ""; + }; + 92966A5FD6EC2F7AC4DC790B373BA078 /* UIView+DDCategory */ = { + isa = PBXGroup; + children = ( + AC857A55AAB76C1E5E59F0100374FE44 /* UIView+DDCategory.h */, + 8D68D428863CC7F679C6FFEC6C5DC87E /* UIView+DDCategory.m */, + ); + name = "UIView+DDCategory"; + sourceTree = ""; + }; + 94D059A3BAF53313D2C94105FBB8D9ED /* StringPickerView */ = { + isa = PBXGroup; + children = ( + DBF9607BBD5C250AC1BFE409374D1400 /* BRResultModel.h */, + FE97E1B7BE8AC311FEF01BC655335FEC /* BRResultModel.m */, + 006D6E3E99459ACD25635521536BE2A6 /* BRStringPickerView.h */, + 06EF6996074DE7E440328B352F4982B9 /* BRStringPickerView.m */, + ); + name = StringPickerView; + sourceTree = ""; + }; + 96DF11A30145271743BA8528F124DA3D /* SwiftLog */ = { + isa = PBXGroup; + children = ( + C981A7858AA3E6C4544557336A16B662 /* DDSwiftLog.swift */, + ); + name = SwiftLog; + sourceTree = ""; + }; + 97A49A72EA6ECF0F2BE77251E2263FD9 /* UIImageView+DDCategory */ = { + isa = PBXGroup; + children = ( + 6F5C9F9A45BC837F4ADF9A89BF310EFF /* UIImageView+DDCategory.h */, + 1CC31F0F08A1D77BC76DDE6D4543561F /* UIImageView+DDCategory.m */, + ); + name = "UIImageView+DDCategory"; + sourceTree = ""; + }; + 9872038E63CC2659C475F39D8E765824 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3B4F5FFC139FCA68D183351A168C7233 /* DDUtilsSwiftKit_Private.modulemap */, + D63A2D4698D6DA524D3E951F1E60C18E /* DDUtilsSwiftKit_Private-dummy.m */, + DDDBFE7F3374657114978F5BF7F84C24 /* DDUtilsSwiftKit_Private-prefix.pch */, + 2A00E4D83E1D0AEAB6109B92CFE5EE30 /* DDUtilsSwiftKit_Private-umbrella.h */, + 23BA57DD6BDD84A0604E46458343232C /* DDUtilsSwiftKit_Private.debug.xcconfig */, + 3DDCC40736D53910BD4135AF6D966AF0 /* DDUtilsSwiftKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDUtilsSwiftKit_Private"; + sourceTree = ""; + }; + 98A2DD5190E13C08D1620361BAD1E7F8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8353A62F8173729E9D4C133CB7B73B8E /* ZLPhotoBrowser.modulemap */, + 23A12DDF2E1F9F5270A6A0328ECCCEBB /* ZLPhotoBrowser-dummy.m */, + 879900D0C7344A606121D7D6FD59FD85 /* ZLPhotoBrowser-prefix.pch */, + B832466743AB9679FD1F033D5A8030BC /* ZLPhotoBrowser-umbrella.h */, + DFE773BA39AE03034786833AD298F30C /* ZLPhotoBrowser.debug.xcconfig */, + DA57832C676ECAFCF9B50F05A8FDC235 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + 9A7B236DCDFE92120816EE7CDE6F32AA /* UITableViewCell+DDCategory */ = { + isa = PBXGroup; + children = ( + D2C3F70813F2CA0D869E152269094AF1 /* UITableViewCell+DDCategory.h */, + B03E6E8DB8C6627860A3C7658CAA813A /* UITableViewCell+DDCategory.m */, + ); + name = "UITableViewCell+DDCategory"; + sourceTree = ""; + }; + 9D1276915629707433979EC1286CB2E0 /* UIBarButtonItem+DDCategory */ = { + isa = PBXGroup; + children = ( + BBEB62077C59332CC345945943E503AF /* UIBarButtonItem+DDCategory.h */, + 9D085A98C98E065563AFB0061C6B62DE /* UIBarButtonItem+DDCategory.m */, + ); + name = "UIBarButtonItem+DDCategory"; + sourceTree = ""; + }; + 9D6744389E30334B4F85BFFFE2513108 /* DDMALocation */ = { + isa = PBXGroup; + children = ( + 23174A889597C5941C81E63A0387939B /* DDMALocationManager.h */, + 2F8601A8857108BFDFEF1F49BC6AF29D /* DDMALocationManager.m */, + ); + name = DDMALocation; + sourceTree = ""; + }; + 9DEBB105CA450FB9A892B47F2FC73945 /* Resources */ = { + isa = PBXGroup; + children = ( + AE13221096A540D05CE6CD50C556255B /* ZFPlayer.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 9E7AF2B436D9142E3A84EC1A9CB34BFC /* SDWebImage */ = { + isa = PBXGroup; + children = ( + E451BD8F1B1AAC9CD1CB531003F13F4B /* Core */, + A71F834960D9CF0A5C423090DBB3A1BF /* MapKit */, + ); + name = SDWebImage; + sourceTree = ""; + }; + 9FB000422B8E37EDE4B06D4095986693 /* DDCollectionViewCell */ = { + isa = PBXGroup; + children = ( + ); + name = DDCollectionViewCell; + sourceTree = ""; + }; + A12A54F0DABE1F126435AF6F6E4AE260 /* CALayer+DDCategory */ = { + isa = PBXGroup; + children = ( + 796B0AAE7CCDF9046E3470AEAA20731B /* CALayer+DDCategory.h */, + 16FDBFED1ADA3202B2F419AFBEC313B6 /* CALayer+DDCategory.m */, + ); + name = "CALayer+DDCategory"; + sourceTree = ""; + }; + A209DA517726F08968061D5302DB6223 /* Support Files */ = { + isa = PBXGroup; + children = ( + E8BA0816E9780C140F663194DC2B9D01 /* JXCategoryView.modulemap */, + C8B681146BE152ACCA3AA98BB54FE355 /* JXCategoryView-dummy.m */, + 35C4E058939B165EA7A9F72D9D24FFBD /* JXCategoryView-prefix.pch */, + 119031625F6E0D7743796DD56C0C4ABE /* JXCategoryView-umbrella.h */, + 1A3D088E102A7F6508999F2E6FC836E2 /* JXCategoryView.debug.xcconfig */, + 04D693D0E11355F5E5A496FA5A343B60 /* JXCategoryView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JXCategoryView"; + sourceTree = ""; + }; + A71F834960D9CF0A5C423090DBB3A1BF /* MapKit */ = { + isa = PBXGroup; + children = ( + 73704ACCC073B718DEFF7A653C87F86C /* MKAnnotationView+WebCache.h */, + 19C743769308B03FCA2671D68216A79D /* MKAnnotationView+WebCache.m */, + 4A1211D200A27A7CBD6B289843398102 /* SDWebImageMapKit.h */, + ); + name = MapKit; + sourceTree = ""; + }; + A747084824F4EFB61C5194944E565296 /* NSObject+DDCategory */ = { + isa = PBXGroup; + children = ( + 6FC7642FFE3CF735D1E0B606448D7D38 /* NSObject+DDCategory.h */, + BE73AB34AC33C638DD67B75E47D3676C /* NSObject+DDCategory.m */, + ); + name = "NSObject+DDCategory"; + sourceTree = ""; + }; + A882CE975CE43C89F9A8E5DEAA4F0E40 /* DDImage */ = { + isa = PBXGroup; + children = ( + ); + name = DDImage; + sourceTree = ""; + }; + AA666A8B9D9A9026713CFBCBC3C62E8A /* DDBaseImageView */ = { + isa = PBXGroup; + children = ( + 35CFF054128B6004713157DD54DB7456 /* DDBaseImageView.h */, + E21DD430F1A6E4A83F924BEAB9AB767F /* DDBaseImageView.m */, + ); + name = DDBaseImageView; + sourceTree = ""; + }; + AB2440CEAB71A50F76E11227F456CD78 /* UILabel+DDCategory */ = { + isa = PBXGroup; + children = ( + 998861B6B8CEB9642FF20F15E5A620D8 /* UILabel+DDCategory.h */, + A99D0C472E8D8414E6CCB572632D2CA4 /* UILabel+DDCategory.m */, + ); + name = "UILabel+DDCategory"; + sourceTree = ""; + }; + AD8E7A057B289A59F1DAE4180D714D88 /* DDBaseTableViewCell */ = { + isa = PBXGroup; + children = ( + F36B0B0E74EF1A627B9699CF5F9D753C /* DDBaseTableViewCell.h */, + 368D7F8E6B424CED8232EE2446B37D1F /* DDBaseTableViewCell.m */, + ); + name = DDBaseTableViewCell; + sourceTree = ""; + }; + AE94FEA5B87F430245D641C7BDEE2FB4 /* UIImage+DDCategory */ = { + isa = PBXGroup; + children = ( + ABC11A51D9A9CF993D50530BC1535E61 /* UIImage+DDCategory.h */, + 6B50011F978BE26CC85707F1C2565114 /* UIImage+DDCategory.m */, + ); + name = "UIImage+DDCategory"; + sourceTree = ""; + }; + AEEEA55B008BC40EA728AC8FDA231573 /* MapView */ = { + isa = PBXGroup; + children = ( + 23BA8B15B758E24853743139A2480871 /* DDMAMapView.h */, + CBFB3F03EA44106BEF279C16D5EFD754 /* DDMAMapView.m */, + ); + name = MapView; + sourceTree = ""; + }; + AFAB5ED16A68645D4E72855807C2EB11 /* DDFontKit_Private */ = { + isa = PBXGroup; + children = ( + F892D45AC92BDA17949E2E1B035837C1 /* FontUtil.swift */, + 8426925FB3F207562085D88FB04E59CC /* Support Files */, + ); + name = DDFontKit_Private; + path = DDFontKit_Private; + sourceTree = ""; + }; + B04CBA53E3D541AFDD0109323297DB8C /* DDButton */ = { + isa = PBXGroup; + children = ( + ); + name = DDButton; + sourceTree = ""; + }; + B29E69B9F084B48CC362EAD8B538E648 /* DDCollectionView */ = { + isa = PBXGroup; + children = ( + ); + name = DDCollectionView; + sourceTree = ""; + }; + B30D0CF137B02E9B7AE06CB84E030A2E /* AnnotationView */ = { + isa = PBXGroup; + children = ( + 7263E45249205740176535A3BC4F0134 /* DriveRouteCustomAnnotationView.h */, + 7DBDF90007BED71E419B9CB1D9F73BAA /* DriveRouteCustomAnnotationView.m */, + ); + name = AnnotationView; + sourceTree = ""; + }; + B3488878156A739032035EBE7D3EE01A /* Support Files */ = { + isa = PBXGroup; + children = ( + 53DACE7BC7309D00BB5EE8F27D2733D6 /* DDBasicControlsKit_Private.modulemap */, + FB48E95EA0E597BA72BD6CD684CCEFC2 /* DDBasicControlsKit_Private-dummy.m */, + 571C4D6EC55FA2C68F148FDFC089AF36 /* DDBasicControlsKit_Private-prefix.pch */, + C5A33DB253AE286C6BB5DBE7ED28CB44 /* DDBasicControlsKit_Private-umbrella.h */, + 95FE9F70E8BDE20CFAB12C102912B5A6 /* DDBasicControlsKit_Private.debug.xcconfig */, + 3F9255664EA85AF612C5C32B0DA3E1F2 /* DDBasicControlsKit_Private.release.xcconfig */, + D1F78DFAA342DAE7481C773A49B9F6CF /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/DDBasicControlsKit_Private"; + sourceTree = ""; + }; + B3FB0F4AB9F16D970A3F57E8EA87C0C5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 17F764BC0FEB96DDCFC6F99DCDB26CEA /* DDToastKit_Private.modulemap */, + 51B42753A1542307234ADE6B131626EA /* DDToastKit_Private-dummy.m */, + 12D8FD2DA82FAACBFD29F8B75809BA52 /* DDToastKit_Private-prefix.pch */, + 71743E97BDAB73159A7FB2D6A2C981AD /* DDToastKit_Private-umbrella.h */, + 4D58E99807CF2BD369069ADF8AE1E5BE /* DDToastKit_Private.debug.xcconfig */, + D5C7DFFBECF8971041749B0E8045B4B3 /* DDToastKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDToastKit_Private"; + sourceTree = ""; + }; + B61A95C01415F31F910E8B3385789F6A /* DDBaseCollectionViewCell */ = { + isa = PBXGroup; + children = ( + E649A4C072B03C6A71CBEACEAEAD9D7F /* DDBaseCollectionViewCell.h */, + 6050BF6597C91DDC2E72FC549D0A7FC4 /* DDBaseCollectionViewCell.m */, + ); + name = DDBaseCollectionViewCell; + sourceTree = ""; + }; + B80C856FC17920DF6FF559148C6B9CC1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AEEC34B4B44018280F8C712A558DD73 /* IQKeyboardManagerSwift.modulemap */, + 25BD204D0D09017174DB7A29CF5DA8D0 /* IQKeyboardManagerSwift-dummy.m */, + 7B624D0C833B83D8C1630965FCEB5387 /* IQKeyboardManagerSwift-prefix.pch */, + ABAC71276ED9289FA06791F0D6B14F15 /* IQKeyboardManagerSwift-umbrella.h */, + B3BAC2A852BEA40FA0EB2C1E8FBCA895 /* IQKeyboardManagerSwift.debug.xcconfig */, + 9D5F00BA713F5548E5C7AD4C983EBF8F /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + B81A6969289DED5322218E2AF8F68D06 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 968A6889F19E63FFE765ACE1D520D8F6 /* AMapNaviKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + B8A4167D78705570EA439452939AEF7E /* DDWebImage */ = { + isa = PBXGroup; + children = ( + 6409138F32D244119B647A25386194F8 /* UIImageView+DDWebCache.h */, + 2C5D871EFBA8F4ABAAB4CB99214349D2 /* UIImageView+DDWebCache.m */, + ); + name = DDWebImage; + sourceTree = ""; + }; + BBF595F18C386DBD3E8632906D0F116F /* Support Files */ = { + isa = PBXGroup; + children = ( + 4AC8DCCD4A523646F547C06B6076E817 /* DDDateKit_Private.modulemap */, + DC4E3C946666140434A45A5F6763C9DE /* DDDateKit_Private-dummy.m */, + A716D15E63610DF5E8DFBF795EDFEAEA /* DDDateKit_Private-prefix.pch */, + AF35CF9F41487D85B6306055BF9FD9B9 /* DDDateKit_Private-umbrella.h */, + 9598D22FD904D913FC242E7E7334AC62 /* DDDateKit_Private.debug.xcconfig */, + D181EE58A708672953DD8ECE735B4FBC /* DDDateKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDDateKit_Private"; + sourceTree = ""; + }; + BD2D75B5EB83D2701EB227097B9147CE /* DDBaseTextField */ = { + isa = PBXGroup; + children = ( + CD46052CA7A84F6BC67489D6E4B5CC22 /* DDBaseTextField.h */, + F1DAA71272825B03F553A107A7FC9B97 /* DDBaseTextField.m */, + ); + name = DDBaseTextField; + sourceTree = ""; + }; + BF6EDF02B76810BA06441567FCB4F1AB /* Overlay */ = { + isa = PBXGroup; + children = ( + 617250433353A1FCCB13C69612CF2A28 /* MABaseOverlay+DDCategory.h */, + EBE8E25E0B16AC0F4A5286F68506D493 /* MABaseOverlay+DDCategory.m */, + ); + name = Overlay; + sourceTree = ""; + }; + C123404932DDF3C27864A08618BFCD51 /* Support Files */ = { + isa = PBXGroup; + children = ( + B5DB21E4FF2B71810E29BB24087712E0 /* DDControlsKit_Private.modulemap */, + 0D875A47581898B0EE8EC036D48EB363 /* DDControlsKit_Private-dummy.m */, + AFDE1964AD28F3F00EAD07B378039483 /* DDControlsKit_Private-prefix.pch */, + 2E96B1054A938C1E2FE0F1E3CCEF654B /* DDControlsKit_Private-umbrella.h */, + 1531C2F1FFDA58C571DCF2FD6C7CBDEC /* DDControlsKit_Private.debug.xcconfig */, + 14546B5A31F28293D7AE7D2AF58EFF11 /* DDControlsKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDControlsKit_Private"; + sourceTree = ""; + }; + C23442C2897A65D2F1D5E629A5B2BEED /* UIApplication+DDCategory */ = { + isa = PBXGroup; + children = ( + E1FBC5DA5E6E0A221E23C070460B6833 /* UIApplication+DDCategory.h */, + DAF2F5F59F438943BE587DB290E62059 /* UIApplication+DDCategory.m */, + ); + name = "UIApplication+DDCategory"; + sourceTree = ""; + }; + C2CB8FB4E3177B96CFE42397E10C15A3 /* UIScrollView+DDCategory */ = { + isa = PBXGroup; + children = ( + 8E2E02A764677ACF75C90EED91376009 /* UIScrollView+DDCategory.h */, + 3ECA2DFEF76216F16FCF73FEBA5FD0E4 /* UIScrollView+DDCategory.m */, + ); + name = "UIScrollView+DDCategory"; + sourceTree = ""; + }; + C391D8C0146A7AC7FBD413CDEB8F72FD /* Support Files */ = { + isa = PBXGroup; + children = ( + 35FD1B1FD037DC8ADC1DAF6011072FF4 /* Kingfisher.modulemap */, + B73A02022E6D78F10B838520F62A5C7B /* Kingfisher-dummy.m */, + 304B28324689E2F1A9C909A3E12764E9 /* Kingfisher-prefix.pch */, + B2E9E4E55388144C95AE53B4DF21063A /* Kingfisher-umbrella.h */, + EC03F0CDDF54A611723C83568BBEC269 /* Kingfisher.debug.xcconfig */, + 401F9E794185C12C1416496BACC8EA3B /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; C75853DD0219D4027452952F5BD8530A /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -5843,44 +5691,207 @@ name = "Targets Support Files"; sourceTree = ""; }; - CA94BFEE5D737106B4EAA3AB8DA184FD /* DDLogKit_Private */ = { + C92B2ABF27796E873F4B9CD5E26BB4E8 /* DDTextView */ = { isa = PBXGroup; children = ( - C1262EED5A47FD8578B6A6398C1DDE3E /* OCLog */, - A755BD531A438E1B1864D25FD645374D /* Support Files */, - 4D662182C9E4E39F9C30100C086CF069 /* SwiftLog */, ); - name = DDLogKit_Private; - path = DDLogKit_Private; + name = DDTextView; sourceTree = ""; }; - CB53F16FA4F070563DD67D7E8CEB6704 /* UICollectionViewCell+DDCategory */ = { + C93BC8D2AB7234D8541D88EE6B7B8159 /* Resources */ = { isa = PBXGroup; children = ( - F436E812A78DC83759E77F5DE874F0E2 /* UICollectionViewCell+DDCategory.h */, - 11E98A4F4789C74D981218349378001D /* UICollectionViewCell+DDCategory.m */, + BA64476659E713AD34F7FE1E3603F3FE /* ZLPhotoBrowser.bundle */, ); - name = "UICollectionViewCell+DDCategory"; + name = Resources; sourceTree = ""; }; - CC439906169C578F62C351D5BEB177DE /* DDProgressHUDKit_Private */ = { + CB81B7C1E37EB6322AE84D918D03F412 /* DDProgressHUDKit_Private */ = { isa = PBXGroup; children = ( - B481D5E26922ED4165869C77FB3E7487 /* DDProgressHUD.swift */, - A720647D6C3DC5F5685C40C6D69BD34E /* MBProgressHUD.h */, - E56146C96D49D8D87B895BC2F5EF9375 /* MBProgressHUD.m */, - 2449C34051735DA2B7C2C515D6DD941A /* Support Files */, + BBC23D9DFDCF92A0F1322A14068CEE14 /* DDProgressHUD.swift */, + D07FD1E695CAFE982A2DED3FA121AB93 /* MBProgressHUD.h */, + D21D305BD58373651099702A4D8CA7CA /* MBProgressHUD.m */, + 8BB2A4A47C4B6E82939250C443AADDC4 /* Support Files */, ); name = DDProgressHUDKit_Private; path = DDProgressHUDKit_Private; sourceTree = ""; }; - CE3D3546618320171A623FA34F196342 /* Resources */ = { + CC571AE395EDD11063966B60A4772261 /* Core */ = { isa = PBXGroup; children = ( - 8E954E73C3837DFB8BEF3B8F5B7D1471 /* ZLPhotoBrowser.bundle */, + FF9C0448D9AD37B95A8958F6FF563DA5 /* Array+ZLPhotoBrowser.swift */, + C6D10805D39D3C5591827C0727B185C5 /* Bool+ZLPhotoBrowser.swift */, + B67033836F38C6C5BD8C0E8EA07E6AFF /* Bundle+ZLPhotoBrowser.swift */, + FBD7D73C6E3BDC6CE30096053F489B6B /* Cell+ZLPhotoBrowser.swift */, + A34F6D5B31A94793FA93893AD9489E80 /* CGFloat+ZLPhotoBrowser.swift */, + A03130E2AC36730055AA404789DB6308 /* NSError+ZLPhotoBrowser.swift */, + 8B7F344EAF8AE8766FE71D1B9FEB85B8 /* PHAsset+ZLPhotoBrowser.swift */, + F1E83AE68D5C8CD3B2789417D8760B53 /* String+ZLPhotoBrowser.swift */, + 56100DC03413AA89CB3DC2E0DAD70BA3 /* UIColor+ZLPhotoBrowser.swift */, + 14ACA537DE16E72E13D35E98E51D1023 /* UIFont+ZLPhotoBrowser.swift */, + DC306E0DEC44A0F1CE2894629AA14EFA /* UIImage+ZLPhotoBrowser.swift */, + 2AD9564F77189BF3C4782C302327C075 /* UIView+ZLPhotoBrowser.swift */, + 22563FD1DD659544BDF6B49E6D99F6B8 /* UIViewController+ZLPhotoBrowser.swift */, + FDB7327C66E1407EAE8B40BDFF74ADA2 /* ZLAddPhotoCell.swift */, + 24501A27147C8C7B1C2EB2CE5AA7CEAA /* ZLAdjustSlider.swift */, + 5F9246BF5AF8832E4280C5813A891D38 /* ZLAlbumListCell.swift */, + B7B6566DCF4640B1C4204401B1C648F6 /* ZLAlbumListController.swift */, + 72787076375CCEB6F9299494CDDACED9 /* ZLAlbumListModel.swift */, + A1B95B104A397B8CAC5FB0A7CBE9FADD /* ZLAnimationUtils.swift */, + D0BADB35A89B9240A279929E29DAA9DA /* ZLBaseStickerView.swift */, + DA8D74F8F51B529D3F6B5A76870013B6 /* ZLCameraCell.swift */, + 6A593C7614E5564B5B81B4456B909A0B /* ZLCameraConfiguration.swift */, + 22EF7B5D32E48DEBF2DD4836A20D395E /* ZLClipImageDismissAnimatedTransition.swift */, + 8B4542F80096A081FD205AF333D1F1E6 /* ZLClipImageViewController.swift */, + 0690E21A05403897DFDDE0154724753C /* ZLCollectionViewFlowLayout.swift */, + 1F76969A66700A8509CC842EFBC44DA8 /* ZLCustomAlertProtocol.swift */, + 7FE0F22D5D3E5BF946B93D92651CB0F6 /* ZLCustomCamera.swift */, + 909AF99047FC816DAC213AE9209F7FB3 /* ZLEditImageConfiguration.swift */, + 55F0221ECC6EE578BE948BCFEB730EFE /* ZLEditImageViewController.swift */, + F49F445A1D95C76B019BA1E49720F0CE /* ZLEditToolCells.swift */, + 2AAE81ED01D55BA69F3445DE517D45B0 /* ZLEditVideoViewController.swift */, + 297477CEF1886712CE98ACFF36B98557 /* ZLEmbedAlbumListView.swift */, + F0EA45E09EEBA178ED37347EE76E1EA3 /* ZLEnlargeButton.swift */, + DAB8E8676BF62815CF345E12B50300FF /* ZLFetchImageOperation.swift */, + 21F46EB9965D0729E9E981650D70C64D /* ZLFilter.swift */, + 3CE32FB7ED9036D38FCC9C79BEBED0EE /* ZLGeneralDefine.swift */, + 199AC16D395EA9DF9F02A7662ABA908B /* ZLImageNavController.swift */, + D88A897BE9D9044188FC72324976D484 /* ZLImagePreviewController.swift */, + 7550D4B472027B15D778CB33CFF78B0B /* ZLImageStickerView.swift */, + 50B186E6E33CAD87FE374DAAB053AA7C /* ZLInputTextViewController.swift */, + B4A862B395B2882C18234B93D2B5EB6A /* ZLLanguageDefine.swift */, + 227048FCB1D4AD413E8728662C063A62 /* ZLPhotoBrowser.h */, + 7320760DE614C265E883DB2439601A3A /* ZLPhotoBrowser.swift */, + AEFCFF9C48D740365F424CD812C7553F /* ZLPhotoConfiguration.swift */, + C142C25A2CA01252A832B8837CD82326 /* ZLPhotoConfiguration+Chaining.swift */, + 96141B81E25A9313CBB94C0D808B048D /* ZLPhotoManager.swift */, + 968C6AB1C80AD0DC463AE741E5E03664 /* ZLPhotoModel.swift */, + 007F8A46B5AB2BF99C8D477EAB683962 /* ZLPhotoPreviewAnimatedTransition.swift */, + B15EAB49AFFAFAA3DE571789B6CD8FBC /* ZLPhotoPreviewCell.swift */, + A0F631DFE9C6B55494D7E0B825FABC19 /* ZLPhotoPreviewController.swift */, + 8027DF7A4F3ED2E40FF6E9C358E7DE91 /* ZLPhotoPreviewPopInteractiveTransition.swift */, + B574E9F61933BFBF5B422ECA6427DFB0 /* ZLPhotoPreviewSheet.swift */, + 8CA3785F3CA31DDFC0575C45B92C815D /* ZLPhotoUIConfiguration.swift */, + EFC200CB29150616F1B6EEE4FC8D52AD /* ZLPhotoUIConfiguration+Chaining.swift */, + 0BDA4AC683E6CD5BA939BE8E2492DF68 /* ZLProgressHUD.swift */, + 8DD766E42CF6343A4D0C8D57C3752AE3 /* ZLProgressView.swift */, + 31C3539003FCA4B8E66043EE4D257BCF /* ZLResultModel.swift */, + 004B7676058E2407CB5B153CA3FBEA9F /* ZLTextStickerView.swift */, + 0BABE8E0C1950DCFAED9C826D369049F /* ZLThumbnailPhotoCell.swift */, + 3D1AD495A986F358261AE1B554E7F116 /* ZLThumbnailViewController.swift */, + 7B473C85AA69FF7DCF917368F0F7E0CB /* ZLVideoManager.swift */, + 4A2BE8CCEAB482914D15928511EC2A0F /* ZLWeakProxy.swift */, ); - name = Resources; + name = Core; + sourceTree = ""; + }; + CD37A1F9EB096494DF7B881912B7B75A /* Kingfisher */ = { + isa = PBXGroup; + children = ( + 119B89ECC5F32181FCC8B832ACECEA96 /* AnimatedImageView.swift */, + 3AB8836A95D9B137254DE9F5B7A11ECD /* AuthenticationChallengeResponsable.swift */, + 5E5B35B1C92B7AB51D793E9A8720CD20 /* AVAssetImageDataProvider.swift */, + 9DD636F70C3086BCF155C8317C7E152B /* Box.swift */, + 5723D61BE5A98018D1B95A1E2773B542 /* CacheSerializer.swift */, + C0EB5F5F5E3EAAC360B7F6D37086DA30 /* CallbackQueue.swift */, + 2B9963C0E9A1E77D544C48BB78D65EE9 /* CPListItem+Kingfisher.swift */, + 0595D790A3107AC3743EBE2A2029BF67 /* Delegate.swift */, + 1DCF7F5099CC0E14D4DAD1931260F30F /* DiskStorage.swift */, + 256E5B4770ECBFD43BE8B284308F80D6 /* ExtensionHelpers.swift */, + C064D653075CC04EE2692C0F3099046F /* Filter.swift */, + 45333FA22189D74CF65B48DCE466AAB1 /* FormatIndicatedCacheSerializer.swift */, + C9EB7F4E272B5A6E617B526E6D4807D4 /* GIFAnimatedImage.swift */, + CABC1A12B7913966A57DC395AE57A8CD /* GraphicsContext.swift */, + 0CD8CD31DCBFD0648B52817608836B29 /* Image.swift */, + F0BDE8DB100A615A5126257E4AAAC5A4 /* ImageBinder.swift */, + EA405383F8305DB71A9AA54851F5F11C /* ImageCache.swift */, + D5F22163A5EAC7CFD9E2A7E6E0E2B2CD /* ImageContext.swift */, + 41D9C6D24CF59A2360F269D903BBDDBB /* ImageDataProcessor.swift */, + 5BFA1D5B1924B7A4310D330D30A5F4E2 /* ImageDataProvider.swift */, + 73889F9FFA0D03812A7E5CB2DB1F9D97 /* ImageDownloader.swift */, + 782BF5068144A165F49905B11D6A3190 /* ImageDownloaderDelegate.swift */, + CA7B573537BF4D792140EF7517B75916 /* ImageDrawing.swift */, + C33B6D4EE73F8919DCDC11769A7D6215 /* ImageFormat.swift */, + 2C6242AF8A69719899FB7275433302FC /* ImageModifier.swift */, + 400A757755E542045BDBAEFCDC701913 /* ImagePrefetcher.swift */, + 12313E05B82F34C44D4EFB7FE6FFA572 /* ImageProcessor.swift */, + DB2D04BBE4CCD93BE00F7EE826D6D84D /* ImageProgressive.swift */, + F7E6E6142C0451F72572E41BDF4ADD0B /* ImageTransition.swift */, + B3784FFB06A5C7C181407D8888CF3536 /* ImageView+Kingfisher.swift */, + 7A49B0105A67B516C482796366B010F4 /* Indicator.swift */, + 948B839A01248E739F456F1E4D3F574C /* KF.swift */, + 3FCF8B2A102CF70C19904183D3E0C0ED /* KFAnimatedImage.swift */, + ECE8C514F069EE93B6F71A58D3E07D47 /* KFImage.swift */, + E5E468093677718B056672F6E25AD379 /* KFImageOptions.swift */, + F7395AA8D2D4013763EE4EDD39C3DFBD /* KFImageProtocol.swift */, + 04F6F30E0DDCBCD183F941ACAF5F8821 /* KFImageRenderer.swift */, + F3A76F36DE5C2DF739DB48C0DDCBD4C3 /* KFOptionsSetter.swift */, + 673DAC60377CFBBAC8CA17C1F49297FD /* Kingfisher.swift */, + BFB77A83B722CFF43C37D98569C29438 /* KingfisherError.swift */, + 67E4CF43F3746867DCEE94E782BC055B /* KingfisherManager.swift */, + 94BEE5D0A91056C553B19BFDA246B4E4 /* KingfisherOptionsInfo.swift */, + 1DF19A145D99E1641B05CF0530CE80AC /* MemoryStorage.swift */, + 5932AB031B0BD7656410F19C37957495 /* NSButton+Kingfisher.swift */, + 2B1B34981E426621A043E34E405FFAC3 /* NSTextAttachment+Kingfisher.swift */, + 3C543D5219E23684C46AA814A1BB70E7 /* Placeholder.swift */, + 3CD13D743B74B267A65C7F4B046E22CE /* RedirectHandler.swift */, + 1351EFD6463F8B4BBAEE63EF2EE86FA4 /* RequestModifier.swift */, + 7AE0498267DCDAFA665DB8B9313CDD33 /* Resource.swift */, + E7015B7BD9626DA7351C9FA79FE92FF5 /* Result.swift */, + 4D5E65EB1DAEA97E4D899831185C58FF /* RetryStrategy.swift */, + B902D7C0FC4DD8E99D4C55DD1AD56614 /* Runtime.swift */, + E4706DEE9CB56BB795F5A8B77791C166 /* SessionDataTask.swift */, + 408A73F9A0F0DA11E9077B11842D8A0E /* SessionDelegate.swift */, + 7449B61B25D2D0B991C8DD7F21644F5C /* SizeExtensions.swift */, + 00D8DB87FBFCC8DC00439AE693D544B7 /* Source.swift */, + 25B5B00802A27779472C545F380B50BA /* Storage.swift */, + 75D19B864A1CE5CDDC97EB1FCF2DE887 /* String+MD5.swift */, + 635D1CC0DE7DE513D1EDB1110C49C474 /* TVMonogramView+Kingfisher.swift */, + 5C983F5C5B34E3138D32BB369340C636 /* UIButton+Kingfisher.swift */, + C75E78729CB104714ABF4627FF574C26 /* WKInterfaceImage+Kingfisher.swift */, + C391D8C0146A7AC7FBD413CDEB8F72FD /* Support Files */, + ); + name = Kingfisher; + path = Kingfisher; + sourceTree = ""; + }; + CE89F2439A252DE44B80738ACBA968EB /* DDBaseAttributedString */ = { + isa = PBXGroup; + children = ( + 51098A5A2BB7992179E3038F8A2762D9 /* DDBaseAttributedString.h */, + 72BAD5BCC8A38686C4E1D280206DFEB6 /* DDBaseAttributedString.m */, + 3A5AEF6C190C4999008E57AA2DEACDB0 /* DDBaseMutableAttributedString.h */, + F4B88DFDD7067FB92AA564486EF117EA /* DDBaseMutableAttributedString.m */, + ); + name = DDBaseAttributedString; + sourceTree = ""; + }; + CEA1C8BE70E804A14B0F4A05EDC2BFC6 /* DDBasicControlsKit_Private */ = { + isa = PBXGroup; + children = ( + 8E7A102A5B8909B19404E71B52B12DF0 /* DDBaseAnimation */, + CE89F2439A252DE44B80738ACBA968EB /* DDBaseAttributedString */, + 00BEB59DF19BA592CF9D1771209815E2 /* DDBaseButton */, + 1EA9045CFC17274C8A15BE557BD90625 /* DDBaseCollectionView */, + B61A95C01415F31F910E8B3385789F6A /* DDBaseCollectionViewCell */, + F7C42E7B71543309723CAB28AADEE7A5 /* DDBaseImage */, + AA666A8B9D9A9026713CFBCBC3C62E8A /* DDBaseImageView */, + 0C015819B287066B35595C3697B20C6F /* DDBaseLabel */, + 24C2C078538F92A513E572FCE3DF8B25 /* DDBaseNavigationController */, + 67211D3856BC826DDA34BAFD25CAFB0F /* DDBaseScrollView */, + DAB6F7633EC640F74ADC1A5A046A0B3F /* DDBaseSwitch */, + 42D25E80BDDEF0A793C9158C769CB449 /* DDBaseTableView */, + AD8E7A057B289A59F1DAE4180D714D88 /* DDBaseTableViewCell */, + BD2D75B5EB83D2701EB227097B9147CE /* DDBaseTextField */, + 5BDE511C5C324724A4A3CF892DB12276 /* DDBaseTextView */, + 036ADF0F372A7AA446DF22D524677C49 /* DDBaseView */, + 5C4ED4712EA830D95DB75A87EC0E2FAD /* DDBaseViewController */, + B3488878156A739032035EBE7D3EE01A /* Support Files */, + ); + name = DDBasicControlsKit_Private; + path = DDBasicControlsKit_Private; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -5888,85 +5899,78 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - DE5AD73E2452DA8F3000EFBF3CFD0A7C /* Pods */, - C6B8E905C3FC3AE99863A4315DB25992 /* Products */, + F109AA169DDC4E0882623644D380A7D5 /* Pods */, + 3A038659ED8BA62E99BAA5E76679C017 /* Products */, C75853DD0219D4027452952F5BD8530A /* Targets Support Files */, ); sourceTree = ""; }; - D0AA7031973DF6FC5437B1AF7E4FFC61 /* MapKit */ = { + D094325C611C474781F3B7151C55282A /* Support Files */ = { isa = PBXGroup; children = ( - 338297A7F61B0379A9C716D9C5505B53 /* MKAnnotationView+WebCache.h */, - 865E2DB0EE69A555B713BD154937984B /* MKAnnotationView+WebCache.m */, - B4308F41BB8BC5169275D93A295C770B /* SDWebImageMapKit.h */, + 17143C82208010DF328DF180C080E036 /* Bugly.debug.xcconfig */, + F0D77DA6A90860B0CAAEEE1B0E8BDFA5 /* Bugly.release.xcconfig */, ); - name = MapKit; + name = "Support Files"; + path = "../Target Support Files/Bugly"; sourceTree = ""; }; - D1E9866D06B4F0FD0F151036A1A9C8ED /* Resources */ = { + D09A9C3FB1BAF158BEA87DFDEC83CF7A /* Frameworks */ = { isa = PBXGroup; children = ( - 3A52E97A23EE99D369A833D1288A2F0A /* MJRefresh.bundle */, + C5E52F77B81E14DF15C980259A682C45 /* jpush-extension-ios-2.0.1.xcframework */, ); - name = Resources; + name = Frameworks; sourceTree = ""; }; - D1F7F94023C4EF96C13A7236AE234F1E /* UIApplication+DDCategory */ = { + D0B998C2067C6640262BD735AA57D732 /* Support Files */ = { isa = PBXGroup; children = ( - 1D393A2ABA3FAA300436D05422291DA8 /* UIApplication+DDCategory.h */, - 55AAE15BAEE64283755FCBB51BBF4F61 /* UIApplication+DDCategory.m */, + 9A06B5E513D6E3F30DF38AC40F6CB963 /* RxSwift.modulemap */, + 49FB6ECB6E5451BF8B13EF7018069983 /* RxSwift-dummy.m */, + 09C511CF745FD7F04CFFB08438BB48F3 /* RxSwift-prefix.pch */, + ADB6F0E32EBD1BD43E54CB97D1D574C3 /* RxSwift-umbrella.h */, + E585EDE50BC515FA05386D11900A482C /* RxSwift.debug.xcconfig */, + 3FA0F91C85098969D6719C32DA9A7723 /* RxSwift.release.xcconfig */, ); - name = "UIApplication+DDCategory"; + name = "Support Files"; + path = "../Target Support Files/RxSwift"; sourceTree = ""; }; - D2C9339C609B3F6DCA161804132F390A /* IQKeyboardManagerSwift */ = { + D1614E4D2F0A7692932BB6BF8B6DD8FF /* NSAttributedString+DDCategory */ = { isa = PBXGroup; children = ( - CEF6FE05431D510754AB125B5B97FB9A /* IQBarButtonItem.swift */, - 2FBF6154E16E12FA47D0DB0DC43B0FF9 /* IQInvocation.swift */, - 326E6BB1DB45ABB38ADCDBAAE6B93AB0 /* IQKeyboardManager.swift */, - C1364488BFDE89932F53C8EF60F64C13 /* IQKeyboardManager+Debug.swift */, - 05C38FEFD5B5E8F406E27E2738CE4E14 /* IQKeyboardManager+Internal.swift */, - 9161069AC502EBFEB19252F26CFA960B /* IQKeyboardManager+OrientationNotification.swift */, - 465E4C6DE4D109F83F13BAA662D680A7 /* IQKeyboardManager+Position.swift */, - C5F4B16FDDF3CC744442818806F9C259 /* IQKeyboardManager+Toolbar.swift */, - 463C20650CD8F87B4E46EFD1F1D3012A /* IQKeyboardManager+UIKeyboardNotification.swift */, - 6608376716ED6C16F4D51DC38B029DC5 /* IQKeyboardManager+UITextFieldViewNotification.swift */, - E20F2CC667DA17403E1121B822FD5040 /* IQKeyboardManagerConstants.swift */, - BC19A21BC67ECCDC5103A3AC1EFC6A20 /* IQKeyboardManagerConstantsInternal.swift */, - F44AF052C7938428F402351BFF3BE182 /* IQKeyboardReturnKeyHandler.swift */, - D18647A8E9844CFB83BCA8EF2C490BD1 /* IQNSArray+Sort.swift */, - 0FFFCBFA311799774F2498D72FC2F553 /* IQPreviousNextView.swift */, - 26172BDF6ABD59975527299C82EAAD47 /* IQTextView.swift */, - 8AC6FDD8304AC7B935BD2E42FA100046 /* IQTitleBarButtonItem.swift */, - 25AF5C3C5BB5C7C751DE2DAA41A0F53E /* IQToolbar.swift */, - 5B5CF4B45E622F35C987D5DE00033A0C /* IQUIScrollView+Additions.swift */, - 19B931ECC03308AD2A68D467BCD891EA /* IQUITextFieldView+Additions.swift */, - 646C08CBFFAC9F02A821663763978111 /* IQUIView+Hierarchy.swift */, - 1F1D11FCFFE294E435CC10C8E6AC3802 /* IQUIView+IQKeyboardToolbar.swift */, - C60383264AC6E90678661A3C493A03B2 /* IQUIViewController+Additions.swift */, - 107149417BFD12031EB76A0B8FC9361D /* Support Files */, + 433FD5552B5B815DE3A3B966224E42BC /* NSAttributedString+DDCategory.h */, + B326312DF712A13555DF3E29A4B91ECF /* NSAttributedString+DDCategory.m */, + 909CF0E87B9CE3B66AA6161FF926411D /* NSMutableAttributedString+DDCategory.h */, + A508CD34620EF8EF95ABF2A6C0C7133E /* NSMutableAttributedString+DDCategory.m */, + ABA5D9A02FE45280E21304C27D44D4EB /* NSMutableParagraphStyle+DDCategory.h */, + 1991AB6E892409615812B2EED2687B52 /* NSMutableParagraphStyle+DDCategory.m */, ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; + name = "NSAttributedString+DDCategory"; sourceTree = ""; }; - D56D56EDC643ACD84EB0AA7286DE2B4C /* NSURL+DDCategory */ = { + D287CE85056A20ADCC7BC1441BBB4E85 /* Annotation */ = { isa = PBXGroup; children = ( - 70138D53831150D30A9174C7A439E686 /* NSURL+DDCategory.h */, - 609BD23D80593E1928041C81D33C57F0 /* NSURL+DDCategory.m */, + 906B5E7E30C9A04D430BFA2687FC55D6 /* DriveRouteCustomAnnotation.h */, + B4D9FBB88A4639833CCC17674F0EE640 /* DriveRouteCustomAnnotation.m */, + 49E663AD18F7E4AA6D93670C80BCFBE7 /* MAPointAnnotation+DDCategory.h */, + 238B849621D41694FC8CF7D7D0024811 /* MAPointAnnotation+DDCategory.m */, ); - name = "NSURL+DDCategory"; + name = Annotation; sourceTree = ""; }; - D7F76445E999126112FD04FF9DEC6B5C /* DDViewController */ = { + D6380AF5D35863900FC9C4C91BF0DED7 /* DDZFPlayerKit_Private */ = { isa = PBXGroup; children = ( + E67DE22526E21EE3DD387A44BFDE7676 /* ControlView */, + 5A54F3B050939F0A915C3B19753F28BC /* Core */, + EB6A77F1E220A96F2124F174D3C9026E /* ijkplayer */, + EE9AFE65CEE8060A256D9736EE2C2E15 /* Support Files */, ); - name = DDViewController; + name = DDZFPlayerKit_Private; + path = DDZFPlayerKit_Private; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -5976,428 +5980,280 @@ name = Frameworks; sourceTree = ""; }; - D9F673880D2E166FA967D8CF5B401E27 /* SDWebImage */ = { + DAB6F7633EC640F74ADC1A5A046A0B3F /* DDBaseSwitch */ = { isa = PBXGroup; children = ( - 9968BEC1CA6225E8F63E60B50C537409 /* Core */, - D0AA7031973DF6FC5437B1AF7E4FFC61 /* MapKit */, + 5D9E7FEEDF68A097952258F2F8C0D237 /* DDBaseSwitch.h */, + 7D2816F3BF008AD0426EA4CB65CFF606 /* DDBaseSwitch.m */, ); - name = SDWebImage; + name = DDBaseSwitch; sourceTree = ""; }; - DB320AB179D7036BA1817E06F7E55AB3 /* Support Files */ = { + DF5C03C1EA879B964F82804EFE99138C /* DDTransitionAnimation */ = { isa = PBXGroup; children = ( - 73A4DBB4E49D13A6993AB2975A7F6BCB /* DDZFPlayerKit_Private.modulemap */, - F1CC639B7B6826F1BADA9CAD9F22994D /* DDZFPlayerKit_Private-dummy.m */, - 8C10536B2ED2E6CA0EF2CF3A607B0D80 /* DDZFPlayerKit_Private-prefix.pch */, - 95CD588627300285E87B1051C6CED0D6 /* DDZFPlayerKit_Private-umbrella.h */, - 958C657925EFDB1786AAD65EBE4AC73A /* DDZFPlayerKit_Private.debug.xcconfig */, - E88412FC37408D38D830508D1AF63187 /* DDZFPlayerKit_Private.release.xcconfig */, + 9AFAAE42760F819F0B9EDD24096E8D92 /* DDViewControllerAnimatedTransition.h */, + CB668FDF926ACA5507745A6BDF7C1812 /* DDViewControllerAnimatedTransition.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDZFPlayerKit_Private"; + name = DDTransitionAnimation; sourceTree = ""; }; - DC27646C78A40144E18CF800CF1734E3 /* Support Files */ = { + DF8C284AAEA91BD6EA2A96DFD67745F2 /* UIWindow+DDCategory */ = { isa = PBXGroup; children = ( - 0896363B90487407C5E7A3F54355E168 /* ESTabBarController-swift.modulemap */, - 3C1A234B9F68DFAD7C2F8062FA8F167A /* ESTabBarController-swift-dummy.m */, - 34790E1A4F3080B981EA6D4A90FD3AFA /* ESTabBarController-swift-prefix.pch */, - 3C87DCA1B6BC5F021FA8B439DC91F422 /* ESTabBarController-swift-umbrella.h */, - 9E53FE07671C72A45D10E3A9C53F1954 /* ESTabBarController-swift.debug.xcconfig */, - 956450E13FC44F04D1CCCCA026338684 /* ESTabBarController-swift.release.xcconfig */, + B0D04FFDD1595A490645EEACDBBE9000 /* UIWindow+DDCategory.h */, + 214F0295D97C1D03AF2F0593069DE07F /* UIWindow+DDCategory.m */, ); - name = "Support Files"; - path = "../Target Support Files/ESTabBarController-swift"; + name = "UIWindow+DDCategory"; sourceTree = ""; }; - DDB637805C8A57F5D82493BC1324C1CC /* JPush */ = { + E0BA9132A28C3B92DF006739DE671E5A /* UIFont+DDCategory */ = { isa = PBXGroup; children = ( - EFB10A811239F2A75CBAF06D13BF9229 /* Frameworks */, - 1692BDBB6DAC9FBD1CF808290F8B34C3 /* Support Files */, + FDCDD4393AD5CA136ED63236611F220C /* UIFont+DDCategory.h */, + CF91FF430A4B977E5EACAD9490FC1C53 /* UIFont+DDCategory.m */, ); - name = JPush; - path = JPush; + name = "UIFont+DDCategory"; sourceTree = ""; }; - DDC01B67EB1A6F4C9BD43731A74C2494 /* Bugly */ = { - isa = PBXGroup; - children = ( - 3949C9E437BB0B8AB1D9FF98D8F59D25 /* Frameworks */, - 850C86B30174B5C3C9BAEE5F4054BB9C /* Support Files */, - ); - name = Bugly; - path = Bugly; - sourceTree = ""; - }; - DDD62E5C481D84A5F3C2458E2ED268BA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 31727B5B15E16AA0A0EE67B019B12BFC /* IJKMediaFramework.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - DE3436D19F5F2B680D49BE0846A10B7B /* UIImage+DDCategory */ = { - isa = PBXGroup; - children = ( - 9F4E33E0011880F3387264268EF4FBFB /* UIImage+DDCategory.h */, - 0CE7F7F66ADE4956E8581E3A07761D36 /* UIImage+DDCategory.m */, - ); - name = "UIImage+DDCategory"; - sourceTree = ""; - }; - DE5AD73E2452DA8F3000EFBF3CFD0A7C /* Pods */ = { - isa = PBXGroup; - children = ( - A6B77FE3E9EAC7602AFAD4472365D4A8 /* Alamofire */, - 03AE2EAF26CCF13013CDBB8BEB705E44 /* AMapFoundation-NO-IDFA */, - 90CD2624469F1F3E1EBE8E06724613CE /* AMapLocation-NO-IDFA */, - 749E3D569B82AB1B62C3B40569617251 /* AMapNavi-NO-IDFA */, - 6C0C6F32125E95B517E0552FA42CD681 /* AMapSearch-NO-IDFA */, - 44EDA1101BBD7BAD6786C99E4056D490 /* AMapTrack-NO-IDFA */, - 0E7812F4D2332938CCA4CB20B886D79E /* BRPickerView */, - DDC01B67EB1A6F4C9BD43731A74C2494 /* Bugly */, - A72D17C0700E19AA5EC07BC98BBD2DE5 /* DDAudioPlayerKit_Private */, - 2926C689D7FAB971F82E33585EE2BE3A /* DDAutoUIKit_Private */, - F84D2C2F6A0CB555AD2D5C479D0C82BF /* DDBasicControlsKit_Private */, - 068515F30A07198BB5FDB75F8DAE3438 /* DDCategoryKit_Private */, - 250157E55767E95FB3489AB50F8D9CB3 /* DDColorKit_Private */, - 64845A8A1ECA35B65021AED189E86701 /* DDControlsKit_Private */, - BE2927D3FDAE51B363B94389924F7B17 /* DDDateKit_Private */, - 553FC67BE4EF0642822864848D6B3376 /* DDFontKit_Private */, - CA94BFEE5D737106B4EAA3AB8DA184FD /* DDLogKit_Private */, - 470D1E675195DBCE7ED183A808C89FF8 /* DDMAMapKit_Private */, - E297E956021F44E502B6FB4FDA1342B2 /* DDNetworkingOfAlamofireKit_Private */, - CC439906169C578F62C351D5BEB177DE /* DDProgressHUDKit_Private */, - 0FB1D69ADE903EC55386060FD89F4868 /* DDTimerKit_Private */, - 4C1C65ECF9F87B5A3AD6219B5B0BF71D /* DDToastKit_Private */, - 5A6BF5B8722E111C51041143AE61EE5F /* DDUtilsSwiftKit_Private */, - 872A23B7613429227DE988209B0F1878 /* DDWebImageKit_Private */, - 9B902E0DFBD8BF9C0BFE03194DB7F2F2 /* DDZFPlayerKit_Private */, - 4B018B2F61612DD9C3E02348DB225689 /* ESTabBarController-swift */, - D2C9339C609B3F6DCA161804132F390A /* IQKeyboardManagerSwift */, - 0399CD9F37FAC33B37E935BD596DC0F3 /* JCore */, - DDB637805C8A57F5D82493BC1324C1CC /* JPush */, - 25A8A110819EAA30A6C78DE150EF2B88 /* JPushExtension */, - 53988944855705F6EB39B1BAD8F9EAAD /* JXCategoryView */, - 6366D0FBA788604054AE6FAC468C014F /* Kingfisher */, - 394203C585DA0986FC12CFE4DC2F5515 /* MJRefresh */, - E4BBC70D31A9255823F8FC9D70144152 /* RxCocoa */, - 869DC4B657F05B254EDD3A6C120C397D /* RxRelay */, - B9E03484E1E98646F6458465DB49FD43 /* RxSwift */, - 53EAC3B0EA4D9475E7378AE0CD8EF2D2 /* SnapKit */, - B480E0E7B54D09CA182A4ABF599A96FC /* SwiftEntryKit */, - AAB4FB5F65E2249C1CDCB7E79D325381 /* ZLPhotoBrowser */, - ); - name = Pods; - sourceTree = ""; - }; - DE6DC82B5A8395C39DEFA277427F14AA /* DDBaseCollectionView */ = { - isa = PBXGroup; - children = ( - 73D0AB58CCC7544895813E785D475A99 /* DDBaseCollectionView.h */, - ACE3CBB7B0AA2F6F638A1244527AD191 /* DDBaseCollectionView.m */, - ); - name = DDBaseCollectionView; - sourceTree = ""; - }; - DF7ED2789CC321A762B5F56529617AE7 /* AnnotationView */ = { - isa = PBXGroup; - children = ( - 8A2DF7236C64FA6EF6C5DA836A725465 /* DriveRouteCustomAnnotationView.h */, - 3D5BCCACE9B25FB7A7C803B19FE4E8CD /* DriveRouteCustomAnnotationView.m */, - ); - name = AnnotationView; - sourceTree = ""; - }; - E0288C4A425DA8B25C09A7E06EDB7CE5 /* DDTextField */ = { - isa = PBXGroup; - children = ( - ); - name = DDTextField; - sourceTree = ""; - }; - E0E8F6A17A2346B1B3980123B36F23EE /* Support Files */ = { - isa = PBXGroup; - children = ( - 79B61FEDE42C2EF79980EF8021927B99 /* DDAudioPlayerKit_Private.modulemap */, - B710BC8EE99F47A5ABDDDCE91175667A /* DDAudioPlayerKit_Private-dummy.m */, - 9F14B9ACFB026DFD9EE12308B69A3F5D /* DDAudioPlayerKit_Private-prefix.pch */, - 74769D48235EFC838235C6382C032033 /* DDAudioPlayerKit_Private-umbrella.h */, - 9D75A6541042FF1AFA46FDB39E415E88 /* DDAudioPlayerKit_Private.debug.xcconfig */, - 66CFB4EBAA473F3D5F4F44B0DFA3496F /* DDAudioPlayerKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDAudioPlayerKit_Private"; - sourceTree = ""; - }; - E17B451E3CC143D062CDF71FB630B0B8 /* Support Files */ = { - isa = PBXGroup; - children = ( - C1260E2D2D5072ECB485D29E66533ACE /* JPushExtension-xcframeworks.sh */, - 47F0F09E42F6B18ACBD05DA4D54FDAAB /* JPushExtension.debug.xcconfig */, - A5B63D4F41E4AFBCFC233BDD829D1FD9 /* JPushExtension.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JPushExtension"; - sourceTree = ""; - }; - E1CAFBE3CDE80387F9072BA541FB4A73 /* Trace */ = { - isa = PBXGroup; - children = ( - 86F5F0BB278D6D79863AC4B52FEC4C3B /* MATraceReplayOverlay.h */, - AE98F7C9223FBA653EFB1EEC9965C197 /* MATraceReplayOverlay.m */, - D886D2985D912F882A8E09BCAEA6AB28 /* MATraceReplayOverlay+Addition.h */, - 07DB34723702A89C74BEA68A3FA155A8 /* MATraceReplayOverlayRender.h */, - 1D21D01A0B345F8D5616B76095628336 /* MATraceReplayOverlayRender.m */, - ); - name = Trace; - sourceTree = ""; - }; - E27E88C2CB8B5B188C59DE6341E10819 /* DDNavigationController */ = { + E4246C8F1EB4B528D217BAFE7AFF6FDE /* DDNavigationController */ = { isa = PBXGroup; children = ( ); name = DDNavigationController; sourceTree = ""; }; - E297E956021F44E502B6FB4FDA1342B2 /* DDNetworkingOfAlamofireKit_Private */ = { + E451BD8F1B1AAC9CD1CB531003F13F4B /* Core */ = { isa = PBXGroup; children = ( - 9D3AD779609B9CBCA3CB68FCA8BA3436 /* DDAF.swift */, - 308E0A4EA238C857983889FA189E6811 /* DDAlamofire.swift */, - E4540A53A88B9247A3215DD136F5C470 /* Support Files */, + 9FB381CDE56D73D02FC149FC95548B68 /* NSBezierPath+SDRoundedCorners.h */, + 5C21EC68536C7F6ED53451BCBA20FC0C /* NSBezierPath+SDRoundedCorners.m */, + 00735EBF786716344798F415F02C9B68 /* NSButton+WebCache.h */, + 905AFE4E58F2C9CC141268D17E868292 /* NSButton+WebCache.m */, + 58575539F2B16240439FDA9E052A3480 /* NSData+ImageContentType.h */, + B3533A9857B0CFB1224A0B13CE1D0AD1 /* NSData+ImageContentType.m */, + FE11902623D0B8995AD80BA2AFAEB5A9 /* NSImage+Compatibility.h */, + 8CBA7194CF97A92BB445257AE91B53CF /* NSImage+Compatibility.m */, + FCDF1740C575CAC041200730ED2BCE33 /* SDAnimatedImage.h */, + 56C00E1D61AB43F5D85A6EFBC1562C1B /* SDAnimatedImage.m */, + 950C07D28671A7517257971A3F02F71B /* SDAnimatedImagePlayer.h */, + 0E034E5ECECDC88610EF0BF573BC451E /* SDAnimatedImagePlayer.m */, + A43F0AECE80A5C799252047BA07CC012 /* SDAnimatedImageRep.h */, + 9A7573C19BA5A4A230CE6992965C0AF6 /* SDAnimatedImageRep.m */, + 22033B5C1740B4167693EB1C020DD112 /* SDAnimatedImageView.h */, + 04EF83B04CD462E3A7BB4DBA1259E6AF /* SDAnimatedImageView.m */, + C505C4637CD0CDC276DD389FE83AC6E2 /* SDAnimatedImageView+WebCache.h */, + FC6C813CCE308FA5ECDA17F2003E8261 /* SDAnimatedImageView+WebCache.m */, + BE5C366329F00E2B266C195EFDCFEE3B /* SDAssociatedObject.h */, + 07753BE8384688A918F9DDED51728CA3 /* SDAssociatedObject.m */, + 2D46045A4F34DC280E7BAB2B713A8E18 /* SDAsyncBlockOperation.h */, + 8738F1DAC39249AFCF88AC4939C35883 /* SDAsyncBlockOperation.m */, + B00AD2741CEF7EE754B0DB060572D297 /* SDDeviceHelper.h */, + BEA50139297229F53F9E2AF4FEFF60FB /* SDDeviceHelper.m */, + A4164D3DD94910463949C20A7DFDF997 /* SDDiskCache.h */, + 2F773D518558BC9DD5D61777B5A0F579 /* SDDiskCache.m */, + 346297812E42F8240610B4E53E52A25D /* SDDisplayLink.h */, + B48D21361DC358E7483130844863A296 /* SDDisplayLink.m */, + B7E9A77C4A4296171B8896199B4C9F80 /* SDFileAttributeHelper.h */, + 3FB68F7F7B71678D1348AD4C1FC7F86E /* SDFileAttributeHelper.m */, + B58A432C406C47BE98AFD227EC5A6A9C /* SDGraphicsImageRenderer.h */, + 18956B9C51867549899EF02BCB5D92EA /* SDGraphicsImageRenderer.m */, + C414FED7CA91C45F797978B14FEECBC9 /* SDImageAPNGCoder.h */, + 729765C8A9163366DB689F28BA6FDDAB /* SDImageAPNGCoder.m */, + 4FE80BECD70B7AFC4A0BE16D6AF9CBD9 /* SDImageAssetManager.h */, + B8A67F76A0FBF589BBC41E6F1D2E6129 /* SDImageAssetManager.m */, + 5509E95D91730075FB04DFC65292FA9C /* SDImageAWebPCoder.h */, + 391201AB80FDA01B5D8BAF4BE4C2D525 /* SDImageAWebPCoder.m */, + F8961D07281C0CAF01626D7D03EFCD35 /* SDImageCache.h */, + FECA46204700BBEA8561B46E37AF33B6 /* SDImageCache.m */, + C1CC795E45EA83375201D56945655CD1 /* SDImageCacheConfig.h */, + 14764BDBC84292209D656CEDFE984289 /* SDImageCacheConfig.m */, + 3B947ED4D63BA3A6DC939AF726C67AA9 /* SDImageCacheDefine.h */, + 5F30D98624DC44042FBDDB65805500FA /* SDImageCacheDefine.m */, + 65718780E4BD17347E4328307F222C86 /* SDImageCachesManager.h */, + 0394A9A8E74881BAA5CDD46CF0FDFB6C /* SDImageCachesManager.m */, + 40DC7161085F83F485166ED150FC9C60 /* SDImageCachesManagerOperation.h */, + 6D87798D77B34D965F45F54DE6908196 /* SDImageCachesManagerOperation.m */, + 787D935F929840FED118AC822D56CE53 /* SDImageCoder.h */, + 2DEC07BA62332C1657D8E7D5C67D1B64 /* SDImageCoder.m */, + 8CC82094FDD87DD86C5B20E3F7D73243 /* SDImageCoderHelper.h */, + 21FA4AD4233CA0B7D11FA3C779D8E69C /* SDImageCoderHelper.m */, + 177F3EA4C54DFAC28DCD2DFE84CCD9D3 /* SDImageCodersManager.h */, + D655B246724B348EB3A838C4BA8BCD59 /* SDImageCodersManager.m */, + 783BF1E23DE6E1225BF7BD4EB7802972 /* SDImageFrame.h */, + 7DD608EC54B982400638C74B13A81899 /* SDImageFrame.m */, + 833F92B56F331D09792B0F54E11049F4 /* SDImageGIFCoder.h */, + A340556F7651E05B30B051B4A060D6A5 /* SDImageGIFCoder.m */, + E8908981577082D4123356CFCD5A8FBC /* SDImageGraphics.h */, + 5FA535B062BE9652CF973BE2D6BEC5C8 /* SDImageGraphics.m */, + 6BEFF4D18B13895079AFA907BF75528A /* SDImageHEICCoder.h */, + 9D4C26F1FA10BD706793FE4580231F36 /* SDImageHEICCoder.m */, + A0CFBB713C8C6E7F9461F13204953DE6 /* SDImageIOAnimatedCoder.h */, + E0AC9E9FECCD4C42E328CBDE1989F8A5 /* SDImageIOAnimatedCoder.m */, + 300DE89A2F7ADBC14DB79BF4DBE82EF5 /* SDImageIOAnimatedCoderInternal.h */, + 1D10E16A1D4CC46E513E113259AF5C16 /* SDImageIOCoder.h */, + 5F33C7CDF9E104871CBC09BCBABF90FA /* SDImageIOCoder.m */, + 664865F1F88E59952B64216BD28222F2 /* SDImageLoader.h */, + DBA42D9377B1B78FACA09CA7672E1EA9 /* SDImageLoader.m */, + 90BBEC74A0EF3144171388AC02834395 /* SDImageLoadersManager.h */, + DBCF27F45E9DE45ABEF79FA31DF55835 /* SDImageLoadersManager.m */, + 9C6321471B8CA0F20D07E3380BD74AEF /* SDImageTransformer.h */, + C6562FD6AC7855689B026A8FDF727D9D /* SDImageTransformer.m */, + DB74AF39FF7548771887C65014656F73 /* SDInternalMacros.h */, + 3CD476296FE89880ACD34C9FF3987308 /* SDInternalMacros.m */, + B12F9BE0B48B49C235A875EF6F76EF82 /* SDMemoryCache.h */, + 35AA5E880B7E0D7DADD5393B684DC504 /* SDMemoryCache.m */, + 70E4CAD83781D87B930AA12830BB3268 /* SDmetamacros.h */, + 0A8CE3FF8810EDB63840FFF33E04DC10 /* SDWeakProxy.h */, + 20877DFA78FCB7701835610228FF22F3 /* SDWeakProxy.m */, + ADAA857CABFE869DB223504BB206F415 /* SDWebImage.h */, + 9E32489C0A7584447ADED5CC14784DD5 /* SDWebImageCacheKeyFilter.h */, + 3256673E401C03AF488AE2331962829B /* SDWebImageCacheKeyFilter.m */, + B8AF99C20C639F9C6F836B8CEFF438DF /* SDWebImageCacheSerializer.h */, + 0C5D37648AD357B240D7893972BA3F04 /* SDWebImageCacheSerializer.m */, + C737A6DA550A7158672FF63C22032126 /* SDWebImageCompat.h */, + ED2F69B0FF3E5AEFCA7A7A633CAC97D3 /* SDWebImageCompat.m */, + BFCE1748D564D5DE55D1103735C83731 /* SDWebImageDefine.h */, + 978FE1C0126BB0EBC0162C2169991E64 /* SDWebImageDefine.m */, + 21C43279C5D6A8103C35C909E6E5BACF /* SDWebImageDownloader.h */, + 8EFD51A8295EB1971055BA54D2A04615 /* SDWebImageDownloader.m */, + CEBA2AB8214A5B56284A891D5E20A94E /* SDWebImageDownloaderConfig.h */, + 20A36A7A60C705953D5F0D5BB7AB355B /* SDWebImageDownloaderConfig.m */, + C0B3C5821D94A1D2DAEC87B8D1BDA934 /* SDWebImageDownloaderDecryptor.h */, + 5FD2FA73DCD1313BDC01ADBA4C7AE0B4 /* SDWebImageDownloaderDecryptor.m */, + 25FB7ED435E1F20D3844C8ED1D420354 /* SDWebImageDownloaderOperation.h */, + D421BD9BE4E766EC6EAFBB0544F533B7 /* SDWebImageDownloaderOperation.m */, + 00B38C6D2892A8D38AC01651E92585EA /* SDWebImageDownloaderRequestModifier.h */, + ABC263DDB37E37D731E73E92FA013A0F /* SDWebImageDownloaderRequestModifier.m */, + 62633E6852F52F12AC2F20524E2B4EAA /* SDWebImageDownloaderResponseModifier.h */, + E2A100665375D61C156030465F19B2A9 /* SDWebImageDownloaderResponseModifier.m */, + D9AF11C8D1E4FCD7AF45B18C74C29AF8 /* SDWebImageError.h */, + EA02D2EBC28B3BDBCAC13AEE827BCD26 /* SDWebImageError.m */, + 050C15D33ADF18EE286B7AB8C6A47802 /* SDWebImageIndicator.h */, + 55AAD7948F5F9CC7105DCB28EDD764E2 /* SDWebImageIndicator.m */, + 368CCA9458C05A49453BC77266CFE580 /* SDWebImageManager.h */, + B74249BB803E679AD35730C5EA3D5B96 /* SDWebImageManager.m */, + 05329949F13D28BDF8850D76E94419A4 /* SDWebImageOperation.h */, + 2D75E316472D8CAD4D7A04ED9446E655 /* SDWebImageOperation.m */, + 17BC53768D564CBE5D9786B221596371 /* SDWebImageOptionsProcessor.h */, + 1A4867DDF7BDA0C0CBDE30E1158AB2CC /* SDWebImageOptionsProcessor.m */, + 5B483C04B3556CAAA755402AA16E94DE /* SDWebImagePrefetcher.h */, + E487E8E8F95B531073B46AEC2862FC5A /* SDWebImagePrefetcher.m */, + 4FCE1E3801073184B1DCA2B8D8A03C2F /* SDWebImageTransition.h */, + A687006D017C285764BB07EFA2FB1B64 /* SDWebImageTransition.m */, + 6C247708A536E7F458B14AAE011AE757 /* SDWebImageTransitionInternal.h */, + A9850D3BAD33467A54DA84A848342BE5 /* UIButton+WebCache.h */, + AE1DD225E2A11C4350D364780CD0CFB0 /* UIButton+WebCache.m */, + 2AA36F8299A5815674D3DF86ACFC67A0 /* UIColor+SDHexString.h */, + B05282F1EB1DE05D743FD9380A0A2887 /* UIColor+SDHexString.m */, + 3A37031298F3F03FEDA465150A6B4A79 /* UIImage+ExtendedCacheData.h */, + 1ABEA0196D0AC7313EC1C2B9E11532FB /* UIImage+ExtendedCacheData.m */, + B3B64D8C9A226FD608FD9EBF6A82F2C8 /* UIImage+ForceDecode.h */, + 5445A304A26640347396ACF2150F8C77 /* UIImage+ForceDecode.m */, + 5CCA46243E9A7DE1A26677A2E51D5E3E /* UIImage+GIF.h */, + DAAE63F3777728AF65C625115CCC5B40 /* UIImage+GIF.m */, + FB57CF2D401147CEBF560B85C0796A08 /* UIImage+MemoryCacheCost.h */, + 27D8C58EFE823354BBDD456D9074A82A /* UIImage+MemoryCacheCost.m */, + 792F75E1B244129571FAF5CF17E0FAC5 /* UIImage+Metadata.h */, + DF7CDEFBFDC15F31A3D57759A5F8AC31 /* UIImage+Metadata.m */, + 0A74D3FC27F8E931B5DED06F753012FB /* UIImage+MultiFormat.h */, + 2D3405BE29B2450918FF4688FECFFFD2 /* UIImage+MultiFormat.m */, + 3673AC5FFD1B1FDCCF7CEB74E2E2AD37 /* UIImage+Transform.h */, + B4FDA486925B72CC9E2262349C7DAB92 /* UIImage+Transform.m */, + AE110A2FD8940BCF2F317B58CE24FF20 /* UIImageView+HighlightedWebCache.h */, + EC7A02742212AEC991D88A48D8540B61 /* UIImageView+HighlightedWebCache.m */, + 119AA3EDC5E0341791DF4B60B7D82CC7 /* UIImageView+WebCache.h */, + DDA6AEE76B896CAAA3185693AB3A568C /* UIImageView+WebCache.m */, + 34428B1CD3A2658F076F7809E8CA421E /* UIView+WebCache.h */, + B039B0A1123986BAB8B20CDE267AACAE /* UIView+WebCache.m */, + 19DF178EC513B91E53CBE7F7F7A5609B /* UIView+WebCacheOperation.h */, + 4EF6930081CB7743A2BAA4EF375F7A0E /* UIView+WebCacheOperation.m */, ); - name = DDNetworkingOfAlamofireKit_Private; - path = DDNetworkingOfAlamofireKit_Private; + name = Core; sourceTree = ""; }; - E2A6D45DBD84DC252908EE13C328B5C8 /* DDButton */ = { + E4C5BA89F6ADF3C64B30E908DDACE9B3 /* Resources */ = { isa = PBXGroup; children = ( + 3D2CC3247D5805A8EADC12856BEF4BE8 /* BRAddressPickerView.bundle */, ); - name = DDButton; + name = Resources; sourceTree = ""; }; - E4540A53A88B9247A3215DD136F5C470 /* Support Files */ = { + E5FE358381F32AA1D8AF258EAAD8A216 /* UIScreen+DDCategory */ = { isa = PBXGroup; children = ( - A15FEAE57D70FFAD7251D5362A44BDC4 /* DDNetworkingOfAlamofireKit_Private.modulemap */, - 2C5992FA5401E5BC49C5D1F0EE5E0FAB /* DDNetworkingOfAlamofireKit_Private-dummy.m */, - 07243F2B1AB8AE6BB103555F715F4BA2 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, - 3C1CD2F19864903C4CCBFEB6F8D2E235 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, - 07A58DF67D30D3765DABEAE7447294BA /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, - CDA4C4F1062C689209B638919F02D223 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, + 5C4F9344026C6D2E5936C737B8814DB4 /* UIScreen+DDCategory.h */, + FAF2FFBB4B1005A22FF744431E3A5076 /* UIScreen+DDCategory.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; + name = "UIScreen+DDCategory"; sourceTree = ""; }; - E4BBC70D31A9255823F8FC9D70144152 /* RxCocoa */ = { + E67DE22526E21EE3DD387A44BFDE7676 /* ControlView */ = { isa = PBXGroup; children = ( - C91C2A08E423D1533A526BABEFDD252D /* _RX.h */, - 68209544F61D05BA068846520DB13752 /* _RX.m */, - 8BC8E2F1D3BAB5012DE924135B204832 /* _RXDelegateProxy.h */, - A2F0F7E7C1696828AD2AF8ED9C01AFB9 /* _RXDelegateProxy.m */, - 73854AABD28109AF60200833BE0FF3EA /* _RXKVOObserver.h */, - 948E5D323E3881D6D598CF459774D812 /* _RXKVOObserver.m */, - 66233234AEBC4B322768BC595790239D /* _RXObjCRuntime.h */, - 7FB25524B6DE4C04BB61427A55E84E0D /* _RXObjCRuntime.m */, - BE7291751D7713B158ECFC8B5F4B8891 /* Bag.swift */, - BEA1E5FB881FA8E4A1CFDEF87A647524 /* BehaviorRelay+Driver.swift */, - FF5B7B2DA9410D8D251AC443D23A59F6 /* ControlEvent.swift */, - 37733D6A0D3FE4C6B87F6D2DCAFFB9A2 /* ControlEvent+Driver.swift */, - 0550CC0C595342BAA95F93C5409874F3 /* ControlEvent+Signal.swift */, - EFD8B652739A98D299B1F9A054A4A24B /* ControlProperty.swift */, - 6BD33DFF24773835322733D1C9563EC0 /* ControlProperty+Driver.swift */, - D8070A272CD13A1C70DB88B33A1FB98C /* ControlTarget.swift */, - AF2B2C47CD9078820F8ABF0E51703A57 /* DelegateProxy.swift */, - 0622CEE0A4DB63D37F1DD3EAF8DD7DAB /* DelegateProxyType.swift */, - 0F403B6FC7BE7AC549244B805809480C /* DispatchQueue+Extensions.swift */, - 01BA2D4ADBA27178CEB62FE3B1F66982 /* Driver.swift */, - B23C0407B61ED5DCD7E39EC1D67DF268 /* Driver+Subscription.swift */, - 4BB7025B0CD0787B2C427E381B04D77E /* Infallible+Bind.swift */, - 5AE938B0DC17045EF61196CD890D9B30 /* InfiniteSequence.swift */, - 84FA17267760FC8B73830F3654BCD1CC /* ItemEvents.swift */, - C2D4A445AF49D7C2BD5EA2B73EFACA11 /* KVORepresentable.swift */, - 655ED08084CF139E3290C1FAB5A2F9B3 /* KVORepresentable+CoreGraphics.swift */, - 49D9B4EF35B091BF0E8CDE5F77AF5D2F /* KVORepresentable+Swift.swift */, - 088CFEFFB923569A2F3E3DC2B63424CF /* NotificationCenter+Rx.swift */, - 12F999F77A3AC911326B4226CE5F527F /* NSButton+Rx.swift */, - 89E952B75850475D14EC64468E7C199A /* NSControl+Rx.swift */, - 4E473F6A4460984AD114DA9F52288797 /* NSObject+Rx.swift */, - C7C202A7910DB97458F4E0146F16A655 /* NSObject+Rx+KVORepresentable.swift */, - 0FCA99E33339E79F32A3038332ACBC33 /* NSObject+Rx+RawRepresentable.swift */, - 2422F0D03C5F784B1E1401C35C4E4F1B /* NSSlider+Rx.swift */, - 1953F11E4271C9B2DF54874CC92A01D7 /* NSTextField+Rx.swift */, - 04C4DBE6A8D6E8C5C679616B6279C4AA /* NSTextStorage+Rx.swift */, - B7996F30A6D34466AB9348795F7D721B /* NSTextView+Rx.swift */, - 2A9A3A0D0CB60826581C83BF77D95536 /* NSView+Rx.swift */, - 943EDF926BE45D259A159B52EF89E7A4 /* Observable+Bind.swift */, - F7AF1EBF406324B2F7C95D498676FF43 /* ObservableConvertibleType+Driver.swift */, - E22E36DD71A04B164BFB3B85E5F99F45 /* ObservableConvertibleType+SharedSequence.swift */, - 2A073B2E62A94B0A094750014B7B93C2 /* ObservableConvertibleType+Signal.swift */, - AF40F4A68B4CB2C55058BFB24F149F12 /* Platform.Darwin.swift */, - E8194F20F01EA3F0C9A2957666001981 /* Platform.Linux.swift */, - D975B4045810B55EA9B89E5493F63FFC /* PriorityQueue.swift */, - BC547E6A691E9E25C50BCAF6190A5F14 /* PublishRelay+Signal.swift */, - FC7A15561DA3038C994FEADF0B0EB17A /* Queue.swift */, - 3E8213A3504D0152B3B18FD1165897C8 /* RecursiveLock.swift */, - 0E2126C944093E4A1BC86CC4763BB2BE /* RxCocoa.h */, - 6544EA2C925409624BC938D6A2D11071 /* RxCocoa.swift */, - E132B3D6E2FE67D2426330DF0B936E21 /* RxCocoaObjCRuntimeError+Extensions.swift */, - 54171EC9B6DD46F08B70719EC9BBB847 /* RxCocoaRuntime.h */, - D37855B303DC3EA97C90607F92DF9EE0 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, - 40D4013F253E69E437F85675153227E2 /* RxCollectionViewDataSourceProxy.swift */, - B13829AD12A2F23C4AE9EE6EB2FF7B20 /* RxCollectionViewDataSourceType.swift */, - 2BCAA7D1C40D6A13E37B4F19CF0924EA /* RxCollectionViewDelegateProxy.swift */, - 7B9014471E57A861E7D36F1D952524F4 /* RxCollectionViewReactiveArrayDataSource.swift */, - 4100E0A21D9A4C742325A507F8DD1A6E /* RxNavigationControllerDelegateProxy.swift */, - 3CC64D941C4E6282482F3C6D9872B41C /* RxPickerViewAdapter.swift */, - 23E52295F523D56159E5A98259202AB1 /* RxPickerViewDataSourceProxy.swift */, - FFBE82637495064E342C72C2B0869EF3 /* RxPickerViewDataSourceType.swift */, - 8581E42278DF0386B6984D883FC57BC4 /* RxPickerViewDelegateProxy.swift */, - 2D81D7A8F3797ACDB5E1E6060CD88992 /* RxScrollViewDelegateProxy.swift */, - D266C32B3D4ABF13BF4B05232085CC4B /* RxSearchBarDelegateProxy.swift */, - FFB82BE931D10C0FA4D3269BE4B77B48 /* RxSearchControllerDelegateProxy.swift */, - FB9C60390A1F6A458E374FA6E79A16FA /* RxTabBarControllerDelegateProxy.swift */, - 3DC721D1540F3026D5D6BA9B9E536FD0 /* RxTabBarDelegateProxy.swift */, - BF2A61715E22A4498F6FB59F81A186FF /* RxTableViewDataSourcePrefetchingProxy.swift */, - B2ABAEE7544691ABCBDE881DC5BB0458 /* RxTableViewDataSourceProxy.swift */, - 5DC6512907D6E365BDF6A0A31BE077EA /* RxTableViewDataSourceType.swift */, - 4037220FA1899FCC6EABCA00E0EA1442 /* RxTableViewDelegateProxy.swift */, - 3BFE4CD36F6CA408F0A1C1A85D2A218F /* RxTableViewReactiveArrayDataSource.swift */, - 187CD866B28DCABE3356A1373DF77C19 /* RxTarget.swift */, - DE902EA30D9B39A3C4E21EFD5ADCA84E /* RxTextStorageDelegateProxy.swift */, - E5AF7F0A16B1A96ECC397ECEEE2F5818 /* RxTextViewDelegateProxy.swift */, - 5BCA97BE545C91818E227788C9C199D6 /* RxWKNavigationDelegateProxy.swift */, - A3DFD3780352A6A1B2472685D337FCE3 /* SchedulerType+SharedSequence.swift */, - 7139FD08F359BB8E40109BEEB63FC369 /* SectionedViewDataSourceType.swift */, - DCA45B2FF8C5277215777063356454CB /* SharedSequence.swift */, - B2320F675B792947DDB93A2DA8C23452 /* SharedSequence+Concurrency.swift */, - 4F166DE32B764C857D11B2430096F53B /* SharedSequence+Operators.swift */, - 5A454BAEFF9952B5165D5CA8B8BAE6CC /* SharedSequence+Operators+arity.swift */, - C05FF6C8207555338353CF37A1FB32BB /* Signal.swift */, - E1422B645015BAFA2C470527637DD973 /* Signal+Subscription.swift */, - F7261D815F8CF7CFB63E5E228DD84572 /* TextInput.swift */, - 322A83102C83E0424AA8B1618788058E /* UIActivityIndicatorView+Rx.swift */, - D543A5576780E23DE78D2A10A5E30609 /* UIApplication+Rx.swift */, - 4994964013920579118939E1D5C715DF /* UIBarButtonItem+Rx.swift */, - 21FAF4DCC5E27F71C992E1966D6D7784 /* UIButton+Rx.swift */, - 3C0C987E326E5530712A502C7EAEBEC9 /* UICollectionView+Rx.swift */, - 44A6AB8B1D0DB1302E6EE63318058C81 /* UIControl+Rx.swift */, - 84AAF213CB064B7B3BD6A0578875D7FE /* UIDatePicker+Rx.swift */, - BAC73B98C76B75215447527AB4A5C41B /* UIGestureRecognizer+Rx.swift */, - B1B4583D5B96CFEC55307F96663F08DB /* UINavigationController+Rx.swift */, - DF9BA2001F064F6887F55B64AA41052F /* UIPickerView+Rx.swift */, - 7E11FE51CC6461B0E5741EC311ADC23B /* UIRefreshControl+Rx.swift */, - E68370E0FB1DB6AC7E62FED6A56ED408 /* UIScrollView+Rx.swift */, - 73D4C425FB469F74208E60499EF8C98F /* UISearchBar+Rx.swift */, - 17895D9332C84ACFB2AC9E9C0F78585C /* UISearchController+Rx.swift */, - 376C57F881E74060FE92AB9BCD6E6CFA /* UISegmentedControl+Rx.swift */, - C226A4906A7D38A48DC9C622EFBFC7C5 /* UISlider+Rx.swift */, - CBA798CDF604586428A09CC1B0022180 /* UIStepper+Rx.swift */, - 92FF81B287988C1A96B59AFF95D7EEEF /* UISwitch+Rx.swift */, - E53CB8133C4A74166C95D75FCDA2D6A7 /* UITabBar+Rx.swift */, - 28E4E45CD52C1D8C3CEA7DBBEB4F3793 /* UITabBarController+Rx.swift */, - D8166BDD64E8DCC4197341F25F9B7F3B /* UITableView+Rx.swift */, - 98AA89AC1C1C4CA555B1C69C5491FF35 /* UITextField+Rx.swift */, - E0938FF2D0E59D7EE932D3BA25359435 /* UITextView+Rx.swift */, - DB5D1F605863835B13565564B0DA34EB /* URLSession+Rx.swift */, - 9B062825B4E663350D54785A5086DA2A /* WKWebView+Rx.swift */, - 13D12D7FBB1DEA3840CC5F5C73A2A25D /* Support Files */, + 6F1E7DAC2519512F7E53A79CF03B72C7 /* UIImageView+ZFCache.h */, + 6AE6028DC86FDF3A8D5644B7F3063F39 /* UIImageView+ZFCache.m */, + 888A46AE546820686D32F4CAF469341D /* UIView+ZFFrame.h */, + 52702C38A8C11CC5F67511B8C07427B7 /* UIView+ZFFrame.m */, + B213C50BEC5B1B230951411789CDC49B /* ZFLandScapeControlView.h */, + C88C9A17D426951ED1ABD44196792E01 /* ZFLandScapeControlView.m */, + E7C513BFC3602B60D7BE0A37B18518DB /* ZFLoadingView.h */, + 8BDDA910A2545C56F3DA7374AC447D64 /* ZFLoadingView.m */, + AA655D3728A0335166429374743C0E1C /* ZFNetworkSpeedMonitor.h */, + 71855AFB5A015EBF844F74786A52BE73 /* ZFNetworkSpeedMonitor.m */, + 3C2015C8B031D2E62CF147549785FF37 /* ZFPlayerControlView.h */, + A331812F9E9382022C16C05684CA7803 /* ZFPlayerControlView.m */, + 53779230E135054E524900D2D9C9B642 /* ZFPortraitControlView.h */, + AAD1DCC8DEC9D6975D6C9B02C621C27E /* ZFPortraitControlView.m */, + 38FA73D6FE1280AC2AABFB8FDD9470C6 /* ZFSliderView.h */, + EB5960725B05CBD8CD6674EC9080BF0D /* ZFSliderView.m */, + A391BDA39A05D8D6A0C828AA4B07FB8E /* ZFSmallFloatControlView.h */, + 9F310841CAE46C6FECFA4F3204902078 /* ZFSmallFloatControlView.m */, + 81F3B9E64882B4BC95DE34E7C626A048 /* ZFSpeedLoadingView.h */, + 51DA72AEA7C4697DF354A89E5DDD03AA /* ZFSpeedLoadingView.m */, + 021566689C74C1290910F655F53572B5 /* ZFUtilities.h */, + 6786167D48718F3FDB3CF78310422087 /* ZFUtilities.m */, + 91F2CCD1B74E31E6954EA668F6F7AD7C /* ZFVolumeBrightnessView.h */, + F92832974AA6EF3FCE06D2F81AB10BF2 /* ZFVolumeBrightnessView.m */, + 9DEBB105CA450FB9A892B47F2FC73945 /* Resources */, ); - name = RxCocoa; - path = RxCocoa; + name = ControlView; sourceTree = ""; }; - E58810DB5202E83F06E39A43ED3DA133 /* Support Files */ = { + E6C35DBE305E1296BA94C5A1EB685FE9 /* OCLog */ = { isa = PBXGroup; children = ( - 0930830E4B5176E1D0E1C4B115D21231 /* DDWebImageKit_Private.modulemap */, - 48A40761A8C6A1BA15C9EA0E314F315F /* DDWebImageKit_Private-dummy.m */, - E8DA6108915688E106354AEE9B2160C9 /* DDWebImageKit_Private-prefix.pch */, - 08B470708E5DB96A8752E3664D00DE5E /* DDWebImageKit_Private-umbrella.h */, - 76CB5A6650173A28ACE697B852EF24FA /* DDWebImageKit_Private.debug.xcconfig */, - 5ED634C4B51F92E62CE9A1C6E8804746 /* DDWebImageKit_Private.release.xcconfig */, + 5BE76812CCED0E714DF0AB082A233886 /* DDOCLog.h */, ); - name = "Support Files"; - path = "../Target Support Files/DDWebImageKit_Private"; + name = OCLog; sourceTree = ""; }; - E5C436A7DEDE8B7D4D27CC4AEDBA5D2F /* UITextField+DDCategory */ = { + E8EE276048CEC6FFB673CAED9CD52D44 /* UISwitch+DDCategory */ = { isa = PBXGroup; children = ( - 5D8CCB514F2F22EC0A165D74ECBA798A /* UITextField+DDCategory.h */, - 1F3E46432FF546DE83592CD993AC3D88 /* UITextField+DDCategory.m */, + 8AB8FF8E0F3AE5014C886BAC9307A876 /* UISwitch+DDCategory.h */, + 5938C2EB08C4483692032862CFB1E5C1 /* UISwitch+DDCategory.m */, ); - name = "UITextField+DDCategory"; + name = "UISwitch+DDCategory"; sourceTree = ""; }; - E78CDFE3702315EF521EA7C7A84235D1 /* UINavigationItem+DDCategory */ = { + EB6A77F1E220A96F2124F174D3C9026E /* ijkplayer */ = { isa = PBXGroup; children = ( - 4AB8F78BBE158E2638C5E35C0EBD4FD8 /* UINavigationItem+DDCategory.h */, - FDD540431A4DCE034D81C565727230C9 /* UINavigationItem+DDCategory.m */, + BA0101469C3D26C830F15B506E1B31E3 /* ZFIJKPlayerManager.h */, + F29990B802D7742CA79E930159194BBB /* ZFIJKPlayerManager.m */, + 30497A8885B6972D74F8313C2F56C998 /* Frameworks */, ); - name = "UINavigationItem+DDCategory"; + name = ijkplayer; sourceTree = ""; }; - E8B007223998B3FE9B48017701304FB4 /* DDTableView */ = { + EC73A875D4C152E75C8C0F437A111A0C /* Resources */ = { isa = PBXGroup; children = ( + 14E9696F1C55DDF2714B3341C80D25FA /* MJRefresh.bundle */, ); - name = DDTableView; - sourceTree = ""; - }; - E999A675D4F1C8233BED5010725FBB87 /* UINavigationBar+DDCategory */ = { - isa = PBXGroup; - children = ( - 15A8BADEE560FED6902E42F108331D47 /* UINavigationBar+DDCategory.h */, - 10055B74B5174CD671B04FE80FF5FD91 /* UINavigationBar+DDCategory.m */, - ); - name = "UINavigationBar+DDCategory"; - sourceTree = ""; - }; - E9F2FED95342CA7DBA4315B577986BE3 /* NSBundle+DDCategory */ = { - isa = PBXGroup; - children = ( - 231B86CBBBABDA40C6B849D662917A72 /* NSBundle+DDCategory.h */, - 079039BBA153FEA2D453990B100F16AC /* NSBundle+DDCategory.m */, - ); - name = "NSBundle+DDCategory"; - sourceTree = ""; - }; - EAEAB8450C261E77D9DEB4D33E5F45EC /* DDBaseTextField */ = { - isa = PBXGroup; - children = ( - 2EF8A646CA4FB783A2EA47725804CA4A /* DDBaseTextField.h */, - D57EDE56F379F40AF814BFF48E0043E9 /* DDBaseTextField.m */, - ); - name = DDBaseTextField; - sourceTree = ""; - }; - EB9DF1A65DCEB7FD46F8B6D61C25C939 /* DDMATrackManager */ = { - isa = PBXGroup; - children = ( - 41F1427DF8BB355C086EE1E108D254F4 /* DDMATrackManager.h */, - 28E6A9CCBBF4482110733D730377F0A3 /* DDMATrackManager.m */, - ); - name = DDMATrackManager; - sourceTree = ""; - }; - EBE9143AFBF58039B1613475FA193E21 /* DDBaseScrollView */ = { - isa = PBXGroup; - children = ( - 3931F27C0DD180DB85ABB4AE58947082 /* DDBaseScrollView.h */, - D6C1A7169C42D9F70E5B82B6C3C85829 /* DDBaseScrollView.m */, - ); - name = DDBaseScrollView; + name = Resources; sourceTree = ""; }; ECFEDF123D996446174017D5A67EDBEB /* Pods-OrderSchedulingNotificationService */ = { @@ -6414,212 +6270,346 @@ path = "Target Support Files/Pods-OrderSchedulingNotificationService"; sourceTree = ""; }; - ED024563714E3CC86CC91DFE76127C8F /* DDLabel */ = { + ED17018892F2EF62EF3CFC6AB3FE8C27 /* AMapNavi-NO-IDFA */ = { isa = PBXGroup; children = ( + 22BE5BFD77C8D7221E62A474247E9425 /* AMapNaviBaseManager.h */, + 3C0FE2779D602C0F58390EE1EBF952E1 /* AMapNaviCommonObj.h */, + 85789EB7DABBE8B96D877B4695EFE5CA /* AMapNaviCompositeAnnotation.h */, + 04026D8D5B7E288F29CAC9DA752D1858 /* AMapNaviCompositeManager.h */, + D7BD49B9D3DC4D45A9DBBEBF900123BC /* AMapNaviCompositeUserConfig.h */, + 23412CCD5E7BBEB9BE14D8C1338A7FA9 /* AMapNaviDriveDataRepresentable.h */, + CC0807B20EF7D3B28FC2D3635EBF18DA /* AMapNaviDriveManager.h */, + D76B18626ECCD765BC643925241B886E /* AMapNaviDriveView.h */, + E48F63A5FA775CAAB9B9BCBE2671F732 /* AMapNaviEleBikeDataRepresentable.h */, + 3F1F52C0CCD850CAB94FE3A243344DB0 /* AMapNaviEleBikeManager.h */, + 99CD496753F992CECCDED02B0DB1BFBD /* AMapNaviHeaderHandler.h */, + B4B082A8E1ADC53D3EDC60D6D723DA08 /* AMapNaviHUDView.h */, + BD5F63A608DDF15C0311E2FED33DBFCC /* AMapNaviInfo.h */, + E5E270942D6D8009D7520FCC2165EC93 /* AMapNaviKit.h */, + CB71FDF698E3712319A3DEEF96D6CDB9 /* AMapNaviLocation.h */, + FADA75115A1DA47436098A306B011A6C /* AMapNaviManagerConfig.h */, + D67125470956189C05422416F6677D31 /* AMapNaviRideDataRepresentable.h */, + CADDE85EDA99316C69ADB86C22135B4E /* AMapNaviRideManager.h */, + 82E06DC3CA040833089EE3F00984904B /* AMapNaviRideView.h */, + 374E6381F829B3000D3915C6482B1552 /* AMapNaviRoute.h */, + DE0F4EB1AD2A9B2CA09EC05742128CED /* AMapNaviStatisticsInfo.h */, + 25FFAA9FF4EF5D26CB9A705BFA70B113 /* AMapNaviTrafficBarView.h */, + 865171DDF8198197CCEC9892CE41BB5D /* AMapNaviTravelManager.h */, + B112AA3A179C7F3F491CD26D463D4309 /* AMapNaviVersion.h */, + 8B07E932DBC0734C33DCC0BB028EE683 /* AMapNaviWalkDataRepresentable.h */, + 7BAADECCCBAA883D5E081950FD327C21 /* AMapNaviWalkManager.h */, + D8B654F72BB86C03F4F2F3FDE92A8513 /* AMapNaviWalkView.h */, + 20428711223FA2EEFD692FB4CC812F51 /* MAAnimatedAnnotation.h */, + 3103722C5007BFDBDF65D444D8EBC59A /* MAAnnotation.h */, + F3B9BF958EB824C91B454E74AD49A90D /* MAAnnotationMoveAnimation.h */, + A5089462C60FA435676D686DA9BEC421 /* MAAnnotationView.h */, + 75F3A6BB6BE874B794FEF50E4215FDEA /* MAArc.h */, + 0A13083E0A98C1071EA899BE089E438C /* MAArcRenderer.h */, + DDD0286B991CB002AC157319F25B9F36 /* MABaseOverlay.h */, + 4E7C6DA9AC6FFE9C47AA6FEB47B72950 /* MACircle.h */, + 5DA35FFAAE82152550BC1CA21EC6D8B7 /* MACircleRenderer.h */, + E38CC8CF4CC8A3387DBD7DC394515CD9 /* MAConfig.h */, + CC3EC4410F8728AEDC7753B6B51C3C28 /* MACustomBuildingOverlay.h */, + ED1C04ACD5B97539303C81D8A117F6A5 /* MACustomBuildingOverlayRenderer.h */, + FA8A0B93848F0C09BAF621D89D9FF6A1 /* MACustomCalloutView.h */, + AAAC27DFDB7B0FC587EAEC2A24B69F2E /* MAGeodesicPolyline.h */, + C3841C467F2A4BBC4517660271F9044B /* MAGeometry.h */, + 914A6A0B993B5E2A064E969B1AD4A2DA /* MAGltfOverlay.h */, + 7B5B68B96186D8C5E2E08A08F304A93E /* MAGltfOverlayRenderer.h */, + 9EE03D151A9D3F92A4CB48BDDDA9C2ED /* MAGroundOverlay.h */, + 43F6848D026328464B3DCE921865669C /* MAGroundOverlayRenderer.h */, + 2E1601C9D7EE9627B9372A707B926155 /* MAHeatMapTileOverlay.h */, + E2F279088DB8ED76596B6453C94A0B5E /* MAHeatMapVectorGridOverlay.h */, + B5C6D6BB728D919FE85CD8B0263B5572 /* MAHeatMapVectorGridOverlayRenderer.h */, + 28F69F02E8B7DAC2FF58E8678FFE81E6 /* MAHeatMapVectorOverlay.h */, + BC1843AF00F812C3310733754CF8F991 /* MAHeatMapVectorOverlayRender.h */, + 0A816803A89C34B7AA317AFA8BB419A6 /* MAIndoorInfo.h */, + 13503E40BE9BFB968446C974E4B973BD /* MALineDrawType.h */, + A7E07F4EE12D316EF0C45A55B9C24203 /* MAMapAccessibilityIdentifier.h */, + 5597CB7C974D830D96D5BB6356B8813F /* MAMapCustomStyleOptions.h */, + 285FE3583E043C4A750E8BA616FBF7E2 /* MAMapKit.h */, + 86ECE9E234066976273BF3BA7CDB8AA5 /* MAMapStatus.h */, + AC794916BA0BFB03EBE41BD319C9D1D2 /* MAMapVersion.h */, + 734BB1CFA1A272740C3DEAC958AC58D1 /* MAMapView.h */, + 49AA02DE7A1B10CC1A95E2F5D6FFC329 /* MAMultiColoredPolylineRenderer.h */, + AABEEBB60BAE17FAFFC07B02385632D5 /* MAMultiPoint.h */, + 552CB06391411C18B08E69A649A49322 /* MAMultiPointOverlay.h */, + D6DCF163578872878648CC466F428F02 /* MAMultiPointOverlayRenderer.h */, + 53AE7C875D9075BCD8F63AA1A564BA86 /* MAMultiPolyline.h */, + C7B3ED1541570E9B4F7968DFF4E83D6E /* MAMultiTexturePolylineRenderer.h */, + 512B17B9AE0A44182F8D41770A87CBA6 /* MAMVTTileOverlay.h */, + 958CE1BAF88CC3E230DDCDF85F0E35A4 /* MAMVTTileOverlayRenderer.h */, + 3CA16C0EE9E7FEEED580354937148624 /* MAOfflineCity.h */, + 9DB0AFC92C225302DC0A93143839638F /* MAOfflineItem.h */, + 93E82EF7B77F504BEBCC77D9B4114C04 /* MAOfflineItemCommonCity.h */, + C474E7090A2245A3EAE6A8FED55B2B1C /* MAOfflineItemMunicipality.h */, + F100096589BA2D54CD38EAC19CA5BF86 /* MAOfflineItemNationWide.h */, + 3C4F57F7CF426BE85ABCBDC7626F408B /* MAOfflineMap.h */, + 894E1447CEC2C5613BE9EB50DBE142BF /* MAOfflineMapViewController.h */, + 10D41A889FA71F6D2324DDFB7A0D7481 /* MAOfflineProvince.h */, + 3FF904BEDCD44014E41A486E324E95BD /* MAOverlay.h */, + A9335700EF042ACB9755CF184D043BCE /* MAOverlayPathRenderer.h */, + 110AA6DB5DAB69B0CF6FD9CFA45592DE /* MAOverlayRenderer.h */, + E794B9011528ACBD36460D8706565CAB /* MAParticleOverlay.h */, + C9E4D521B533D3E7BC56DA28F006D8CD /* MAParticleOverlayOptions.h */, + 91CA148273E0597C90FBA74F835AE82C /* MAParticleOverlayRenderer.h */, + 40DDFCFA0CC26608B58AA4F90FCB5DC5 /* MAPathShowRange.h */, + FA45A0BC44609D6AC505D69F748B60E7 /* MAPinAnnotationView.h */, + EBCFE09785A08AB78094777B828ADD46 /* MAPointAnnotation.h */, + 1AA40FF681925AC0A68F5741D5D99598 /* MAPolygon.h */, + 02310BAF6D639F2ADDC42E15AFBF6A64 /* MAPolygonRenderer.h */, + 7F10D25D07F0A58907C7800478073CED /* MAPolyline.h */, + 4885940A4C963688B843340C55A68A30 /* MAPolylineRenderer.h */, + 0DBEB531B1F522F3456E9FF94DFDFB7C /* MAShape.h */, + 5B3509411D7FFF974C0977BF50960CC0 /* MATileOverlay.h */, + 9790E802E6A709CED62C680BBEF565F7 /* MATileOverlayRenderer.h */, + 02C5F35C54716819262C5C051CFA98FD /* MATouchPoi.h */, + 68C333CA59CB7D80808A68FB34032821 /* MATraceLocation.h */, + B290C66B8603F95872F704B4F05A4F53 /* MATraceManager.h */, + CE17369456B9410137FA837FC66E8911 /* MAUserLocation.h */, + 96B2323EFFD1F02BCDF3AB9563603564 /* MAUserLocationRepresentation.h */, + B81A6969289DED5322218E2AF8F68D06 /* Frameworks */, + F1B64101104BFFB44FCAE88A472EEAD2 /* Resources */, + 1466BB93D3F3D2EB619B569D903292D4 /* Support Files */, ); - name = DDLabel; + name = "AMapNavi-NO-IDFA"; + path = "AMapNavi-NO-IDFA"; sourceTree = ""; }; - ED156DE6B9E18CD475A19016C5AD25EF /* DDWebImage */ = { + EE4086C8EF77FD9F291BBD18FA3BFC18 /* Support Files */ = { isa = PBXGroup; children = ( - A81F916A203A94B36D5AE604157C6CBC /* UIImageView+DDWebCache.h */, - DE3A55FFC095C157EEBEC4316416E83D /* UIImageView+DDWebCache.m */, - ); - name = DDWebImage; - sourceTree = ""; - }; - ED2A00A1843AC48FBC4EE512C800419D /* Support Files */ = { - isa = PBXGroup; - children = ( - 2103A33D58B8500B1CD6BA39C9A78775 /* DDBasicControlsKit_Private.modulemap */, - 047248665275F122285FC5F73A94F06B /* DDBasicControlsKit_Private-dummy.m */, - F3AC59F0FF0FDB218AB80723093241E9 /* DDBasicControlsKit_Private-prefix.pch */, - 5E1D66D750C4545F71A9DE88B999422C /* DDBasicControlsKit_Private-umbrella.h */, - AABCB5A16A66DEF255F30D5DA19CECAB /* DDBasicControlsKit_Private.debug.xcconfig */, - 33CEBA96ED58763BFF4C4374A76870DC /* DDBasicControlsKit_Private.release.xcconfig */, - D791DF5D64ED8D0CCE3FB62B0952E523 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, + 9D7C66792FA8E258D05F7AC66E848E6A /* AMapLocation-NO-IDFA.debug.xcconfig */, + 90D2371A637826F3DCFBD9454BD51948 /* AMapLocation-NO-IDFA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDBasicControlsKit_Private"; + path = "../Target Support Files/AMapLocation-NO-IDFA"; sourceTree = ""; }; - ED915DBCE9A72CA9A29CA489C6F3BC0B /* Frameworks */ = { + EE645D43F62C9DE1AB73943178572CE7 /* DDWebImageKit_Private */ = { isa = PBXGroup; children = ( - B49D8FDC3312415F7236F5268546F8F1 /* AMapNaviKit.framework */, + B8A4167D78705570EA439452939AEF7E /* DDWebImage */, + 9E7AF2B436D9142E3A84EC1A9CB34BFC /* SDWebImage */, + 8D8FFE61E475888C7287127D57753A97 /* Support Files */, ); - name = Frameworks; + name = DDWebImageKit_Private; + path = DDWebImageKit_Private; sourceTree = ""; }; - EE4CFB5F9CC251C472F437768363CE2C /* DDTableViewCell */ = { + EE9AFE65CEE8060A256D9736EE2C2E15 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = DDTableViewCell; - sourceTree = ""; - }; - EFB10A811239F2A75CBAF06D13BF9229 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 85A8F8C57AD44C626FEDAE4DE9BBC46A /* jpush-ios-5.0.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F0E516B433DF36BEAE60E7FE47D97E02 /* Support Files */ = { - isa = PBXGroup; - children = ( - E44AC3DE799147C39C85A8D1F06B530F /* JXCategoryView.modulemap */, - 74122461A3B3C14412899ABAFE3F2BBD /* JXCategoryView-dummy.m */, - 1552FB76EBF86026A36D1DA9E6D3584E /* JXCategoryView-prefix.pch */, - 2DCDB88F1816354F1B405F50B1E3335D /* JXCategoryView-umbrella.h */, - ABBFBFE1D062065A983C14488D206C78 /* JXCategoryView.debug.xcconfig */, - F324D58A6E4AA898B10D7BCCE1A3F510 /* JXCategoryView.release.xcconfig */, + 0F988E0F7472DAC39FAE8B0965FD1999 /* DDZFPlayerKit_Private.modulemap */, + 09D331CEEA7E95D09E74304397A29860 /* DDZFPlayerKit_Private-dummy.m */, + D275F8BB39EBDA512E48922B2AAD9AD5 /* DDZFPlayerKit_Private-prefix.pch */, + 8EA8D5FF03C57C77AA2556B61776E1C5 /* DDZFPlayerKit_Private-umbrella.h */, + B249EF95159E287452145F38FE463D90 /* DDZFPlayerKit_Private.debug.xcconfig */, + E4896C5FF987C30DD4AC710D9DC8B9DB /* DDZFPlayerKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/JXCategoryView"; + path = "../Target Support Files/DDZFPlayerKit_Private"; sourceTree = ""; }; - F1FAE5A4D8E40D6AE8D3B221B9B05E2C /* DDScrollView */ = { + F109AA169DDC4E0882623644D380A7D5 /* Pods */ = { + isa = PBXGroup; + children = ( + 853FD5AB3CDCF4D5BDA54377D0A08659 /* Alamofire */, + 805229952CB2ED16EAE6630400875300 /* AMapFoundation-NO-IDFA */, + 7CB614FE8FEB4F73148BD5C32C7E1538 /* AMapLocation-NO-IDFA */, + ED17018892F2EF62EF3CFC6AB3FE8C27 /* AMapNavi-NO-IDFA */, + 5DCBF9A1CA61B68B2A9C5954C7B824F6 /* AMapSearch-NO-IDFA */, + 03325C6075B16B677DCD2FBBDED5DEE3 /* AMapTrack-NO-IDFA */, + 7BD3E6F04843D0655F6484FC5B177836 /* BRPickerView */, + 58774742FD585A99FB149105552C09F1 /* Bugly */, + 5EBAD88DF4B0CAA3D4C882E078AD0F24 /* DDAudioPlayerKit_Private */, + 0526263D3C8B93A948200CDB2B48FDE7 /* DDAutoUIKit_Private */, + CEA1C8BE70E804A14B0F4A05EDC2BFC6 /* DDBasicControlsKit_Private */, + 872B2AF6AE408785D1185607747815CA /* DDCategoryKit_Private */, + 343EEC3F88EBB91E87EC53D4ADC33AE4 /* DDColorKit_Private */, + 33D2F27DE529C5B7E027DC8B20983E89 /* DDControlsKit_Private */, + 75BE3A0C95DB361329071D5CD9754943 /* DDDateKit_Private */, + AFAB5ED16A68645D4E72855807C2EB11 /* DDFontKit_Private */, + 6571DEE63F706FD82A2A08179757155A /* DDLogKit_Private */, + 64E9250F63596164040585B77439D157 /* DDMAMapKit_Private */, + 8F7C9E4A8C3310765A79B8664CDE5422 /* DDNetworkingOfAlamofireKit_Private */, + CB81B7C1E37EB6322AE84D918D03F412 /* DDProgressHUDKit_Private */, + 388E2E00E60099DA63D6582BACC3B310 /* DDTimerSwiftKit_Private */, + 208A1C2590677406631694B4B696D097 /* DDToastKit_Private */, + 102F53BDE896C8B7D7AD4F7D2998FCB4 /* DDUtilsSwiftKit_Private */, + EE645D43F62C9DE1AB73943178572CE7 /* DDWebImageKit_Private */, + D6380AF5D35863900FC9C4C91BF0DED7 /* DDZFPlayerKit_Private */, + 1607EC582E9304E3FEF568923C44B8F5 /* ESTabBarController-swift */, + 64CCCCABA270714A04753643F00B381B /* IQKeyboardManagerSwift */, + 8EE277EDB70E095D1C8B4A6EBA13707D /* JCore */, + 76237CAFD5F844B6FEC680761F60D8BC /* JPush */, + 2F2422B1BAF1FD1A4350DB3EC80B3230 /* JPushExtension */, + 17D75F5DC2997193F923CF7F067C0745 /* JXCategoryView */, + CD37A1F9EB096494DF7B881912B7B75A /* Kingfisher */, + F13A81409CA93C5E79899AD1900CE5EC /* MJRefresh */, + 7FDB574096DB8F9CE12BC9CD2E04D107 /* RxCocoa */, + F121DBA23544F305418485F34E2912B4 /* RxRelay */, + 4B4ECE7B74FE089F754DFB23DEF0474B /* RxSwift */, + 664F80FF57AAC7B800BB91B769E68E0D /* SnapKit */, + 7D757840035991A8A636450C59CC9B85 /* SwiftEntryKit */, + 075B78564BDF6A408EE73E1420335975 /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + F121DBA23544F305418485F34E2912B4 /* RxRelay */ = { + isa = PBXGroup; + children = ( + 0D6624D2D23A7FC7187240B46006B176 /* BehaviorRelay.swift */, + 4BF58BCECAA172E9567605DB776B2DF3 /* Observable+Bind.swift */, + 58800C915D760D1972528AE5A8E4237A /* PublishRelay.swift */, + A1917A93D07541DC4E0F7ABF9B95B2EE /* ReplayRelay.swift */, + D382AB844EBFE33D9BB393B03D31DF37 /* Utils.swift */, + 1B02238BF1310F8069162737AD6BB4D3 /* Support Files */, + ); + name = RxRelay; + path = RxRelay; + sourceTree = ""; + }; + F13A81409CA93C5E79899AD1900CE5EC /* MJRefresh */ = { + isa = PBXGroup; + children = ( + 36AC962C6154C096EEB832F99F99A210 /* MJRefresh.h */, + 3B1AF430A20634C0C897E693C8CEB5FC /* MJRefreshAutoFooter.h */, + EB9329A4C194CD450F9FC2099F11ADD3 /* MJRefreshAutoFooter.m */, + CD4510A734CB7E62092057269093222E /* MJRefreshAutoGifFooter.h */, + B50ACD6C35DE18B1012B91AFA770E168 /* MJRefreshAutoGifFooter.m */, + FD7553E272C9C158BBF40247D05CF64B /* MJRefreshAutoNormalFooter.h */, + 75BE8875B06FED44318EC0DE718B8B63 /* MJRefreshAutoNormalFooter.m */, + 6D058CFBE5B1FC61CCE7DD9BA50CD0FB /* MJRefreshAutoStateFooter.h */, + 46515A431C5F4CFB0DAAF858494B3D75 /* MJRefreshAutoStateFooter.m */, + 787D60C0B6B9BD1BBA05184F86EEB50F /* MJRefreshBackFooter.h */, + 4A03A12AF7240969CAA9B3ED42B900E4 /* MJRefreshBackFooter.m */, + CBD8895F322CCC81BBB3E27B490B59F4 /* MJRefreshBackGifFooter.h */, + 13C28AE605451065A4B0A2F27EED634D /* MJRefreshBackGifFooter.m */, + CB0DA7C290319AD6912C6D0A1C6B3FE6 /* MJRefreshBackNormalFooter.h */, + F4BDC0F324C2CA6FA47BB3C0D64B3A29 /* MJRefreshBackNormalFooter.m */, + 6EEF8C8982B1ED735852F8E6ABB1862F /* MJRefreshBackStateFooter.h */, + A1701A9110B0037F53DE181C42DD8E3C /* MJRefreshBackStateFooter.m */, + EBB67E96967CC364DA7FE698EC4FDB39 /* MJRefreshComponent.h */, + 248D51195B302608803CAAF50529690B /* MJRefreshComponent.m */, + 6C3681F10090C608EDBF944893B13E0E /* MJRefreshConfig.h */, + 0BC36D87F5A991C477F3A45ED18DF1A5 /* MJRefreshConfig.m */, + 41D3DF83A584DE08AA687F6DF45C5A12 /* MJRefreshConst.h */, + EBB621CD5274F828FE010136A01E20EA /* MJRefreshConst.m */, + 5341AAFDD513E552A5340CE204E9E469 /* MJRefreshFooter.h */, + 2186AD9C0F8699D7ADED23AAD45BE02A /* MJRefreshFooter.m */, + 76859C8AD2DDED3F8F534DB60DE98480 /* MJRefreshGifHeader.h */, + 352F283BEA42FF56347394E09329D0F8 /* MJRefreshGifHeader.m */, + 104D588A371AE16B55BC8785B047B0B4 /* MJRefreshHeader.h */, + B26DF45AFF10F837DB456BE513E87829 /* MJRefreshHeader.m */, + EB2F6BC7F9D1C819CEFFF1FA0C88CBA3 /* MJRefreshNormalHeader.h */, + 46A6FE3E0A53F6E41F0843BDB3624CAF /* MJRefreshNormalHeader.m */, + ACD6140ABCC464155886AF913FC14EB0 /* MJRefreshNormalTrailer.h */, + A6DC2BADCD2D34034A9248C7B94DCE3C /* MJRefreshNormalTrailer.m */, + CDA826319A7709DF4B10602332014921 /* MJRefreshStateHeader.h */, + CF4A071A92CD2BA0140A07F828D24761 /* MJRefreshStateHeader.m */, + 121BF37FB7425B216A39F55713DA865A /* MJRefreshStateTrailer.h */, + 20EE63BF457A74F011D47A501BFE902F /* MJRefreshStateTrailer.m */, + 8214272BFE46A73504D112C11C304815 /* MJRefreshTrailer.h */, + E44C4CBA1461C022CD91AEF60BE0AB24 /* MJRefreshTrailer.m */, + B49ABB0610DD445711241D5D6B205387 /* NSBundle+MJRefresh.h */, + DF0B649B3C24355B1C73D50621ADE732 /* NSBundle+MJRefresh.m */, + 216F3B38A6FF8B5888760B254466E3E7 /* UICollectionViewLayout+MJRefresh.h */, + FA6CBE3F5BE5217AD2E63EE63CAFCB09 /* UICollectionViewLayout+MJRefresh.m */, + 9F0FB20085827A24B5FF66F5CDAFF804 /* UIScrollView+MJExtension.h */, + 84415988F58EC4140120E933A009CFA3 /* UIScrollView+MJExtension.m */, + F3EF6887A1F81458BA2A3C75CAFF57C2 /* UIScrollView+MJRefresh.h */, + DAEAE2CC7883036FC04565C586054AB8 /* UIScrollView+MJRefresh.m */, + AD27B05D136D4982C9883879542DCF3B /* UIView+MJExtension.h */, + 72E5C5E1AB1E35EBAC6D96C5C8E1C712 /* UIView+MJExtension.m */, + EC73A875D4C152E75C8C0F437A111A0C /* Resources */, + 6AE3A0BF406761DBADFD73A328BA8E7D /* Support Files */, + ); + name = MJRefresh; + path = MJRefresh; + sourceTree = ""; + }; + F1B64101104BFFB44FCAE88A472EEAD2 /* Resources */ = { + isa = PBXGroup; + children = ( + FB807DC64D58264EF7EC4D5A12C55B8B /* AMap.bundle */, + A9F50235626C5B298CF101588E701184 /* AMapNavi.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + F2CDCD87F0C6D8B2B120EB4024A5D31B /* DDViewController */ = { isa = PBXGroup; children = ( ); - name = DDScrollView; + name = DDViewController; sourceTree = ""; }; - F2929E7D2EA518C6D23688F46A8F16C5 /* DDBaseSwitch */ = { + F4DB17E270DD973227E4B82870B92A26 /* NSBundle+DDCategory */ = { isa = PBXGroup; children = ( - 2AA1B15831BFFD8CFA3F854647263325 /* DDBaseSwitch.h */, - 22FCCB947BE160F46017115BE63C9199 /* DDBaseSwitch.m */, + 923692DFCD1D31CE3752072D5A039CAF /* NSBundle+DDCategory.h */, + 36A82A47CF4A2D8F5CCDB11BAB77A7F7 /* NSBundle+DDCategory.m */, ); - name = DDBaseSwitch; + name = "NSBundle+DDCategory"; sourceTree = ""; }; - F44DDEC7485CB7BDC6819BE77C53144A /* DDBaseAttributedString */ = { + F59B4B83ED61B60B46C11BE37CCF476A /* Support Files */ = { isa = PBXGroup; children = ( - 2468AD18E2FB4DE4AB026769DEB65710 /* DDBaseAttributedString.h */, - 842B1C95B9D4E9A5B6946AD323564DA2 /* DDBaseAttributedString.m */, - 8A945C68536B23FFDF133BFB30C7A152 /* DDBaseMutableAttributedString.h */, - 6D77C7C36886CB8CC632B686B491EDAA /* DDBaseMutableAttributedString.m */, - ); - name = DDBaseAttributedString; - sourceTree = ""; - }; - F84D2C2F6A0CB555AD2D5C479D0C82BF /* DDBasicControlsKit_Private */ = { - isa = PBXGroup; - children = ( - 2C59FD121E2E004C9F01AE3269FD58D1 /* DDBaseAnimation */, - F44DDEC7485CB7BDC6819BE77C53144A /* DDBaseAttributedString */, - 726954E46C3DE5727B65D7DBC7610D0A /* DDBaseButton */, - DE6DC82B5A8395C39DEFA277427F14AA /* DDBaseCollectionView */, - 37B79C39CB94C0461BB4F69186AA3164 /* DDBaseCollectionViewCell */, - 0454E298632E6BD30516B283CE55B6FB /* DDBaseImage */, - 10446E0ABB12BF5F3E81DE078B39E256 /* DDBaseImageView */, - 8983738934866C487CF6AEEECF42158B /* DDBaseLabel */, - 1AD55B9B0AA6C36E4D9F0CD546F6590F /* DDBaseNavigationController */, - EBE9143AFBF58039B1613475FA193E21 /* DDBaseScrollView */, - F2929E7D2EA518C6D23688F46A8F16C5 /* DDBaseSwitch */, - 4090E0A6D616563C254EAB6A6D297717 /* DDBaseTableView */, - 18199B9D9FFF6FAE03039AF0B67D01EB /* DDBaseTableViewCell */, - EAEAB8450C261E77D9DEB4D33E5F45EC /* DDBaseTextField */, - A2B793B7F19CBEC4E0CD1B092DDDC009 /* DDBaseTextView */, - AE66803C7B66AA191EBA63A8DFE2F7BE /* DDBaseView */, - C3B3D4FCB4A4295F3D70CA949895F892 /* DDBaseViewController */, - ED2A00A1843AC48FBC4EE512C800419D /* Support Files */, - ); - name = DDBasicControlsKit_Private; - path = DDBasicControlsKit_Private; - sourceTree = ""; - }; - F91C6D66A361722768798D4C43393410 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1B73EF9C0BCD822B9E79953F6B4C7E5E /* AMapTrack-NO-IDFA.debug.xcconfig */, - 69E76CB8D4A25C754020863B0C4814D3 /* AMapTrack-NO-IDFA.release.xcconfig */, + 5ADB985E89230DF44A4025B7EB687ECE /* ESTabBarController-swift.modulemap */, + 66DF5A99F3791AC430BB2288688FF18A /* ESTabBarController-swift-dummy.m */, + AA4D99F70761F684EFDD3966F25F222B /* ESTabBarController-swift-prefix.pch */, + 2946C904804C46C6D9F3151FE20A6BBB /* ESTabBarController-swift-umbrella.h */, + DDB2695D3AB4AA404E435E8DC3754495 /* ESTabBarController-swift.debug.xcconfig */, + 71753458CF7BE1B42F79ECEC9DB875B8 /* ESTabBarController-swift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AMapTrack-NO-IDFA"; + path = "../Target Support Files/ESTabBarController-swift"; sourceTree = ""; }; - FA4FBEBB0679F256E1374736170CF2DE /* Support Files */ = { + F7C42E7B71543309723CAB28AADEE7A5 /* DDBaseImage */ = { isa = PBXGroup; children = ( - E71F3AAE9945BBB091603AB330C58B6E /* RxRelay.modulemap */, - 8DEFCDFA6795981D6A0AEB2149BBD9C1 /* RxRelay-dummy.m */, - F0E878B1A2A33C049730B46FBD7B40E2 /* RxRelay-prefix.pch */, - 0A0D2D5F1A2C4190A6904F5EE6B6B5FA /* RxRelay-umbrella.h */, - E96CC0CE3457BDB43B63C943573FB407 /* RxRelay.debug.xcconfig */, - 1296543D48273175558AE913250A7735 /* RxRelay.release.xcconfig */, + E053D25DE90A57C15BAD9A968CDC85DB /* DDBaseImage.h */, + 6E6DCD5C9C94DC21C530E24396C47267 /* DDBaseImage.m */, + ); + name = DDBaseImage; + sourceTree = ""; + }; + FAFC95CDEB2039BF203631C4A3B5DB73 /* Support Files */ = { + isa = PBXGroup; + children = ( + 01A48E6579C505EE72815548B5ACF350 /* BRPickerView.modulemap */, + D015DDF6AF2E6A3C19F327F74809B0A7 /* BRPickerView-dummy.m */, + 88C994A13E5EEA1112B5D7AA7E396C89 /* BRPickerView-prefix.pch */, + E6084A4D73F707B79D9DA16C6794E7EF /* BRPickerView-umbrella.h */, + 1357A2222B90BC04F7431511B29007D3 /* BRPickerView.debug.xcconfig */, + 25B878866F487A077F9B5DB099076A8D /* BRPickerView.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/RxRelay"; + path = "../Target Support Files/BRPickerView"; sourceTree = ""; }; - FAE2D47D20B0F3452E3EB6B9B0500B80 /* UINavigationController+DDCategory */ = { + FC701CAEA9A75868F6FBDB9B943E2EA1 /* Trace */ = { isa = PBXGroup; children = ( - E37F7657A9B465F79E9F0EBD975CB42D /* UINavigationController+DDCategory.h */, - 5B5BE9A41CD394703FF1123F60540D51 /* UINavigationController+DDCategory.m */, + C5B714EA4B79DFE35A21A6C1F4F10BDF /* MATraceReplayOverlay.h */, + B3BDE5E3CF2D6CF78FD74F06BD31FB06 /* MATraceReplayOverlay.m */, + EF808C98ABEB3DF36AB8A3B66B23A9B1 /* MATraceReplayOverlay+Addition.h */, + 5AD7DAF61E619DC662122C8646468611 /* MATraceReplayOverlayRender.h */, + 29B51831110DFC6066640AB7A4194454 /* MATraceReplayOverlayRender.m */, ); - name = "UINavigationController+DDCategory"; + name = Trace; sourceTree = ""; }; - FB3A77BC2EB18334DEA7712C60CB4B91 /* DDTextView */ = { + FFC177ABD4E18B617FC21FA41316EC59 /* DDView */ = { isa = PBXGroup; children = ( ); - name = DDTextView; - sourceTree = ""; - }; - FCC57BF99A4EF03D2491B21DF297FC76 /* NSObject+DDCategory */ = { - isa = PBXGroup; - children = ( - 16D09429B446A9759362D4A36189BDBD /* NSObject+DDCategory.h */, - FE0DF47328833A62462644848DD32797 /* NSObject+DDCategory.m */, - ); - name = "NSObject+DDCategory"; - sourceTree = ""; - }; - FD5D2F17C0A07192119C2D60F78C6925 /* Base */ = { - isa = PBXGroup; - children = ( - 58515758EA3542A04EDB17B706B6B1F1 /* BRBaseView.h */, - F0C50B8C16BDC1C2DFA182776605709D /* BRBaseView.m */, - ECA144465DC8C44C54FD07753C36004B /* BRPickerStyle.h */, - D23283CEBB4B6EDDA7C5E13DB2850094 /* BRPickerStyle.m */, - 617487D1179FB4B974AF265D93DC6F9A /* BRPickerViewMacro.h */, - 9E8679F111465E72F7118A3F70C03E05 /* NSBundle+BRPickerView.h */, - 7E295B1D55E4C79C188F287BF9A65263 /* NSBundle+BRPickerView.m */, - B5EC0616CEC446FBB1A03E030D91C3D5 /* Resources */, - ); - name = Base; - sourceTree = ""; - }; - FE3077B35237BD48646BB7E3A03BC257 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7B3C07E96008A58C0217CD874224DE73 /* DDUtilsSwiftKit_Private.modulemap */, - BF6912C46E9DB1C118530256A105A22E /* DDUtilsSwiftKit_Private-dummy.m */, - 5D8914B0865E8F113771F3A527DD2B95 /* DDUtilsSwiftKit_Private-prefix.pch */, - 85B9C52C7DFA94F64FDA648D1AF90B65 /* DDUtilsSwiftKit_Private-umbrella.h */, - 9A953E017A672C2ECE915E6A15E10EED /* DDUtilsSwiftKit_Private.debug.xcconfig */, - EED99A957420D5C5591B6D23BD87AC44 /* DDUtilsSwiftKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDUtilsSwiftKit_Private"; - sourceTree = ""; - }; - FE688108DCB4818DB556B1D11049CA51 /* CALayer+DDCategory */ = { - isa = PBXGroup; - children = ( - 647C0384D5D99AE8688C5E4724C0AF05 /* CALayer+DDCategory.h */, - 1CEA4A7AC12A568AA2425330DD64B315 /* CALayer+DDCategory.m */, - ); - name = "CALayer+DDCategory"; + name = DDView; sourceTree = ""; }; /* End PBXGroup section */ @@ -6695,11 +6685,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 12DA895626FD1FA6E373AC2034714292 /* Headers */ = { + 1247B0A2A5753DA19034C0C9F6AD4D7A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9B64E0ED725BD06BB60846E72312F16B /* RxSwift-umbrella.h in Headers */, + 57BBA465F54ED4E136C795160A53D6E6 /* RxRelay-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6711,6 +6701,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1BAF461114492CDAAF68F34C07BC5DFA /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1E483A6D45FEE27B7D994F4E83E713EA /* RxSwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1E2FBD5FB6BBE9A446D3CBF3C5810901 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6851,16 +6849,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3D5904CC37ECBCD61B18ECDBC63A5BD9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 259E4E7BE93D0BC02E039E94F4F54EC9 /* DDTimerKit_Private-umbrella.h in Headers */, - EB13BD724867B5C559F17CA9F7492D76 /* DDTimerManager.h in Headers */, - E33025D3403B9B93ED7135235E58AD48 /* DDTimerObject.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3FEB4E2AEB147194E5DB6081FB1E7381 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6869,6 +6857,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 42915FA5D1A6FD4D420DC2B266FD4A81 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3EB7C760F1CE2B707F346DB0CA657B06 /* DDLogKit_Private-umbrella.h in Headers */, + 8471E77545695FC337C109F192EF4883 /* DDOCLog.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 432635C16356FEAE7D18BB7DD8CBC796 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6906,11 +6903,43 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6B83A1258DD317E40DCBBDE8E128D399 /* Headers */ = { + 69CD582A9409C068235614B6F9B4AB01 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 56DB04422FC7A33B1E6B1A1FBED17E15 /* Kingfisher-umbrella.h in Headers */, + AD66A4F4F0F3CD5B24A490015EB60AB2 /* CALayer+DDCategory.h in Headers */, + 6E27186648959C2737A0352A5AB3A333 /* DDCategory.h in Headers */, + 8B97E6475C4293432E0051CB8B3689DE /* DDCategoryKit_Private-umbrella.h in Headers */, + 1EAF0F5E24F23C39ED786BCBECA0BE88 /* NSAttributedString+DDCategory.h in Headers */, + 8A92D90C95511B8D5A88D3BBD83C125A /* NSBundle+DDCategory.h in Headers */, + 2DE50E86E55B1F0743BE855D5C93C9FF /* NSMutableAttributedString+DDCategory.h in Headers */, + 5203AC743B6F5D75AD91001D14D4EA19 /* NSMutableParagraphStyle+DDCategory.h in Headers */, + A989FAAB45AFC4C42962D59C60B4E927 /* NSObject+DDCategory.h in Headers */, + CB3AE85F2BD02615BDD9EFFD893BE634 /* NSThread+DDCategory.h in Headers */, + 8267E7D0F3F587C44849AE31750718ED /* NSURL+DDCategory.h in Headers */, + 0FE8C2FC902D0D92C7827E2B0878005F /* UIApplication+DDCategory.h in Headers */, + 2E7732643484F99C94094D864D4F2596 /* UIBarButtonItem+DDCategory.h in Headers */, + 672D397B435CBC500C93861871F3DD00 /* UIButton+DDCategory.h in Headers */, + 477CFF92D9906AC1855C0C337ED32429 /* UICollectionView+DDCategory.h in Headers */, + AEA7C6499E0E25C798F7C5773CDD9C90 /* UICollectionViewCell+DDCategory.h in Headers */, + C2D22CA4BAB1284607AAF88C287E6DB7 /* UIFont+DDCategory.h in Headers */, + A7F0DD82C3127128E4EEEDEFC9040477 /* UIImage+DDCategory.h in Headers */, + 20AE12553699C8C8E88A9377A3276CD4 /* UIImageView+DDCategory.h in Headers */, + 4A8848BA22149ACE45A4D1181796A4FC /* UILabel+DDCategory.h in Headers */, + 1D7A4E9421B2E95C4FB85BD555C8EA1D /* UINavigationBar+DDCategory.h in Headers */, + 76DF09C74B3CA257D47D36A83AD721F2 /* UINavigationController+DDCategory.h in Headers */, + 0F65D748F0246130A478D5B173E76C53 /* UINavigationItem+DDCategory.h in Headers */, + DEC51677536A6246A508EAC6146E29D5 /* UIScreen+DDCategory.h in Headers */, + FF774FDF91BF04B9304411D419586FE5 /* UIScrollView+DDCategory.h in Headers */, + 644D7ACB614403168C2CC8A4A100B8E5 /* UISwitch+DDCategory.h in Headers */, + 9465F2111E8867B136738C724EF99EF5 /* UITabBarController+DDCategory.h in Headers */, + 7A5F584AC85446E6E68DFFC5CD122469 /* UITableView+DDCategory.h in Headers */, + 569F4F768DC91472A4FFB7FCA980098F /* UITableViewCell+DDCategory.h in Headers */, + FB6EED41AAC772ABC186A60870F80120 /* UITextField+DDCategory.h in Headers */, + 0AE9B45A3E480D39CCDB8405F5D6F80E /* UITextView+DDCategory.h in Headers */, + 400E48EE67CD9C8689318B7BE2FE1A3B /* UIView+DDCategory.h in Headers */, + F502C7E976C0502B97EABBFF8032C7A3 /* UIViewController+DDCategory.h in Headers */, + EA68C451D897EEF2F22007A644F8D269 /* UIWindow+DDCategory.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7013,31 +7042,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A5A1D7BF6EF8FC516CAE127B06840430 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 174ECAF8B269D8C95076D590B677607B /* DDLogKit_Private-umbrella.h in Headers */, - C3CB6F4E6CD06EA23761B1FAF9232B4D /* DDOCLog.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AD3754EE63F6017937C8E8C5FA71DC1F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BD7592D7623906C6EA6E9904036FC7D8 /* SnapKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B84923F4519AE4D991FAC369C96B61F0 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8F50E644DB9F5D2A056109586E574194 /* Pods-OrderScheduling-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C0EE8285E44CE580C209775C2B44A2DF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7046,43 +7050,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D875F90123513FE8E4BBE94C9A23D896 /* Headers */ = { + C2E0691DDCDBE2419FACEFD690833491 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F584BA8DDAE282B8298C029F799E5EE8 /* CALayer+DDCategory.h in Headers */, - E94341B59AAF6C85696D2A617A11A0A7 /* DDCategory.h in Headers */, - 25D857D4C1B48CAD1DF3D65722734A5C /* DDCategoryKit_Private-umbrella.h in Headers */, - F159368BF73E2C36DE6292D9A61EC148 /* NSAttributedString+DDCategory.h in Headers */, - F7493C9A72E47034961334440A3A5628 /* NSBundle+DDCategory.h in Headers */, - 29ED38262413F1CDBA5E6EB9E4C84DC9 /* NSMutableAttributedString+DDCategory.h in Headers */, - 1E461FFF796F44FB71E995C576E79DA0 /* NSMutableParagraphStyle+DDCategory.h in Headers */, - 2C6D57BD921D9374331E01573AE98CBA /* NSObject+DDCategory.h in Headers */, - 77436AF8E4A1D6500F7D63ED3D5C842C /* NSThread+DDCategory.h in Headers */, - A21098966FF64EBCE2E2E1B9474CE700 /* NSURL+DDCategory.h in Headers */, - 3D3C610759331F743E22DE30AD8A56D5 /* UIApplication+DDCategory.h in Headers */, - BBCA9FCBB62A1B8AC0413BFED167CEB2 /* UIBarButtonItem+DDCategory.h in Headers */, - 8799B3D40C3873B318C5D633C4AA775C /* UIButton+DDCategory.h in Headers */, - 65FAAEDB9CD8813CC5307ABAEB3F8291 /* UICollectionView+DDCategory.h in Headers */, - 766F851F3D2AB1FA9A0080E0047B8F89 /* UICollectionViewCell+DDCategory.h in Headers */, - 893758A1DC6E9821EC4EEA0FA7D4C901 /* UIFont+DDCategory.h in Headers */, - 8C1621353D739063323C611BEF350ABB /* UIImage+DDCategory.h in Headers */, - CEE07BA50827052F4B005EEF9AB2B1E0 /* UIImageView+DDCategory.h in Headers */, - 28D9A83188D9AD1125EFA402A6D5BB30 /* UILabel+DDCategory.h in Headers */, - FE44834AECE75DD0569023AEAD7D6647 /* UINavigationBar+DDCategory.h in Headers */, - E77D4B5CB4EEFA377E283C0CA2080A8B /* UINavigationController+DDCategory.h in Headers */, - 69218EEA55BEF48A27D2B96ABF8367B0 /* UINavigationItem+DDCategory.h in Headers */, - 567EF96CF1987D614C0980CEA856D0E7 /* UIScreen+DDCategory.h in Headers */, - 5741C0315AE27E36896E8B7DA24F5592 /* UIScrollView+DDCategory.h in Headers */, - 8A85F3FEB9EB81B92B555201DD89AE6C /* UISwitch+DDCategory.h in Headers */, - 032A14E6F364FB5AA5AF6FF9AC1BC8A5 /* UITabBarController+DDCategory.h in Headers */, - 161E9C0C52EA75015C5A31DE39C86598 /* UITableView+DDCategory.h in Headers */, - 66D25BB40CE335B0134033064B8D7ED1 /* UITableViewCell+DDCategory.h in Headers */, - 2CE960A11FC8D25E531442339D587DAC /* UITextField+DDCategory.h in Headers */, - 495C53CA54D2E5E6434E56E8FD519BEB /* UITextView+DDCategory.h in Headers */, - A37384CA502F7B33B62DC0D52A2347CA /* UIView+DDCategory.h in Headers */, - DE9EE2419B089BE186C03DF062D5B65C /* UIViewController+DDCategory.h in Headers */, - C9889446707735262258C24D0B67BEDF /* UIWindow+DDCategory.h in Headers */, + 1B3436C26AE5ACEE355DA1FD78BBF9CA /* Kingfisher-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7119,6 +7091,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E15207A00C6432375438487C3DE97F2A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 376AB860AA50EA0D110D3F35B5EA0B98 /* SnapKit-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E349BA5B3E482C0E8C01ADEB982E40FC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 33403D084BFD820028C6CED4915913A7 /* Pods-OrderScheduling-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E3A88505EB133C37DD4197271EBE6441 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A5DDCCAE29F2F5E25CC92A67C3423889 /* DDTimerSwiftKit_Private-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E557108C4040787F825AECDDC4D2E2AC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7127,14 +7123,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EAB2D2F3C0EAFEEDC42F81D777FEFF00 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F96B452ADE03A61748ED7E61D025409A /* RxRelay-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EC6583CC1D76B0C3DA8E8417A194DC92 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7158,7 +7146,7 @@ buildRules = ( ); dependencies = ( - 5A5FA6207D38EC5E67B04C4350C59E20 /* PBXTargetDependency */, + 67AFB6A6D5B59E8D697E75D93DB8FD15 /* PBXTargetDependency */, ); name = DDControlsKit_Private; productName = DDControlsKit_Private; @@ -7176,23 +7164,42 @@ buildRules = ( ); dependencies = ( - 3D84BA71F8175CE47851C51247F662B1 /* PBXTargetDependency */, - FD3C5152D6CCA757C6DAD31C416D8A16 /* PBXTargetDependency */, - CD8769A8DD6B00DF086546F5A5272A0D /* PBXTargetDependency */, + C397B0A1B28CC4EB8A06D318E2F18676 /* PBXTargetDependency */, + A20A88B328795D0D4503DF34320AB259 /* PBXTargetDependency */, + 453995D049E8BC176957E87C04A1CCDA /* PBXTargetDependency */, ); name = DDBasicControlsKit_Private; productName = DDBasicControlsKit_Private; productReference = 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */; productType = "com.apple.product-type.library.static"; }; + 0D4DC618BC2D969E8743E01C79FFB7BD /* DDTimerSwiftKit_Private */ = { + isa = PBXNativeTarget; + buildConfigurationList = F29526EC74C48CD79CAD0E262BC3A959 /* Build configuration list for PBXNativeTarget "DDTimerSwiftKit_Private" */; + buildPhases = ( + E3A88505EB133C37DD4197271EBE6441 /* Headers */, + 9A67D3D563E092B8210166A26941495A /* Sources */, + 7B69698A79B96F0728678FB96AC01A84 /* Frameworks */, + 05406407AF6C66C41D51815A4A87AF57 /* Copy generated compatibility header */, + ); + buildRules = ( + ); + dependencies = ( + 045AE85011E81F3D17B55607E2E7AAB2 /* PBXTargetDependency */, + ); + name = DDTimerSwiftKit_Private; + productName = DDTimerSwiftKit_Private; + productReference = 2A524049697F59E68FFBB0F0895F87E7 /* DDTimerSwiftKit_Private */; + productType = "com.apple.product-type.library.static"; + }; 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */ = { isa = PBXNativeTarget; - buildConfigurationList = DCA4FF7F719B8588462FE97C32D8847D /* Build configuration list for PBXNativeTarget "SnapKit" */; + buildConfigurationList = 8DA1CDAE7A255201E80CC5BC7D2F3588 /* Build configuration list for PBXNativeTarget "SnapKit" */; buildPhases = ( - AD3754EE63F6017937C8E8C5FA71DC1F /* Headers */, - 77A6B1038748847309676D97F2599DE1 /* Sources */, - 8B5BFFE3F578B8AB6C9EA746998A8E53 /* Frameworks */, - 793C131BECEEF11DA49359898F387E30 /* Copy generated compatibility header */, + E15207A00C6432375438487C3DE97F2A /* Headers */, + 091BD54A4206226AA0CE8E2D74D733B3 /* Sources */, + 8F164D174C2DD2C483D6EE0580B825B5 /* Frameworks */, + 6A9BBF309A6B3DAC3418E409109221A9 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7205,12 +7212,12 @@ }; 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 463BF25973F97ACA5B731AF95B2EA07C /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; + buildConfigurationList = 58B4C974175AABAD2F07BDCD350E463F /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; buildPhases = ( - A5A1D7BF6EF8FC516CAE127B06840430 /* Headers */, - 55CBC2546F8FCB9E67C1B3714E5A03E9 /* Sources */, - C82DFA2F0D9C5C9BFB6CEC4BCB4979EC /* Frameworks */, - 89039A86EEA7EF3C70EA1C336AB717A4 /* Copy generated compatibility header */, + 42915FA5D1A6FD4D420DC2B266FD4A81 /* Headers */, + 890E47149FEE2305277821233C10F377 /* Sources */, + 44C99E28BAA044D23CC6DC6956EFC9BF /* Frameworks */, + 92D27233C6653CAF75FAD5D14509204D /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7268,9 +7275,9 @@ buildRules = ( ); dependencies = ( - 0E1A21B004EA9A6F65A9C2338F9D4ADF /* PBXTargetDependency */, - D0E08D84DDD8D2AD035F82436BF183F6 /* PBXTargetDependency */, - CFD5B13CC37230DB2B914CBCE281605F /* PBXTargetDependency */, + 7BA5B9860F9C4835B83DE3455F736A72 /* PBXTargetDependency */, + 52F3DD6996291827375DC94A97D73AD1 /* PBXTargetDependency */, + 7AD82219670DCE2C6915BDDE27854958 /* PBXTargetDependency */, ); name = DDProgressHUDKit_Private; productName = DDProgressHUDKit_Private; @@ -7297,17 +7304,17 @@ }; 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */ = { isa = PBXNativeTarget; - buildConfigurationList = A94BB0F65310ABD4D6A3BC88256567E7 /* Build configuration list for PBXNativeTarget "RxRelay" */; + buildConfigurationList = 4515EC1D631ADD2A0E6FDA5CC8C3A753 /* Build configuration list for PBXNativeTarget "RxRelay" */; buildPhases = ( - EAB2D2F3C0EAFEEDC42F81D777FEFF00 /* Headers */, - FE0CCA8138E286BD3F9FE15626A0E34B /* Sources */, - 243C291F1E70C6A6455C10EF95B7C442 /* Frameworks */, - 1A7BA6ABD13A030E9440C312A7F5C746 /* Copy generated compatibility header */, + 1247B0A2A5753DA19034C0C9F6AD4D7A /* Headers */, + E69865B87E90D2495B2488DE0EE24CE0 /* Sources */, + 118AB94E2F461ED5A72F554A4A5DCC1A /* Frameworks */, + C5AF780DC7C27C0F860FFD090B0BFB04 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - BF51CC8BA88E57E77229420DE7B30EA6 /* PBXTargetDependency */, + 032FA5D0E63E461C7B370354CD50167F /* PBXTargetDependency */, ); name = RxRelay; productName = RxRelay; @@ -7351,11 +7358,11 @@ }; 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = 57ECDD49261446EE3C9E9157041A7767 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; + buildConfigurationList = 004FA2C0A1631F2675B43E42E086639F /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; buildPhases = ( - 95AF8259A57324AB09BE354EBB5899F6 /* Sources */, - B261ACB09669EEE46E9D879D87E30EA1 /* Frameworks */, - 1A29CDDAB9B9781D5B9BE50EA2CFB66F /* Resources */, + 4AC3CE32EE9D4374E419FC575A658D09 /* Sources */, + 8D3CF96446E1D49C5F50475CC9EBEC71 /* Frameworks */, + 6499A33F49B8B0AF9A798500DA3BBD1E /* Resources */, ); buildRules = ( ); @@ -7368,11 +7375,11 @@ }; 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = E6C2F2E979177BE2594655D11DC8AE65 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; + buildConfigurationList = 2C8314851A1EB70BA3C349AF4CDFB419 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; buildPhases = ( - C3C402DA809D0506F4FC286DB1D40DC0 /* Sources */, - 59FE47EEFF6ED89A54BB580D5F030297 /* Frameworks */, - DB73D800939DE96F3218D6C18A46ED26 /* Resources */, + E903F8591991FEF33B5493A01D17A123 /* Sources */, + 7BE34CE79874D23ADEC700E1B18C4EA7 /* Frameworks */, + DC3F5E7406165BFE1D08C95612B2ADEC /* Resources */, ); buildRules = ( ); @@ -7411,79 +7418,62 @@ buildRules = ( ); dependencies = ( - 51363372E5B4EE28CB32E76E9E55698F /* PBXTargetDependency */, + CE6F82F562FFD6627F30BD4171C447B8 /* PBXTargetDependency */, ); name = "Pods-OrderSchedulingNotificationService"; productName = "Pods-OrderSchedulingNotificationService"; productReference = E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */; productType = "com.apple.product-type.library.static"; }; - 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8402DB0EAE98097984E0C5FC34DFC906 /* Build configuration list for PBXNativeTarget "DDTimerKit_Private" */; - buildPhases = ( - 3D5904CC37ECBCD61B18ECDBC63A5BD9 /* Headers */, - 577DDFE07E06E2FB7F993186B2A3D630 /* Sources */, - C08225C606FDF2928A5D4BD39BEE417D /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = DDTimerKit_Private; - productName = DDTimerKit_Private; - productReference = 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */; - productType = "com.apple.product-type.library.static"; - }; 7A11E58B7B0678A54DDBE15F2F5C3361 /* Pods-OrderScheduling */ = { isa = PBXNativeTarget; - buildConfigurationList = EF9DD14189E239E403AE21EE5F9D6E34 /* Build configuration list for PBXNativeTarget "Pods-OrderScheduling" */; + buildConfigurationList = 01AB6B1356FDC50AD9B45D78489E2E94 /* Build configuration list for PBXNativeTarget "Pods-OrderScheduling" */; buildPhases = ( - B84923F4519AE4D991FAC369C96B61F0 /* Headers */, - 0265303C3C51E7CD6C69F99DDE061F13 /* Sources */, - F713BFD71B1BE12E82CE8A4AD738CC2B /* Frameworks */, + E349BA5B3E482C0E8C01ADEB982E40FC /* Headers */, + 0E18AD5C1096982E20D47A6BAD7B4D0C /* Sources */, + 0B0A2AD8C50113CEC2458863E2729181 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 112B0BD7A86558E9EEC9F43425DC8D2D /* PBXTargetDependency */, - 991E507817A1803AD5CC2222D75B29CE /* PBXTargetDependency */, - EEFC17C28CE25AA60F4F028D1AA75A58 /* PBXTargetDependency */, - C2A9FF8AA8F53605E25DA702B074D3A6 /* PBXTargetDependency */, - AC46D2FAE56E2C49DC86048EB7598226 /* PBXTargetDependency */, - AB34984FE478E1086FA5F08DDFA918B7 /* PBXTargetDependency */, - 1AC8D11713238A36423FC501CCC959F2 /* PBXTargetDependency */, - 82893593EEFF55267CD0B5F6951899BE /* PBXTargetDependency */, - 7939D1D600B4B2BF974913D4058925F5 /* PBXTargetDependency */, - CD70C5B334C08928187A064E995DA913 /* PBXTargetDependency */, - 7C097D7355D6858E31E8646177B6A002 /* PBXTargetDependency */, - 0B08CB6D666365888EA91D3E37C10232 /* PBXTargetDependency */, - C480C426421ED36637761351B660BC1A /* PBXTargetDependency */, - CB7A0887898576FC38DCA1A86697C56B /* PBXTargetDependency */, - 81C987F33C1C9947EC93148A281530C2 /* PBXTargetDependency */, - 57A665508A60C914FF8C071B0EB937D7 /* PBXTargetDependency */, - 3F4D2E494BF4AF3042E027752CB85EAF /* PBXTargetDependency */, - 18AF6169FEAE26D3CBA60992403A3826 /* PBXTargetDependency */, - 0FA42F2B04591600C3FA00C382383CC4 /* PBXTargetDependency */, - 4253A6D66CD56D205F988E38F6BAA3D0 /* PBXTargetDependency */, - 25F839D962C9AE56649E9982333DD666 /* PBXTargetDependency */, - 5E04C32D79DFF49E056093AE3316626A /* PBXTargetDependency */, - A3F6004F3CF781AE6B5E94D0B2E42A1E /* PBXTargetDependency */, - F9F21834E820DACE0E69C3BA2C32EAA6 /* PBXTargetDependency */, - FC2EEC066FEB4BA448F88C6930B04629 /* PBXTargetDependency */, - 481B9C22E3C2117291D4196B4D42DD41 /* PBXTargetDependency */, - 8F9FB631590DA5E56799DCC8CDE02802 /* PBXTargetDependency */, - 5D477734F32A1655D607FD4075ACBAE4 /* PBXTargetDependency */, - 42EABCC1A595EC149157D10B27DD4548 /* PBXTargetDependency */, - 119C3CB51B2E9F6FD1FF2039BE6DFBC1 /* PBXTargetDependency */, - 12AE79A03505CBFDCBD62205B08C55A7 /* PBXTargetDependency */, - AC971E7C8A826881EA744D2CFC23B98F /* PBXTargetDependency */, - 811A82E6EC7A129286D89DB822BD6F65 /* PBXTargetDependency */, - 33750CF24CB5274AA9AFA18499528471 /* PBXTargetDependency */, - 7237D291FA84FD7C69B9421A59B2278B /* PBXTargetDependency */, - 0195C2DFDED42ABE1F82266CEB69928D /* PBXTargetDependency */, - 26127C2DD87F663933AA1F532EB7CE6A /* PBXTargetDependency */, - 6E3ED48F7DD6CC4C50C939BAE8B34038 /* PBXTargetDependency */, + 3D5F8C77A2C1B7E08B8CE8E98663C361 /* PBXTargetDependency */, + 84DE7A81FFC42F8438A9C963A3F28BBC /* PBXTargetDependency */, + 074045FFCBC071D8523472142127B78B /* PBXTargetDependency */, + 1A58ECD232C02DDD9F977ADA99D587D9 /* PBXTargetDependency */, + 81E61766888DE65F2B4FC4EFACE1EE15 /* PBXTargetDependency */, + 20D15E2C8ACB14B845CE6A63A8D8C14A /* PBXTargetDependency */, + 71E807F21910A93AE5AF3847E2E5E4EA /* PBXTargetDependency */, + 1AB7A85C2AD419751A028E3B88FBAAE2 /* PBXTargetDependency */, + B91EF891430C90EDD717B0EE7290C956 /* PBXTargetDependency */, + A6B15E337006E61F032208956264D972 /* PBXTargetDependency */, + 31FE0DFC9EE87784F7509591EE4D01DC /* PBXTargetDependency */, + D9E2F1EB76A5B93AEADE600D1C1C1859 /* PBXTargetDependency */, + BFA9CDFC34C999260B4FA0C9AD9F34E2 /* PBXTargetDependency */, + DA1E53A4D59AA0BA611641E64D3FE8A9 /* PBXTargetDependency */, + B2A365CD2209D4EF0FB509F3F6BED760 /* PBXTargetDependency */, + 6406558F0A236DDCC968CAA417248C6A /* PBXTargetDependency */, + 26BCC1061477F4AD56C6389EBB54DCDB /* PBXTargetDependency */, + F7BB0553F8FE1F0F2575A455A19E3321 /* PBXTargetDependency */, + 5F42E34FBEB649F9093B0351E176B754 /* PBXTargetDependency */, + 8BD31548C43A96A067C3BAA598D906AC /* PBXTargetDependency */, + A8428D9A0420C225FB6DE193C318E7AE /* PBXTargetDependency */, + A115467298BB5BACED92B1CAB0010F14 /* PBXTargetDependency */, + 3730719A21EE9D1F0F7457A89F54EE58 /* PBXTargetDependency */, + 658E5C5FAA2594FF0C994FFEE5AA5386 /* PBXTargetDependency */, + 62D77F89C98480A902C8029DA2CD03E4 /* PBXTargetDependency */, + 5C61E7554B3842F59459BEDE3F306F33 /* PBXTargetDependency */, + 489613FA97D0A537C77CF96B15348F92 /* PBXTargetDependency */, + B0CE44EB63DD2F884D36894FDB97B30C /* PBXTargetDependency */, + 7BD7B41460AEEAB99D12D102D313B231 /* PBXTargetDependency */, + 2F58D4843A6553F5A492E99D426FB4CB /* PBXTargetDependency */, + 0BAB80CC9E5D0B6BC318FB59B4D5CF75 /* PBXTargetDependency */, + 8DBE6593CDDCEC55D45F5AE19503A184 /* PBXTargetDependency */, + 6841E348DF0434F1B1C22442FC4C7AE4 /* PBXTargetDependency */, + 3260FA65BEA85CB6D4749C9FDF956CDE /* PBXTargetDependency */, + 2B5687616D7E35F1B2409F15CE5277A2 /* PBXTargetDependency */, + D8F3E181B0DCB71BA667B4FDC1840CA4 /* PBXTargetDependency */, + 85BDED79B3F73456612B422162FB222D /* PBXTargetDependency */, + 3EE14AE4F46D3B3E92DA7207107B54CB /* PBXTargetDependency */, ); name = "Pods-OrderScheduling"; productName = "Pods-OrderScheduling"; @@ -7502,8 +7492,8 @@ buildRules = ( ); dependencies = ( - 5FE80E6E95A8DFE1703C8431962774BC /* PBXTargetDependency */, - 336CA9959710717B03947FC895C596D9 /* PBXTargetDependency */, + E6B46219506CC52533B94E2956EE12E7 /* PBXTargetDependency */, + 1440C2597C18BFCD1D6931A7756FA4EB /* PBXTargetDependency */, ); name = RxCocoa; productName = RxCocoa; @@ -7512,11 +7502,11 @@ }; 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 76194890D1E507B4E6192FCB28CF4115 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; + buildConfigurationList = 14D0A2DC5F0F9965ACC487C604D9C861 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; buildPhases = ( - D875F90123513FE8E4BBE94C9A23D896 /* Headers */, - 0DB9C9CBED354AE401C434DEA7DB46B0 /* Sources */, - F28EC6180308CC5903E6744057C568B9 /* Frameworks */, + 69CD582A9409C068235614B6F9B4AB01 /* Headers */, + AA2CD169C9F4F7351557A2BB5BDE5185 /* Sources */, + A56708D2783ED056AAD2A298503CEBBB /* Frameworks */, ); buildRules = ( ); @@ -7591,13 +7581,13 @@ buildRules = ( ); dependencies = ( - 6A0468D4C85EE5385C49EED250FA29F2 /* PBXTargetDependency */, - C0B80352947CA286A8C364127FE478F5 /* PBXTargetDependency */, - D0665EA736687004A2E14EAF0A6818BB /* PBXTargetDependency */, - D4E9C1A9018B08EF485714597F1E1B3B /* PBXTargetDependency */, - 45EF848EF552D30BB2F39CB7610630D8 /* PBXTargetDependency */, - 2D9D39FF9C03DCD10B5273529C2E8857 /* PBXTargetDependency */, - 1F58758617085F70CDB59BC2CBF6EBE7 /* PBXTargetDependency */, + 1169EDBCBC4575D28A4D528D6E3AC51A /* PBXTargetDependency */, + 10D0C0D4F4CF056A707AA33A11B45265 /* PBXTargetDependency */, + 0615F3C0B2E390B41AEE304448C66965 /* PBXTargetDependency */, + B9C74E3AD32835924A38ADF735121220 /* PBXTargetDependency */, + BF3A4BD6F1FE9557C3B30102B27E088A /* PBXTargetDependency */, + 22A29ADFAE205822764939BF0477C56F /* PBXTargetDependency */, + 75C7B67CEAEEFB29853695CF8E85D143 /* PBXTargetDependency */, ); name = DDMAMapKit_Private; productName = DDMAMapKit_Private; @@ -7634,9 +7624,9 @@ buildRules = ( ); dependencies = ( - B76DD32DD958FF46F62AFC2C5EDA9E95 /* PBXTargetDependency */, - E76E9E94031512EC53D769ABB93F1AA5 /* PBXTargetDependency */, - C9148F284D598713F55F77EE60615F17 /* PBXTargetDependency */, + 739C8AA701271B80D517501069B44EA7 /* PBXTargetDependency */, + 9F210716BAC6EC7189220BF34537DA75 /* PBXTargetDependency */, + 41D20CE648EA062D813365C91DD0074E /* PBXTargetDependency */, ); name = DDNetworkingOfAlamofireKit_Private; productName = DDNetworkingOfAlamofireKit_Private; @@ -7716,12 +7706,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 957F537479CA1D6948B240BF61097C19 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = B7BFFEFD34DF7A7483247F6A228BE3A1 /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 6B83A1258DD317E40DCBBDE8E128D399 /* Headers */, - 85B6E85F66EC5699B6C6010C69802D2A /* Sources */, - CECCB95A7880F7E4F1C935D60213DF2E /* Frameworks */, - 72BA110B2A4482213070C1761EAF12CD /* Copy generated compatibility header */, + C2E0691DDCDBE2419FACEFD690833491 /* Headers */, + 560447DCA28663AE0495561CB56A1D71 /* Sources */, + 735D53E4A76ADCACD9D3D368EB7A6AA4 /* Frameworks */, + 2439D1B226882266D5F8B7920CE7F517 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7734,12 +7724,12 @@ }; EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = 2B17B2F7308968007D9B4DCED3801368 /* Build configuration list for PBXNativeTarget "RxSwift" */; + buildConfigurationList = 7915BBA464394109D2A2BB46C4379FD8 /* Build configuration list for PBXNativeTarget "RxSwift" */; buildPhases = ( - 12DA895626FD1FA6E373AC2034714292 /* Headers */, - CF6B7661C4710DAD31CAF2C1AE75FBBB /* Sources */, - 07F7B904DD31B3DA996C811D31BFC025 /* Frameworks */, - FBBEFECB6CD394FEAB40E676F5976753 /* Copy generated compatibility header */, + 1BAF461114492CDAAF68F34C07BC5DFA /* Headers */, + FBB5D2ED688559B7C8491A4F834B441F /* Sources */, + 3E6C047B16A9080FC2FBD743CA72D1EC /* Frameworks */, + 58F891989C083394E76E273A081DD6A3 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7822,7 +7812,7 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = C6B8E905C3FC3AE99863A4315DB25992 /* Products */; + productRefGroup = 3A038659ED8BA62E99BAA5E76679C017 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -7848,7 +7838,7 @@ 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */, B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */, 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */, - 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */, + 0D4DC618BC2D969E8743E01C79FFB7BD /* DDTimerSwiftKit_Private */, CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */, A8B712B20F60AB02004557B884A28FD4 /* DDUtilsSwiftKit_Private */, 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */, @@ -7874,25 +7864,49 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 1A29CDDAB9B9781D5B9BE50EA2CFB66F /* Resources */ = { + 6499A33F49B8B0AF9A798500DA3BBD1E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A791F6D776136972A98A796439E81689 /* DDBaseViewController.xcassets in Resources */, + 6E1CA6F020EE1444B5B7042BF27DC7E1 /* DDBaseViewController.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DB73D800939DE96F3218D6C18A46ED26 /* Resources */ = { + DC3F5E7406165BFE1D08C95612B2ADEC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A695794D769E2EE93CB2D918BFC21A39 /* Sources_DDMAMap in Resources */, + CFB3EAA6E6A485204E7568CF85DBDA3C /* Sources_DDMAMap in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + 05406407AF6C66C41D51815A4A87AF57 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap", + "${PODS_ROOT}/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/DDTimerSwiftKit_Private-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; 18975C3175D757683CE728020300C873 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -7917,7 +7931,7 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 1A7BA6ABD13A030E9440C312A7F5C746 /* Copy generated compatibility header */ = { + 2439D1B226882266D5F8B7920CE7F517 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -7926,20 +7940,20 @@ ); inputPaths = ( "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap", - "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h", + "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap", + "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h", ); name = "Copy generated compatibility header"; outputFileListPaths = ( ); outputPaths = ( "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/RxRelay-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Kingfisher-umbrella.h", "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; 25500B2245ACA87924EEE987F0EBBF41 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; @@ -8030,7 +8044,7 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAutoUIKit_Private/DDAutoUIKit_Private-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 72BA110B2A4482213070C1761EAF12CD /* Copy generated compatibility header */ = { + 58F891989C083394E76E273A081DD6A3 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -8039,20 +8053,44 @@ ); inputPaths = ( "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap", - "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h", + "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap", + "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h", ); name = "Copy generated compatibility header"; outputFileListPaths = ( ); outputPaths = ( "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/Kingfisher-umbrella.h", + "${BUILT_PRODUCTS_DIR}/RxSwift-umbrella.h", "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; + 6A9BBF309A6B3DAC3418E409109221A9 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap", + "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/SnapKit-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; 734882066F7D5696CA518DF9EE7D2FBC /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; @@ -8078,31 +8116,7 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private/DDProgressHUDKit_Private-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 793C131BECEEF11DA49359898F387E30 /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap", - "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/SnapKit-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; - 89039A86EEA7EF3C70EA1C336AB717A4 /* Copy generated compatibility header */ = { + 92D27233C6653CAF75FAD5D14509204D /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -8280,6 +8294,30 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; + C5AF780DC7C27C0F860FFD090B0BFB04 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap", + "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/RxRelay-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; EA7731AFE124BDEF55FED2A34737FCB4 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8400,30 +8438,6 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/IQKeyboardManagerSwift/IQKeyboardManagerSwift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - FBBEFECB6CD394FEAB40E676F5976753 /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap", - "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/RxSwift-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; FFAFF71C63A68A0848E1569F249322F3 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8451,50 +8465,56 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0265303C3C51E7CD6C69F99DDE061F13 /* Sources */ = { + 091BD54A4206226AA0CE8E2D74D733B3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 20FED9DCA43F2B9123D92608AD3D6934 /* Pods-OrderScheduling-dummy.m in Sources */, + 25CC0CF443857A93D8BE00CDF4546C63 /* Constraint.swift in Sources */, + 78C3333C5B5C5B06AA18DC30F74B61D7 /* ConstraintAttributes.swift in Sources */, + 59319E58B1FFEFC83067AAA3DFF2C183 /* ConstraintConfig.swift in Sources */, + 4A16EDDBFFE31E07FD8BF76294024345 /* ConstraintConstantTarget.swift in Sources */, + C0D9D4A614A12FDB0DE800B0B4EA8D6D /* ConstraintDescription.swift in Sources */, + 125F97E66591AD5F162C1655AD8345A8 /* ConstraintDirectionalInsets.swift in Sources */, + 3A5990E726C4079F9C65687890439659 /* ConstraintDirectionalInsetTarget.swift in Sources */, + 5329C90AA1996CC8942283EF8D52C89E /* ConstraintDSL.swift in Sources */, + 066D34E2C27696516642474359C2BAA3 /* ConstraintInsets.swift in Sources */, + C2EC935BBFE9B553962121DA980857D1 /* ConstraintInsetTarget.swift in Sources */, + 7C102020B2256973FC999A05C0160BC0 /* ConstraintItem.swift in Sources */, + 3FE8C4F635DCD9A6E1D6B14D4EFFA0FC /* ConstraintLayoutGuide.swift in Sources */, + B4E965E045EA23076AB6880F4A5B452E /* ConstraintLayoutGuide+Extensions.swift in Sources */, + 7B17705DE2BB59764643610B8F465B56 /* ConstraintLayoutGuideDSL.swift in Sources */, + CB3A4113D6A0796E5AE8CC02BA5D95FF /* ConstraintLayoutSupport.swift in Sources */, + F804CEACBCC1AB7CFD580B0076DB9F76 /* ConstraintLayoutSupportDSL.swift in Sources */, + 13929B6FE1EC4964211E0BC8ABFE5441 /* ConstraintMaker.swift in Sources */, + 6EBCB4D6E506CFBFAA2680EE18BBC78E /* ConstraintMakerEditable.swift in Sources */, + 95A9A97F70CC38E01F0A0D3663B78556 /* ConstraintMakerExtendable.swift in Sources */, + 448BF34A0F6DF010B085094FFEAB2F8A /* ConstraintMakerFinalizable.swift in Sources */, + 78A248AB648A444E87050AA2F36E655E /* ConstraintMakerPrioritizable.swift in Sources */, + 1F232E351154BB156E4D17D70BF19DA5 /* ConstraintMakerRelatable.swift in Sources */, + 940946EF79368F5DE7F3335A20E8E203 /* ConstraintMakerRelatable+Extensions.swift in Sources */, + DEAD2BF3F313B482DA2B2CCFD779FE48 /* ConstraintMultiplierTarget.swift in Sources */, + 8A74A91C3BC33BBD7B39C8D4B66C722F /* ConstraintOffsetTarget.swift in Sources */, + 1FB2D5B8FCEB27DD21174B0FE25DDC7E /* ConstraintPriority.swift in Sources */, + 2E848100ABBD7854C776895116A74660 /* ConstraintPriorityTarget.swift in Sources */, + E1B742B08C2A73502ABF68D9479E4D69 /* ConstraintRelatableTarget.swift in Sources */, + 4C68A9183D1BA00046D299B8F6A65CDA /* ConstraintRelation.swift in Sources */, + E75122710DC5E6C2B7231F89D86281C4 /* ConstraintView.swift in Sources */, + A3AEB06DFD06EFFA49052CBFAC85B7A1 /* ConstraintView+Extensions.swift in Sources */, + 057D1221E544A666DC2933C4B146B0EB /* ConstraintViewDSL.swift in Sources */, + 02ABCC19FCF4C91509A882D14B814A34 /* Debugging.swift in Sources */, + 2BFEB3B9ADFE685A33150CA1CD79DB44 /* LayoutConstraint.swift in Sources */, + 1949F1047DC16A4900AE36D22C95CD16 /* LayoutConstraintItem.swift in Sources */, + 1BCEB28338898ADF3C0CC4328D59E093 /* SnapKit-dummy.m in Sources */, + B2DC99BC8C2BAB5C1FFFD9D042C37475 /* Typealiases.swift in Sources */, + 07EF412BD76D23EE285E8245544BA0B6 /* UILayoutSupport+Extensions.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0DB9C9CBED354AE401C434DEA7DB46B0 /* Sources */ = { + 0E18AD5C1096982E20D47A6BAD7B4D0C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1CA00336114656A3131079C2EEE81515 /* CALayer+DDCategory.m in Sources */, - 6184C301A4F9C846DC9DAB536C87F378 /* DDCategoryKit_Private-dummy.m in Sources */, - 1942078CB9DFD9A5800CB03F0CEDDE5B /* NSAttributedString+DDCategory.m in Sources */, - 8979496F3E3FBF8DA001C1CE7AA03BA6 /* NSBundle+DDCategory.m in Sources */, - E93D18BE3F8D8A55F507599DB5D5BA0E /* NSMutableAttributedString+DDCategory.m in Sources */, - 1F01F6B7F8E9E4B346C34B340F409CF2 /* NSMutableParagraphStyle+DDCategory.m in Sources */, - F29D3E30D5D32E6FD0C0EF5052AA361C /* NSObject+DDCategory.m in Sources */, - B4EC9313ED8E537147CCA752787AF531 /* NSThread+DDCategory.m in Sources */, - 5AE2C956EF2014C7F96392F8FAE0B9A1 /* NSURL+DDCategory.m in Sources */, - ED596B017BFF465DEF98EF02273B0769 /* UIApplication+DDCategory.m in Sources */, - 1C93E42E8193FAB0048B88DA3EBFCAD6 /* UIBarButtonItem+DDCategory.m in Sources */, - E73EE036138BB383B6253FFCA7CA9925 /* UIButton+DDCategory.m in Sources */, - 2BE28D6901B3A6B0B55F4DD6E4FE18AD /* UICollectionView+DDCategory.m in Sources */, - C982E37CEADF0466F293DD489658DF5D /* UICollectionViewCell+DDCategory.m in Sources */, - BC1AFA6F4C79627FF5C74D6BE1A1C4D1 /* UIFont+DDCategory.m in Sources */, - CBE2FE348DFD68671CFE88342F910109 /* UIImage+DDCategory.m in Sources */, - D6B4F19F0B1092BDAFF695113E4AB86D /* UIImageView+DDCategory.m in Sources */, - C58AD2B418BCF999C5AF5B56D9B84C16 /* UILabel+DDCategory.m in Sources */, - 6249DC76107D1FCC2A6E4137DBE8DE03 /* UINavigationBar+DDCategory.m in Sources */, - BD8CAC857ADE1C7561B3F65DEDED34ED /* UINavigationController+DDCategory.m in Sources */, - 03D15839E09A1B451BB8FD0115774599 /* UINavigationItem+DDCategory.m in Sources */, - 906403400342E3A771878491D828DEBE /* UIScreen+DDCategory.m in Sources */, - 8130D81EA6D0939B5126C2EF754707E1 /* UIScrollView+DDCategory.m in Sources */, - 69349E2227EB79B2C451C5012A8679AE /* UISwitch+DDCategory.m in Sources */, - 7AD9A4864D99D693CDDAC8A8BC8295D1 /* UITabBarController+DDCategory.m in Sources */, - CAB1AD31B25A2F74D382CA5D01B314FF /* UITableView+DDCategory.m in Sources */, - 53A248D99CB22BC516C50BC73851979F /* UITableViewCell+DDCategory.m in Sources */, - CA87C6F8F47B06A70B51CCB7E5F5F4DF /* UITextField+DDCategory.m in Sources */, - 76339DA5677D63376EF3C5DB4F383227 /* UITextView+DDCategory.m in Sources */, - B49AA5C3AE9915A0D171217F8C18AD83 /* UIView+DDCategory.m in Sources */, - ADCCB3DACEC0263C04C82763A7463757 /* UIViewController+DDCategory.m in Sources */, - AB9D03EC289F88F19BA336EE118EC8A5 /* UIWindow+DDCategory.m in Sources */, + F2A3C645016E3EA88FA9001E2D6F12EF /* Pods-OrderScheduling-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8574,22 +8594,79 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 55CBC2546F8FCB9E67C1B3714E5A03E9 /* Sources */ = { + 4AC3CE32EE9D4374E419FC575A658D09 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0D8BDEFDF7D3429A3FCCF835136A5137 /* DDLogKit_Private-dummy.m in Sources */, - 805577A16FF401444D4C8B0CD08D1378 /* DDSwiftLog.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 577DDFE07E06E2FB7F993186B2A3D630 /* Sources */ = { + 560447DCA28663AE0495561CB56A1D71 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4451EC12269AAC34C6C16CB5983DC290 /* DDTimerKit_Private-dummy.m in Sources */, - 3CA4B8FBB6E84BB97EDB27242BA5D3B4 /* DDTimerManager.m in Sources */, - B2D2E59A81182DF6AB4A51723F478C4F /* DDTimerObject.m in Sources */, + A55957E3D086EA4A11734CFCE71FBF0A /* AnimatedImageView.swift in Sources */, + C7705E2AB582892EA6CDB7AF837288F5 /* AuthenticationChallengeResponsable.swift in Sources */, + 626920941BB7E4C97726F970ABCC5E13 /* AVAssetImageDataProvider.swift in Sources */, + B2A861042944D7380C13A8B77A99F92B /* Box.swift in Sources */, + 3324ED4B7CDB3F6C26C4A8A3CBC0CC3A /* CacheSerializer.swift in Sources */, + 13DE56A7C610467794A68A36B8CCC6A5 /* CallbackQueue.swift in Sources */, + 46958F862AAC361EC5778BFBC64B93E4 /* CPListItem+Kingfisher.swift in Sources */, + A7405437B50723FDB2C5B3968B1764CA /* Delegate.swift in Sources */, + 947DEB27BD26643AADB0D0EFF4A0B0D4 /* DiskStorage.swift in Sources */, + 9E0AC3A8BB8EA7EB2085404E6097DE46 /* ExtensionHelpers.swift in Sources */, + C28474B4C426F48FD45476D5832CC326 /* Filter.swift in Sources */, + 46E84421E21C9DBA8709A9BE21B2FA46 /* FormatIndicatedCacheSerializer.swift in Sources */, + FC6847F51D34B767EFA97FA948C924E3 /* GIFAnimatedImage.swift in Sources */, + 4C81286BC4906210815E4D38F081530C /* GraphicsContext.swift in Sources */, + BCCDD2B2C0D0B159D41052C743780F3A /* Image.swift in Sources */, + 9E0EAF95B26AF2506359722B8C6D7662 /* ImageBinder.swift in Sources */, + 0C4FB24086202C23FFF33C9199BF5A9E /* ImageCache.swift in Sources */, + 82148B4B5DDD7ABF3B486C24249E255D /* ImageContext.swift in Sources */, + 4F956FF2471A7147911A1E14A89F4744 /* ImageDataProcessor.swift in Sources */, + 04E098DBFE74C74C3CA5369A91198F58 /* ImageDataProvider.swift in Sources */, + 1E40C9A50D8D86C792A4747AAEF93139 /* ImageDownloader.swift in Sources */, + B801E0F1CAFEE74EF65BE4C882EE6C18 /* ImageDownloaderDelegate.swift in Sources */, + 11FDD08584F35CA234ACA3CF95C2989F /* ImageDrawing.swift in Sources */, + C27ABE24E18EFF2E44F24F349035D003 /* ImageFormat.swift in Sources */, + 4AEB0234CB1DA2124199FA68DEF481B8 /* ImageModifier.swift in Sources */, + ADEEBACC578AD5501E8ADC19E6098BCC /* ImagePrefetcher.swift in Sources */, + 6B7E196B344D37AF107E8FE16304881C /* ImageProcessor.swift in Sources */, + F152746FB849EF208D83302F893A6658 /* ImageProgressive.swift in Sources */, + 7DE618E75D855030541F066767DD04F7 /* ImageTransition.swift in Sources */, + 1890AABE1DBE350CE3A410961492F430 /* ImageView+Kingfisher.swift in Sources */, + B08257202077029351FCACC6C33ACEBD /* Indicator.swift in Sources */, + E71B6E755ECEE68AA709F73CF03711B0 /* KF.swift in Sources */, + 63C704F1A6AF8079E294E3A552E77AC1 /* KFAnimatedImage.swift in Sources */, + E4D5C473FE1076929BCB98EE40EC1C91 /* KFImage.swift in Sources */, + 898358507A5BA1212B43A55D5EB80D5B /* KFImageOptions.swift in Sources */, + 8347E38616E0EBA96582FF0C7E6AFF8F /* KFImageProtocol.swift in Sources */, + 3B27DEEF8B3E7FADAE5C068531BFE6F4 /* KFImageRenderer.swift in Sources */, + 5E804B9B99EC3531E1BAA872C7AB2DE8 /* KFOptionsSetter.swift in Sources */, + 0A8D25102E4F4745199D82174AABAAD8 /* Kingfisher.swift in Sources */, + B160B0CA89F69CF7F59CC2CE1C7B5AE1 /* Kingfisher-dummy.m in Sources */, + 38A780C983F7AD1CEA9E5BCF45FF74C3 /* KingfisherError.swift in Sources */, + B604D7B23F7F4D052F3DFFAD910AB04E /* KingfisherManager.swift in Sources */, + CA012B78C0AF2BE1423BED34CB3E6578 /* KingfisherOptionsInfo.swift in Sources */, + BED5AF0BB1DBC3E842A683F7E03C331D /* MemoryStorage.swift in Sources */, + C14DE31A6A5A40C529BB38E190140498 /* NSButton+Kingfisher.swift in Sources */, + 8916FF22071C2D2BC93A72A25EAC2D29 /* NSTextAttachment+Kingfisher.swift in Sources */, + 8E0181F282728452E3E05C2634A0DA1D /* Placeholder.swift in Sources */, + E64665EEFA44DA067C2F45FD437A5507 /* RedirectHandler.swift in Sources */, + BF881EB2D215E42293F81042B4DCC526 /* RequestModifier.swift in Sources */, + 111FBFAB9AF61021223FCCF624A2E0FE /* Resource.swift in Sources */, + 81CFB72EA73A1CA18859F96B3A00A9EC /* Result.swift in Sources */, + D92B1206C4A56675D86B7DA86021B450 /* RetryStrategy.swift in Sources */, + 27EBEDFC0B0142B4646E447763FF0451 /* Runtime.swift in Sources */, + 0965A52801F74EEC4CB65AA4923F025D /* SessionDataTask.swift in Sources */, + 7E76E2EF9F6A5859DFCEF2F2B18963EB /* SessionDelegate.swift in Sources */, + 701D8F660E7573355C32B40B3EC8A2F4 /* SizeExtensions.swift in Sources */, + DEF927C402FB3083C602264BC937F644 /* Source.swift in Sources */, + 06F9FD7FCFE0785C157BF44AF3001FB1 /* Storage.swift in Sources */, + 22C628740944885DF3220648CDF07964 /* String+MD5.swift in Sources */, + 7F989C8D33D73B9F220B7C72C57524A2 /* TVMonogramView+Kingfisher.swift in Sources */, + 0F285831BADE42A213BC69C7F92A3ED0 /* UIButton+Kingfisher.swift in Sources */, + E91856AAFFCCDF982ACDE180CA771300 /* WKInterfaceImage+Kingfisher.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8735,117 +8812,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77A6B1038748847309676D97F2599DE1 /* Sources */ = { + 890E47149FEE2305277821233C10F377 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B5E7C01C1952ACD38B68E9252614B5CC /* Constraint.swift in Sources */, - 2958CFED1EEFE47A27E562C2F9BE29D8 /* ConstraintAttributes.swift in Sources */, - 4E916EBB5CE9EECE8C29AE2FE5134621 /* ConstraintConfig.swift in Sources */, - FB348CC367013D98CD6E34BFC552C206 /* ConstraintConstantTarget.swift in Sources */, - BD54F10803675642DFC6320E629BF0E2 /* ConstraintDescription.swift in Sources */, - DECF6767679A4DFE110600C406FF448F /* ConstraintDirectionalInsets.swift in Sources */, - 923E9800C26E03077511C1C70AA73ECA /* ConstraintDirectionalInsetTarget.swift in Sources */, - 52B49143F564871D757E41794397EE59 /* ConstraintDSL.swift in Sources */, - FF45D3F69031FCDE6A89507AD59E88A3 /* ConstraintInsets.swift in Sources */, - A15B5659EFCC17AD9D160FF796B40DBC /* ConstraintInsetTarget.swift in Sources */, - 780B05777E97435A6A9F442B6CE3A4C3 /* ConstraintItem.swift in Sources */, - 590C80CFB7FBBDD1E8E0EBCD1216FFD4 /* ConstraintLayoutGuide.swift in Sources */, - 01D88D6479C1E52BA0A51FC7312F42F6 /* ConstraintLayoutGuide+Extensions.swift in Sources */, - 1A892F0E5CC68194B6B1EE77F312A7EE /* ConstraintLayoutGuideDSL.swift in Sources */, - FD2BE6C8374E268E4BAA975F2DEA0BBA /* ConstraintLayoutSupport.swift in Sources */, - 68389DDB3BAA29B390574C0D5885ED9A /* ConstraintLayoutSupportDSL.swift in Sources */, - 2C2532D4CF3AE0E2B145E55DBA74D220 /* ConstraintMaker.swift in Sources */, - 5BAC5FE17F8A1595F3F20F7285D86840 /* ConstraintMakerEditable.swift in Sources */, - 8F98A44B79B5EE96D98240D4DA26706E /* ConstraintMakerExtendable.swift in Sources */, - 7E877BF000AE141A12DFDC2CA817CED8 /* ConstraintMakerFinalizable.swift in Sources */, - 3ACC49749366EAB64000997BA6DB758A /* ConstraintMakerPrioritizable.swift in Sources */, - 6FE83B6CC8841CFDBA098DECA40613C1 /* ConstraintMakerRelatable.swift in Sources */, - CA945D0085EACC0429EB876A8EDDDEA1 /* ConstraintMakerRelatable+Extensions.swift in Sources */, - 374D97D036580B69EEAF2FBA1FEE5123 /* ConstraintMultiplierTarget.swift in Sources */, - 7682342193224B06EE7BB94D1F67313E /* ConstraintOffsetTarget.swift in Sources */, - 500120383D90FAE8442E99994EB31325 /* ConstraintPriority.swift in Sources */, - 7F565F6396520D743E2D31A18ADC4EC6 /* ConstraintPriorityTarget.swift in Sources */, - 66E9F6D40FE0D33835A5CC79B749896E /* ConstraintRelatableTarget.swift in Sources */, - 515F717A9265CCE5CB99B3B539769D6A /* ConstraintRelation.swift in Sources */, - 4708235CD662BC433D13534C48E9D14C /* ConstraintView.swift in Sources */, - 7CB8CF5A1AAE14023FF956A02FBC15AB /* ConstraintView+Extensions.swift in Sources */, - 6CFC283A15CA2F8BBB03267DD8654748 /* ConstraintViewDSL.swift in Sources */, - A059ED20DDB1CA53D8C82E3B030E7542 /* Debugging.swift in Sources */, - 164EF65E8FB5C74DD01165686E11A48B /* LayoutConstraint.swift in Sources */, - 903E1DDCFCC80201C80D8523ADF358B1 /* LayoutConstraintItem.swift in Sources */, - 0386EB1BA8AB0AF35661C357479EF589 /* SnapKit-dummy.m in Sources */, - FD8AA89A73E32B75D4341CB28AC025C2 /* Typealiases.swift in Sources */, - 23850E9AC1E28DABA9A23B81E18662E2 /* UILayoutSupport+Extensions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 85B6E85F66EC5699B6C6010C69802D2A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 383E6D95FB4BDF42A28C19F835F31A57 /* AnimatedImageView.swift in Sources */, - 8D3E90E34A389BE13FBB871C53E016F8 /* AuthenticationChallengeResponsable.swift in Sources */, - FF2C7156397D706C22BF31E00E1000F8 /* AVAssetImageDataProvider.swift in Sources */, - 3E1598BD6C581EBFE50DF054C7802AF6 /* Box.swift in Sources */, - 30A20FD8DA2A63BD2F10E1696C6573E7 /* CacheSerializer.swift in Sources */, - 5B611EFA66171A758D7E07F02034CBD4 /* CallbackQueue.swift in Sources */, - 7E5A77EC6354A98D85E22A436F260089 /* CPListItem+Kingfisher.swift in Sources */, - 297AC9FAC52330D170F34E1ED9AB8264 /* Delegate.swift in Sources */, - 72A4238F7BB8D41B51F0976294A17DDE /* DiskStorage.swift in Sources */, - 2476B777D51F8F1C1C56DAC7A259398D /* ExtensionHelpers.swift in Sources */, - EB0EC0FAF660AE1EF13CCC61B72B7374 /* Filter.swift in Sources */, - 0CEFD8DDF819019EB22193E0ED011C93 /* FormatIndicatedCacheSerializer.swift in Sources */, - EA94C3D723941CE86FB227ACF4B5CB9E /* GIFAnimatedImage.swift in Sources */, - 1907E1538B94B438D1CE4633961FB1D0 /* GraphicsContext.swift in Sources */, - F2D7D96F21678912D29721D3E80223D2 /* Image.swift in Sources */, - 35D9ACEDE756379E846E5335371D9B25 /* ImageBinder.swift in Sources */, - 4C03AD9C86364386C655F11F21DB1783 /* ImageCache.swift in Sources */, - D81CB655B358BB228C40EAE36E731FF8 /* ImageContext.swift in Sources */, - 315195E6DDC63A79E148A9986E8EEBAE /* ImageDataProcessor.swift in Sources */, - 237553E91C0199F59761B15CB9B1BF2E /* ImageDataProvider.swift in Sources */, - 9664DD10AB3C27CE9006310E59B4D8EF /* ImageDownloader.swift in Sources */, - 90DDF0C74E9EBDEFE10A7C5A5A95A3B8 /* ImageDownloaderDelegate.swift in Sources */, - 2D35F933A06A736B5DB186CAEB4A9A80 /* ImageDrawing.swift in Sources */, - 5FE690B88133205794E5B372F628ADD3 /* ImageFormat.swift in Sources */, - 6D377BCF57E8CF61FE78920206F029DB /* ImageModifier.swift in Sources */, - 1C9399FE454964B0791028AE8DE1F95F /* ImagePrefetcher.swift in Sources */, - 43C2398569253BAD0D4F8C9648BF0078 /* ImageProcessor.swift in Sources */, - C68CB9BCCA57FD439BC23E5989AF390C /* ImageProgressive.swift in Sources */, - 648B3510508ABC517F22C0DA48C8CF12 /* ImageTransition.swift in Sources */, - A8B2667D902DCC4F3A3BB77CE33F5558 /* ImageView+Kingfisher.swift in Sources */, - 5437DCCD991EDCD3A0F3BB2214A3709D /* Indicator.swift in Sources */, - F80364325C59E533943B9C2904979E1E /* KF.swift in Sources */, - 4C69276CFA6714E8F0E460D415EDEC36 /* KFAnimatedImage.swift in Sources */, - A51DDAB1593D74CE5BEA3EAB9A81C8FC /* KFImage.swift in Sources */, - A74448BE6B9072720B576257DF82EA60 /* KFImageOptions.swift in Sources */, - D8159D58CC4E10181343FC7392773DCC /* KFImageProtocol.swift in Sources */, - 96F1307861305425C5FC288637C5259F /* KFImageRenderer.swift in Sources */, - 10A6B90618B04044A6541482AAED3215 /* KFOptionsSetter.swift in Sources */, - A29E0577ADB99D89106323A9399024ED /* Kingfisher.swift in Sources */, - 194D9A13FE1954E6D79E792E9D405EBB /* Kingfisher-dummy.m in Sources */, - CD217FBAAE9ADC9BD7F4FB4A4B4127D6 /* KingfisherError.swift in Sources */, - 7AFC4774F8EBAF11733C118CC4F292E2 /* KingfisherManager.swift in Sources */, - E061CDF6A09DAF6E062561ED14941913 /* KingfisherOptionsInfo.swift in Sources */, - A9067CDEDBBC920350EF56171D833577 /* MemoryStorage.swift in Sources */, - C15CCCE1E4DE042C0DC493423B41A92B /* NSButton+Kingfisher.swift in Sources */, - 9BAF478CC1EE5A2EA207B58A1D4F62DC /* NSTextAttachment+Kingfisher.swift in Sources */, - 0B6EE60C5B66DD9248A4B656F7BBCCC5 /* Placeholder.swift in Sources */, - F0B1BD75ECD98738BD9D976522ED15DC /* RedirectHandler.swift in Sources */, - 05D437EC08CAA811D67ACCA77E79193F /* RequestModifier.swift in Sources */, - 254F4F1A7112E6DB34F2CBEE41018F42 /* Resource.swift in Sources */, - F377FACBA6E157DEACE3939C6A9717BD /* Result.swift in Sources */, - B48E205AD99DFD7127979DE4D8AF2BE6 /* RetryStrategy.swift in Sources */, - A67A21D83FFBE392E1FC7388BB930BBE /* Runtime.swift in Sources */, - E66EB45E6375FF83485397990C804FB0 /* SessionDataTask.swift in Sources */, - 0AD0AB36202A3B1B4D47CA8D7EF3C1A5 /* SessionDelegate.swift in Sources */, - DDC4E65CED3A0836B352EDD26360AE59 /* SizeExtensions.swift in Sources */, - C4D7CAB791E80D77503FFA41C1606B5B /* Source.swift in Sources */, - 9EF869C08C7295A18919E1738E9DF795 /* Storage.swift in Sources */, - 8B055D0135B176047DCD4DF474D7190A /* String+MD5.swift in Sources */, - CC86758BFAB3F626CF01AF94D6DC5C07 /* TVMonogramView+Kingfisher.swift in Sources */, - E27C2B11DA5893CF9ED32DB9457C90B8 /* UIButton+Kingfisher.swift in Sources */, - 3B1E17D99E54088CFE573D475806F804 /* WKInterfaceImage+Kingfisher.swift in Sources */, + D123E3F8FF68D9C3A384B0B217306B70 /* DDLogKit_Private-dummy.m in Sources */, + 6C2F59469A83402F572A410AF927A4EF /* DDSwiftLog.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8897,13 +8869,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 95AF8259A57324AB09BE354EBB5899F6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 98E82CF2907147E2BFF26136E42B9E5A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8983,6 +8948,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9A67D3D563E092B8210166A26941495A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FBFC887E3133465DDFE6B3D8A52EC67D /* DDTimerSwiftKit_Private-dummy.m in Sources */, + E5B3C04F705FCB65441CA1FE35CFC536 /* GCDTimer.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A867B0D35CB3B819A5071748F7742866 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8993,6 +8967,45 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AA2CD169C9F4F7351557A2BB5BDE5185 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B35FA69ACFD66603CDF6015FA5F2EFFB /* CALayer+DDCategory.m in Sources */, + DFD7E2867E7336167973FFE6FFF1DCD6 /* DDCategoryKit_Private-dummy.m in Sources */, + FEAFA67E08DB568B43C4401757293A23 /* NSAttributedString+DDCategory.m in Sources */, + 53BE9781B11EA0717943CAB4FD2D0D48 /* NSBundle+DDCategory.m in Sources */, + 9E62248A9774F552D4D2DF2D5FAB40C2 /* NSMutableAttributedString+DDCategory.m in Sources */, + 38C8595F8567C1282A543C5DAA8AD0E8 /* NSMutableParagraphStyle+DDCategory.m in Sources */, + 9B60D8949C42453895CC5C3DA64DCE21 /* NSObject+DDCategory.m in Sources */, + 0DF9FF68141FBA6C89B9BD6253E237D2 /* NSThread+DDCategory.m in Sources */, + 8DADFFBD64C0318A7F4C2B3C4F417935 /* NSURL+DDCategory.m in Sources */, + 8AC417E616282CACAEC728B4C42DD8E5 /* UIApplication+DDCategory.m in Sources */, + 5645B6525CDB9FF5DE7D566864123984 /* UIBarButtonItem+DDCategory.m in Sources */, + C573A199FE9BBDAF1818206D3B2EB340 /* UIButton+DDCategory.m in Sources */, + DF330707BC9ABEDC09D16DDD00298969 /* UICollectionView+DDCategory.m in Sources */, + E0CC6E9D3DFD309886FF7628DF68DED5 /* UICollectionViewCell+DDCategory.m in Sources */, + AC9381917A1798AFA5CD86AFC14382B7 /* UIFont+DDCategory.m in Sources */, + 826CBCF98A64CC2B444BFC7CFA756F4F /* UIImage+DDCategory.m in Sources */, + 89397DE439652F3D754899CF56C08BF0 /* UIImageView+DDCategory.m in Sources */, + 47D8EB644C7FF6AFB4F98F34EAA0FAD2 /* UILabel+DDCategory.m in Sources */, + 62FA8548290110F4BCA39F3F2FF3EC7A /* UINavigationBar+DDCategory.m in Sources */, + D011A951260E637F1A06FAB4D4760C8D /* UINavigationController+DDCategory.m in Sources */, + 25F4DC3090DE65822111FACD298A4D7B /* UINavigationItem+DDCategory.m in Sources */, + 21AA72968F4F1182EB7F071A534F0281 /* UIScreen+DDCategory.m in Sources */, + E6BD7696EA5DDA8FE1397BA30CF46778 /* UIScrollView+DDCategory.m in Sources */, + 8B8EF47AA48CB5B1AB088BDC3DADA1AC /* UISwitch+DDCategory.m in Sources */, + 21DE46205F65C28825E1F875B916EB19 /* UITabBarController+DDCategory.m in Sources */, + A37CF398196E23510714733B12B6B416 /* UITableView+DDCategory.m in Sources */, + AEF44F2047B371C39D4591E8EECD04C6 /* UITableViewCell+DDCategory.m in Sources */, + A54E5AAB68D5F5C95EC8012A6075E6A1 /* UITextField+DDCategory.m in Sources */, + E7C0930074475557B4EF8C50659E6C1A /* UITextView+DDCategory.m in Sources */, + 9656217F093ABF88EA46F4D2F5C304F7 /* UIView+DDCategory.m in Sources */, + 0681237E73D0534564BD11984558A5EB /* UIViewController+DDCategory.m in Sources */, + 52503A44ADB64610892BAE49C3DF0BA3 /* UIWindow+DDCategory.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C03E608B00E0D64F8CAFEB03DFD443F2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9003,13 +9016,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C3C402DA809D0506F4FC286DB1D40DC0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C48E693650203B2A2E44527E2F7E3FD5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9149,174 +9155,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CF6B7661C4710DAD31CAF2C1AE75FBBB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3CE6850C33D4C8C9082B6B28EFA0E3C5 /* AddRef.swift in Sources */, - 8706443ABE527358B6AF5AE1103FD936 /* Amb.swift in Sources */, - 916B0D85A26F4825D8F5D247E9E5A54D /* AnonymousDisposable.swift in Sources */, - F98E29ADF165A80C0C36E10766381442 /* AnonymousObserver.swift in Sources */, - 1CAD726CBB197B03A6C5C83353F10012 /* AnyObserver.swift in Sources */, - 4562A5894E7A783DA90E51596BAC0D64 /* AsMaybe.swift in Sources */, - 92606BCDDAC8CCA13B59A2509F086D3B /* AsSingle.swift in Sources */, - 8F3D5651790EDA0BB4D4CA53E598DAD2 /* AsyncLock.swift in Sources */, - E8294C4A02D4F3E74B85146F8DFC9FF8 /* AsyncSubject.swift in Sources */, - E5C8EE2C56425DBC61F9752F80C49F2B /* AtomicInt.swift in Sources */, - B5372D56A3D4A0EBE90ECAE951D1B9BC /* Bag.swift in Sources */, - 71E2963C23B0A7CB0F2CAA2B88CD98E4 /* Bag+Rx.swift in Sources */, - 4C104CAAD5F22D057C81385EAB725618 /* BehaviorSubject.swift in Sources */, - 7CF3A6921C521A7906638EDE7B9812F6 /* BinaryDisposable.swift in Sources */, - 257FB565171696FF553BB2549D57AB78 /* Binder.swift in Sources */, - 37D94C8DC8CC1CD9995645DC7EEC0CB8 /* BooleanDisposable.swift in Sources */, - 668166158AB54E6A55F80D190102096D /* Buffer.swift in Sources */, - 51ED263FF031802ACF1AD39E3D231FE6 /* Cancelable.swift in Sources */, - 5ED49A03A4EA3586C82A8BAA1FE2C4FB /* Catch.swift in Sources */, - 4893823E0BB369858D2AF13CE6D40039 /* CombineLatest.swift in Sources */, - 6013C4CFE2B598732B09FBC93CB327B7 /* CombineLatest+arity.swift in Sources */, - CB43E653BA140AF668173B70AED35EEE /* CombineLatest+Collection.swift in Sources */, - F15A636B02057CA24A0DC38784CD4E3E /* CompactMap.swift in Sources */, - C3EFFF1AC6B45B397234AED280D580B6 /* Completable.swift in Sources */, - E050818FDF67A929C5E9582B2EF83E0F /* Completable+AndThen.swift in Sources */, - 7E2AB5C595564B6C96A030A0D046CF2D /* CompositeDisposable.swift in Sources */, - F67A8205071B20017C6B157B7100B6F0 /* Concat.swift in Sources */, - 0EF9ECBCF521ABBE9AAA9D6A3FC8AFA1 /* ConcurrentDispatchQueueScheduler.swift in Sources */, - 9818486781EE15B337C47AEA08165B81 /* ConcurrentMainScheduler.swift in Sources */, - BF0CF02F5411615CF9C787AF3F76D6ED /* ConnectableObservableType.swift in Sources */, - FF7F73E75D2431F7C00EA5B46C0FF4A7 /* Create.swift in Sources */, - 21060432AFD3A655A82C3CF15A3F859E /* CurrentThreadScheduler.swift in Sources */, - BD8583C378034326A30922CA14FE1EC8 /* Date+Dispatch.swift in Sources */, - 63234DBB99C55FB296FD7C3B042AE7F8 /* Debounce.swift in Sources */, - E9F3869671BFA6363D4023D2EF127138 /* Debug.swift in Sources */, - D4D4793FCA92C3C9DD1933BF560841D8 /* Decode.swift in Sources */, - F44DBFDC947F752C40E4477324DAB3D2 /* DefaultIfEmpty.swift in Sources */, - D9F129371B22A34B66422310210BB88B /* Deferred.swift in Sources */, - 78FF6003AD711360C656FA09C29100C6 /* Delay.swift in Sources */, - 67D3AA1B14769DD72964F25A1E20891B /* DelaySubscription.swift in Sources */, - E0D913D05A90E47358A304DAA0CBD672 /* Dematerialize.swift in Sources */, - 841BF355072F71F4E08B7497A3CA79A9 /* DispatchQueue+Extensions.swift in Sources */, - 109B5AE20A60769580A62E3CAA2E8531 /* DispatchQueueConfiguration.swift in Sources */, - 0143EB0A386FA3CFC40509FCAA175C65 /* Disposable.swift in Sources */, - F86FAC6E3BE6AFC0B2EE048776E6CC98 /* Disposables.swift in Sources */, - 91AB730750896C05BF8F4BFE7B431274 /* DisposeBag.swift in Sources */, - BCD56CF6EB0D9603433498181761969D /* DisposeBase.swift in Sources */, - 35C00A403471A8FD36AA260688506CF5 /* DistinctUntilChanged.swift in Sources */, - 4B0447DE67D6E614ECD81E4F64348F3F /* Do.swift in Sources */, - 13FFD6888C710B80200066F61F332448 /* ElementAt.swift in Sources */, - BEB61508483E3E8A3AA231778257F238 /* Empty.swift in Sources */, - D393E641BC9F1F1254D6E899C8BE0F82 /* Enumerated.swift in Sources */, - 6B6395FBE0A6F00EA7330994DFE3E56A /* Error.swift in Sources */, - 16D7520E9730FCE8DA870D81CE73A656 /* Errors.swift in Sources */, - 5CA27F5D77E357B51F361992FE477976 /* Event.swift in Sources */, - 1D1FCBD60F16B8A5B847D9BCC59CF041 /* Filter.swift in Sources */, - DEF6325DD1859A04EAD7E28A7392A1EC /* First.swift in Sources */, - 205224F284FC7EA865DE1B685175026C /* Generate.swift in Sources */, - 6EF84FDAF4F1857AA5E2C1BC70B62717 /* GroupBy.swift in Sources */, - 2697A6BB20FC4E3D42FD9E1681B7EF24 /* GroupedObservable.swift in Sources */, - BFFEEC5D007FC9F702170213875C0F1B /* HistoricalScheduler.swift in Sources */, - D1D33710B4D2D69150E2AFBAB1DACD19 /* HistoricalSchedulerTimeConverter.swift in Sources */, - 386DDEBD53A079FCBF4787784113017C /* ImmediateSchedulerType.swift in Sources */, - 590671F86C6007B155EBE1B0E7A48C60 /* Infallible.swift in Sources */, - AE795FA57AC7D16A77F59EF274CF5262 /* Infallible+CombineLatest+arity.swift in Sources */, - 761FDAB9DF935B60C47B2F649BB88A29 /* Infallible+Concurrency.swift in Sources */, - 2A4CEF0481EE14CEF6A6A89499E77BB2 /* Infallible+Create.swift in Sources */, - 816B0934AC70B3596B231F6848C56C29 /* Infallible+Operators.swift in Sources */, - 49E24D0EB1BE9D02CD2B8DB37F8C1742 /* Infallible+Zip+arity.swift in Sources */, - BF7C4915EE1E4B388623EF8549A1607A /* InfiniteSequence.swift in Sources */, - 14BDA754FC2D0B3F53B041C9C7B2E9E8 /* InvocableScheduledItem.swift in Sources */, - 771A30A249B7BC468EE73BF5895C10A9 /* InvocableType.swift in Sources */, - 8722F2B423BB44C51D3A29BE5DE26A12 /* Just.swift in Sources */, - D67928965D77F4E47AAE19C93DF39639 /* Lock.swift in Sources */, - 452502BA84897B592AE99580E67DEB76 /* LockOwnerType.swift in Sources */, - A5A06F99834AAE6085D9A719CF192F00 /* MainScheduler.swift in Sources */, - 2B2FA9067B1C2530CE425CA9962996A4 /* Map.swift in Sources */, - 98BBE0D3F3AF20EC746DA59A3D04F556 /* Materialize.swift in Sources */, - D665517BF814E8EC8C52A8F867E31D75 /* Maybe.swift in Sources */, - 4FC72D47D97A546C18E2C64453D411DC /* Merge.swift in Sources */, - 6F2DFE16784EF73C8A7EFFF25EF546DD /* Multicast.swift in Sources */, - 09E2FEA32228AEC70CB3E5CCA97F19A8 /* Never.swift in Sources */, - 19F246450E1F6F769B3E8B22EB1BD7D9 /* NopDisposable.swift in Sources */, - AC2DD1769A7715A8B780DD447E93BB89 /* Observable.swift in Sources */, - 6B893576E9FCEE6922F7DB30C07671CE /* Observable+Concurrency.swift in Sources */, - A20C5FD1C7C1E498E088C81F85C42BB3 /* ObservableConvertibleType.swift in Sources */, - F3F7EA9252CF29AAD979FFA6441E9657 /* ObservableConvertibleType+Infallible.swift in Sources */, - 5CE965F7B119BEFC0B0B39A738BA1D4B /* ObservableType.swift in Sources */, - 31F846F945DBB38B474CF17AE6B1CF04 /* ObservableType+Extensions.swift in Sources */, - 9C3D2FEBAC969A890BDA1FF877C22FC6 /* ObservableType+PrimitiveSequence.swift in Sources */, - D12BC1D1E64286DAE7CBE7CBC8370DED /* ObserveOn.swift in Sources */, - E918A409FDC471EECBD25D95F2F19193 /* ObserverBase.swift in Sources */, - 6548C418DCCCDEA9945EFDD9A2A81D35 /* ObserverType.swift in Sources */, - 3BA95F37D5AD96664121B3C15CFE9DF7 /* OperationQueueScheduler.swift in Sources */, - 0A4A8465EB7A149D2E46E7C57DC78E33 /* Optional.swift in Sources */, - 09D5F7F33672B8A9602DFD8170CBDA13 /* Platform.Darwin.swift in Sources */, - 2B001F1C0568B228FA6C379D5945F352 /* Platform.Linux.swift in Sources */, - B2552B60BD9E28D04D74A88F4487DF7E /* PrimitiveSequence.swift in Sources */, - 67173C64DAE7457A292E90F536186E18 /* PrimitiveSequence+Concurrency.swift in Sources */, - 62CCDF662282D8C3E95D2BEC1ADFEFE0 /* PrimitiveSequence+Zip+arity.swift in Sources */, - 790E618ACD9750B846473E769FEF33C5 /* PriorityQueue.swift in Sources */, - 23C108844B9B7B833BA10DC4007C0CD3 /* Producer.swift in Sources */, - 46B1DDAEBC09153022D95D676F921C9C /* PublishSubject.swift in Sources */, - 1E6549D2026FE843CE78C4CDA9F10C80 /* Queue.swift in Sources */, - D02538EBE9F310825BABA31D29838F1B /* Range.swift in Sources */, - B882A461AB0D9C2514D440FA17FAE711 /* Reactive.swift in Sources */, - B71DD1FEFDF41B260A98F480268FD78F /* RecursiveLock.swift in Sources */, - E6B44BC6081E0D1C784F2A42201A3E76 /* RecursiveScheduler.swift in Sources */, - F2C8E98A926D3E6DE0F227A0A3ED7B5F /* Reduce.swift in Sources */, - A5DF97E7125414399863771AA8C98D93 /* RefCountDisposable.swift in Sources */, - DF163AD5F948DF713971E4B1E606BAFE /* Repeat.swift in Sources */, - A8C2E47C2B6AD198DC05C769DEC5791E /* ReplaySubject.swift in Sources */, - 9291E1C5DF42CB19F3606FABE7281874 /* RetryWhen.swift in Sources */, - 06A1B3EBA062654B29FA07AB21E48070 /* Rx.swift in Sources */, - 06351528D58DD2A40E9F75566963BDB6 /* RxMutableBox.swift in Sources */, - 682E11FAF43CA02432781997000A15FA /* RxSwift-dummy.m in Sources */, - BF8B287B7E2F9213E3511991DE2DEEF4 /* Sample.swift in Sources */, - 086A5344477AD82116408C67EC714744 /* Scan.swift in Sources */, - B66E2FF45F613C5F88A3400290F51D20 /* ScheduledDisposable.swift in Sources */, - A3B9C4384E19CD57331B1C8372817068 /* ScheduledItem.swift in Sources */, - CCF59AF73B4D1EE858E2B2FC05357214 /* ScheduledItemType.swift in Sources */, - F8C835275C1CC2A4C4BB638D83A7E2F9 /* SchedulerServices+Emulation.swift in Sources */, - 4580B7A6521D2881CDF710EC614901DD /* SchedulerType.swift in Sources */, - 1556DFD67432E0856641F774D37183E5 /* Sequence.swift in Sources */, - 38889FBD93CF3A03E46DCE201C65390A /* SerialDispatchQueueScheduler.swift in Sources */, - E4B414831B4887913330CF65E23AFC06 /* SerialDisposable.swift in Sources */, - A89AC72C4A0AEB99836D4C4DD29E2B89 /* ShareReplayScope.swift in Sources */, - 4A0714270FAD75ED6630013DF9D55949 /* Single.swift in Sources */, - 3D7AF9416D5EE9292F220E4860FAD7F4 /* SingleAssignmentDisposable.swift in Sources */, - 0F07E8F3A25C069804136625C896E870 /* SingleAsync.swift in Sources */, - 1ADA10FC5CAD7882151E5C9D5E843B8D /* Sink.swift in Sources */, - E5B3DED9C6A8A3DF1E561CCACBE7B2A8 /* Skip.swift in Sources */, - B17A8FF4BD6C81D540F1A4E2CDFB90AA /* SkipUntil.swift in Sources */, - 28222640AAC676C767DAB8B29E646526 /* SkipWhile.swift in Sources */, - 51FD61ED723249142682F79289A536E0 /* StartWith.swift in Sources */, - 086EA2C23B50A2A6A470159E7CF7A274 /* SubjectType.swift in Sources */, - 0F649564A25DBFC7F71B973C4C20D607 /* SubscribeOn.swift in Sources */, - 3D838DD78257694E0DDACD4335566E2E /* SubscriptionDisposable.swift in Sources */, - 3832E9A85A9998EC5BE0CCCBAE9BFC57 /* SwiftSupport.swift in Sources */, - BB8F18E09ED3A14CD42CE69A7D8A890C /* Switch.swift in Sources */, - 11682D080816D39D9C024F27F9E6DFB7 /* SwitchIfEmpty.swift in Sources */, - 7697B9A4DE22FDA7DBF1858E41D811F9 /* SynchronizedDisposeType.swift in Sources */, - 22482A39D869E4DEFFA4F4F846E80012 /* SynchronizedOnType.swift in Sources */, - 5B4511CEDEB89BAE4C7A1AECC8CABFE4 /* SynchronizedUnsubscribeType.swift in Sources */, - D34BFA104081E226618E42EE0668DDC0 /* TailRecursiveSink.swift in Sources */, - A98BD3D508DAE1D921946BB6E6C2452F /* Take.swift in Sources */, - 4600D40D7DDAFABEB4025DDEE9F720B7 /* TakeLast.swift in Sources */, - 38286F986359276E6976DF071CA3AC65 /* TakeWithPredicate.swift in Sources */, - B1B9BB303EEBE684E709DBCAB585A1BF /* Throttle.swift in Sources */, - 253329254826E441C8F0DB7254A0DBBB /* Timeout.swift in Sources */, - DC0482C2681BDB7AC1BCC2F0A5F45705 /* Timer.swift in Sources */, - ABE48E5061475E3BA7ED65AF0C7CA9C0 /* ToArray.swift in Sources */, - A1748AD2CA915C8F65E2DD76BE0C8520 /* Using.swift in Sources */, - 92C505196BE63CDE8154C4E38689CA16 /* VirtualTimeConverterType.swift in Sources */, - D3E01669D0DFECA7954E0F174279DED6 /* VirtualTimeScheduler.swift in Sources */, - 090CB7410807A358A26E54F65C8632FF /* Window.swift in Sources */, - D6770942CA6FCC9AB444D90EC90A492D /* WithLatestFrom.swift in Sources */, - 214716F13F34ABDB9027FEB59461459C /* WithUnretained.swift in Sources */, - 80002F7A9BEEBF7F56588CEF6EF8E990 /* Zip.swift in Sources */, - B452B1C0417E482A93835F6B10E379BE /* Zip+arity.swift in Sources */, - B070CC30BA8F349A0862374FCC9BBFE1 /* Zip+Collection.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DC30882199AE9E371D14D1598CFD5C80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9404,6 +9242,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E69865B87E90D2495B2488DE0EE24CE0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 040D10E92C135ACB7B060C708C61D8EA /* BehaviorRelay.swift in Sources */, + D0E71DD9EE24AB487376A2387832B9B3 /* Observable+Bind.swift in Sources */, + 64F49E39D140A1416BE44E61C746BA52 /* PublishRelay.swift in Sources */, + E539F0D185B36013E1A03A35C27258B9 /* ReplayRelay.swift in Sources */, + CB102F363451D0A39E837ED8CA634A74 /* RxRelay-dummy.m in Sources */, + A96082D29C3DB573EB4541AE401E5A3E /* Utils.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E74A0029ED395D2E9950034DA06C2B80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9441,6 +9292,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E903F8591991FEF33B5493A01D17A123 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; F0C06941B1B124C19A1B942250436C58 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9464,16 +9322,171 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FE0CCA8138E286BD3F9FE15626A0E34B /* Sources */ = { + FBB5D2ED688559B7C8491A4F834B441F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 20A022FF79A95DDBD9452C41AD6F5454 /* BehaviorRelay.swift in Sources */, - DB81C83DEBFFD56580A9D5A91973AA26 /* Observable+Bind.swift in Sources */, - 635931A22B572401F293836A8F94C878 /* PublishRelay.swift in Sources */, - 4020438430497E065A55316F5F58BB8D /* ReplayRelay.swift in Sources */, - 5722DB7B923C22A8C8DAD088F805A945 /* RxRelay-dummy.m in Sources */, - 578A2EEA5190A54A0B31A2DCE18AA02A /* Utils.swift in Sources */, + 1D49547BCE8484C89FCE830E377AD213 /* AddRef.swift in Sources */, + F9184E29F1DA762B71C60EB1C951805F /* Amb.swift in Sources */, + 9618F27BDCC455CA0A059F9D22208A2A /* AnonymousDisposable.swift in Sources */, + B50F13ACF021B970636435A9DB1E0AC0 /* AnonymousObserver.swift in Sources */, + B2D642C95422A517DA336F0917B68562 /* AnyObserver.swift in Sources */, + BC3AF54DE998A7FEC71B84AF6A2E8D4A /* AsMaybe.swift in Sources */, + EC9EECF0E331ABEE9BE71F00974E9912 /* AsSingle.swift in Sources */, + 48209B5BA2BAD42BAA0B2965D262F245 /* AsyncLock.swift in Sources */, + C186C65BD8FFF83F48C17CE6CA50C96F /* AsyncSubject.swift in Sources */, + CBC0092B7AA29B2D684CEF70AE56FE3B /* AtomicInt.swift in Sources */, + FC2E44457138A6E427F9444433ECA19A /* Bag.swift in Sources */, + 5DF1DAFB09471642BC5AE29E1AD13297 /* Bag+Rx.swift in Sources */, + 70D7B97CC2924FD9466C637DB2C7E8AB /* BehaviorSubject.swift in Sources */, + CB16360065DF8550B4E7A9B7FEA46F50 /* BinaryDisposable.swift in Sources */, + 06306B4D40DF898D8BBE1CF38621AC59 /* Binder.swift in Sources */, + 0766E4E5B89C7132010A435605E8A9A4 /* BooleanDisposable.swift in Sources */, + AD7F0F6D87359200CD4211C6B811F2FD /* Buffer.swift in Sources */, + D60BAB4C125FD9B03E9EA268B853D6D0 /* Cancelable.swift in Sources */, + 80310044F03D475A3C67914884B87DE7 /* Catch.swift in Sources */, + 9D6F0AF8CFD45EF19EF915164499C84F /* CombineLatest.swift in Sources */, + F1E0D664B3B3883C479AAC28AD6D3D7F /* CombineLatest+arity.swift in Sources */, + 24E5A7A3EDD062056D99F282CAE328CE /* CombineLatest+Collection.swift in Sources */, + 1553B123CF3E64CFD1903A277E22DEC9 /* CompactMap.swift in Sources */, + D00540052F1FB948B0D765563B6970E2 /* Completable.swift in Sources */, + E186BBBB4B58C407579F3F8EBE863EC1 /* Completable+AndThen.swift in Sources */, + 978F1E1DB8162B842C98DA5CF708F58D /* CompositeDisposable.swift in Sources */, + D9D008897503F84CD72C66D23B89F82F /* Concat.swift in Sources */, + 7A658D6A025D08DAD549891AE570D244 /* ConcurrentDispatchQueueScheduler.swift in Sources */, + 06101AB469524DD1066CE62143A83864 /* ConcurrentMainScheduler.swift in Sources */, + 6D6A7FF8A7FAE45A66F8F2C130E3C6E4 /* ConnectableObservableType.swift in Sources */, + 5C279B74A76A02F57B8B90B8D47FDE79 /* Create.swift in Sources */, + FED1A8F3BF9F7BF8F946021465C8D7AB /* CurrentThreadScheduler.swift in Sources */, + 9296A7F636492CD65C200BA1048C223A /* Date+Dispatch.swift in Sources */, + BB40CB8F0BF7FB02D93D24005F92C7ED /* Debounce.swift in Sources */, + 99DA6881BF1C2ED38D9A3387A838746C /* Debug.swift in Sources */, + 3821F7F346EF7C1F740ED69ABEE5747B /* Decode.swift in Sources */, + 5AD26F7EA99891DBAD0E052398A3CACC /* DefaultIfEmpty.swift in Sources */, + CB5254E9AAB4F757E00E02332C1A4CA9 /* Deferred.swift in Sources */, + 969C1BBE64177B6E443583076B5319FF /* Delay.swift in Sources */, + 3119456DEA632C0C4A9BD481BBDA0A34 /* DelaySubscription.swift in Sources */, + 6ADA3C87081F179CAE20350AE6BBA0F7 /* Dematerialize.swift in Sources */, + ECDAFF0DD9AB8B67DDD302B944A58D13 /* DispatchQueue+Extensions.swift in Sources */, + 88D743FD2795D175387C7FF90017DFB6 /* DispatchQueueConfiguration.swift in Sources */, + B0E96406252E6A197B8CBBF1850205DA /* Disposable.swift in Sources */, + 956D916FBDBCA5947906FF8D9E9FD740 /* Disposables.swift in Sources */, + B972450A02CEA543BE5375AE31C81A6A /* DisposeBag.swift in Sources */, + 5A38C3484C903DFD7413B4F1A2208035 /* DisposeBase.swift in Sources */, + 0AF767E6481F3C955A4EE01B6B158D38 /* DistinctUntilChanged.swift in Sources */, + 7CF16F9FF530902582B2AB0180001350 /* Do.swift in Sources */, + 03C1E246EAD0250FAF7C1860F1DC3D7B /* ElementAt.swift in Sources */, + 34286AD91F21C0A3BB9842A60C6D1C33 /* Empty.swift in Sources */, + 45D859395E2B483CAD7D1F271A31351D /* Enumerated.swift in Sources */, + EE6C58D44961C3217831063619494F1D /* Error.swift in Sources */, + E3E3DE23FC79DC2811F35E5B7E278ACC /* Errors.swift in Sources */, + 58AC6040F37ABE2B8BD101FE409BB766 /* Event.swift in Sources */, + 5CD1D48C49955582C69C6397A5A6ADED /* Filter.swift in Sources */, + 796D678C2512B04F179909E3AAC2359C /* First.swift in Sources */, + 414B22848D8B19750D4E9971FD0D4AB6 /* Generate.swift in Sources */, + 41EE6D554EC81A3D5775620689635FC1 /* GroupBy.swift in Sources */, + 6B4B0963F8C755C427C9258F5CAF4053 /* GroupedObservable.swift in Sources */, + AD4BA3FD6AE09706BDA93AC0E8A17DD5 /* HistoricalScheduler.swift in Sources */, + 640C2CBE6B97602C194AF9EA9F2D0732 /* HistoricalSchedulerTimeConverter.swift in Sources */, + 13A579123FBF57077C6BB7F86C349ABD /* ImmediateSchedulerType.swift in Sources */, + 817B254018E2241A09AA25F772829981 /* Infallible.swift in Sources */, + 3C562F6976BF114648A19A246BFF6428 /* Infallible+CombineLatest+arity.swift in Sources */, + 65AABA91476510AE35F8BB5AF8E9BB66 /* Infallible+Concurrency.swift in Sources */, + C4B86A1F59A5CA336CC38E25DC15F58B /* Infallible+Create.swift in Sources */, + 462C25C210FB886E6F915FFF6DAA51C2 /* Infallible+Operators.swift in Sources */, + 7763DBD66F8DFDEB3DF314276544D9CC /* Infallible+Zip+arity.swift in Sources */, + 11CAD34EDD7541D39A87A67EB7532970 /* InfiniteSequence.swift in Sources */, + FF09DB3E12CCF2AEC3DC0E4B813B2DCA /* InvocableScheduledItem.swift in Sources */, + FE4E4F6B2C705CE624BB46C49E7FC233 /* InvocableType.swift in Sources */, + F96A3F0B8CDABE0D30C061B8F02BE857 /* Just.swift in Sources */, + D256BFFB636E5E4412DFF3AB6DA53DD8 /* Lock.swift in Sources */, + F93585E000D26239A2916515A4E9B8D4 /* LockOwnerType.swift in Sources */, + 1B640054ADCC8572280A5FBA85941DF3 /* MainScheduler.swift in Sources */, + 3B92A66BB91117E655EB5E8784421FBF /* Map.swift in Sources */, + 7EA77A25C641287FD1C38A0CF300BE26 /* Materialize.swift in Sources */, + 1AD801ECC7DEFD68ED348A2BD9835E86 /* Maybe.swift in Sources */, + CB4C379BF0DEB83EFDD76B9103F67188 /* Merge.swift in Sources */, + 347CDB8AD7D81B043D384220FA469534 /* Multicast.swift in Sources */, + B891F38969577C29346CB287E9696F44 /* Never.swift in Sources */, + 4E7C7FB671B88055BDC2E3D3BAA8D600 /* NopDisposable.swift in Sources */, + FCE1D3599681E6144363C9C86451836B /* Observable.swift in Sources */, + FB71719ABC69822A591EC1354D1B4A2E /* Observable+Concurrency.swift in Sources */, + 1292051C38F95325A3B74A6A73EC00E1 /* ObservableConvertibleType.swift in Sources */, + 62B80BF819CBAB7AA726DCD9578DDA95 /* ObservableConvertibleType+Infallible.swift in Sources */, + D3AF532A82510425CD2371364569D16C /* ObservableType.swift in Sources */, + 299E283D8397D50CCE06A9859D0B7316 /* ObservableType+Extensions.swift in Sources */, + A4A7ABED1032211400D53E4E87920576 /* ObservableType+PrimitiveSequence.swift in Sources */, + 778E3A8B1C762843885DE35716220C4E /* ObserveOn.swift in Sources */, + 1D9AB79EC40984743F30DE0D0EC83897 /* ObserverBase.swift in Sources */, + 37DB6211F75183A18E6AD4A20B7D60BA /* ObserverType.swift in Sources */, + 8605E7CCB20DB17594FD03C9CE659A7F /* OperationQueueScheduler.swift in Sources */, + B87F66F29AE647B619CFE0FB89D2DC0C /* Optional.swift in Sources */, + C95B8F480731860D9ECCC227B4D61FEF /* Platform.Darwin.swift in Sources */, + 41E11BA5D8CEE6BDCE8107E109FC34A7 /* Platform.Linux.swift in Sources */, + 3D0C3693EBCFF4DA5505855FB0648DC3 /* PrimitiveSequence.swift in Sources */, + 04DDA24962A3E353200FBFA9C3B1FAC6 /* PrimitiveSequence+Concurrency.swift in Sources */, + 62352D85B1449AECD7D0223B01604088 /* PrimitiveSequence+Zip+arity.swift in Sources */, + 0CB16B169827C7E4EAE9B108F1B9FD84 /* PriorityQueue.swift in Sources */, + 5062C5EC2C56E5F0F79BC22205D27131 /* Producer.swift in Sources */, + E1DED8173DF8AFC25EEA07263F8AF666 /* PublishSubject.swift in Sources */, + 07F2468B279DBBDBF83752D755963A35 /* Queue.swift in Sources */, + 8B0347160A18CA356BE98260FFD4AB8F /* Range.swift in Sources */, + 8E2952A3DA04D56ED8EB7AD65FF1CC3D /* Reactive.swift in Sources */, + AB8DFDD12C800A3A8B73F1AEA10B11B4 /* RecursiveLock.swift in Sources */, + 12DCB2AF15F5EF1600C6826E154C80CA /* RecursiveScheduler.swift in Sources */, + 9B0EF4B9ED87B17EA4281EB6D1E69999 /* Reduce.swift in Sources */, + 01647FF656B3C7D6D159939865595DBD /* RefCountDisposable.swift in Sources */, + 27C6551A1B768F10665E45FF45B6848A /* Repeat.swift in Sources */, + 0F63E7B24044CD9236D757A14E99B3C4 /* ReplaySubject.swift in Sources */, + A7C7305399DA8DE392F0272A9B26F5C0 /* RetryWhen.swift in Sources */, + E4C40BEFE20B4E8D845C04FBF78F8162 /* Rx.swift in Sources */, + AB428E89F87EB92898B1F5F76C3C5674 /* RxMutableBox.swift in Sources */, + 7130B8E01638F3AE89806BF5E6DF84BC /* RxSwift-dummy.m in Sources */, + 98B67D713ED488F55554ABA3A7C19E78 /* Sample.swift in Sources */, + E275DC16AFBC1AC8C77052631BFA0E56 /* Scan.swift in Sources */, + 813C178B8D24F60C89F9543378AAE7B1 /* ScheduledDisposable.swift in Sources */, + 0BEAFF49A7C1F702511CFB4242ABD8D4 /* ScheduledItem.swift in Sources */, + A3B77F8C9174BB40B47EC514E18E8115 /* ScheduledItemType.swift in Sources */, + FB547DAE81B162C9D42CE19898164777 /* SchedulerServices+Emulation.swift in Sources */, + 34A19C041DBC4A5BC19AAC802301848B /* SchedulerType.swift in Sources */, + B00F605D291DA51F921C63DF5847F0BB /* Sequence.swift in Sources */, + 320242AD0BDA5306F6EA87E90F19E905 /* SerialDispatchQueueScheduler.swift in Sources */, + 4E2861703A1737D84F5933897364ADCF /* SerialDisposable.swift in Sources */, + ECA3C9098832D36585005439969C9F8C /* ShareReplayScope.swift in Sources */, + 6ACBA4550693262A153A7DED34EAA2B9 /* Single.swift in Sources */, + 12B074DB299ACDDE34C71CA2FBCCFC8B /* SingleAssignmentDisposable.swift in Sources */, + CB8149496048815D79F0E61EAC03B9C2 /* SingleAsync.swift in Sources */, + 3D6CCE17E391E06932DD14D643E46FE0 /* Sink.swift in Sources */, + 99C661E8358BAEC9CC7FCA08076C1F22 /* Skip.swift in Sources */, + 14917E361818D94653D933281E7DA800 /* SkipUntil.swift in Sources */, + 8CF2CA8F920E6C5CA9552B332E7E841B /* SkipWhile.swift in Sources */, + AD77D27CC15A61BF845C06859553F9E7 /* StartWith.swift in Sources */, + AB73FDA15272E6BBF2F3C553ACF7596C /* SubjectType.swift in Sources */, + 200641ADAD68DD2ADB33311683A3DDDC /* SubscribeOn.swift in Sources */, + 64AA6D009B57DA3099E0F71D9F59D844 /* SubscriptionDisposable.swift in Sources */, + ECFA032906B25C329C3B68D61C4B8375 /* SwiftSupport.swift in Sources */, + C9B62B3353AC16ACBAF7E31EC92B795D /* Switch.swift in Sources */, + DCD6B5737F0263777C4C9A3EE760114B /* SwitchIfEmpty.swift in Sources */, + AE0C97E14DAE540C069DF65D6821F6E4 /* SynchronizedDisposeType.swift in Sources */, + 14E9174C4FBFC31FD1F1265D018757C0 /* SynchronizedOnType.swift in Sources */, + 0CE1A43A7DB004E6D836158B1B3B58F5 /* SynchronizedUnsubscribeType.swift in Sources */, + 4F2473D7D81D7BA70EF1F6A04A329045 /* TailRecursiveSink.swift in Sources */, + 7A5058FBA43109F0B7B3FDA73036C117 /* Take.swift in Sources */, + 7C3735F1EBD99BA20421CDE11B9DAD3D /* TakeLast.swift in Sources */, + D4981731005F623D4E0F95955BE84AE0 /* TakeWithPredicate.swift in Sources */, + 3BCF3FA742C1182453533A8EA99D4D8C /* Throttle.swift in Sources */, + 2EF18810785C7AE694862E80BBB51567 /* Timeout.swift in Sources */, + C0DFFD5B336054676ECDF6534C861940 /* Timer.swift in Sources */, + B8184193B0CB7DECBA21EC6BB9FCDAD1 /* ToArray.swift in Sources */, + 3D5327DF0B8739E3F354FC06A7DDA9C5 /* Using.swift in Sources */, + FAD6802AC12ADC25F94106A57E5A4661 /* VirtualTimeConverterType.swift in Sources */, + 32D8FB8BD41F282D0B268FD1BAF598D8 /* VirtualTimeScheduler.swift in Sources */, + 9C684D4B5A1385F3E1EC96775C271847 /* Window.swift in Sources */, + D71DB149872E935A2073094D6A5889E7 /* WithLatestFrom.swift in Sources */, + 78EBF7216C96994437D7D4AE94E4C28F /* WithUnretained.swift in Sources */, + 4F7D809AE1E3A13DCC1DC510298B1AB7 /* Zip.swift in Sources */, + 3330AF540ADDA14479419CFE356CC3DE /* Zip+arity.swift in Sources */, + 7FC6502589C78AF673D861167354D46F /* Zip+Collection.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9559,402 +9572,408 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0195C2DFDED42ABE1F82266CEB69928D /* PBXTargetDependency */ = { + 032FA5D0E63E461C7B370354CD50167F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 485BDF7C28C63093889C5FC894F4B002 /* PBXContainerItemProxy */; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 68316A7DCF977DEF9801A6BBF6F6D306 /* PBXContainerItemProxy */; }; - 0B08CB6D666365888EA91D3E37C10232 /* PBXTargetDependency */ = { + 045AE85011E81F3D17B55607E2E7AAB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 39208E0FC8B386B01C096D3505CD9C1E /* PBXContainerItemProxy */; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = FDE5AD597E46A694E192537D0BF78BAC /* PBXContainerItemProxy */; }; - 0E1A21B004EA9A6F65A9C2338F9D4ADF /* PBXTargetDependency */ = { + 0615F3C0B2E390B41AEE304448C66965 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 270EC1DAF141647B370500AD6610DC9E /* PBXContainerItemProxy */; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = E59CC3E1FE27337A003C945D40767E33 /* PBXContainerItemProxy */; }; - 0FA42F2B04591600C3FA00C382383CC4 /* PBXTargetDependency */ = { + 074045FFCBC071D8523472142127B78B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDNetworkingOfAlamofireKit_Private; - target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; - targetProxy = 53D00AC152BDE1BBF3583B85C988A901 /* PBXContainerItemProxy */; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 511A460D8C6FBB7ADE809E4CAABEFF20 /* PBXContainerItemProxy */; }; - 112B0BD7A86558E9EEC9F43425DC8D2D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = CED0C7138C6E42AFD82EA91CDA513312 /* PBXContainerItemProxy */; - }; - 119C3CB51B2E9F6FD1FF2039BE6DFBC1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 2C951DA951C5939736F11A6428694CFC /* PBXContainerItemProxy */; - }; - 12AE79A03505CBFDCBD62205B08C55A7 /* PBXTargetDependency */ = { + 0BAB80CC9E5D0B6BC318FB59B4D5CF75 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Kingfisher; target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 6B92D894582EE1677DDA908F9AC4696B /* PBXContainerItemProxy */; + targetProxy = 1B6E90626B7E21A937490441EE482AFE /* PBXContainerItemProxy */; }; - 18AF6169FEAE26D3CBA60992403A3826 /* PBXTargetDependency */ = { + 10D0C0D4F4CF056A707AA33A11B45265 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDMAMapKit_Private; - target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; - targetProxy = 18BBA9958B9A1C0D1A21E70DBE5FEC63 /* PBXContainerItemProxy */; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 55FC34365F9CE150D5806CDC80863F23 /* PBXContainerItemProxy */; }; - 1AC8D11713238A36423FC501CCC959F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = F2A95839CDEAB0351459E8F471FC0CEB /* PBXContainerItemProxy */; - }; - 1F58758617085F70CDB59BC2CBF6EBE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDMAMapKit_Private-DDMAMapKit_Private"; - target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; - targetProxy = 44124618556E003C3CDDA34EFC578151 /* PBXContainerItemProxy */; - }; - 25F839D962C9AE56649E9982333DD666 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDTimerKit_Private; - target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; - targetProxy = 30D7F9CCB87E58C05178FE3C82EF36EE /* PBXContainerItemProxy */; - }; - 26127C2DD87F663933AA1F532EB7CE6A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftEntryKit; - target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; - targetProxy = 1D8656C843A0769A2C8A1BA888F81942 /* PBXContainerItemProxy */; - }; - 2D9D39FF9C03DCD10B5273529C2E8857 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 71348DCA640C0949E2E37B64624C2631 /* PBXContainerItemProxy */; - }; - 336CA9959710717B03947FC895C596D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 03A94114A8DBF602C92EA9346A96BBC6 /* PBXContainerItemProxy */; - }; - 33750CF24CB5274AA9AFA18499528471 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = AE35C6DEB8D22BE0B3CBE76C47165BF6 /* PBXContainerItemProxy */; - }; - 3D84BA71F8175CE47851C51247F662B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDBasicControlsKit_Private-DDBaseViewController"; - target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; - targetProxy = A5BB82D91D0FB640CA9FF5060287B67A /* PBXContainerItemProxy */; - }; - 3F4D2E494BF4AF3042E027752CB85EAF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 59F33E6A6C1EEE0D2E6962244DE78E80 /* PBXContainerItemProxy */; - }; - 4253A6D66CD56D205F988E38F6BAA3D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDProgressHUDKit_Private; - target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; - targetProxy = FAC6910FFE7401A9619D5816E9975877 /* PBXContainerItemProxy */; - }; - 42EABCC1A595EC149157D10B27DD4548 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPush; - target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; - targetProxy = DB96859380EF12379AB9E2A6AFF5D4C1 /* PBXContainerItemProxy */; - }; - 45EF848EF552D30BB2F39CB7610630D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 59BBAD639E27A402BD59C2B25FE6A2E5 /* PBXContainerItemProxy */; - }; - 481B9C22E3C2117291D4196B4D42DD41 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "ESTabBarController-swift"; - target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; - targetProxy = 848BAECF6F4CEAA762427A275DE7D592 /* PBXContainerItemProxy */; - }; - 4F1BB7584A552A159252B4457775342A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = 075EF9AF52D8940384DBEDD43B1ED6B6 /* PBXContainerItemProxy */; - }; - 51363372E5B4EE28CB32E76E9E55698F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPushExtension; - target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; - targetProxy = 2E1E7B391DFDDA243A4021C8C7759735 /* PBXContainerItemProxy */; - }; - 57A665508A60C914FF8C071B0EB937D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDFontKit_Private; - target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; - targetProxy = BE2A651E22895D4FBAFDDD508DA77A24 /* PBXContainerItemProxy */; - }; - 5A5FA6207D38EC5E67B04C4350C59E20 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = A57200707AB5F7B20C5D3B5E4D5B0FC4 /* PBXContainerItemProxy */; - }; - 5D477734F32A1655D607FD4075ACBAE4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = 2B2C1C32E001FFA11AE5326C96E89235 /* PBXContainerItemProxy */; - }; - 5E04C32D79DFF49E056093AE3316626A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDToastKit_Private; - target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; - targetProxy = 9764168B055A4BBF12982578E04871AE /* PBXContainerItemProxy */; - }; - 5FE80E6E95A8DFE1703C8431962774BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = 41DD2E1BE4B85B45EF8F7F0955AB178D /* PBXContainerItemProxy */; - }; - 6A0468D4C85EE5385C49EED250FA29F2 /* PBXTargetDependency */ = { + 1169EDBCBC4575D28A4D528D6E3AC51A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapLocation-NO-IDFA"; target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = FF535838A3C88AF8DD1E6A2B14022009 /* PBXContainerItemProxy */; + targetProxy = 40EC0E3C832EA759A99C509A0963DC87 /* PBXContainerItemProxy */; }; - 6E3ED48F7DD6CC4C50C939BAE8B34038 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = F7DBC565236196BE7AC6B30391F0DB35 /* PBXContainerItemProxy */; - }; - 7237D291FA84FD7C69B9421A59B2278B /* PBXTargetDependency */ = { + 1440C2597C18BFCD1D6931A7756FA4EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RxSwift; target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 6A95D51076A53A2B9A98CF08B63ED89E /* PBXContainerItemProxy */; + targetProxy = 199B7CCE8DCF6435996E651DD2E97A82 /* PBXContainerItemProxy */; }; - 723DBB5689DD172D77A36C070A9B919D /* PBXTargetDependency */ = { + 1A58ECD232C02DDD9F977ADA99D587D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 0AD55E002EA52367601C0825FFC3EC14 /* PBXContainerItemProxy */; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = F641F24FFF3261724288571492870D71 /* PBXContainerItemProxy */; }; - 7939D1D600B4B2BF974913D4058925F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAudioPlayerKit_Private; - target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; - targetProxy = E6EA1DF411F8258521DD5FFEAD42B1E7 /* PBXContainerItemProxy */; - }; - 7C097D7355D6858E31E8646177B6A002 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = 1E77FD1633E202CB2B3A3FEAAA4C1620 /* PBXContainerItemProxy */; - }; - 811A82E6EC7A129286D89DB822BD6F65 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxCocoa; - target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; - targetProxy = 7C7690FC0FC9B5BD4CE13E050FA86FDA /* PBXContainerItemProxy */; - }; - 81C987F33C1C9947EC93148A281530C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDDateKit_Private; - target = FA849029E6A899F45F613165943A6C68 /* DDDateKit_Private */; - targetProxy = 5E4DEF77EB79F99C893B540EFF7E73CC /* PBXContainerItemProxy */; - }; - 82893593EEFF55267CD0B5F6951899BE /* PBXTargetDependency */ = { + 1AB7A85C2AD419751A028E3B88FBAAE2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Bugly; target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; - targetProxy = 3B3A30CA13D74D30BF953809701AB702 /* PBXContainerItemProxy */; + targetProxy = AA50FCDC7F49FA49B32D49702BA9CAF6 /* PBXContainerItemProxy */; }; - 8F9FB631590DA5E56799DCC8CDE02802 /* PBXTargetDependency */ = { + 20D15E2C8ACB14B845CE6A63A8D8C14A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 5FEC17592A951ED5579DCD9A4521E7EA /* PBXContainerItemProxy */; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = DCAEDED64D55BA67BD5C6D78C52E2528 /* PBXContainerItemProxy */; }; - 991E507817A1803AD5CC2222D75B29CE /* PBXTargetDependency */ = { + 22A29ADFAE205822764939BF0477C56F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = CF499DE55346B7E3C3D07FD7E72881A9 /* PBXContainerItemProxy */; + }; + 26BCC1061477F4AD56C6389EBB54DCDB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 86F42CDE3231A7C5FC8837CA039C19EC /* PBXContainerItemProxy */; + }; + 2B5687616D7E35F1B2409F15CE5277A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 06C4C58B058D09D49F469AAF35137BDF /* PBXContainerItemProxy */; + }; + 2F20B086D01D354313FAE7819E855738 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapLocation-NO-IDFA"; target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 348DF6D0A4270ED3680E3FA30DA24AD1 /* PBXContainerItemProxy */; + targetProxy = 023E26E4D04A492A1D604294EFFDBFF5 /* PBXContainerItemProxy */; }; - A3F6004F3CF781AE6B5E94D0B2E42A1E /* PBXTargetDependency */ = { + 2F58D4843A6553F5A492E99D426FB4CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = 8497DB90904BF2EC47B67D9D1B17C700 /* PBXContainerItemProxy */; + }; + 31FE0DFC9EE87784F7509591EE4D01DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = BA199443FF3B6665D1E08B105C1F0830 /* PBXContainerItemProxy */; + }; + 3260FA65BEA85CB6D4749C9FDF956CDE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 1F6532C8313D989FC9D5EAD4DA197286 /* PBXContainerItemProxy */; + }; + 3730719A21EE9D1F0F7457A89F54EE58 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDUtilsSwiftKit_Private; target = A8B712B20F60AB02004557B884A28FD4 /* DDUtilsSwiftKit_Private */; - targetProxy = AB0E6DC9E3FBF0ADCF6F3D4E97169F8A /* PBXContainerItemProxy */; + targetProxy = 35AB7A463C36BF3C9C45984EAB1E7A30 /* PBXContainerItemProxy */; }; - AB34984FE478E1086FA5F08DDFA918B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 86346020D40CF4DECE6B55BCA035D400 /* PBXContainerItemProxy */; - }; - AC46D2FAE56E2C49DC86048EB7598226 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 500D06315D6DA75518AA48D5697A81F7 /* PBXContainerItemProxy */; - }; - AC971E7C8A826881EA744D2CFC23B98F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = F2ED95891472EFF30F4936B951439E90 /* PBXContainerItemProxy */; - }; - B76DD32DD958FF46F62AFC2C5EDA9E95 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 8F0309D672FCE261747349C81F0893F2 /* PBXContainerItemProxy */; - }; - BE7523729F763932E8741BAA51379128 /* PBXTargetDependency */ = { + 3D5F8C77A2C1B7E08B8CE8E98663C361 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapFoundation-NO-IDFA"; target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = F91F5516177A10690744948E263DB19B /* PBXContainerItemProxy */; + targetProxy = DB3E12A6E5A10C8550D319C0549C0EAE /* PBXContainerItemProxy */; }; - BF51CC8BA88E57E77229420DE7B30EA6 /* PBXTargetDependency */ = { + 3EE14AE4F46D3B3E92DA7207107B54CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 1486EC49BE87F8AEA8A665A5F7D7D5AF /* PBXContainerItemProxy */; + }; + 41D20CE648EA062D813365C91DD0074E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RxSwift; target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = A6667AD9BCB9E146D0026296B38B1D0C /* PBXContainerItemProxy */; + targetProxy = CDB37B877ED631BC7802AB5063062727 /* PBXContainerItemProxy */; }; - C0B80352947CA286A8C364127FE478F5 /* PBXTargetDependency */ = { + 448F1765380473F73AC2076197B259A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = 30780297B2038C61A7E4028F2366A585 /* PBXContainerItemProxy */; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = A51BE3B132FB004DFF53119441D9C2EA /* PBXContainerItemProxy */; }; - C2A9FF8AA8F53605E25DA702B074D3A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = E288E0A26080BE19937A249F016E7BF0 /* PBXContainerItemProxy */; - }; - C480C426421ED36637761351B660BC1A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDColorKit_Private; - target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; - targetProxy = 48969AD2FF9FF1DB2C2569E1853FCA54 /* PBXContainerItemProxy */; - }; - C9148F284D598713F55F77EE60615F17 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = D4EE6C40DB3F0AADEDB4D7E46A919D1A /* PBXContainerItemProxy */; - }; - CB7A0887898576FC38DCA1A86697C56B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDControlsKit_Private; - target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; - targetProxy = 16E2576D2F7177568475EE7E362B3A1A /* PBXContainerItemProxy */; - }; - CD70C5B334C08928187A064E995DA913 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAutoUIKit_Private; - target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; - targetProxy = 47BE3027B57CCD9E2BB88EA6EA2F801D /* PBXContainerItemProxy */; - }; - CD8769A8DD6B00DF086546F5A5272A0D /* PBXTargetDependency */ = { + 453995D049E8BC176957E87C04A1CCDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDLogKit_Private; target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 458C3228DD71805E6666DE616022EC52 /* PBXContainerItemProxy */; + targetProxy = 3B7DCFC52A335809FC92F1E3634EEEC4 /* PBXContainerItemProxy */; }; - CFD5B13CC37230DB2B914CBCE281605F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 17CBDE9562E3D566ABB8BCC9DC066F7D /* PBXContainerItemProxy */; - }; - D04482070E777F0B8B5181DEC443D575 /* PBXTargetDependency */ = { + 464525BBC2CFE4C312D3911BABECDB0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapFoundation-NO-IDFA"; target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 93B1C808E8CEE1C6127FB2083566088D /* PBXContainerItemProxy */; + targetProxy = 8D53C4122979FE2648090F5004F2CFD7 /* PBXContainerItemProxy */; }; - D0665EA736687004A2E14EAF0A6818BB /* PBXTargetDependency */ = { + 489613FA97D0A537C77CF96B15348F92 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = F05CAC90F7A7C3483F433E8C54ED612B /* PBXContainerItemProxy */; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = BFE659DE4C5A1EFDAAA1C14C39D1C4BF /* PBXContainerItemProxy */; }; - D0E08D84DDD8D2AD035F82436BF183F6 /* PBXTargetDependency */ = { + 52F3DD6996291827375DC94A97D73AD1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Kingfisher; target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B53B1704FA126DD127FC16B6F08D48CF /* PBXContainerItemProxy */; + targetProxy = 58888A474C78FE6EDFEE33AEB9D0F502 /* PBXContainerItemProxy */; }; - D4E9C1A9018B08EF485714597F1E1B3B /* PBXTargetDependency */ = { + 5C61E7554B3842F59459BEDE3F306F33 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 120843653410676EA4B87675A5076C06 /* PBXContainerItemProxy */; + name = "ESTabBarController-swift"; + target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; + targetProxy = CE614C370F61F9BC707C8CCA2F18AF2A /* PBXContainerItemProxy */; }; - E15DECC60871B4E26C823E9231F9B2C0 /* PBXTargetDependency */ = { + 5F42E34FBEB649F9093B0351E176B754 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 1C727528D288B242EEAE7455FF18062A /* PBXContainerItemProxy */; + name = DDNetworkingOfAlamofireKit_Private; + target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; + targetProxy = A7A3314866D810E8A98016890BC6D25D /* PBXContainerItemProxy */; }; - E76E9E94031512EC53D769ABB93F1AA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 59ED8F6F98DBAF2182FCD4DE8B34496F /* PBXContainerItemProxy */; - }; - EEFC17C28CE25AA60F4F028D1AA75A58 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = B0B7B4B97E90A1A7F692D7536A1687C8 /* PBXContainerItemProxy */; - }; - F40BD2060BFF513C1178D3334119EFA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = F6D35D6D5B289F1B441EEE8B55CC997E /* PBXContainerItemProxy */; - }; - F9F21834E820DACE0E69C3BA2C32EAA6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDWebImageKit_Private; - target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; - targetProxy = CBDAE6525824911B031244CF27F1A6EC /* PBXContainerItemProxy */; - }; - FC2EEC066FEB4BA448F88C6930B04629 /* PBXTargetDependency */ = { + 62D77F89C98480A902C8029DA2CD03E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDZFPlayerKit_Private; target = 2864923095274ACF5E5F99312F360AEB /* DDZFPlayerKit_Private */; - targetProxy = C762DC93C5961CF1E1650FD83F299DA1 /* PBXContainerItemProxy */; + targetProxy = 321CBAD7B93A88147BBD511E60E8331E /* PBXContainerItemProxy */; }; - FD3C5152D6CCA757C6DAD31C416D8A16 /* PBXTargetDependency */ = { + 6406558F0A236DDCC968CAA417248C6A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDFontKit_Private; + target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; + targetProxy = B834E6904792EEC524ED10D22F35E21E /* PBXContainerItemProxy */; + }; + 658E5C5FAA2594FF0C994FFEE5AA5386 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDWebImageKit_Private; + target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; + targetProxy = DA9FB9F96037D000CD2C636334C87757 /* PBXContainerItemProxy */; + }; + 67AFB6A6D5B59E8D697E75D93DB8FD15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 960F3E5D244D5C90EAED5A6F216B148C /* PBXContainerItemProxy */; + }; + 6841E348DF0434F1B1C22442FC4C7AE4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxCocoa; + target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; + targetProxy = A1A2AF473EACBEA2CFF7FB17D2FB32B3 /* PBXContainerItemProxy */; + }; + 71E807F21910A93AE5AF3847E2E5E4EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = 7A6F4366038C338073FB81BADC8CCEE6 /* PBXContainerItemProxy */; + }; + 72FCA88FCB1AB8542FCE2AC433298B84 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = C8CA3A882F45E6E6AE5CBD583C13824D /* PBXContainerItemProxy */; + }; + 739C8AA701271B80D517501069B44EA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 9F85F7D9923C0371937DA0CA5A574D12 /* PBXContainerItemProxy */; + }; + 75C7B67CEAEEFB29853695CF8E85D143 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDMAMapKit_Private-DDMAMapKit_Private"; + target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; + targetProxy = 84E8B310CFB7DF17BF7914165CD299E6 /* PBXContainerItemProxy */; + }; + 7AD82219670DCE2C6915BDDE27854958 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = B429A74A5D287A426919C34BA28D813A /* PBXContainerItemProxy */; + }; + 7BA5B9860F9C4835B83DE3455F736A72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDCategoryKit_Private; target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = BAC319CC4CA63F163AB063924EC37E67 /* PBXContainerItemProxy */; + targetProxy = CDEE3FF2C80289148F7F422566F5F318 /* PBXContainerItemProxy */; + }; + 7BD7B41460AEEAB99D12D102D313B231 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPush; + target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; + targetProxy = 6799B53635F1BAB7C2172DD34D5C7ECE /* PBXContainerItemProxy */; + }; + 81E61766888DE65F2B4FC4EFACE1EE15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 69B9033770BAAE728801BB5162B70F61 /* PBXContainerItemProxy */; + }; + 84DE7A81FFC42F8438A9C963A3F28BBC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 82DC3AD7824B5675DA7EF49B834FD5C2 /* PBXContainerItemProxy */; + }; + 85BDED79B3F73456612B422162FB222D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftEntryKit; + target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; + targetProxy = BE3B294C5EEF87F4B11ABDE44E84D179 /* PBXContainerItemProxy */; + }; + 8BD31548C43A96A067C3BAA598D906AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDProgressHUDKit_Private; + target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; + targetProxy = ED623CF4F9CA7F4898D362B42C51CBC6 /* PBXContainerItemProxy */; + }; + 8BE1D8FD19F1FFA9C189F1B1EBC2AF42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = A0F340B98CA090CEEBF253D8909F9ACC /* PBXContainerItemProxy */; + }; + 8DBE6593CDDCEC55D45F5AE19503A184 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 6027FF131510BEBF26664CC778FF1E96 /* PBXContainerItemProxy */; + }; + 9F210716BAC6EC7189220BF34537DA75 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 6B0D868681882427E92255C279425765 /* PBXContainerItemProxy */; + }; + A115467298BB5BACED92B1CAB0010F14 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDToastKit_Private; + target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; + targetProxy = F96105133835B5540F7B99071D775E46 /* PBXContainerItemProxy */; + }; + A20A88B328795D0D4503DF34320AB259 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 6B937961ACC9C219C2FDB5866DB92833 /* PBXContainerItemProxy */; + }; + A6B15E337006E61F032208956264D972 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAutoUIKit_Private; + target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; + targetProxy = C2296A09D45C3BC6B89E85DBAD21040E /* PBXContainerItemProxy */; + }; + A8428D9A0420C225FB6DE193C318E7AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDTimerSwiftKit_Private; + target = 0D4DC618BC2D969E8743E01C79FFB7BD /* DDTimerSwiftKit_Private */; + targetProxy = 26FA96BDFC6E3909E35019AB26EFC4C8 /* PBXContainerItemProxy */; + }; + B0CE44EB63DD2F884D36894FDB97B30C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = 886F64332392A44C3DB36DBD6207E5C3 /* PBXContainerItemProxy */; + }; + B2A365CD2209D4EF0FB509F3F6BED760 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDDateKit_Private; + target = FA849029E6A899F45F613165943A6C68 /* DDDateKit_Private */; + targetProxy = 1134C043F41FD47CC85035544AF680DD /* PBXContainerItemProxy */; + }; + B91EF891430C90EDD717B0EE7290C956 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAudioPlayerKit_Private; + target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; + targetProxy = 1EE2B556EAEAC14889E5052C5340EF60 /* PBXContainerItemProxy */; + }; + B9C74E3AD32835924A38ADF735121220 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 67722F074AEB1CAADDBBA9B68FC9FD53 /* PBXContainerItemProxy */; + }; + BF3A4BD6F1FE9557C3B30102B27E088A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = D2384274EE77FAF38AC300091224410F /* PBXContainerItemProxy */; + }; + BFA9CDFC34C999260B4FA0C9AD9F34E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDColorKit_Private; + target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; + targetProxy = 3C917F954E2EF91961A71B0CD7A6711F /* PBXContainerItemProxy */; + }; + C397B0A1B28CC4EB8A06D318E2F18676 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDBasicControlsKit_Private-DDBaseViewController"; + target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; + targetProxy = 0E5E48C925575BBF6AE7E1A67D0D182C /* PBXContainerItemProxy */; + }; + CE6F82F562FFD6627F30BD4171C447B8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPushExtension; + target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; + targetProxy = 7BD5064B71BE3B6D0DD1C936D80DC8A6 /* PBXContainerItemProxy */; + }; + D8F3E181B0DCB71BA667B4FDC1840CA4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 91C53F4953B344F7F194764516BFAC99 /* PBXContainerItemProxy */; + }; + D93DDC92D38D98D109AA8D01CF9E991F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = DF3A8FA4061E9311F303CE4BA9248FC0 /* PBXContainerItemProxy */; + }; + D9E2F1EB76A5B93AEADE600D1C1C1859 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = AD7A63D004351E09D1F8FC6971224121 /* PBXContainerItemProxy */; + }; + DA1E53A4D59AA0BA611641E64D3FE8A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDControlsKit_Private; + target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; + targetProxy = 50045AACEA8F9AA96A93C46B10A9AA30 /* PBXContainerItemProxy */; + }; + E6B46219506CC52533B94E2956EE12E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = CB082E17B1510ED0A064CAE42B7859BB /* PBXContainerItemProxy */; + }; + F7BB0553F8FE1F0F2575A455A19E3321 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDMAMapKit_Private; + target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; + targetProxy = 74EDAA8C4D4EF19BE13671B43EFDCFF4 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 00CFFB6AC18FFD8289A2D08ECB0D6317 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E88412FC37408D38D830508D1AF63187 /* DDZFPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = E4896C5FF987C30DD4AC710D9DC8B9DB /* DDZFPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9982,7 +10001,7 @@ }; 034BA87C2C84A3F815BABA073747D950 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DB88A645EBBDCCA1F712116D05DFAC7D /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = 9D5F00BA713F5548E5C7AD4C983EBF8F /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10010,7 +10029,7 @@ }; 03D5621DFAF33B3E865DA1A7AA59856A /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66CFB4EBAA473F3D5F4F44B0DFA3496F /* DDAudioPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = 6C0D685854FD982E7BCCAF5618193C3F /* DDAudioPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10038,7 +10057,7 @@ }; 062D9F2B9A556AF545F7D73B6BAD9E4C /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B63D4F41E4AFBCFC233BDD829D1FD9 /* JPushExtension.release.xcconfig */; + baseConfigurationReference = 4AE2418D3C0D9ED510341C6C6D0BF76C /* JPushExtension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10058,7 +10077,7 @@ }; 06902B9EA0B8701B1BBD382EF5B048E5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A3B2C7758265293A82341B163D451D85 /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 14546B5A31F28293D7AE7D2AF58EFF11 /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10086,7 +10105,7 @@ }; 0781C02B9B1ABAB69E606763A1B452A0 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 039A90F89D838B0FF683A0B19873AAAB /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = D58C52ECB8FE201437A6C70AFD6DCC56 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10103,9 +10122,37 @@ }; name = PreRelease; }; + 08CD78C1ABBC095F0BD2B58D0ABC940F /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B8088DDAC37BD14953B0D8275B9E110C /* DDCategoryKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDCategoryKit_Private; + PRODUCT_NAME = DDCategoryKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; 0AECEEFF7929FBEFD97057F5F6DC8B2C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 955E40D080E255317FC1497B3349F319 /* JCore.debug.xcconfig */; + baseConfigurationReference = 3A45420DEA7D14A0F00A68A851F6C35C /* JCore.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10123,7 +10170,7 @@ }; 0B07FC7C2CBBECC1AEAB861B30DB8E43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A8A5F6A8D8E8F4D99C76CFE3CA98F2E /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = 19F398D5449D360064DE1219A074184C /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10150,7 +10197,7 @@ }; 0F56E9EF4C4A8A2EFE063DB95981BAD1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1AC6D512EEA7630BB0D1B48C767A271C /* Bugly.debug.xcconfig */; + baseConfigurationReference = 17143C82208010DF328DF180C080E036 /* Bugly.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10168,7 +10215,7 @@ }; 1170D4F6047D92FB103D8925261C4446 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 956450E13FC44F04D1CCCCA026338684 /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = 71753458CF7BE1B42F79ECEC9DB875B8 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10193,36 +10240,36 @@ }; name = Release; }; - 128689B60A22A37322D42268BC0823BA /* Debug */ = { + 14780559300D82C54FAF2E9AA297C460 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DDEA811BA9ABE1872B82AA139A0115E5 /* Kingfisher.debug.xcconfig */; + baseConfigurationReference = B767CAA310D518D351C34415DE702090 /* RxRelay.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; + PRODUCT_MODULE_NAME = RxRelay; + PRODUCT_NAME = RxRelay; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 1495AF8B549792BF7912F5A1E1119712 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDA4C4F1062C689209B638919F02D223 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = F03801CD55C5815947FBBCC6BB9F2A59 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10250,7 +10297,7 @@ }; 15B7F84E39C93EFEBD8AD10B0FE0B047 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3932ACF358A5E59944241B6EDA934C2 /* AMapNavi-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 0EBC85C28088C2DD3C6951CDBF5FDF17 /* AMapNavi-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10268,7 +10315,7 @@ }; 17E9F697225BE4693A9A0CAAE767CFEB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2FFDFBBA2E359D1ABAB880FFEC6F4388 /* DDDateKit_Private.release.xcconfig */; + baseConfigurationReference = D181EE58A708672953DD8ECE735B4FBC /* DDDateKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10296,7 +10343,7 @@ }; 18450C9EEFA1230D2952C8327442D5AE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69E76CB8D4A25C754020863B0C4814D3 /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 82AB15252286DBCAEED0EE8D07A212C8 /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10314,33 +10361,36 @@ }; name = Release; }; - 1A3D039200DC1F653369C2B9F783DBB7 /* Debug */ = { + 185C2D860EEE5E54DD1D677AC8803F7F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CCA25F5644BF0246ABFFF775553FEEAE /* Pods-OrderScheduling.debug.xcconfig */; + baseConfigurationReference = D78AC15084216DAD64AFF6833DDDD171 /* SnapKit.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.modulemap"; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 1A549D214D907E76BA47A41507492968 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 01678EEA141E1D96D74F19A5B6362CB8 /* DDAutoUIKit_Private.debug.xcconfig */; + baseConfigurationReference = B7A51095F92713E761DD0581FECB063B /* DDAutoUIKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10365,9 +10415,34 @@ }; name = Debug; }; + 1ABABBF3966E1A90B4CA92BE3990F9EC /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; 1D6ECDD132EE5035CEB27FA70E194607 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0160F6FD8159973FFAB4A20E2A743403 /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = DA57832C676ECAFCF9B50F05A8FDC235 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10395,7 +10470,7 @@ }; 1DF8897E06F8071D42BAE4465121279D /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 39120564A22FB043BCC19BDA133556E8 /* Alamofire.release.xcconfig */; + baseConfigurationReference = A1B5881FDA30E8F57447CF1998BF5B64 /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10423,7 +10498,7 @@ }; 225716D671C2AF3962051A80830E0D98 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABBFBFE1D062065A983C14488D206C78 /* JXCategoryView.debug.xcconfig */; + baseConfigurationReference = 1A3D088E102A7F6508999F2E6FC836E2 /* JXCategoryView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10449,7 +10524,7 @@ }; 226221FEFECAF478E4AD3C69CC522966 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A4600DD44443B0806C5FED07A51050C /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 90D2371A637826F3DCFBD9454BD51948 /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10469,7 +10544,7 @@ }; 231DE093916EB01285DC4AECC16D44CF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C64693BDCF1245DB29B7FF70AA899459 /* DDDateKit_Private.debug.xcconfig */; + baseConfigurationReference = 9598D22FD904D913FC242E7E7334AC62 /* DDDateKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10496,7 +10571,7 @@ }; 2717B92AD1B6408074E3A9C78D6CF428 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4A1791D3B4940756C697107FF72939B /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 25B878866F487A077F9B5DB099076A8D /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10521,27 +10596,9 @@ }; name = PreRelease; }; - 282DF3C3D32231B6E61EEDB401D60622 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AABCB5A16A66DEF255F30D5DA19CECAB /* DDBasicControlsKit_Private.debug.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 28351E0A3C97633F27A3A5C9C6F6ABF6 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F324D58A6E4AA898B10D7BCCE1A3F510 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = 04D693D0E11355F5E5A496FA5A343B60 /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10568,7 +10625,7 @@ }; 2853FEDC9CC66B9840B31219EECD4E5A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE179B7B47ADF15008342AD60F62054D /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = 98DD26FF9ADE9C310E452F4B50BAF17E /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10596,7 +10653,7 @@ }; 29DB94002704203A0B4A69C3238100D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 07A58DF67D30D3765DABEAE7447294BA /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; + baseConfigurationReference = 9B1A01407C3E2C2C84D752D9D699FD26 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10623,7 +10680,7 @@ }; 2A3FBAAE40E4F2795FA8BACBAF52DFE9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 33CEBA96ED58763BFF4C4374A76870DC /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 3F9255664EA85AF612C5C32B0DA3E1F2 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10651,7 +10708,7 @@ }; 2AD561BE6F3E5FF1C3362471B44944A5 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 027D6D94AAAD9FF43560069A085480FF /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = 3E845D090132AEEE1BF189AAD8ABDCC0 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10677,9 +10734,37 @@ }; name = PreRelease; }; + 2BE9F474CC004847B066222FD5037D6A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A26FF9605C0FD3F2DF1DBB60F264CA0 /* DDTimerSwiftKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDTimerSwiftKit_Private; + PRODUCT_NAME = DDTimerSwiftKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 2C14C682F1AF1911E085FA9E288139D2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B653D56C0A1A417CC2E9DD7B4B496AD /* RxCocoa.release.xcconfig */; + baseConfigurationReference = AEDBDE165E803530984FAC86234EBAC9 /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10704,9 +10789,36 @@ }; name = Release; }; + 2DAAA6B0DCBD5EC8186C05798BD16A65 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3FA0F91C85098969D6719C32DA9A7723 /* RxSwift.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxSwift; + PRODUCT_NAME = RxSwift; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 30E9D8E42AE5CD6D5246F2627DD27E9F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 76CB5A6650173A28ACE697B852EF24FA /* DDWebImageKit_Private.debug.xcconfig */; + baseConfigurationReference = 4366C2DB17849D0D06803343D50595ED /* DDWebImageKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10731,9 +10843,36 @@ }; name = Debug; }; + 319F94B8E5F4E3623EDE9318BA511B6E /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3FA0F91C85098969D6719C32DA9A7723 /* RxSwift.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxSwift; + PRODUCT_NAME = RxSwift; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; 3281C76EA7D794732D228832C577826B /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE179B7B47ADF15008342AD60F62054D /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = 98DD26FF9ADE9C310E452F4B50BAF17E /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10759,64 +10898,9 @@ }; name = PreRelease; }; - 36C54B18999DD1C17B51ADCD211D748D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 88BEB83998DF810F949479B533EE98E7 /* SnapKit.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 38029617816DDBA820AF88D4B6AFE879 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 73C32F421CC3988E6BA9217D8F506281 /* SnapKit.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 3EB0C0846EA6732314C5D69489AE15E2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24BD805F7D72C224A090687E419106BB /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = E732171930153202A865940D4D246200 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10836,7 +10920,7 @@ }; 3F958C3B78D47F9549C9023C4E5B4004 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F324D58A6E4AA898B10D7BCCE1A3F510 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = 04D693D0E11355F5E5A496FA5A343B60 /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10861,6 +10945,60 @@ }; name = Release; }; + 4216075ADA5B0D27559E710892853DB4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B8088DDAC37BD14953B0D8275B9E110C /* DDCategoryKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDCategoryKit_Private; + PRODUCT_NAME = DDCategoryKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 430B3062D2B2795A8EA6049044F61BAF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0A82EA26A86196FD9A47A69F0FD1D587 /* RxRelay.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxRelay; + PRODUCT_NAME = RxRelay; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 443AAC2D2192D04E03EB3B4A97A49FCC /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 7BF437F1301E282D248141EA0E4FDED5 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */; @@ -10886,7 +11024,7 @@ }; 4549DD8A99E980FBB0D9E6B18BA9116F /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EED99A957420D5C5591B6D23BD87AC44 /* DDUtilsSwiftKit_Private.release.xcconfig */; + baseConfigurationReference = 3DDCC40736D53910BD4135AF6D966AF0 /* DDUtilsSwiftKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10912,9 +11050,9 @@ }; name = PreRelease; }; - 4564C01BE6FAE4D5406BE363673A58E6 /* Release */ = { + 454C2D64E340DD4C42E4BCAD0B135517 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A45E80A67CFE6F591C8FF339EF333FF /* DDLogKit_Private.release.xcconfig */; + baseConfigurationReference = 92E540B4CDE5ADD6909B40FB1C81A1E4 /* DDLogKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10933,16 +11071,85 @@ PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 48DB40B76E7BCA58D8C915D20CD3D1B6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9FA1ACD3BC30A0EE7C3D81116675A3A2 /* DDMAMapKit_Private.debug.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDMAMapKit_Private; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 48E7738D599B59C6602F3161974A938A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CCA25F5644BF0246ABFFF775553FEEAE /* Pods-OrderScheduling.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4C61240F775280D105570AB6FBF0BD72 /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A26FF9605C0FD3F2DF1DBB60F264CA0 /* DDTimerSwiftKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDTimerSwiftKit_Private; + PRODUCT_NAME = DDTimerSwiftKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; - name = Release; + name = PreRelease; }; 4CFE159363E23D99B30DCFC1E84B6E21 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 15A4C8B726C0D412AED700F4E21ED03A /* DDToastKit_Private.debug.xcconfig */; + baseConfigurationReference = 4D58E99807CF2BD369069ADF8AE1E5BE /* DDToastKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10969,7 +11176,7 @@ }; 4D53E26FAE1ED5EB8E462D391AADD577 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7644FFFAB77D70A694FDC77A120219E /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = D5C7DFFBECF8971041749B0E8045B4B3 /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10997,7 +11204,7 @@ }; 4E026E4F4DA1962A2D7BA31CDB0CA756 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3E31DF7B4DFCD477A3099555AF7F5BD1 /* SwiftEntryKit.debug.xcconfig */; + baseConfigurationReference = 580E6C3275E20D03CC987846B3349DDF /* SwiftEntryKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11023,7 +11230,7 @@ }; 4E8A37E39B95F86B5A498DEF72505CB1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B58692D98ABF36114F55D3F425095863 /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 015631681C7B83B2C7216F38F9058174 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11049,7 +11256,7 @@ }; 53DBDCA48029EDDC75E87A248B01458C /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 754A131A0586966DF417DF4FAA255311 /* JCore.release.xcconfig */; + baseConfigurationReference = C6B2253346C55F71B5E30501DA19B3AC /* JCore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11068,7 +11275,7 @@ }; 5425F23225AE92341F2558DA01812C57 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D027D6AE80D2D85C4B56AE9736A8AACE /* MJRefresh.release.xcconfig */; + baseConfigurationReference = 943823ACEC91D87ABE7431E8FB5F58BB /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11093,54 +11300,6 @@ }; name = Release; }; - 5456B16813D386E13E1DC54945E4360D /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 33CEBA96ED58763BFF4C4374A76870DC /* DDBasicControlsKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = PreRelease; - }; - 5763B8BD3308161F2F92755B3343016E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A64192F97039B36F0C2B908A0E752A47 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 5776ED848C82B0310FAF78DF8E22D701 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 18BCA08F5CEEE178EA4B5E4C7521ECB7 /* Pods-OrderSchedulingNotificationService.release.xcconfig */; @@ -11168,7 +11327,7 @@ }; 577813FB86763A6ADFB7460A091E77EA /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A8EF82128A155083FF532B32EF44F283 /* JPush.release.xcconfig */; + baseConfigurationReference = DCC0E6521B4FAD5E720B895D923673CC /* JPush.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11185,37 +11344,9 @@ }; name = PreRelease; }; - 579366A69953B89845F85A10218B3ED3 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 73C32F421CC3988E6BA9217D8F506281 /* SnapKit.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; 5859B1ED45373FA14A1E6451A262D675 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 956450E13FC44F04D1CCCCA026338684 /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = 71753458CF7BE1B42F79ECEC9DB875B8 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11240,9 +11371,28 @@ }; name = PreRelease; }; + 5BBECB80793AE1B67F21BF48434BD597 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3E845D090132AEEE1BF189AAD8ABDCC0 /* DDMAMapKit_Private.release.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDMAMapKit_Private; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 63275981B15BE90F6912932D6156AC92 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49A93B7B3F6E61B94180F937B09DEA60 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = B3BAC2A852BEA40FA0EB2C1E8FBCA895 /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11269,7 +11419,7 @@ }; 64F8D025C0B4722D495C98EC8827C679 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 39120564A22FB043BCC19BDA133556E8 /* Alamofire.release.xcconfig */; + baseConfigurationReference = A1B5881FDA30E8F57447CF1998BF5B64 /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11297,7 +11447,7 @@ }; 65B60F5572E5A88B96165BADCBB1BDA6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10BE16FC7595D3620C3EA95F817BDAEF /* AMapSearch-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = F0A799D4DE45F91381795844A53C1165 /* AMapSearch-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11313,26 +11463,29 @@ }; name = Debug; }; - 6AB75699B6FBCB8E4E337AAF837CFD7B /* PreRelease */ = { + 69B32C19A9D75422866B3B526DC3F786 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */; + baseConfigurationReference = 401F9E794185C12C1416496BACC8EA3B /* Kingfisher.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.modulemap"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -11340,7 +11493,7 @@ }; 6B9A53460BDAF5BE885221978932492C /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0160F6FD8159973FFAB4A20E2A743403 /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = DA57832C676ECAFCF9B50F05A8FDC235 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11366,35 +11519,9 @@ }; name = PreRelease; }; - 6C7E65CD3F9B64F602E53BE901363A23 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6BA0821E3F4CF23D21E43E07AF635FEB /* RxSwift.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 6C81FF1694F67970213CC687C43B91A3 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 78D6B2DF09486AC8C5CBF8BC783930A8 /* AMapSearch-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 826A699BF0EE6BA19B85A120492DF2DD /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11411,9 +11538,28 @@ }; name = PreRelease; }; + 6C9E281AD48A8457211F24A0DFD4F856 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F9255664EA85AF612C5C32B0DA3E1F2 /* DDBasicControlsKit_Private.release.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 6E369200B22231B3ABCA75FDF3ABE62B /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D027D6AE80D2D85C4B56AE9736A8AACE /* MJRefresh.release.xcconfig */; + baseConfigurationReference = 943823ACEC91D87ABE7431E8FB5F58BB /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11440,7 +11586,7 @@ }; 6EF553028C7319590BB5095C4DE4535D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EED99A957420D5C5591B6D23BD87AC44 /* DDUtilsSwiftKit_Private.release.xcconfig */; + baseConfigurationReference = 3DDCC40736D53910BD4135AF6D966AF0 /* DDUtilsSwiftKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11468,7 +11614,7 @@ }; 6FA6D0B57F7F0945CD6226AD94C296BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1B73EF9C0BCD822B9E79953F6B4C7E5E /* AMapTrack-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = B5885F01752A607BE3D973BBA005BFC5 /* AMapTrack-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11486,7 +11632,7 @@ }; 7004DBDA636C88E2F25FDB913BBCF872 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F1A096A252F384AD050819C51D9315C /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = D67E388D90999D91306A6DE067462C50 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11514,7 +11660,7 @@ }; 7006E7DA87DBF9FB621E5E92F18FB641 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B653D56C0A1A417CC2E9DD7B4B496AD /* RxCocoa.release.xcconfig */; + baseConfigurationReference = AEDBDE165E803530984FAC86234EBAC9 /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11541,7 +11687,7 @@ }; 7136F591221AD5501E817C1B77F484ED /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 913B125036C3BF6896D2C10E96361A49 /* DDControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = 1531C2F1FFDA58C571DCF2FD6C7CBDEC /* DDControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11568,7 +11714,7 @@ }; 739DE83A94D5F3796DA470D04BDBA273 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 039A90F89D838B0FF683A0B19873AAAB /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = D58C52ECB8FE201437A6C70AFD6DCC56 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11586,73 +11732,9 @@ }; name = Release; }; - 73B325CB550200CC05662B8B78E6C633 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CDFFD0A6480AB56762ADAB46E1F816B0 /* DDMAMapKit_Private.debug.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDMAMapKit_Private; - INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDMAMapKit_Private; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 775D5B8D343D20A46DA50237A8C8645E /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 027D6D94AAAD9FF43560069A085480FF /* DDMAMapKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDMAMapKit_Private; - INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDMAMapKit_Private; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = PreRelease; - }; - 77B9FF1C61ABA62EC7296F834F51697F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E96CC0CE3457BDB43B63C943573FB407 /* RxRelay.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxRelay; - PRODUCT_NAME = RxRelay; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 77BAB67F30880412AB4954F7FF0DE8DB /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24BD805F7D72C224A090687E419106BB /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = E732171930153202A865940D4D246200 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11671,7 +11753,7 @@ }; 7D4FC5186D0C5815B2ABFC9323046C03 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F6C3ABC51EF7E3B1C694AB44954672D /* AMapLocation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 9D7C66792FA8E258D05F7AC66E848E6A /* AMapLocation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11689,7 +11771,7 @@ }; 7DE63CFFD890B984947FC4B929ED850A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 754A131A0586966DF417DF4FAA255311 /* JCore.release.xcconfig */; + baseConfigurationReference = C6B2253346C55F71B5E30501DA19B3AC /* JCore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11707,28 +11789,9 @@ }; name = Release; }; - 7EFB93DFF712602659D262A10605966B /* Release */ = { + 7E3AB8A9E8BD2936A682451306CE0AF5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 33CEBA96ED58763BFF4C4374A76870DC /* DDBasicControlsKit_Private.release.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 868F9033B38A8AA201D63E18EC1BE623 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8A45E80A67CFE6F591C8FF339EF333FF /* DDLogKit_Private.release.xcconfig */; + baseConfigurationReference = 36107D87BAEE075A7933E67A6FC3F4D8 /* DDCategoryKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11736,42 +11799,14 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDLogKit_Private/DDLogKit_Private-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; + MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDLogKit_Private; - PRODUCT_NAME = DDLogKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; - 86BAFE569B0F2EA399E101A05BA0ECB3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A4B2998DC2C806A3E2DFA396C9EBD981 /* DDTimerKit_Private.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDTimerKit_Private/DDTimerKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDTimerKit_Private; - PRODUCT_NAME = DDTimerKit_Private; + PRODUCT_MODULE_NAME = DDCategoryKit_Private; + PRODUCT_NAME = DDCategoryKit_Private; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -11783,7 +11818,7 @@ }; 874D5ECFCBDE246920D02ADB76CDB268 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3631F00D1A0F0A38CB80108145F515BB /* Bugly.release.xcconfig */; + baseConfigurationReference = F0D77DA6A90860B0CAAEEE1B0E8BDFA5 /* Bugly.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11800,25 +11835,6 @@ }; name = PreRelease; }; - 8A85881D19C91290B17C9042FFD86218 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 027D6D94AAAD9FF43560069A085480FF /* DDMAMapKit_Private.release.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDMAMapKit_Private; - INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDMAMapKit_Private; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 8DE5143C03248BB6CD542DE3963D6F3A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -11885,37 +11901,27 @@ }; name = Debug; }; - 90E7554C8E58831609CB2BF378E63423 /* PreRelease */ = { + 925C69EBC9578CFC604F6F06F9EF0D1E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A64192F97039B36F0C2B908A0E752A47 /* Kingfisher.release.xcconfig */; + baseConfigurationReference = 95FE9F70E8BDE20CFAB12C102912B5A6 /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = PreRelease; + name = Debug; }; 934475E4DA2C0BABCCF26DBEB031FCF6 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 44BCC58FE020B0AE8116225430A15FD9 /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = 9AB31979218AF040346148B7E0A7907F /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11943,7 +11949,7 @@ }; 97407110C2616E82AAABA592E25F0B1E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9D75A6541042FF1AFA46FDB39E415E88 /* DDAudioPlayerKit_Private.debug.xcconfig */; + baseConfigurationReference = DC3C06E584E3CE037F926ABB333EA321 /* DDAudioPlayerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11970,7 +11976,7 @@ }; 9C23F3BFA136C876EABD07FBA9320B77 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5ED634C4B51F92E62CE9A1C6E8804746 /* DDWebImageKit_Private.release.xcconfig */; + baseConfigurationReference = DA8557B991AD71743790C4CE07803FD2 /* DDWebImageKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11998,7 +12004,7 @@ }; 9D09204F294EF263C95BFB8F0E302D4E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DE5F9980470F542678C5837E2FFD81FC /* BRPickerView.debug.xcconfig */; + baseConfigurationReference = 1357A2222B90BC04F7431511B29007D3 /* BRPickerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12022,34 +12028,6 @@ }; name = Debug; }; - 9E1EFBBFBB2C743C5B742634D2753C6E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FE1B37C26A0B0F461FF4C1A7C9F034C6 /* DDTimerKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDTimerKit_Private/DDTimerKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDTimerKit_Private; - PRODUCT_NAME = DDTimerKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -12112,9 +12090,37 @@ }; name = Release; }; + 9EBCA7B35BFB8E4F8D903039F96E97D8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B8ABAABF63F9462123B7153ACD786807 /* SnapKit.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 9FC4AEA5BCE37566BA898173C24D35FB /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E88412FC37408D38D830508D1AF63187 /* DDZFPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = E4896C5FF987C30DD4AC710D9DC8B9DB /* DDZFPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12142,7 +12148,7 @@ }; A053864A4C7CCE4DF4E4A2087D9E4CC8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 26391F5EA0EF1F9DE1E0022E553BEE24 /* JPush.debug.xcconfig */; + baseConfigurationReference = 0180772D844948DAC2787CB2A6DEF7F3 /* JPush.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12158,36 +12164,9 @@ }; name = Debug; }; - A0EE88C8D0F582F64C9A9A404B8C126E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1296543D48273175558AE913250A7735 /* RxRelay.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxRelay; - PRODUCT_NAME = RxRelay; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; A383E78226E13E63F698EE9F2E47B806 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AABCB5A16A66DEF255F30D5DA19CECAB /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = 95FE9F70E8BDE20CFAB12C102912B5A6 /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12212,109 +12191,7 @@ }; name = Debug; }; - A4BFF91D9D9D044400840DE2F7098B73 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FE1B37C26A0B0F461FF4C1A7C9F034C6 /* DDTimerKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDTimerKit_Private/DDTimerKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDTimerKit_Private; - PRODUCT_NAME = DDTimerKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; - A6B72CF8955C56DF71299106046D684E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3CA5C35CA1EE55D99430961ACFADF351 /* RxCocoa.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxCocoa/RxCocoa-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxCocoa/RxCocoa.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxCocoa; - PRODUCT_NAME = RxCocoa; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A794012D20A5CD57211E1D4516C55EE5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 78D6B2DF09486AC8C5CBF8BC783930A8 /* AMapSearch-NO-IDFA.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - AE9BE5BF7D5EA18EDF75839085C706F5 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5ED634C4B51F92E62CE9A1C6E8804746 /* DDWebImageKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDWebImageKit_Private/DDWebImageKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDWebImageKit_Private; - PRODUCT_NAME = DDWebImageKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; - B02C786B678B089F35C5B9467D502FD3 /* Release */ = { + A4ABB3682F1D5E74CEBAC92DB98F3BD6 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2AB85225A76FD605AAA4578E1A765164 /* Pods-OrderScheduling.release.xcconfig */; buildSettings = { @@ -12340,29 +12217,9 @@ }; name = Release; }; - B2155827CB60089BFE7E07CDD28D4162 /* Release */ = { + A56409CF2A059EFA8B8BA309AD9CDAB0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A8EF82128A155083FF532B32EF44F283 /* JPush.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B224DF917DF3D15ED426E13110EC9404 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 220F20CCA3856744AB2F8C455A1B7370 /* DDLogKit_Private.debug.xcconfig */; + baseConfigurationReference = 06D603CC1BF0357A61F9C28A044D05A6 /* DDLogKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12381,15 +12238,137 @@ PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A6B72CF8955C56DF71299106046D684E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CB7233238924743AD44A47F035056D8F /* RxCocoa.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxCocoa/RxCocoa-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxCocoa/RxCocoa.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxCocoa; + PRODUCT_NAME = RxCocoa; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; + A794012D20A5CD57211E1D4516C55EE5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 826A699BF0EE6BA19B85A120492DF2DD /* AMapSearch-NO-IDFA.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + AE9BE5BF7D5EA18EDF75839085C706F5 /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA8557B991AD71743790C4CE07803FD2 /* DDWebImageKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDWebImageKit_Private/DDWebImageKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDWebImageKit_Private; + PRODUCT_NAME = DDWebImageKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; + B2155827CB60089BFE7E07CDD28D4162 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCC0E6521B4FAD5E720B895D923673CC /* JPush.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B36E6FE1BA21A6A37E5515DBE4E4F251 /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B767CAA310D518D351C34415DE702090 /* RxRelay.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxRelay; + PRODUCT_NAME = RxRelay; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; B3A2E374ECEB9840EE258A538297FDC9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A953E017A672C2ECE915E6A15E10EED /* DDUtilsSwiftKit_Private.debug.xcconfig */; + baseConfigurationReference = 23BA57DD6BDD84A0604E46458343232C /* DDUtilsSwiftKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12416,7 +12395,7 @@ }; B4FE51F4F207B2C4F54618B9A13E6CC8 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDA4C4F1062C689209B638919F02D223 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = F03801CD55C5815947FBBCC6BB9F2A59 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12444,7 +12423,7 @@ }; B6F97F207FCC488304C4B7A83E98E99C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 027D6D94AAAD9FF43560069A085480FF /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = 3E845D090132AEEE1BF189AAD8ABDCC0 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12470,9 +12449,36 @@ }; name = Release; }; + B7A46EBF995C4F1C5DEBE28E150FB62F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EC03F0CDDF54A611723C83568BBEC269 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; B8100C82C69FDEFD77ADE441367788E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDFFD0A6480AB56762ADAB46E1F816B0 /* DDMAMapKit_Private.debug.xcconfig */; + baseConfigurationReference = 9FA1ACD3BC30A0EE7C3D81116675A3A2 /* DDMAMapKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12499,7 +12505,7 @@ }; BB4FE9F0AC1A5ECF8D07C1690147AD45 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7644FFFAB77D70A694FDC77A120219E /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = D5C7DFFBECF8971041749B0E8045B4B3 /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12527,7 +12533,7 @@ }; BC3A49A5F1543E29E82A94504188C974 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A3B2C7758265293A82341B163D451D85 /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 14546B5A31F28293D7AE7D2AF58EFF11 /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12555,7 +12561,7 @@ }; BDB50D1512B27C99FEC5AFD017B9C2FD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 44BCC58FE020B0AE8116225430A15FD9 /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = 9AB31979218AF040346148B7E0A7907F /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12583,7 +12589,7 @@ }; BE22D79D33B14C35C020D24E71C6CFEE /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E8F769BEC2B87152DFBBD04F2F6AED85 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = F1371DA95C1CC1196B644EA4CCF0AC1E /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12611,7 +12617,7 @@ }; BE92B3E22A046F14714FCFD7E3844177 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4A1791D3B4940756C697107FF72939B /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 25B878866F487A077F9B5DB099076A8D /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12636,61 +12642,6 @@ }; name = Release; }; - BF17860B08F21CB510C465715B75F593 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F46218078846F2177B15D73B30407869 /* DDCategoryKit_Private.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDCategoryKit_Private; - PRODUCT_NAME = DDCategoryKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BF78C78A6BD2C2A42AE2C1A2F0332E41 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AE379D0E437F3AC91856ED4922DC0DB0 /* DDCategoryKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDCategoryKit_Private; - PRODUCT_NAME = DDCategoryKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; BF8138C640EDD6FDAD55B4BD35354072 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = A7EC9B31B72E86761444A2C60DB92CC6 /* Pods-OrderSchedulingNotificationService.prerelease.xcconfig */; @@ -12715,29 +12666,9 @@ }; name = PreRelease; }; - C4050B58B3671D1B57C9668880DF1E94 /* Release */ = { + C32F4D74EA9121250F48050AA32B8547 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3631F00D1A0F0A38CB80108145F515BB /* Bugly.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C4202932184F2FD0105397B124794F45 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CECECDD95683417E8F44263554B9FEBD /* RxSwift.release.xcconfig */; + baseConfigurationReference = E585EDE50BC515FA05386D11900A482C /* RxSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12755,16 +12686,63 @@ PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + C35AD32554E6BF253DD5BF99AFAB5DE4 /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B8ABAABF63F9462123B7153ACD786807 /* SnapKit.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; + C4050B58B3671D1B57C9668880DF1E94 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F0D77DA6A90860B0CAAEEE1B0E8BDFA5 /* Bugly.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; C4879EE709DDBAAA009F3A5FB2176461 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ECD1AF592E2D3828A99691252F884605 /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = DFE773BA39AE03034786833AD298F30C /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12789,9 +12767,29 @@ }; name = Debug; }; + C6D97CFBFC7F553D1B725F254C95CB5E /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3E845D090132AEEE1BF189AAD8ABDCC0 /* DDMAMapKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDMAMapKit_Private; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; + }; + name = PreRelease; + }; C723089A4A8EECB528038729687D4337 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE68866E78141CE1E28EA55B3A316199 /* AMapFoundation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = FC4B927D7346793DC31F43D68D808AE4 /* AMapFoundation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12809,7 +12807,7 @@ }; C7F778431CCFA2F935A0DB577516EBF7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B63D4F41E4AFBCFC233BDD829D1FD9 /* JPushExtension.release.xcconfig */; + baseConfigurationReference = 4AE2418D3C0D9ED510341C6C6D0BF76C /* JPushExtension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12830,7 +12828,7 @@ }; C9B5A7A9EE2F32B23DF16125FBECDF13 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0138E64FA5C1587EAD942A0A856DC135 /* DDProgressHUDKit_Private.debug.xcconfig */; + baseConfigurationReference = 06577ABE3599CAB071738E23F2FB1AC9 /* DDProgressHUDKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12857,7 +12855,7 @@ }; CA71D1250878D7A2F10FC80912091C9E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E53FE07671C72A45D10E3A9C53F1954 /* ESTabBarController-swift.debug.xcconfig */; + baseConfigurationReference = DDB2695D3AB4AA404E435E8DC3754495 /* ESTabBarController-swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12883,7 +12881,7 @@ }; CA8EE889378675C9A5C3F87CF3F81643 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66CFB4EBAA473F3D5F4F44B0DFA3496F /* DDAudioPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = 6C0D685854FD982E7BCCAF5618193C3F /* DDAudioPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12909,37 +12907,9 @@ }; name = Release; }; - CCA37D113A38ECEB0E5666DABDB4A117 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AE379D0E437F3AC91856ED4922DC0DB0 /* DDCategoryKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDCategoryKit_Private; - PRODUCT_NAME = DDCategoryKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; CD3DA0777F01017D14788F47C7BEBC7A /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 33CEBA96ED58763BFF4C4374A76870DC /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 3F9255664EA85AF612C5C32B0DA3E1F2 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12967,7 +12937,7 @@ }; CE71B62CECF863FCD01752A325065BB8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 47F0F09E42F6B18ACBD05DA4D54FDAAB /* JPushExtension.debug.xcconfig */; + baseConfigurationReference = E3283D19F2122A432BAD5AE5BF4E37BB /* JPushExtension.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12986,7 +12956,7 @@ }; D4C6CC16ECDE97BFB3D9B16E26F2DFAB /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A8A5F6A8D8E8F4D99C76CFE3CA98F2E /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = 19F398D5449D360064DE1219A074184C /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -13013,7 +12983,7 @@ }; D753782F97F4E74713668F63AC2264FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DB88A645EBBDCCA1F712116D05DFAC7D /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = 9D5F00BA713F5548E5C7AD4C983EBF8F /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13041,7 +13011,7 @@ }; D8C42B711DF611275F46D4A34ECE3773 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F1A096A252F384AD050819C51D9315C /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = D67E388D90999D91306A6DE067462C50 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13069,7 +13039,7 @@ }; DF2EED8A10FE5D2C9BC103161FA8FF7A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E8F769BEC2B87152DFBBD04F2F6AED85 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = F1371DA95C1CC1196B644EA4CCF0AC1E /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13097,7 +13067,7 @@ }; DFE3DB0D7A79153CE9B1B4EE24EDD541 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40E7E4C6E44A7E71BD29D9AD66E8C2FA /* Alamofire.debug.xcconfig */; + baseConfigurationReference = 1A9499A9E918B4D8DDB32B4E1D9A47A9 /* Alamofire.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13122,59 +13092,32 @@ }; name = Debug; }; - E6986C7A323D1D6D680A4E3C848320F3 /* PreRelease */ = { + E73E22AD2455596C012FDF52EDCEE9AD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1296543D48273175558AE913250A7735 /* RxRelay.release.xcconfig */; + baseConfigurationReference = FF209C790276F0D0EE0345FB7A4EAF86 /* DDTimerSwiftKit_Private.debug.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + GCC_PREFIX_HEADER = "Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxRelay; - PRODUCT_NAME = RxRelay; + PRODUCT_MODULE_NAME = DDTimerSwiftKit_Private; + PRODUCT_NAME = DDTimerSwiftKit_Private; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = PreRelease; - }; - E7FAF76C26A0A64E972ECD1F57EF371F /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CECECDD95683417E8F44263554B9FEBD /* RxSwift.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; + name = Debug; }; EA77E2D16CF855DB969ADBF9307BDD89 /* PreRelease */ = { isa = XCBuildConfiguration; @@ -13238,9 +13181,29 @@ }; name = PreRelease; }; + ECB13455A18014960BDDDD28041954FF /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F9255664EA85AF612C5C32B0DA3E1F2 /* DDBasicControlsKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; + }; + name = PreRelease; + }; EEDB89A479687B1B952A7288C971BFB2 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2FFDFBBA2E359D1ABAB880FFEC6F4388 /* DDDateKit_Private.release.xcconfig */; + baseConfigurationReference = D181EE58A708672953DD8ECE735B4FBC /* DDDateKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13268,7 +13231,7 @@ }; F4D09748EA447467AA488E65BF352248 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69E76CB8D4A25C754020863B0C4814D3 /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 82AB15252286DBCAEED0EE8D07A212C8 /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13285,9 +13248,37 @@ }; name = PreRelease; }; + F550F719AE2B850E7B5E1F10A4F6B360 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 401F9E794185C12C1416496BACC8EA3B /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; F5CC28EC3299B709423FB6C60A226B24 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A4600DD44443B0806C5FED07A51050C /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 90D2371A637826F3DCFBD9454BD51948 /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -13306,7 +13297,7 @@ }; F6C7ECFF2293D4993D9933A5DE819A41 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D2ED7F7C0137ACD73822C991410E6E3 /* DDFontKit_Private.debug.xcconfig */; + baseConfigurationReference = 913E4BF242B4B6433A57CA772F05454A /* DDFontKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13331,9 +13322,37 @@ }; name = Debug; }; + F6D5D0E6277B17DD5290752EA99FD80B /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 06D603CC1BF0357A61F9C28A044D05A6 /* DDLogKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDLogKit_Private/DDLogKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDLogKit_Private; + PRODUCT_NAME = DDLogKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; F7A68DC3E75DBA99B64E78F514059694 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A0C283A41F3CF4D739C3D8B50351873 /* DDColorKit_Private.debug.xcconfig */; + baseConfigurationReference = ECCC4D8D8B4B7FA7CD45695779BA1517 /* DDColorKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13360,7 +13379,7 @@ }; FB30073E2C0CCAE442B4761A540433B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 958C657925EFDB1786AAD65EBE4AC73A /* DDZFPlayerKit_Private.debug.xcconfig */; + baseConfigurationReference = B249EF95159E287452145F38FE463D90 /* DDZFPlayerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13388,6 +13407,16 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 004FA2C0A1631F2675B43E42E086639F /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 925C69EBC9578CFC604F6F06F9EF0D1E /* Debug */, + ECB13455A18014960BDDDD28041954FF /* PreRelease */, + 6C9E281AD48A8457211F24A0DFD4F856 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 018A1050B9A6148C61A6CA6E0549295C /* Build configuration list for PBXNativeTarget "Alamofire" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13398,6 +13427,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 01AB6B1356FDC50AD9B45D78489E2E94 /* Build configuration list for PBXNativeTarget "Pods-OrderScheduling" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 48E7738D599B59C6602F3161974A938A /* Debug */, + 1ABABBF3966E1A90B4CA92BE3990F9EC /* PreRelease */, + A4ABB3682F1D5E74CEBAC92DB98F3BD6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 05B7CC068076863F33103323458DA634 /* Build configuration list for PBXAggregateTarget "Bugly" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13408,6 +13447,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 14D0A2DC5F0F9965ACC487C604D9C861 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7E3AB8A9E8BD2936A682451306CE0AF5 /* Debug */, + 08CD78C1ABBC095F0BD2B58D0ABC940F /* PreRelease */, + 4216075ADA5B0D27559E710892853DB4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 2502DBFD94504E58AACFE09B0E8730C7 /* Build configuration list for PBXAggregateTarget "JCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13438,16 +13487,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2B17B2F7308968007D9B4DCED3801368 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6C7E65CD3F9B64F602E53BE901363A23 /* Debug */, - E7FAF76C26A0A64E972ECD1F57EF371F /* PreRelease */, - C4202932184F2FD0105397B124794F45 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2BBA364C66D6425D2066BED8F68D00CE /* Build configuration list for PBXNativeTarget "BRPickerView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13458,6 +13497,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 2C8314851A1EB70BA3C349AF4CDFB419 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 48DB40B76E7BCA58D8C915D20CD3D1B6 /* Debug */, + C6D97CFBFC7F553D1B725F254C95CB5E /* PreRelease */, + 5BBECB80793AE1B67F21BF48434BD597 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 3120225E7763A74BA53C664BD8B9E714 /* Build configuration list for PBXNativeTarget "DDNetworkingOfAlamofireKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13528,12 +13577,12 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 463BF25973F97ACA5B731AF95B2EA07C /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { + 4515EC1D631ADD2A0E6FDA5CC8C3A753 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { isa = XCConfigurationList; buildConfigurations = ( - B224DF917DF3D15ED426E13110EC9404 /* Debug */, - 868F9033B38A8AA201D63E18EC1BE623 /* PreRelease */, - 4564C01BE6FAE4D5406BE363673A58E6 /* Release */, + 430B3062D2B2795A8EA6049044F61BAF /* Debug */, + B36E6FE1BA21A6A37E5515DBE4E4F251 /* PreRelease */, + 14780559300D82C54FAF2E9AA297C460 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -13568,12 +13617,12 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 57ECDD49261446EE3C9E9157041A7767 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { + 58B4C974175AABAD2F07BDCD350E463F /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( - 282DF3C3D32231B6E61EEDB401D60622 /* Debug */, - 5456B16813D386E13E1DC54945E4360D /* PreRelease */, - 7EFB93DFF712602659D262A10605966B /* Release */, + 454C2D64E340DD4C42E4BCAD0B135517 /* Debug */, + F6D5D0E6277B17DD5290752EA99FD80B /* PreRelease */, + A56409CF2A059EFA8B8BA309AD9CDAB0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -13598,22 +13647,12 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 76194890D1E507B4E6192FCB28CF4115 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + 7915BBA464394109D2A2BB46C4379FD8 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - BF17860B08F21CB510C465715B75F593 /* Debug */, - CCA37D113A38ECEB0E5666DABDB4A117 /* PreRelease */, - BF78C78A6BD2C2A42AE2C1A2F0332E41 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8402DB0EAE98097984E0C5FC34DFC906 /* Build configuration list for PBXNativeTarget "DDTimerKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 86BAFE569B0F2EA399E101A05BA0ECB3 /* Debug */, - A4BFF91D9D9D044400840DE2F7098B73 /* PreRelease */, - 9E1EFBBFBB2C743C5B742634D2753C6E /* Release */, + C32F4D74EA9121250F48050AA32B8547 /* Debug */, + 319F94B8E5F4E3623EDE9318BA511B6E /* PreRelease */, + 2DAAA6B0DCBD5EC8186C05798BD16A65 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -13628,6 +13667,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 8DA1CDAE7A255201E80CC5BC7D2F3588 /* Build configuration list for PBXNativeTarget "SnapKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 185C2D860EEE5E54DD1D677AC8803F7F /* Debug */, + C35AD32554E6BF253DD5BF99AFAB5DE4 /* PreRelease */, + 9EBCA7B35BFB8E4F8D903039F96E97D8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 9112C4B5379A7A93828F210A5BCC34CC /* Build configuration list for PBXAggregateTarget "JPushExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13648,16 +13697,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 957F537479CA1D6948B240BF61097C19 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 128689B60A22A37322D42268BC0823BA /* Debug */, - 90E7554C8E58831609CB2BF378E63423 /* PreRelease */, - 5763B8BD3308161F2F92755B3343016E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 9EB92E65E087ED35064D736C3DA4758F /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13678,16 +13717,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A94BB0F65310ABD4D6A3BC88256567E7 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 77B9FF1C61ABA62EC7296F834F51697F /* Debug */, - E6986C7A323D1D6D680A4E3C848320F3 /* PreRelease */, - A0EE88C8D0F582F64C9A9A404B8C126E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; AE7446B97173A69641977C096891CA8C /* Build configuration list for PBXNativeTarget "Pods-OrderSchedulingNotificationService" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13708,6 +13737,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B7BFFEFD34DF7A7483247F6A228BE3A1 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B7A46EBF995C4F1C5DEBE28E150FB62F /* Debug */, + 69B32C19A9D75422866B3B526DC3F786 /* PreRelease */, + F550F719AE2B850E7B5E1F10A4F6B360 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B9B33C2A134C402CB943274AB39A370B /* Build configuration list for PBXNativeTarget "ZLPhotoBrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13778,32 +13817,12 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DCA4FF7F719B8588462FE97C32D8847D /* Build configuration list for PBXNativeTarget "SnapKit" */ = { + F29526EC74C48CD79CAD0E262BC3A959 /* Build configuration list for PBXNativeTarget "DDTimerSwiftKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( - 36C54B18999DD1C17B51ADCD211D748D /* Debug */, - 579366A69953B89845F85A10218B3ED3 /* PreRelease */, - 38029617816DDBA820AF88D4B6AFE879 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E6C2F2E979177BE2594655D11DC8AE65 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 73B325CB550200CC05662B8B78E6C633 /* Debug */, - 775D5B8D343D20A46DA50237A8C8645E /* PreRelease */, - 8A85881D19C91290B17C9042FFD86218 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EF9DD14189E239E403AE21EE5F9D6E34 /* Build configuration list for PBXNativeTarget "Pods-OrderScheduling" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1A3D039200DC1F653369C2B9F783DBB7 /* Debug */, - 6AB75699B6FBCB8E4E337AAF837CFD7B /* PreRelease */, - B02C786B678B089F35C5B9467D502FD3 /* Release */, + E73E22AD2455596C012FDF52EDCEE9AD /* Debug */, + 4C61240F775280D105570AB6FBF0BD72 /* PreRelease */, + 2BE9F474CC004847B066222FD5037D6A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/DDTimerKit_Private.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/DDTimerSwiftKit_Private.xcscheme similarity index 90% rename from Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/DDTimerKit_Private.xcscheme rename to Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/DDTimerSwiftKit_Private.xcscheme index a620cef..131a0d8 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/DDTimerKit_Private.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/DDTimerSwiftKit_Private.xcscheme @@ -14,9 +14,9 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist index e637075..e816c87 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/zd.xcuserdatad/xcschemes/xcschememanagement.plist @@ -114,7 +114,7 @@ isShown - DDTimerKit_Private.xcscheme + DDTimerSwiftKit_Private.xcscheme isShown diff --git a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-dummy.m b/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-dummy.m deleted file mode 100644 index d6ae3b5..0000000 --- a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_DDTimerKit_Private : NSObject -@end -@implementation PodsDummy_DDTimerKit_Private -@end diff --git a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.modulemap b/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.modulemap deleted file mode 100644 index 898abfb..0000000 --- a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -module DDTimerKit_Private { - umbrella header "DDTimerKit_Private-umbrella.h" - - export * - module * { export * } -} diff --git a/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-dummy.m b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-dummy.m new file mode 100644 index 0000000..99c5b81 --- /dev/null +++ b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_DDTimerSwiftKit_Private : NSObject +@end +@implementation PodsDummy_DDTimerSwiftKit_Private +@end diff --git a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-prefix.pch b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-prefix.pch similarity index 100% rename from Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-prefix.pch rename to Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-prefix.pch diff --git a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-umbrella.h b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h similarity index 51% rename from Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-umbrella.h rename to Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h index 551c4ab..652e7e5 100644 --- a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private-umbrella.h +++ b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private-umbrella.h @@ -10,9 +10,7 @@ #endif #endif -#import "DDTimerManager.h" -#import "DDTimerObject.h" -FOUNDATION_EXPORT double DDTimerKit_PrivateVersionNumber; -FOUNDATION_EXPORT const unsigned char DDTimerKit_PrivateVersionString[]; +FOUNDATION_EXPORT double DDTimerSwiftKit_PrivateVersionNumber; +FOUNDATION_EXPORT const unsigned char DDTimerSwiftKit_PrivateVersionString[]; diff --git a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.debug.xcconfig b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.debug.xcconfig similarity index 51% rename from Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.debug.xcconfig rename to Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.debug.xcconfig index 3b3fa64..6df15f7 100644 --- a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.debug.xcconfig +++ b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.debug.xcconfig @@ -1,14 +1,17 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DDTimerKit_Private +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDTimerKit_Private +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDTimerSwiftKit_Private PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES VALID_ARCHS = x86_64 armv7 arm64 diff --git a/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap new file mode 100644 index 0000000..c325bb1 --- /dev/null +++ b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap @@ -0,0 +1,6 @@ +module DDTimerSwiftKit_Private { + umbrella header "DDTimerSwiftKit_Private-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.release.xcconfig b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.release.xcconfig similarity index 51% rename from Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.release.xcconfig rename to Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.release.xcconfig index 3b3fa64..6df15f7 100644 --- a/Pods/Target Support Files/DDTimerKit_Private/DDTimerKit_Private.release.xcconfig +++ b/Pods/Target Support Files/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.release.xcconfig @@ -1,14 +1,17 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DDTimerKit_Private +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDTimerKit_Private +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDTimerSwiftKit_Private PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES VALID_ARCHS = x86_64 armv7 arm64 diff --git a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.markdown b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.markdown index f4d373e..d6c7dd2 100644 --- a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.markdown @@ -355,7 +355,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## DDTimerKit_Private +## DDTimerSwiftKit_Private Copyright (c) 2023 DDIsFriend diff --git a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.plist b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.plist index f802c9c..b04361d 100644 --- a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling-acknowledgements.plist @@ -511,7 +511,7 @@ THE SOFTWARE. License MIT Title - DDTimerKit_Private + DDTimerSwiftKit_Private Type PSGroupSpecifier diff --git a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig index c8a1a3e..48d98fd 100644 --- a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig +++ b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig @@ -4,15 +4,15 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapNavi-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AMapTrack-NO-IDFA" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/DDZFPlayerKit_Private/DDZFPlayerKit_Private/Classes/ijkplayer" "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDBasicControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDCategoryKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDMAMapKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDWebImageKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDZFPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire" -l"BRPickerView" -l"DDAudioPlayerKit_Private" -l"DDAutoUIKit_Private" -l"DDBasicControlsKit_Private" -l"DDCategoryKit_Private" -l"DDColorKit_Private" -l"DDControlsKit_Private" -l"DDDateKit_Private" -l"DDFontKit_Private" -l"DDLogKit_Private" -l"DDMAMapKit_Private" -l"DDNetworkingOfAlamofireKit_Private" -l"DDProgressHUDKit_Private" -l"DDTimerKit_Private" -l"DDToastKit_Private" -l"DDUtilsSwiftKit_Private" -l"DDWebImageKit_Private" -l"DDZFPlayerKit_Private" -l"ESTabBarController-swift" -l"IQKeyboardManagerSwift" -l"JCore" -l"JPush" -l"JXCategoryView" -l"Kingfisher" -l"MJRefresh" -l"RxCocoa" -l"RxRelay" -l"RxSwift" -l"SnapKit" -l"SwiftEntryKit" -l"ZLPhotoBrowser" -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"swiftCoreGraphics" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapNaviKit" -framework "AMapSearchKit" -framework "AMapTrackKit" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IJKMediaFramework" -framework "ImageIO" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" +LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDBasicControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDCategoryKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDMAMapKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDWebImageKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDZFPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" /usr/lib/swift $(SDKROOT)/usr/lib/swift +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire" -l"BRPickerView" -l"DDAudioPlayerKit_Private" -l"DDAutoUIKit_Private" -l"DDBasicControlsKit_Private" -l"DDCategoryKit_Private" -l"DDColorKit_Private" -l"DDControlsKit_Private" -l"DDDateKit_Private" -l"DDFontKit_Private" -l"DDLogKit_Private" -l"DDMAMapKit_Private" -l"DDNetworkingOfAlamofireKit_Private" -l"DDProgressHUDKit_Private" -l"DDTimerSwiftKit_Private" -l"DDToastKit_Private" -l"DDUtilsSwiftKit_Private" -l"DDWebImageKit_Private" -l"DDZFPlayerKit_Private" -l"ESTabBarController-swift" -l"IQKeyboardManagerSwift" -l"JCore" -l"JPush" -l"JXCategoryView" -l"Kingfisher" -l"MJRefresh" -l"RxCocoa" -l"RxRelay" -l"RxSwift" -l"SnapKit" -l"SwiftEntryKit" -l"ZLPhotoBrowser" -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"swiftCoreGraphics" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapNaviKit" -framework "AMapSearchKit" -framework "AMapTrackKit" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IJKMediaFramework" -framework "ImageIO" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.prerelease.xcconfig b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.prerelease.xcconfig index c8a1a3e..48d98fd 100644 --- a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.prerelease.xcconfig +++ b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.prerelease.xcconfig @@ -4,15 +4,15 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapNavi-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AMapTrack-NO-IDFA" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/DDZFPlayerKit_Private/DDZFPlayerKit_Private/Classes/ijkplayer" "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDBasicControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDCategoryKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDMAMapKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDWebImageKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDZFPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire" -l"BRPickerView" -l"DDAudioPlayerKit_Private" -l"DDAutoUIKit_Private" -l"DDBasicControlsKit_Private" -l"DDCategoryKit_Private" -l"DDColorKit_Private" -l"DDControlsKit_Private" -l"DDDateKit_Private" -l"DDFontKit_Private" -l"DDLogKit_Private" -l"DDMAMapKit_Private" -l"DDNetworkingOfAlamofireKit_Private" -l"DDProgressHUDKit_Private" -l"DDTimerKit_Private" -l"DDToastKit_Private" -l"DDUtilsSwiftKit_Private" -l"DDWebImageKit_Private" -l"DDZFPlayerKit_Private" -l"ESTabBarController-swift" -l"IQKeyboardManagerSwift" -l"JCore" -l"JPush" -l"JXCategoryView" -l"Kingfisher" -l"MJRefresh" -l"RxCocoa" -l"RxRelay" -l"RxSwift" -l"SnapKit" -l"SwiftEntryKit" -l"ZLPhotoBrowser" -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"swiftCoreGraphics" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapNaviKit" -framework "AMapSearchKit" -framework "AMapTrackKit" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IJKMediaFramework" -framework "ImageIO" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" +LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDBasicControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDCategoryKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDMAMapKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDWebImageKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDZFPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" /usr/lib/swift $(SDKROOT)/usr/lib/swift +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire" -l"BRPickerView" -l"DDAudioPlayerKit_Private" -l"DDAutoUIKit_Private" -l"DDBasicControlsKit_Private" -l"DDCategoryKit_Private" -l"DDColorKit_Private" -l"DDControlsKit_Private" -l"DDDateKit_Private" -l"DDFontKit_Private" -l"DDLogKit_Private" -l"DDMAMapKit_Private" -l"DDNetworkingOfAlamofireKit_Private" -l"DDProgressHUDKit_Private" -l"DDTimerSwiftKit_Private" -l"DDToastKit_Private" -l"DDUtilsSwiftKit_Private" -l"DDWebImageKit_Private" -l"DDZFPlayerKit_Private" -l"ESTabBarController-swift" -l"IQKeyboardManagerSwift" -l"JCore" -l"JPush" -l"JXCategoryView" -l"Kingfisher" -l"MJRefresh" -l"RxCocoa" -l"RxRelay" -l"RxSwift" -l"SnapKit" -l"SwiftEntryKit" -l"ZLPhotoBrowser" -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"swiftCoreGraphics" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapNaviKit" -framework "AMapSearchKit" -framework "AMapTrackKit" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IJKMediaFramework" -framework "ImageIO" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.release.xcconfig b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.release.xcconfig index c8a1a3e..48d98fd 100644 --- a/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.release.xcconfig +++ b/Pods/Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.release.xcconfig @@ -4,15 +4,15 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapNavi-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AMapTrack-NO-IDFA" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/DDZFPlayerKit_Private/DDZFPlayerKit_Private/Classes/ijkplayer" "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDBasicControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDCategoryKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDMAMapKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDWebImageKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDZFPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire" -l"BRPickerView" -l"DDAudioPlayerKit_Private" -l"DDAutoUIKit_Private" -l"DDBasicControlsKit_Private" -l"DDCategoryKit_Private" -l"DDColorKit_Private" -l"DDControlsKit_Private" -l"DDDateKit_Private" -l"DDFontKit_Private" -l"DDLogKit_Private" -l"DDMAMapKit_Private" -l"DDNetworkingOfAlamofireKit_Private" -l"DDProgressHUDKit_Private" -l"DDTimerKit_Private" -l"DDToastKit_Private" -l"DDUtilsSwiftKit_Private" -l"DDWebImageKit_Private" -l"DDZFPlayerKit_Private" -l"ESTabBarController-swift" -l"IQKeyboardManagerSwift" -l"JCore" -l"JPush" -l"JXCategoryView" -l"Kingfisher" -l"MJRefresh" -l"RxCocoa" -l"RxRelay" -l"RxSwift" -l"SnapKit" -l"SwiftEntryKit" -l"ZLPhotoBrowser" -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"swiftCoreGraphics" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapNaviKit" -framework "AMapSearchKit" -framework "AMapTrackKit" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IJKMediaFramework" -framework "ImageIO" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDTimerKit_Private/DDTimerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" +LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDBasicControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDCategoryKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDMAMapKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDWebImageKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDZFPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" /usr/lib/swift $(SDKROOT)/usr/lib/swift +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire" -l"BRPickerView" -l"DDAudioPlayerKit_Private" -l"DDAutoUIKit_Private" -l"DDBasicControlsKit_Private" -l"DDCategoryKit_Private" -l"DDColorKit_Private" -l"DDControlsKit_Private" -l"DDDateKit_Private" -l"DDFontKit_Private" -l"DDLogKit_Private" -l"DDMAMapKit_Private" -l"DDNetworkingOfAlamofireKit_Private" -l"DDProgressHUDKit_Private" -l"DDTimerSwiftKit_Private" -l"DDToastKit_Private" -l"DDUtilsSwiftKit_Private" -l"DDWebImageKit_Private" -l"DDZFPlayerKit_Private" -l"ESTabBarController-swift" -l"IQKeyboardManagerSwift" -l"JCore" -l"JPush" -l"JXCategoryView" -l"Kingfisher" -l"MJRefresh" -l"RxCocoa" -l"RxRelay" -l"RxSwift" -l"SnapKit" -l"SwiftEntryKit" -l"ZLPhotoBrowser" -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"swiftCoreGraphics" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapNaviKit" -framework "AMapSearchKit" -framework "AMapTrackKit" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IJKMediaFramework" -framework "ImageIO" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private/DDColorKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private/DDControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private/DDDateKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private/DDFontKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private/DDLogKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private/DDProgressHUDKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private/DDTimerSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private/DDToastKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private/DDUtilsSwiftKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift/ESTabBarController_swift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa/RxCocoa.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxRelay/RxRelay.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/RxSwift/RxSwift.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit/SwiftEntryKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/BRPickerView/BRPickerView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private/DDBasicControlsKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDMAMapKit_Private/DDMAMapKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDWebImageKit_Private/DDWebImageKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private/DDZFPlayerKit_Private.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/JXCategoryView/JXCategoryView.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/MJRefresh/MJRefresh.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDAutoUIKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDColorKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDControlsKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDDateKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDFontKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDLogKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDNetworkingOfAlamofireKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDProgressHUDKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDTimerSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDToastKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/DDUtilsSwiftKit_Private" "${PODS_CONFIGURATION_BUILD_DIR}/ESTabBarController-swift" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/RxCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/RxRelay" "${PODS_CONFIGURATION_BUILD_DIR}/RxSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftEntryKit" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig index b484d53..828bd02 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig @@ -1,7 +1,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JPushExtension" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" OTHER_LDFLAGS = $(inherited) -ObjC -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.prerelease.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.prerelease.xcconfig index b484d53..828bd02 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.prerelease.xcconfig +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.prerelease.xcconfig @@ -1,7 +1,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JPushExtension" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" OTHER_LDFLAGS = $(inherited) -ObjC -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig index b484d53..828bd02 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig @@ -1,7 +1,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JPushExtension" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" OTHER_LDFLAGS = $(inherited) -ObjC -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR}